
/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face-test
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/
	.box-ad img, .box-ad iframe {
		margin-bottom: 17px;
	}
	div.HomeBannerTop_728 img, .HomeBannerTop_728 iframe {
		margin-bottom: 0;
	}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:20px 0;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}


@media(min-width:800px){
/* Box Ads MOBI -------------------------*/
.box-ad-MOBI {display: none !important;}
/* END Box Search -------------------------*/
}
/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_sub_nav .sub_nav .li_marquee {
    max-width: 355px;
	padding-right: 5px;
	padding-left: 5px;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
    padding-right: 3px;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}
.sub_nav .li_marquee a{display:inline-block}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom:15px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news a{
    font-size:16px;
    font-weight:bold;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 38px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 36px;
    overflow: hidden;
}
.box_category embed{
    max-width: 100%;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}

.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 32px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding:12px 0;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
}
.video_slide .item .caption_inner ul{
    
}
.video_slide .item .caption_inner ul > li{
    padding:10px 0 0 0px;
    position:relative;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
/* Adv Bot */
.adv_bot {
  bottom: 0;
  padding-bottom: 0;
      position: relative !important;
  width: 300px;
}

/* Adv Bot */
.adv_bot_left {
  bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 120px;
}

/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
.block-news-right .block_image_news .title_news a{
    font-size:16px;
    line-height:22px;
    font-weight:bold;
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width:864px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}
.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right:25px;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){

    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    .box_news_big img{
        height:auto !important;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}


}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
    /* Page Home */
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	.wrapper   .carousel-inner .item img {
	margin-bottom: 20px;
	display: none !important;
	}

    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
    border: none;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
    width: 286px !important;
    height: 340px !important;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 15px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: -6px;}
.box_category .block_image_news .title_news{height: auto;overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:0;
}

/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:5px 0;
}

.header_logo .box_logo img.logo {
	margin-top: 15px;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}

/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom: 0px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news{
    font-weight:bold;
    line-height: 1 !important;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 45px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 45px;
    overflow: hidden;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_hot_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}


/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 45px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding: 0px;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
    line-height: 20px;
}
.video_slide .item .caption_inner ul{
    
display:  inline-grid;
}
.video_slide .item .caption_inner ul > li{
    padding: 10px 0 0 0px;
    position:relative;
    display: table;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
.adv_bot{
   
    bottom:0;
    padding-bottom:0;
}

/* Adv Bot Left */
.adv_bot_left{
    position:absolute;
    bottom:0;
    padding-bottom:0;
	width: 120px;
}


/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
#search-phim li em {
        background-color: #f9f9e3;
}
.block-news-right .block_image_news .title_news a em {
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table[border="1"]{
    border: 1px solid #000;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width: 1060px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}

.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .video_pig video {
    width: 100%;
}
/*.video_new_top .video_pig iframe{
    width:100% !important;
    height:auto;
}*/
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right: 20px !important;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
    margin-top: 15px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){
    .video_new_top .video_pig iframe{
        width: 100% !important;
        height: auto !important;
    }
    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    #ArticlesBottom{
        
width: 100% !important;
        
height: auto;
        
overflow: hidden;
    }
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}

	.header_logo{
		height:auto;
	}
	.box_logo{
		padding-bottom:10px;
	}
	.box_logo > a + div{
		float:none!important;
		margin-top:10px;
	}
	.list_news .thumb{
		float:none;
		margin-bottom:7px;
	}

}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
	
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
	/* b? qu?ng c?o tr?n mobi */
#HomeBannerTop_728  {display: none !important;}
.box-ad, .box_adv {display: none !important;}
.box-ad-MOBI {display: block !important;}
    /* Page Home */
    .box_sub_nav{
        display: none;
    }
    .hot_list .title_news a,
    .breadcrumb > li > a,
    .info_new_top .col_right_info ul > li a{
        font-weight: 600;
    }
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
    #player{
       width: 100%;
       
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	.box_news_big{
		margin-bottom:7px;
	}
	.box_hot_news .title_news{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.block-news-right{
		padding-left:0;
	}
	.block-news-right:before{
		width:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
}

table.image img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	display: table;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 17px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: 0}
.box_category .block_image_news .title_news{/* height: auto; */overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:17px;
}


.videoWrapper {
	/* padding-bottom: 10px; */ /* 16:9 */
	/* padding-top: 25px; */
	/* height: auto; */
}
.videoWrapper iframe,
.videoWrapper embed {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
}

/* Block_news_right
------------------------------------------------------------------------*/
.listnews {
    padding-left:15px;
    position:relative;
}
.listnews :before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.listnews  ul > li{
}
.listnews  ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.listnews  .block_image_news .title_news{
    margin-top:-3px;
}

.listnews  .block_image_news .title_news a em {
}
.listnews  .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.listnews  .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.listnews  .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.listnews  .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.listnews  .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
 ul.listnews > li {
float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;

}
.content-detail table td {
    padding: 5px;
    border: 1;
    border-collapse: collapse;
}

.vpbank .menu_nav, .vpbank .box_menu_nav, .vpbank .footer {
    background: #09a6d1;
}
.vpbank .box_menu_nav {
    border-bottom: 1px solid #58ffd1;
}

.vpbank .sub_nav > li > a.hot_news,.vpbank .title_box .txt_title a,
.vpbank .info_new_top .col_right_info .span_title,
.vpbank .title_box_right .txt_title a
{
	color: #09a6d1;
}

.vpbank .title_box {
    border-bottom: 1px solid #09a6d1;
}

.vpbank .title_box_right .txt_title a {
    color: #09a6d1;
    border-top: 2px solid #09a6d1;
}

.vpbank .breadcrumb > li.active a {
    background: #09a6d1;
}

.vpbank .menu_nav > li > a:hover,.vpbank .menu_nav > li.active > a {
    background: #3a85f5;
}


/*** thong tin can biet **/
.weather {
    background-color: #F7F7F7;
    padding: 10px 0 0;
}

.spr {
	display: inline-block;
    background-image: url(http://truyenhinhthanhhoa.vn/common/v1/image/desktop-sprite-1.1.7.png);
    background-size: 100px 3000px;
    vertical-align: middle;
}
.spr--w-clear, .spr--w-sunny {
    background-position: 0 -1650px;
    width: 50px;
    height: 50px;
}
.spr--w-cloudy, .spr--w-mostlycloudy, .spr--w-mostlysunny, .spr--w-partlycloudy, .spr--w-partlysunny, .spr--w-windy {
    background-position: -50px -1550px;
    width: 50px;
    height: 50px;
}
.spr--w-chancerain, .spr--w-nt_chancerain, .spr--w-nt_rain, .spr--w-rain {
    background-position: 0 -1500px;
    width: 50px;
    height: 50px;
}
.spr--w-clear-mini, .spr--w-sunny-mini {
    background-size: 70px 2100px;
    background-position: 0 -1155px;
    width: 35px;
    height: 35px;
}
.spr--w-cloudy-mini, .spr--w-mostlycloudy-mini, .spr--w-mostlysunny-mini, .spr--w-partlycloudy-mini, .spr--w-partlysunny-mini, .spr--w-windy-mini {
    background-size: 70px 2100px;
    background-position: -35px -1085px;
    width: 35px;
    height: 35px;
}
.spr--w-chancerain-mini, .spr--w-nt_chancerain-mini, .spr--w-nt_rain-mini, .spr--w-rain-mini {
    background-size: 70px 2100px;
    background-position: 0 -1050px;
    width: 35px;
    height: 35px;
}
.weather__today {
    margin-bottom: 25px;
}
.weather__today::after {
	content:"";
    display: block;
    clear: both;
}
.weather__location {
    float: right;
    width: 180px;
    height: 25px;
    text-transform: uppercase;
    color: #49AEBF;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: right;
    margin-right: 20px;
}
.weather__location option {
    font-size: 12px;
    /* font-size: 0.2rem; */
}
.weather__info {
    position: relative;
    width: 180px;
    float: left;
    padding: 7px 0 0 60px;
    font-size: 0;
    margin-left: 20px;
}
.weather__info i {
    position: absolute;
    top: 5px;
    left: 0;
}
.weather__info .dc {
    font-size: 26px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
}
.weather__info span {
    display: block;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 1.4rem;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 19px;
}
.weather__listing {
    font-size: 14px;
    font-size: 1.0rem;
    color: #555;
}
.weather__listing .is-first {
    border-left: none!important;
}
.weather__listing:after {
	content: "";
    display: block;
    clear: both;
}
.weather__listing li {
    text-align: center;
    border-left: 1px solid #DDD;
    float: left;
    width: 24%;
}
.weather__listing .day, .weather__listing .icon {
    margin-bottom: 10px;
    display: block;
}
.utilities__info {
    padding: 15px;
    border-top: 1px solid #fff;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
}
.utilities__info a {
    width: 135px;
    display: block;
    float: left;
    padding: 6px 0;
    /* font-weight: 700; */
    font-size: 15px;
    color: #337ab7;
}

.box-right-2 .sub_title {
   border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: auto;
z-index: 9999;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 0;
    margin-left: 0; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

.box-right-2 .carousel-inner {
	padding: 0 20px;
 }

.box-right-2 .active > div { display:none; }
.box-right-2 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}


.left.carousel-control a{
    background: url(../image/arrow_left.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.right.carousel-control a{
    background: url(../image/arrow_right.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.box_header_2 {
	border-bottom: 1px solid #ec2227;
	color: #ec2227;
	padding-right: 10px;
	padding-bottom: 3px;
}
.box_header_2 .title {
	font-size: 16px;
	/* margin-bottom: 6px; */
	text-transform: uppercase;
	font-weight: bold;
}
.box-right-2 .box_header_2 .title {
	color: #cf0000;
}
.video_img{
	width:45%;
	float:left;
}
.video_title{
	width:50%;
	float:right;
}
.video_title a{
	color: #d4d4d4;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
.video_title a:hover{
	color:white;
}
.content-detail .logo{
    margin-top:-10px;
}
@media only screen and (max-width: 424px){
.teaser_954 {
    width: 47%;
}
}
.textlink_embed {
    width: 302px !important;
    clear: both;
    text-align: left;
    margin-top: -3px !important;
    margin-bottom: 2px;
    font-size: 12px!important;
    padding: 5px 0;
    border: 1px solid #CECECE;
   
    color: #666;
    line-height: 22px;
    list-style: circle!important;
    max-height: 69px;
    overflow: hidden;
}
  .textlink_embed .slick-slide{

  border-bottom: 1px dashed #CECECE !important;
  
  }
/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face-test
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/
	.box-ad img, .box-ad iframe {
		margin-bottom: 17px;
	}
	div.HomeBannerTop_728 img, .HomeBannerTop_728 iframe {
		margin-bottom: 0;
	}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:20px 0;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}


@media(min-width:800px){
/* Box Ads MOBI -------------------------*/
.box-ad-MOBI {display: none !important;}
/* END Box Search -------------------------*/
}
/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_sub_nav .sub_nav .li_marquee {
    max-width: 355px;
	padding-right: 5px;
	padding-left: 5px;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
    padding-right: 3px;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}
.sub_nav .li_marquee a{display:inline-block}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom:15px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news a{
    font-size:16px;
    font-weight:bold;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 38px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 36px;
    overflow: hidden;
}
.box_category embed{
    max-width: 100%;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}

.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 32px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding:12px 0;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
}
.video_slide .item .caption_inner ul{
    
}
.video_slide .item .caption_inner ul > li{
    padding:10px 0 0 0px;
    position:relative;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
/* Adv Bot */
.adv_bot {
  bottom: 0;
  padding-bottom: 0;
      position: relative !important;
  width: 300px;
}

/* Adv Bot */
.adv_bot_left {
  bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 120px;
}

/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
.block-news-right .block_image_news .title_news a{
    font-size:16px;
    line-height:22px;
    font-weight:bold;
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width:864px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}
.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right:25px;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){

    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    .box_news_big img{
        height:auto !important;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}


}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
    /* Page Home */
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
    border: none;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
    width: 286px !important;
    height: 340px !important;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 15px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: -6px;}
.box_category .block_image_news .title_news{height: auto;overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:0;
}

/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:5px 0;
}

.header_logo .box_logo img.logo {
	margin-top: 15px;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}

/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom: 0px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news{
    font-weight:bold;
    line-height: 1 !important;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 45px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 45px;
    overflow: hidden;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_hot_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}


/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 45px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding: 0px;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
    line-height: 20px;
}
.video_slide .item .caption_inner ul{
    
display:  inline-grid;
}
.video_slide .item .caption_inner ul > li{
    padding: 10px 0 0 0px;
    position:relative;
    display: table;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
.adv_bot{
   
    bottom:0;
    padding-bottom:0;
}

/* Adv Bot Left */
.adv_bot_left{
    position:absolute;
    bottom:0;
    padding-bottom:0;
	width: 120px;
}


/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
#search-phim li em {
        background-color: #f9f9e3;
}
.block-news-right .block_image_news .title_news a em {
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table[border="1"]{
    border: 1px solid #000;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width: 1060px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}

.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .video_pig video {
    width: 100%;
}
/*.video_new_top .video_pig iframe{
    width:100% !important;
    height:auto;
}*/
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right: 20px !important;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
    margin-top: 15px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){
    .video_new_top .video_pig iframe{
        width: 100% !important;
        height: auto !important;
    }
    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    #ArticlesBottom{
        
width: 100% !important;
        
height: auto;
        
overflow: hidden;
    }
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}

	.header_logo{
		height:auto;
	}
	.box_logo{
		padding-bottom:10px;
	}
	.box_logo > a + div{
		float:none!important;
		margin-top:10px;
	}
	.list_news .thumb{
		float:none;
		margin-bottom:7px;
	}

}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
	
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
	/* b? qu?ng c?o tr?n mobi */
#HomeBannerTop_728  {display: none !important;}
.box-ad, .box_adv {display: none !important;}
.box-ad-MOBI {display: block !important;}
    /* Page Home */
    .box_sub_nav{
        display: none;
    }
    .hot_list .title_news a,
    .breadcrumb > li > a,
    .info_new_top .col_right_info ul > li a{
        font-weight: 600;
    }
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
    #player{
       width: 100%;
       
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	.box_news_big{
		margin-bottom:7px;
	}
	.box_hot_news .title_news{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.block-news-right{
		padding-left:0;
	}
	.block-news-right:before{
		width:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
}

table.image img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	display: table;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 17px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: 0}
.box_category .block_image_news .title_news{/* height: auto; */overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:17px;
}


.videoWrapper {
	/* padding-bottom: 10px; */ /* 16:9 */
	/* padding-top: 25px; */
	/* height: auto; */
}
.videoWrapper iframe,
.videoWrapper embed {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
}

/* Block_news_right
------------------------------------------------------------------------*/
.listnews {
    padding-left:15px;
    position:relative;
}
.listnews :before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.listnews  ul > li{
}
.listnews  ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.listnews  .block_image_news .title_news{
    margin-top:-3px;
}

.listnews  .block_image_news .title_news a em {
}
.listnews  .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.listnews  .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.listnews  .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.listnews  .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.listnews  .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
 ul.listnews > li {
float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;

}
.content-detail table td {
    padding: 5px;
    border: 1;
    border-collapse: collapse;
}

.vpbank .menu_nav, .vpbank .box_menu_nav, .vpbank .footer {
    background: #09a6d1;
}
.vpbank .box_menu_nav {
    border-bottom: 1px solid #58ffd1;
}

.vpbank .sub_nav > li > a.hot_news,.vpbank .title_box .txt_title a,
.vpbank .info_new_top .col_right_info .span_title,
.vpbank .title_box_right .txt_title a
{
	color: #09a6d1;
}

.vpbank .title_box {
    border-bottom: 1px solid #09a6d1;
}

.vpbank .title_box_right .txt_title a {
    color: #09a6d1;
    border-top: 2px solid #09a6d1;
}

.vpbank .breadcrumb > li.active a {
    background: #09a6d1;
}

.vpbank .menu_nav > li > a:hover,.vpbank .menu_nav > li.active > a {
    background: #3a85f5;
}


/*** thong tin can biet **/
.weather {
    background-color: #F7F7F7;
    padding: 10px 0 0;
}

.spr {
	display: inline-block;
    background-image: url(http://truyenhinhthanhhoa.vn/common/v1/image/desktop-sprite-1.1.7.png);
    background-size: 100px 3000px;
    vertical-align: middle;
}
.spr--w-clear, .spr--w-sunny {
    background-position: 0 -1650px;
    width: 50px;
    height: 50px;
}
.spr--w-cloudy, .spr--w-mostlycloudy, .spr--w-mostlysunny, .spr--w-partlycloudy, .spr--w-partlysunny, .spr--w-windy {
    background-position: -50px -1550px;
    width: 50px;
    height: 50px;
}
.spr--w-chancerain, .spr--w-nt_chancerain, .spr--w-nt_rain, .spr--w-rain {
    background-position: 0 -1500px;
    width: 50px;
    height: 50px;
}
.spr--w-clear-mini, .spr--w-sunny-mini {
    background-size: 70px 2100px;
    background-position: 0 -1155px;
    width: 35px;
    height: 35px;
}
.spr--w-cloudy-mini, .spr--w-mostlycloudy-mini, .spr--w-mostlysunny-mini, .spr--w-partlycloudy-mini, .spr--w-partlysunny-mini, .spr--w-windy-mini {
    background-size: 70px 2100px;
    background-position: -35px -1085px;
    width: 35px;
    height: 35px;
}
.spr--w-chancerain-mini, .spr--w-nt_chancerain-mini, .spr--w-nt_rain-mini, .spr--w-rain-mini {
    background-size: 70px 2100px;
    background-position: 0 -1050px;
    width: 35px;
    height: 35px;
}
.weather__today {
    margin-bottom: 25px;
}
.weather__today::after {
	content:"";
    display: block;
    clear: both;
}
.weather__location {
    float: right;
    width: 180px;
    height: 25px;
    text-transform: uppercase;
    color: #49AEBF;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: right;
    margin-right: 20px;
}
.weather__location option {
    font-size: 12px;
    /* font-size: 0.2rem; */
}
.weather__info {
    position: relative;
    width: 180px;
    float: left;
    padding: 7px 0 0 60px;
    font-size: 0;
    margin-left: 20px;
}
.weather__info i {
    position: absolute;
    top: 5px;
    left: 0;
}
.weather__info .dc {
    font-size: 26px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
}
.weather__info span {
    display: block;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 1.4rem;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 19px;
}
.weather__listing {
    font-size: 14px;
    font-size: 1.0rem;
    color: #555;
}
.weather__listing .is-first {
    border-left: none!important;
}
.weather__listing:after {
	content: "";
    display: block;
    clear: both;
}
.weather__listing li {
    text-align: center;
    border-left: 1px solid #DDD;
    float: left;
    width: 24%;
}
.weather__listing .day, .weather__listing .icon {
    margin-bottom: 10px;
    display: block;
}
.utilities__info {
    padding: 15px;
    border-top: 1px solid #fff;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
}
.utilities__info a {
    width: 135px;
    display: block;
    float: left;
    padding: 6px 0;
    /* font-weight: 700; */
    font-size: 15px;
    color: #337ab7;
}

.box-right-2 .sub_title {
   border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: auto;
z-index: 9999;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 0;
    margin-left: 0; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

.box-right-2 .carousel-inner {
	padding: 0 20px;
 }

.box-right-2 .active > div { display:none; }
.box-right-2 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}


.left.carousel-control a{
    background: url(../image/arrow_left.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.right.carousel-control a{
    background: url(../image/arrow_right.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.box_header_2 {
	border-bottom: 1px solid #ec2227;
	color: #ec2227;
	padding-right: 10px;
	padding-bottom: 3px;
}
.box_header_2 .title {
	font-size: 16px;
	/* margin-bottom: 6px; */
	text-transform: uppercase;
	font-weight: bold;
}
.box-right-2 .box_header_2 .title {
	color: #cf0000;
}
.video_img{
	width:45%;
	float:left;
}
.video_title{
	width:50%;
	float:right;
}
.video_title a{
	color: #d4d4d4;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
.video_title a:hover{
	color:white;
}
.content-detail .logo{
    margin-top:-10px;
}
@media only screen and (max-width: 424px){
.teaser_954 {
    width: 47%;
}
}
.textlink_embed {
    width: 302px !important;
    clear: both;
    text-align: left;
    margin-top: -3px !important;
    margin-bottom: 2px;
    font-size: 12px!important;
    padding: 5px 0;
    border: 1px solid #CECECE;
   
    color: #666;
    line-height: 22px;
    list-style: circle!important;
    max-height: 69px;
    overflow: hidden;
}
  .textlink_embed .slick-slide{

  border-bottom: 1px dashed #CECECE !important;
  
  }
/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face-test
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/
	.box-ad img, .box-ad iframe {
		margin-bottom: 17px;
	}
	div.HomeBannerTop_728 img, .HomeBannerTop_728 iframe {
		margin-bottom: 0;
	}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:20px 0;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}


@media(min-width:800px){
/* Box Ads MOBI -------------------------*/
.box-ad-MOBI {display: none !important;}
/* END Box Search -------------------------*/
}
/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_sub_nav .sub_nav .li_marquee {
    max-width: 355px;
	padding-right: 5px;
	padding-left: 5px;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
    padding-right: 3px;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}
.sub_nav .li_marquee a{display:inline-block}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom:15px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news a{
    font-size:16px;
    font-weight:bold;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 38px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 36px;
    overflow: hidden;
}
.box_category embed{
    max-width: 100%;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}

.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 32px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding:12px 0;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
}
.video_slide .item .caption_inner ul{
    
}
.video_slide .item .caption_inner ul > li{
    padding:10px 0 0 0px;
    position:relative;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
/* Adv Bot */
.adv_bot {
  bottom: 0;
  padding-bottom: 0;
      position: relative !important;
  width: 300px;
}

/* Adv Bot */
.adv_bot_left {
  bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 120px;
}

/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
.block-news-right .block_image_news .title_news a{
    font-size:16px;
    line-height:22px;
    font-weight:bold;
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width:864px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}
.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right:25px;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){

    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    .box_news_big img{
        height:auto !important;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}


}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
    /* Page Home */
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
    border: none;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
    width: 286px !important;
    height: 340px !important;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 15px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: -6px;}
.box_category .block_image_news .title_news{height: auto;overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:0;
}

/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:5px 0;
}

.header_logo .box_logo img.logo {
	margin-top: 15px;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}

/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom: 0px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news{
    font-weight:bold;
    line-height: 1 !important;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 45px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 45px;
    overflow: hidden;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_hot_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}


/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 45px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding: 0px;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
    line-height: 20px;
}
.video_slide .item .caption_inner ul{
    
display:  inline-grid;
}
.video_slide .item .caption_inner ul > li{
    padding: 10px 0 0 0px;
    position:relative;
    display: table;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
.adv_bot{
   
    bottom:0;
    padding-bottom:0;
}

/* Adv Bot Left */
.adv_bot_left{
    position:absolute;
    bottom:0;
    padding-bottom:0;
	width: 120px;
}


/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
#search-phim li em {
        background-color: #f9f9e3;
}
.block-news-right .block_image_news .title_news a em {
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table[border="1"]{
    border: 1px solid #000;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width: 1060px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}

.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .video_pig video {
    width: 100%;
}
/*.video_new_top .video_pig iframe{
    width:100% !important;
    height:auto;
}*/
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right: 20px !important;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
    margin-top: 15px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){
    .video_new_top .video_pig iframe{
        width: 100% !important;
        height: auto !important;
    }
    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    #ArticlesBottom{
        
width: 100% !important;
        
height: auto;
        
overflow: hidden;
    }
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}

	.header_logo{
		height:auto;
	}
	.box_logo{
		padding-bottom:10px;
	}
	.box_logo > a + div{
		float:none!important;
		margin-top:10px;
	}
	.list_news .thumb{
		float:none;
		margin-bottom:7px;
	}

}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
	
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
	/* b? qu?ng c?o tr?n mobi */
#HomeBannerTop_728  {display: none !important;}
.box-ad, .box_adv {display: none !important;}
.box-ad-MOBI {display: block !important;}
    /* Page Home */
    .box_sub_nav{
        display: none;
    }
    .hot_list .title_news a,
    .breadcrumb > li > a,
    .info_new_top .col_right_info ul > li a{
        font-weight: 600;
    }
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
    #player{
       width: 100%;
       
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	.box_news_big{
		margin-bottom:7px;
	}
	.box_hot_news .title_news{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.block-news-right{
		padding-left:0;
	}
	.block-news-right:before{
		width:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
}

table.image img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	display: table;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 17px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: 0}
.box_category .block_image_news .title_news{/* height: auto; */overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:17px;
}


.videoWrapper {
	/* padding-bottom: 10px; */ /* 16:9 */
	/* padding-top: 25px; */
	/* height: auto; */
}
.videoWrapper iframe,
.videoWrapper embed {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
}

/* Block_news_right
------------------------------------------------------------------------*/
.listnews {
    padding-left:15px;
    position:relative;
}
.listnews :before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.listnews  ul > li{
}
.listnews  ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.listnews  .block_image_news .title_news{
    margin-top:-3px;
}

.listnews  .block_image_news .title_news a em {
}
.listnews  .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.listnews  .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.listnews  .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.listnews  .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.listnews  .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
 ul.listnews > li {
float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;

}
.content-detail table td {
    padding: 5px;
    border: 1;
    border-collapse: collapse;
}

.vpbank .menu_nav, .vpbank .box_menu_nav, .vpbank .footer {
    background: #09a6d1;
}
.vpbank .box_menu_nav {
    border-bottom: 1px solid #58ffd1;
}

.vpbank .sub_nav > li > a.hot_news,.vpbank .title_box .txt_title a,
.vpbank .info_new_top .col_right_info .span_title,
.vpbank .title_box_right .txt_title a
{
	color: #09a6d1;
}

.vpbank .title_box {
    border-bottom: 1px solid #09a6d1;
}

.vpbank .title_box_right .txt_title a {
    color: #09a6d1;
    border-top: 2px solid #09a6d1;
}

.vpbank .breadcrumb > li.active a {
    background: #09a6d1;
}

.vpbank .menu_nav > li > a:hover,.vpbank .menu_nav > li.active > a {
    background: #3a85f5;
}


/*** thong tin can biet **/
.weather {
    background-color: #F7F7F7;
    padding: 10px 0 0;
}

.spr {
	display: inline-block;
    background-image: url(http://truyenhinhthanhhoa.vn/common/v1/image/desktop-sprite-1.1.7.png);
    background-size: 100px 3000px;
    vertical-align: middle;
}
.spr--w-clear, .spr--w-sunny {
    background-position: 0 -1650px;
    width: 50px;
    height: 50px;
}
.spr--w-cloudy, .spr--w-mostlycloudy, .spr--w-mostlysunny, .spr--w-partlycloudy, .spr--w-partlysunny, .spr--w-windy {
    background-position: -50px -1550px;
    width: 50px;
    height: 50px;
}
.spr--w-chancerain, .spr--w-nt_chancerain, .spr--w-nt_rain, .spr--w-rain {
    background-position: 0 -1500px;
    width: 50px;
    height: 50px;
}
.spr--w-clear-mini, .spr--w-sunny-mini {
    background-size: 70px 2100px;
    background-position: 0 -1155px;
    width: 35px;
    height: 35px;
}
.spr--w-cloudy-mini, .spr--w-mostlycloudy-mini, .spr--w-mostlysunny-mini, .spr--w-partlycloudy-mini, .spr--w-partlysunny-mini, .spr--w-windy-mini {
    background-size: 70px 2100px;
    background-position: -35px -1085px;
    width: 35px;
    height: 35px;
}
.spr--w-chancerain-mini, .spr--w-nt_chancerain-mini, .spr--w-nt_rain-mini, .spr--w-rain-mini {
    background-size: 70px 2100px;
    background-position: 0 -1050px;
    width: 35px;
    height: 35px;
}
.weather__today {
    margin-bottom: 25px;
}
.weather__today::after {
	content:"";
    display: block;
    clear: both;
}
.weather__location {
    float: right;
    width: 180px;
    height: 25px;
    text-transform: uppercase;
    color: #49AEBF;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: right;
    margin-right: 20px;
}
.weather__location option {
    font-size: 12px;
    /* font-size: 0.2rem; */
}
.weather__info {
    position: relative;
    width: 180px;
    float: left;
    padding: 7px 0 0 60px;
    font-size: 0;
    margin-left: 20px;
}
.weather__info i {
    position: absolute;
    top: 5px;
    left: 0;
}
.weather__info .dc {
    font-size: 26px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
}
.weather__info span {
    display: block;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 1.4rem;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 19px;
}
.weather__listing {
    font-size: 14px;
    font-size: 1.0rem;
    color: #555;
}
.weather__listing .is-first {
    border-left: none!important;
}
.weather__listing:after {
	content: "";
    display: block;
    clear: both;
}
.weather__listing li {
    text-align: center;
    border-left: 1px solid #DDD;
    float: left;
    width: 24%;
}
.weather__listing .day, .weather__listing .icon {
    margin-bottom: 10px;
    display: block;
}
.utilities__info {
    padding: 15px;
    border-top: 1px solid #fff;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
}
.utilities__info a {
    width: 135px;
    display: block;
    float: left;
    padding: 6px 0;
    /* font-weight: 700; */
    font-size: 15px;
    color: #337ab7;
}

.box-right-2 .sub_title {
   border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: auto;
z-index: 9999;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 0;
    margin-left: 0; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

.box-right-2 .carousel-inner {
	padding: 0 20px;
 }

.box-right-2 .active > div { display:none; }
.box-right-2 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}


.left.carousel-control a{
    background: url(../image/arrow_left.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.right.carousel-control a{
    background: url(../image/arrow_right.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.box_header_2 {
	border-bottom: 1px solid #ec2227;
	color: #ec2227;
	padding-right: 10px;
	padding-bottom: 3px;
}
.box_header_2 .title {
	font-size: 16px;
	/* margin-bottom: 6px; */
	text-transform: uppercase;
	font-weight: bold;
}
.box-right-2 .box_header_2 .title {
	color: #cf0000;
}
.video_img{
	width:45%;
	float:left;
}
.video_title{
	width:50%;
	float:right;
}
.video_title a{
	color: #d4d4d4;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
.video_title a:hover{
	color:white;
}
.content-detail .logo{
    margin-top:-10px;
}
@media only screen and (max-width: 424px){
.teaser_954 {
    width: 47%;
}
}
.textlink_embed {
    width: 302px !important;
    clear: both;
    text-align: left;
    margin-top: -3px !important;
    margin-bottom: 2px;
    font-size: 12px!important;
    padding: 5px 0;
    border: 1px solid #CECECE;
   
    color: #666;
    line-height: 22px;
    list-style: circle!important;
    max-height: 69px;
    overflow: hidden;
}
  .textlink_embed .slick-slide{

  border-bottom: 1px dashed #CECECE !important;
  
  }
/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face-test
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/
	.box-ad img, .box-ad iframe {
		margin-bottom: 17px;
	}
	div.HomeBannerTop_728 img, .HomeBannerTop_728 iframe {
		margin-bottom: 0;
	}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:20px 0;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}


@media(min-width:800px){
/* Box Ads MOBI -------------------------*/
.box-ad-MOBI {display: none !important;}
/* END Box Search -------------------------*/
}
/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_sub_nav .sub_nav .li_marquee {
    max-width: 355px;
	padding-right: 5px;
	padding-left: 5px;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
    padding-right: 3px;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}
.sub_nav .li_marquee a{display:inline-block}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom:15px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news a{
    font-size:16px;
    font-weight:bold;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 38px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 36px;
    overflow: hidden;
}
.box_category embed{
    max-width: 100%;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}

.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 32px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding:12px 0;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
}
.video_slide .item .caption_inner ul{
    
}
.video_slide .item .caption_inner ul > li{
    padding:10px 0 0 0px;
    position:relative;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
/* Adv Bot */
.adv_bot {
  bottom: 0;
  padding-bottom: 0;
      position: relative !important;
  width: 300px;
}

/* Adv Bot */
.adv_bot_left {
  bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 120px;
}

/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
.block-news-right .block_image_news .title_news a{
    font-size:16px;
    line-height:22px;
    font-weight:bold;
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width:864px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}
.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right:25px;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){

    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    .box_news_big img{
        height:auto !important;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}


}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
    /* Page Home */
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
    border: none;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
    width: 286px !important;
    height: 340px !important;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 15px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: -6px;}
.box_category .block_image_news .title_news{height: auto;overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:0;
}

/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:5px 0;
}

.header_logo .box_logo img.logo {
	margin-top: 15px;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}

/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom: 0px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news{
    font-weight:bold;
    line-height: 1 !important;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 45px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 45px;
    overflow: hidden;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_hot_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}


/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 45px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding: 0px;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
    line-height: 20px;
}
.video_slide .item .caption_inner ul{
    
display:  inline-grid;
}
.video_slide .item .caption_inner ul > li{
    padding: 10px 0 0 0px;
    position:relative;
    display: table;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
.adv_bot{
   
    bottom:0;
    padding-bottom:0;
}

/* Adv Bot Left */
.adv_bot_left{
    position:absolute;
    bottom:0;
    padding-bottom:0;
	width: 120px;
}


/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
#search-phim li em {
        background-color: #f9f9e3;
}
.block-news-right .block_image_news .title_news a em {
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table[border="1"]{
    border: 1px solid #000;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width: 1060px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}

.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .video_pig video {
    width: 100%;
}
/*.video_new_top .video_pig iframe{
    width:100% !important;
    height:auto;
}*/
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right: 20px !important;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
    margin-top: 15px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){
    .video_new_top .video_pig iframe{
        width: 100% !important;
        height: auto !important;
    }
    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    #ArticlesBottom{
        
width: 100% !important;
        
height: auto;
        
overflow: hidden;
    }
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}

	.header_logo{
		height:auto;
	}
	.box_logo{
		padding-bottom:10px;
	}
	.box_logo > a + div{
		float:none!important;
		margin-top:10px;
	}
	.list_news .thumb{
		float:none;
		margin-bottom:7px;
	}

}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
	
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
	/* b? qu?ng c?o tr?n mobi */
#HomeBannerTop_728  {display: none !important;}
.box-ad, .box_adv {display: none !important;}
.box-ad-MOBI {display: block !important;}
    /* Page Home */
    .box_sub_nav{
        display: none;
    }
    .hot_list .title_news a,
    .breadcrumb > li > a,
    .info_new_top .col_right_info ul > li a{
        font-weight: 600;
    }
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
    #player{
       width: 100%;
       
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	.box_news_big{
		margin-bottom:7px;
	}
	.box_hot_news .title_news{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.block-news-right{
		padding-left:0;
	}
	.block-news-right:before{
		width:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
}

table.image img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	display: table;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 17px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: 0}
.box_category .block_image_news .title_news{/* height: auto; */overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:17px;
}


.videoWrapper {
	/* padding-bottom: 10px; */ /* 16:9 */
	/* padding-top: 25px; */
	/* height: auto; */
}
.videoWrapper iframe,
.videoWrapper embed {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
}

/* Block_news_right
------------------------------------------------------------------------*/
.listnews {
    padding-left:15px;
    position:relative;
}
.listnews :before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.listnews  ul > li{
}
.listnews  ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.listnews  .block_image_news .title_news{
    margin-top:-3px;
}

.listnews  .block_image_news .title_news a em {
}
.listnews  .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.listnews  .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.listnews  .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.listnews  .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.listnews  .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
 ul.listnews > li {
float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;

}
.content-detail table td {
    padding: 5px;
    border: 1;
    border-collapse: collapse;
}

.vpbank .menu_nav, .vpbank .box_menu_nav, .vpbank .footer {
    background: #09a6d1;
}
.vpbank .box_menu_nav {
    border-bottom: 1px solid #58ffd1;
}

.vpbank .sub_nav > li > a.hot_news,.vpbank .title_box .txt_title a,
.vpbank .info_new_top .col_right_info .span_title,
.vpbank .title_box_right .txt_title a
{
	color: #09a6d1;
}

.vpbank .title_box {
    border-bottom: 1px solid #09a6d1;
}

.vpbank .title_box_right .txt_title a {
    color: #09a6d1;
    border-top: 2px solid #09a6d1;
}

.vpbank .breadcrumb > li.active a {
    background: #09a6d1;
}

.vpbank .menu_nav > li > a:hover,.vpbank .menu_nav > li.active > a {
    background: #3a85f5;
}


/*** thong tin can biet **/
.weather {
    background-color: #F7F7F7;
    padding: 10px 0 0;
}

.spr {
	display: inline-block;
    background-image: url(http://truyenhinhthanhhoa.vn/common/v1/image/desktop-sprite-1.1.7.png);
    background-size: 100px 3000px;
    vertical-align: middle;
}
.spr--w-clear, .spr--w-sunny {
    background-position: 0 -1650px;
    width: 50px;
    height: 50px;
}
.spr--w-cloudy, .spr--w-mostlycloudy, .spr--w-mostlysunny, .spr--w-partlycloudy, .spr--w-partlysunny, .spr--w-windy {
    background-position: -50px -1550px;
    width: 50px;
    height: 50px;
}
.spr--w-chancerain, .spr--w-nt_chancerain, .spr--w-nt_rain, .spr--w-rain {
    background-position: 0 -1500px;
    width: 50px;
    height: 50px;
}
.spr--w-clear-mini, .spr--w-sunny-mini {
    background-size: 70px 2100px;
    background-position: 0 -1155px;
    width: 35px;
    height: 35px;
}
.spr--w-cloudy-mini, .spr--w-mostlycloudy-mini, .spr--w-mostlysunny-mini, .spr--w-partlycloudy-mini, .spr--w-partlysunny-mini, .spr--w-windy-mini {
    background-size: 70px 2100px;
    background-position: -35px -1085px;
    width: 35px;
    height: 35px;
}
.spr--w-chancerain-mini, .spr--w-nt_chancerain-mini, .spr--w-nt_rain-mini, .spr--w-rain-mini {
    background-size: 70px 2100px;
    background-position: 0 -1050px;
    width: 35px;
    height: 35px;
}
.weather__today {
    margin-bottom: 25px;
}
.weather__today::after {
	content:"";
    display: block;
    clear: both;
}
.weather__location {
    float: right;
    width: 180px;
    height: 25px;
    text-transform: uppercase;
    color: #49AEBF;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: right;
    margin-right: 20px;
}
.weather__location option {
    font-size: 12px;
    /* font-size: 0.2rem; */
}
.weather__info {
    position: relative;
    width: 180px;
    float: left;
    padding: 7px 0 0 60px;
    font-size: 0;
    margin-left: 20px;
}
.weather__info i {
    position: absolute;
    top: 5px;
    left: 0;
}
.weather__info .dc {
    font-size: 26px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
}
.weather__info span {
    display: block;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 1.4rem;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 19px;
}
.weather__listing {
    font-size: 14px;
    font-size: 1.0rem;
    color: #555;
}
.weather__listing .is-first {
    border-left: none!important;
}
.weather__listing:after {
	content: "";
    display: block;
    clear: both;
}
.weather__listing li {
    text-align: center;
    border-left: 1px solid #DDD;
    float: left;
    width: 24%;
}
.weather__listing .day, .weather__listing .icon {
    margin-bottom: 10px;
    display: block;
}
.utilities__info {
    padding: 15px;
    border-top: 1px solid #fff;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
}
.utilities__info a {
    width: 135px;
    display: block;
    float: left;
    padding: 6px 0;
    /* font-weight: 700; */
    font-size: 15px;
    color: #337ab7;
}

.box-right-2 .sub_title {
   border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: auto;
z-index: 9999;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 0;
    margin-left: 0; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

.box-right-2 .carousel-inner {
	padding: 0 20px;
 }

.box-right-2 .active > div { display:none; }
.box-right-2 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}


.left.carousel-control a{
    background: url(../image/arrow_left.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.right.carousel-control a{
    background: url(../image/arrow_right.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.box_header_2 {
	border-bottom: 1px solid #ec2227;
	color: #ec2227;
	padding-right: 10px;
	padding-bottom: 3px;
}
.box_header_2 .title {
	font-size: 16px;
	/* margin-bottom: 6px; */
	text-transform: uppercase;
	font-weight: bold;
}
.box-right-2 .box_header_2 .title {
	color: #cf0000;
}
.video_img{
	width:45%;
	float:left;
}
.video_title{
	width:50%;
	float:right;
}
.video_title a{
	color: #d4d4d4;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
.video_title a:hover{
	color:white;
}
.content-detail .logo{
    margin-top:-10px;
}
@media only screen and (max-width: 424px){
.teaser_954 {
    width: 47%;
}
}
.textlink_embed {
    width: 302px !important;
    clear: both;
    text-align: left;
    margin-top: -3px !important;
    margin-bottom: 2px;
    font-size: 12px!important;
    padding: 5px 0;
    border: 1px solid #CECECE;
   
    color: #666;
    line-height: 22px;
    list-style: circle!important;
    max-height: 69px;
    overflow: hidden;
}
  .textlink_embed .slick-slide{

  border-bottom: 1px dashed #CECECE !important;
  
  }
/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face-test
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/
	.box-ad img, .box-ad iframe {
		margin-bottom: 17px;
	}
	div.HomeBannerTop_728 img, .HomeBannerTop_728 iframe {
		margin-bottom: 0;
	}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:20px 0;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}


@media(min-width:800px){
/* Box Ads MOBI -------------------------*/
.box-ad-MOBI {display: none !important;}
/* END Box Search -------------------------*/
}
/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_sub_nav .sub_nav .li_marquee {
    max-width: 355px;
	padding-right: 5px;
	padding-left: 5px;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
    padding-right: 3px;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}
.sub_nav .li_marquee a{display:inline-block}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom:15px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news a{
    font-size:16px;
    font-weight:bold;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 38px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 36px;
    overflow: hidden;
}
.box_category embed{
    max-width: 100%;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}

.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 32px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding:12px 0;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
}
.video_slide .item .caption_inner ul{
    
}
.video_slide .item .caption_inner ul > li{
    padding:10px 0 0 0px;
    position:relative;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
/* Adv Bot */
.adv_bot {
  bottom: 0;
  padding-bottom: 0;
      position: relative !important;
  width: 300px;
}

/* Adv Bot */
.adv_bot_left {
  bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 120px;
}

/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
.block-news-right .block_image_news .title_news a{
    font-size:16px;
    line-height:22px;
    font-weight:bold;
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width:864px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}
.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right:25px;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){

    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    .box_news_big img{
        height:auto !important;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}

}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
    /* Page Home */
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
    border: none;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
    width: 286px !important;
    height: 340px !important;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 15px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: -6px;}
.box_category .block_image_news .title_news{height: auto;overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:0;
}

/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:5px 0;
}

.header_logo .box_logo img.logo {
	margin-top: 15px;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}

/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom: 0px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news{
    font-weight:bold;
    line-height: 1 !important;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 45px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 45px;
    overflow: hidden;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_hot_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}


/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 45px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding: 0px;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
    line-height: 20px;
}
.video_slide .item .caption_inner ul{
    
display:  inline-grid;
}
.video_slide .item .caption_inner ul > li{
    padding: 10px 0 0 0px;
    position:relative;
    display: table;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
.adv_bot{
   
    bottom:0;
    padding-bottom:0;
}

/* Adv Bot Left */
.adv_bot_left{
    position:absolute;
    bottom:0;
    padding-bottom:0;
	width: 120px;
}


/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
#search-phim li em {
        background-color: #f9f9e3;
}
.block-news-right .block_image_news .title_news a em {
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table[border="1"]{
    border: 1px solid #000;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width: 1060px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}

.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .video_pig video {
    width: 100%;
}
/*.video_new_top .video_pig iframe{
    width:100% !important;
    height:auto;
}*/
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right: 20px !important;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
    margin-top: 15px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){
    .video_new_top .video_pig iframe{
        width: 100% !important;
        height: auto !important;
    }
    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    #ArticlesBottom{
        
width: 100% !important;
        
height: auto;
        
overflow: hidden;
    }
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}

	.header_logo{
		height:auto;
	}
	.box_logo{
		padding-bottom:10px;
	}
	.box_logo > a + div{
		float:none!important;
		margin-top:10px;
	}
	.list_news .thumb{
		float:none;
		margin-bottom:7px;
	}

}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
	
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
	/* b? qu?ng c?o tr?n mobi */
#HomeBannerTop_728  {display: none !important;}
.box-ad, .box_adv {display: none !important;}
.box-ad-MOBI {display: block !important;}
    /* Page Home */
    .box_sub_nav{
        display: none;
    }
    .hot_list .title_news a,
    .breadcrumb > li > a,
    .info_new_top .col_right_info ul > li a{
        font-weight: 600;
    }
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
    #player{
       width: 100%;
       
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	.box_news_big{
		margin-bottom:7px;
	}
	.box_hot_news .title_news{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.block-news-right{
		padding-left:0;
	}
	.block-news-right:before{
		width:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
}

table.image img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	display: table;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 17px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: 0}
.box_category .block_image_news .title_news{/* height: auto; */overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:17px;
}


.videoWrapper {
	/* padding-bottom: 10px; */ /* 16:9 */
	/* padding-top: 25px; */
	/* height: auto; */
}
.videoWrapper iframe,
.videoWrapper embed {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
}

/* Block_news_right
------------------------------------------------------------------------*/
.listnews {
    padding-left:15px;
    position:relative;
}
.listnews :before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.listnews  ul > li{
}
.listnews  ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.listnews  .block_image_news .title_news{
    margin-top:-3px;
}

.listnews  .block_image_news .title_news a em {
}
.listnews  .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.listnews  .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.listnews  .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.listnews  .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.listnews  .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
 ul.listnews > li {
float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;

}
.content-detail table[border="1"] td{
    border: 1px solid #000;
    padding: 5px;
    border: 1px solid #777474;
    border-collapse: collapse;
}

.vpbank .menu_nav, .vpbank .box_menu_nav, .vpbank .footer {
    background: #09a6d1;
}
.vpbank .box_menu_nav {
    border-bottom: 1px solid #58ffd1;
}

.vpbank .sub_nav > li > a.hot_news,.vpbank .title_box .txt_title a,
.vpbank .info_new_top .col_right_info .span_title,
.vpbank .title_box_right .txt_title a
{
	color: #09a6d1;
}

.vpbank .title_box {
    border-bottom: 1px solid #09a6d1;
}

.vpbank .title_box_right .txt_title a {
    color: #09a6d1;
    border-top: 2px solid #09a6d1;
}

.vpbank .breadcrumb > li.active a {
    background: #09a6d1;
}

.vpbank .menu_nav > li > a:hover,.vpbank .menu_nav > li.active > a {
    background: #3a85f5;
}


/*** thong tin can biet **/
.weather {
    background-color: #F7F7F7;
    padding: 10px 0 0;
}

.spr {
	display: inline-block;
    background-image: url(http://truyenhinhthanhhoa.vn/common/v1/image/desktop-sprite-1.1.7.png);
    background-size: 100px 3000px;
    vertical-align: middle;
}
.spr--w-clear, .spr--w-sunny {
    background-position: 0 -1650px;
    width: 50px;
    height: 50px;
}
.spr--w-cloudy, .spr--w-mostlycloudy, .spr--w-mostlysunny, .spr--w-partlycloudy, .spr--w-partlysunny, .spr--w-windy {
    background-position: -50px -1550px;
    width: 50px;
    height: 50px;
}
.spr--w-chancerain, .spr--w-nt_chancerain, .spr--w-nt_rain, .spr--w-rain {
    background-position: 0 -1500px;
    width: 50px;
    height: 50px;
}
.spr--w-clear-mini, .spr--w-sunny-mini {
    background-size: 70px 2100px;
    background-position: 0 -1155px;
    width: 35px;
    height: 35px;
}
.spr--w-cloudy-mini, .spr--w-mostlycloudy-mini, .spr--w-mostlysunny-mini, .spr--w-partlycloudy-mini, .spr--w-partlysunny-mini, .spr--w-windy-mini {
    background-size: 70px 2100px;
    background-position: -35px -1085px;
    width: 35px;
    height: 35px;
}
.spr--w-chancerain-mini, .spr--w-nt_chancerain-mini, .spr--w-nt_rain-mini, .spr--w-rain-mini {
    background-size: 70px 2100px;
    background-position: 0 -1050px;
    width: 35px;
    height: 35px;
}
.weather__today {
    margin-bottom: 25px;
}
.weather__today::after {
	content:"";
    display: block;
    clear: both;
}
.weather__location {
    float: right;
    width: 180px;
    height: 25px;
    text-transform: uppercase;
    color: #49AEBF;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: right;
    margin-right: 20px;
}
.weather__location option {
    font-size: 12px;
    /* font-size: 0.2rem; */
}
.weather__info {
    position: relative;
    width: 180px;
    float: left;
    padding: 7px 0 0 60px;
    font-size: 0;
    margin-left: 20px;
}
.weather__info i {
    position: absolute;
    top: 5px;
    left: 0;
}
.weather__info .dc {
    font-size: 26px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
}
.weather__info span {
    display: block;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 1.4rem;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 19px;
}
.weather__listing {
    font-size: 14px;
    font-size: 1.0rem;
    color: #555;
}
.weather__listing .is-first {
    border-left: none!important;
}
.weather__listing:after {
	content: "";
    display: block;
    clear: both;
}
.weather__listing li {
    text-align: center;
    border-left: 1px solid #DDD;
    float: left;
    width: 24%;
}
.weather__listing .day, .weather__listing .icon {
    margin-bottom: 10px;
    display: block;
}
.utilities__info {
    padding: 15px;
    border-top: 1px solid #fff;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
}
.utilities__info a {
    width: 135px;
    display: block;
    float: left;
    padding: 6px 0;
    /* font-weight: 700; */
    font-size: 15px;
    color: #337ab7;
}

.box-right-2 .sub_title {
   border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: auto;
z-index: 9999;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 0;
    margin-left: 0; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

.box-right-2 .carousel-inner {
	padding: 0 20px;
 }

.box-right-2 .active > div { display:none; }
.box-right-2 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}


.left.carousel-control a{
    background: url(../image/arrow_left.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.right.carousel-control a{
    background: url(../image/arrow_right.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.box_header_2 {
	border-bottom: 1px solid #ec2227;
	color: #ec2227;
	padding-right: 10px;
	padding-bottom: 3px;
}
.box_header_2 .title {
	font-size: 16px;
	/* margin-bottom: 6px; */
	text-transform: uppercase;
	font-weight: bold;
}
.box-right-2 .box_header_2 .title {
	color: #cf0000;
}
.video_img{
	width:45%;
	float:left;
}
.video_title{
	width:50%;
	float:right;
}
.video_title a{
	color: #d4d4d4;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
.video_title a:hover{
	color:white;
}
.content-detail .logo{
    margin-top:-10px;
}
@media only screen and (max-width: 424px){
.teaser_954 {
    width: 47%;
}
}
.textlink_embed {
    width: 302px !important;
    clear: both;
    text-align: left;
    margin-top: -3px !important;
    margin-bottom: 2px;
    font-size: 12px!important;
    padding: 5px 0;
    border: 1px solid #CECECE;
   
    color: #666;
    line-height: 22px;
    list-style: circle!important;
    max-height: 69px;
    overflow: hidden;
}
  .textlink_embed .slick-slide{

  border-bottom: 1px dashed #CECECE !important;
  
  }
/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face-test
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/
	.box-ad img, .box-ad iframe {
		margin-bottom: 17px;
	}
	div.HomeBannerTop_728 img, .HomeBannerTop_728 iframe {
		margin-bottom: 0;
	}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:20px 0;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}


@media(min-width:800px){
/* Box Ads MOBI -------------------------*/
.box-ad-MOBI {display: none !important;}
/* END Box Search -------------------------*/
}
/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_sub_nav .sub_nav .li_marquee {
    max-width: 355px;
	padding-right: 5px;
	padding-left: 5px;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{

}
.sub_nav > li{
    float:left;
    padding:7.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
    padding-right: 3px;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}
.sub_nav .li_marquee a{display:inline-block}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom:15px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news a{
    font-size:16px;
    font-weight:bold;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 38px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 36px;
    overflow: hidden;
}
.box_category embed{
    max-width: 100%;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}

.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 4px;
}

/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 32px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding:12px 0;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
}
.video_slide .item .caption_inner ul{
    
}
.video_slide .item .caption_inner ul > li{
    padding:10px 0 0 0px;
    position:relative;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
/* Adv Bot */
.adv_bot {
  bottom: 0;
  padding-bottom: 0;
      position: relative !important;
  width: 300px;
}

/* Adv Bot */
.adv_bot_left {
  bottom: 0;
  padding-bottom: 0;
  position: absolute;
  width: 120px;
}

/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
.block-news-right .block_image_news .title_news a{
    font-size:16px;
    line-height:22px;
    font-weight:bold;
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width:864px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}
.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    
}
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right:25px;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){

    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    .box_news_big img{
        height:auto !important;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}


}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
    /* Page Home */
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
    border: none;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
    width: 286px !important;
    height: 340px !important;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 15px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: -6px;}
.box_category .block_image_news .title_news{height: auto;overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: none;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:0;
}

/*---------------------------------------------------------------------- /
Table of Contents 
------------------------------------------------------------------------ /
 1   -   Font-face
 2   -   Common styles
 3   -   Header
     3.1   -   Header Logo
     3.2   -   Header Main
 4   -   Wrapper
 5   -   footer

 *   -   Response Tablet Mobile
------------------------------------------------------------------------ /
Table of Contents End
------------------------------------------------------------------------*/


/* 1 - Font Face
------------------------------------------------------------------------*/

@font-face { 
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
    font-weight:300;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight:400;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight:700;
}

.clear {
	clear: both;
	color: #FFFFFF;
	font-size: 0;
	height: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* 2 - Common styles
------------------------------------------------------------------------*/

body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Arial, 'Roboto', sans-serif;
    font-size: 15px;
    font-weight:300;
    color:#333;
    line-height:1.35;
}
.container{
    padding-left:0;
    padding-right:0;
}
a{
    color:#333;
}
a:hover{
    color:#005ba0;
}
.clearfix:before,
.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    content:"";
    clear:both;
}
/* Hover Color */
.sub_nav > li > a:hover,
.hot_list .title_news a:hover,
.related_new_right ul > li .title_news a:hover,
.breadcrumb > li > a:hover,
.block_read_more .block_image_news .news_lead a:hover,
.block_read_more ul > li a:hover,
.read_more_news ul > li .link_text:hover,
.box_tag h4 a:hover{
    color:#005ba0;
}

/* Hover Image */


/* Page */
#page{
    width:100%;
    position:relative;
    z-index:1;
}

/* Width Page: 1060px */
.w_inner{
    width:1060px;
    margin:0 auto;
    position:relative;
}

/* 3 - Header
------------------------------------------------------------------------*/
.header{
   
}

/* 3.1 - Header Logo
------------------------------------------------------------------------*/
.header_logo{
    height:99px;
}
.box_logo{
    padding:5px 0;
}

.header_logo .box_logo img.logo {
	margin-top: 15px;
}


/* 3.2 - Header Main
------------------------------------------------------------------------*/
.header-main{
   
}
.box_menu_nav{
    background:#ea2429;
    height:30px;
    border-bottom:1px solid #bb1919;
}
.box_sub_nav{
    background:#f3f3f3;
    height:29px;
    border-bottom:1px solid #c9c9c9;
}


/* Menu Nav
-------------------------*/
.menu_nav{

}
.menu_nav > li{
    float:left;
}
.menu_nav > li > a{
    font-size:14px;
    color:#fff;
    font-weight:400;
    display:block;
    padding: 8px 9px;
}
.menu_nav > li:first-child > a {
    padding:5px 5px 5px 0;
}
.menu_nav > li > a .icon-home {
    background: url('../image/home/icon-home.png') no-repeat;
    display: inline-block;
    width:21px;
    height:20px;
}
.menu_nav > li > a:hover,
.menu_nav > li.active > a{
    background:#bb1919;
}
.menu_nav > li:first-child > a:hover{
    background:transparent;
}

/* Box Search
-------------------------*/
.box_search{
    position:absolute;
    top:9px;
    right:0;
}
.box_search a{
    display:block;
}
.box_search .icon-search {
    background-image: url('../image/home/icon-search.png');
    display:inline-block;
    width:14px;
    height:15px;
}
.box_search .input_search{
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 99;
    display:none;
}
.box_search .input_search input[type="search"]{
    background: #fff;
    width: 250px;
    height: 34px;
    padding: 0 32px 0 15px;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.3);
}
.box_search .btn_submit_search{
    width:34px;
    height:34px;
    position:absolute;
    right:0;
    top:0;
    border-left: 1px solid #eaeaea;
}


/* Sub Nav
-------------------------*/
.sub_nav{float: left;}
.sub_nav > li{
    float:left;
    padding: 1.5px 0;
}
.sub_nav li  a{
    font-size:12px;
    color:#6f6f6f;
    padding:0 15px;
    line-height:16px;
    position:relative;
}
.sub_nav > li > a.hot_news{
    font-size:14px;
    color:#ea2429;
    font-weight:bold;
    padding:0;
    text-transform:uppercase;
}
.sub_nav > li > a.new_first{
    padding-left:5px;
}
.sub_nav > li > a.new_second{
    margin-left:10px;
}
.sub_nav > li > a.date_time{
    padding-right:35px;
}
.sub_nav > li > a.hot_line{
    padding-left:35px;
}
.sub_nav > li > a.link_contact{
    padding-left:35px;
    padding-right:0;
}
/* Before */
.sub_nav > li > a.new_second:before{
    content:"";
    width:3px;
    height:3px;
    background:#4d4d4d;
    position:absolute;
    top: 5px;
    left: 7px;
}
.sub_nav > li > a.date_time:before,
.sub_nav > li > a.hot_line:before,
.sub_nav > li > a.link_contact:before{
    content:"";
    width:1px;
    height:22px;
    background:#c1bfbf;
    position:absolute;
    top: -5px;
    left: 0;
}
/* After */
.sub_nav > li > a.date_time:after {
    content:"";
    background-image: url('../image/home/icon-calendar.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    right:10px;
}
.sub_nav > li > a.hot_line:after {
    content:"";
    background-image: url('../image/home/icon-phone.png');
    width:13px;
    height:13px;
    position:absolute;
    top:0;
    left:13px;
}
.sub_nav > li > a.link_contact:after {
    content:"";
    background-image: url('../image/home/icon-contact.png');
    width:14px;
    height:15px;
    position:absolute;
    top:-1px;
    left:13px;
}

/* 4 - Wrapper
------------------------------------------------------------------------*/
.wrapper{
}

/* Box content */
.col_content{
    width:100%;
    float:left;
    padding-top:15px;
    margin-bottom:30px;
    position:relative;
}
.col-left{
    width:743px;
    float:left;
}
.col-right{
    width:300px;
    float:right;
}

/* 4.1 - Box News top
------------------------------------------------------------------------*/
.row_1{
    float:left;
    width:100%;
}
.row_2{
    float:left;
    width:100%;
}
.box_news_top{
    float:left;
    width:100%;
    padding-bottom:30px;
}
.box_hot_news{
    float:left;
    width:530px;
    padding-right:15px;
}
.box_sub_hot_new{
    float:left;
    width:196px;
    background:#f5f5f5;
}
.box_news_big{
    position:relative;
    width:100%;
    height:314px;
    margin-bottom: 0px;
}
.box_news_big img{
    width:100%;
    height:100%;
}
.box_hot_news .row_1 .title_news{
    font-weight:bold;
    line-height: 1 !important;
}
.box_hot_news .row_1 .news_lead{
    font-size:13px;
    line-height:20px;
}

/* Box Featured News*/
.box_featured_news{
    padding-top:20px;
}
.box_featured_news .title_featured_new .txt_title{
    font-size:14px;
    color:#252525;
    position:relative;
    padding-left:12px;
    margin-bottom:13px;
}
.box_featured_news .title_featured_new .txt_title:before{
    content:"";
    position:absolute;
    top:4px;
    left:0;
    width:4px;
    height:4px;
    background:#e5e5e5;
}
.box_featured_news .list_news > li{
    border-top: 1px solid #e5e5e5;
    border-bottom:0;
}
.box_featured_news .list_news > li:first-child{
	border: 0;
	padding-top: 0;
}
/* Row Head */
.title_box{
    padding-bottom:5px;
    margin-bottom:2px;
    border-bottom:1px solid #ec2227;
}
.title_box .txt_title{
    display:inline-block;
}
.title_box .txt_title a{
    font-size:15px;
    color:#ec2227;
    text-transform:uppercase;
    font-weight:bold;
}
.title_box .link_nav{
    margin-left:3px;
    display:inline-block;
}
.title_box .link_nav > li {
    background: url('../image/home/thin-line.png') no-repeat scroll -1px 2px;
    float:left;
}
.title_box .link_nav > li > a{
    font-size:13px;
    padding:2px 5px;
    display:block;
}
.title_box .link_nav > li:last-child > a{
    padding-right:0;
}
.featured_content{
    
}

/* List News */
.list_news{

}
.list_news > li{
    width:100%;
    float:left;
    padding:10px 0;
    border-bottom: 1px dotted #e5e5e5;

}
.list_news > li:last-child{
    border-bottom:none;
}
.list_news .thumb{
    float:left;
    width:146px;
    height:96px;
    margin:0 10px 0 0;
    position:relative;
}
.list_news .thumb img{
    width:100%;
    height:100%;
}
.news_lead i{
    cursor: pointer;
}
.list_news .news_lead{
    
}
.block_image_news{

}
.block_image_news .title_news{
    margin-bottom:5px;
}
.block_image_news .title_news a{
    font-size:16px;
    line-height:19px;
    font-weight:bold;
}
.block_image_news .news_lead{
    font-size:13px;
    line-height:17px;
    color:#434343;
}

.featured_content .block_image_news .title_news{
    max-height: 45px;
    overflow: hidden;
}
.box_category .block_image_news .title_news{
    height: 50px;
    overflow: hidden;
}
.box_category ul.list_text_thumb .block_image_news .title_news{
    height: 45px;
    overflow: hidden;
}
/* Link More */
.link_more{
    text-align:center;
    width:77px;
    display:block;
    margin: 0 auto;
}
.link_more a{
    font-size:15px;
    color:#137988;
    font-weight:400;
    display:block;
    position:relative;
}
.link_more a:before{
    content:"";
    width:77px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-1px;
    left:0;
    right:0;
    margin:auto;
}
.link_more a:after{
    content:"";
    width:68px;
    height:1px;
    background:#137988;
    position:absolute;
    bottom:-4px;
    left:0;
    right:0;
    margin:auto;
}

/* */
.box_sub_hot_new .ui-widget.ui-widget-content{
    border:1px solid #dddddd;
    border-radius:0;
    padding:0;

}
.box_sub_hot_new .tabs_new_top {
    height: 416px;
	overflow: hidden;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav{
    padding:0;
    border-radius:0;
    border:0;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li{
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    width:50%;
    position:relative;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:2px;
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    padding: 6px 10px;
    text-align:center;
    display:block;
    float:none;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li:hover{
    background:#f5f5f5;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active{
    background:#dddddd;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li.ui-tabs-active:before{
    content:"";
    background:#ed1c24;
}
.box_sub_hot_new .ui-tabs .ui-tabs-nav li a{
    color:#333;
}
.box_sub_hot_new .ui-tabs .ui-tabs-panel{
    padding:0;
    background:#f5f5f5;
    border-top:1px solid #ddd;
}
/* Hot List */
.hot_list li{
    padding:10px 0 10px 15px;
    border-bottom:1px solid #ddd;
    position:relative;
}
.hot_list li:last-child{
    border-bottom:0;
}
.hot_list li:before{
    content:"";
    position:absolute;
    left:3px;
    top:16px;
    width:4px;
    height:4px;
    background:#851c1c;
}
.hot_list .title_news a{
    font-size:15px;
    line-height:17px;
    font-weight:400;
    color:#000;
}
.box_sub_hot_new .hot_list{
    margin:0 5px;
}
.box_sub_hot_new .other_list li{
    padding-left:0;
}
.box_sub_hot_new .other_list li:before{
    display:none;
}
.box_sub_hot_new .other_list .thumb{
    width:184px;
    height:121px;
    margin:10px 0;
	overflow: hidden;
}
.box_sub_hot_new .other_list .thumb a{
    display:block;
}
.box_sub_hot_new .other_list .thumb a img{
    width:100%;
    height:100%;
}
.box_sub_hot_new .other_list .title_news{
    margin-bottom:0;
}

/* scroll Hot List */
.box_sub_hot_new .scroll_hot_list{
    height:370px;
}
.box_sub_hot_new .scroll_hot_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_hot_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_hot_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Line Clear */
.line_clear {
    background: url('../image/home/bg-line-clear.png') no-repeat;
    width: 159px;
    height: 11px;
    display:block;
    display: block;
    margin: 5px auto;
}

/* Scroll Other List */
.box_sub_hot_new .scroll_other_list{
    height:700px;
}
.box_sub_hot_new .scroll_other_list .mCSB_inside > .mCSB_container{
    margin-right:0;
}
.box_sub_hot_new .scroll_other_list .mCSB_scrollTools{
    width:4px;
}
.box_sub_hot_new .scroll_other_list .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background:#333;
}

/* Block news
------------------------------------------------------------------------*/
.box_category{
    float:left;
    width:100%;
}


/* Content Box
------------------------------------------------------------------------*/
.content_box{
    width:100%;
    float:left;
    padding-bottom:0;
}
.content_box .w_left_50{
    width:363px;
    padding-right:16px;
    float:left;
}
.content_box .w_right_50{
    width:364px;
    float:right;
}
.content_box .thumb{
    margin-bottom:6px;
}
.content_box .title_news a{
    font-size:16px;
    line-height:24px;
    font-weight:bold;
}
.content_box .news_lead {
    color:#363636;
    min-height: 51px;
}
.content_box .list_right{
    padding-left:15px;
    position:relative;
}
.content_box .list_right:before{
    content:"";
    width:1px;
    height:100%;
    background:#d5d5d5;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    display:block;
}
.content_box .list_right .thumb{
    float:left;
    margin-right:10px;
    width:166px;
    height:102px;
    overflow:hidden;
}
.content_box .list_right .thumb img{
    width:100%;
    height:100%;
}
.content_box .list_right .title_news a{
    font-size:13px;
    line-height:19px;
    font-weight:bold;
}
.content_box .list_right > li{
    border-bottom:1px solid #d5d5d5;
    padding: 0 0 15px 0;
}
.content_box .list_right > li:first-child{
    padding-top:0;
}
.content_box .list_right > li:last-child{
    border-bottom:0;
    padding-bottom:0;
}


/* */
.content_box .w_100{
    padding: 10px 0;
}

/* Box 1 */
.content_box.box_1 .w_left_50 .thumb{
    width:363px;
    height:237px;
}
.content_box.box_1 .w_left_50 .thumb img{
    width:100%;
    height:100%;
}
/* Box 2 */
.content_box.box_2 .w_left_50 .w_100 .thumb{
    width:363px;
    height:223px;
}
.content_box.box_2 .w_right_50 .w_100 .thumb{
    width:364px;
    height:223px;
}
.content_box.box_2 .w_100 .thumb img{
    width:100%;
    height:100%;
}
.content_box.box_1 .w_left_50 .thumb,
.content_box.box_2 .w_left_50 .w_100 .thumb,
.content_box.box_2 .w_right_50 .w_100 .thumb{
    margin-bottom:9px;
}

/* List Text */
.list_text{
    border-top:1px solid #ddd;
}
.list_text > li{
    position:relative;
    margin: 10px 0;
    padding-left: 15px;
    max-height: 45px;
    overflow: hidden;
}
.list_text > li:before{
    content:"";
    position:absolute;
    left:0;
    top:4px;
    width:4px;
    height:4px;
    background:#363636;
}
.list_text > li a{
    font-size:13px;
    font-weight:700;
}

/* List Text Thumb */
.list_text_thumb{

}
.list_text_thumb > li {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}
.list_text_thumb .thumb {
    float: left;
    width: 127px;
    height: 86px;
    margin: 0 10px 0 0;
    position: relative;
}
.list_text_thumb .thumb img {
    width: 100%;
    height: 100%;
}
.list_text_thumb .block_image_news .title_news{
    margin-bottom:3px;
}
.list_text_thumb .block_image_news .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.list_text_thumb .news_lead{
    font-size:13px;
}

/* List_txt */
.content_box .list_txt .title_news a{

}
.content_box .list_txt li{
    padding: 0px;
}
.content_box .list_txt .title_news{
    margin-bottom:0;
}

/* Box Adv */
.box_adv{
    padding-bottom:0;
}
.title_box_right{

}
.title_box_right .txt_title{
    border-top:2px solid #d8d8d8;
    padding-bottom: 10px;
}
.title_box_right .txt_title a{
    font-size: 20px;
    color: #ec2227;
    font-weight: bold;
    padding-top: 5px;
    display: inline-block;
    border-top: 2px solid #ec2227;
    margin-top: -2px;
}
/* iVideo Slide */
.video_slide{
    background:#3b3838;
    margin-bottom:17px;
}
.video_slide .item{
    width:300px;
}
.video_slide .item .video_inner{
    position:relative;
    width:300px;
    height:181px;
	display: inline-table;
}
.video_slide .item .caption_inner{
    padding:10px;
}
.video_slide .item .caption_inner h3{
    padding-bottom:10px;
    border-bottom:1px solid #fff;
}
.video_slide .item .caption_inner h3 a{
    font-size:16px;
    color:#d4d4d4;
    font-weight:bold;
    line-height: 20px;
}
.video_slide .item .caption_inner ul{
    
display:  inline-grid;
}
.video_slide .item .caption_inner ul > li{
    padding: 10px 0 0 0px;
    position:relative;
    display: table;
}
.video_slide .item .caption_inner ul > li:before {
    /* content: ""; */
    /* position: absolute; */
    /* left: 0; */
    /* top: 14px; */
    /* width: 4px; */
    /* height: 4px; */
    /* background: #fff; */
}
.video_slide .item .caption_inner ul > li > a{
    font-size:14px;
    color:#d4d4d4;
    font-weight:400;
    line-height:18px;
}
.video_slide .item .caption_inner h3 a:hover,
.video_slide .item .caption_inner ul > li > a:hover{
    color:#fff;
}
.video_slide .item .caption_inner ul > li > a:after {
    content:"";
    background: url('../image/home/icon-video.png') no-repeat;
    width:21px;
    height:9px;
    margin-left:5px;
    margin-top:4px;
    display:inline-block;
}
/* Custom Prev Next Owl */
.owl_video .owl-controls .owl-nav .owl-prev,
.owl_video .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
}
.owl_video .owl-controls .owl-nav .owl-prev .btn-prev {
    background: #dfdfdf url('../image/home/icon-prev.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-next .btn-next {
    background: #dfdfdf url('../image/home/icon-next.png') no-repeat center center;
    width: 22px;
    height: 33px;
    display: block;
}
.owl_video .owl-controls .owl-nav .owl-prev{
    left:0;
}
.owl_video .owl-controls .owl-nav .owl-next{
    right:0;
}
/* box Giavang */
.box_giavang{
    border: 1px solid #b9b9b9;
    padding-top:17px;
    margin-bottom:17px;
    border-top:2px solid #9e1d21
}
.block_thoitiet{

}
.block_thoitiet .title{
    font-size:18px;
    font-weight:400;
    float:left;
}
.block_thoitiet .select_city{
    float:right;
    padding-left:20px;
    position:relative;
}
.block_thoitiet .select_city:before {
    content: "";
    background: url('../image/home/img_calendar.png')no-repeat;
    width:14px;
    height:15px;
    position: absolute;
    top: 3px;
    left: 0;
}
.block_thoitiet .select_city select{
    font-size:13px;
    border:1px solid #8a8a8a;
    padding:1px;
    outline:none;
}
.block_thoitiet .do_c{
    margin-top:10px;
    padding-bottom:15px;
}
.block_thoitiet .do_c .do_c_left{
    position:relative;
}
.block_thoitiet .do_c .do_c_right{
    float:right;
	padding-top:15px;
}
.block_thoitiet .do_c .numb_do_c_big{
    font-size: 22px;
    font-weight: bold;
    padding-left: 60px;
    position: absolute;
    top: 5px;
}
/*.block_thoitiet .do_c .numb_do_c_big:before {
    content: "";
    background: url('../image/home/img_thoitiet.jpg');
    width:37px;
    height:21px;
    position: absolute;
    top:1px;
    left:15px
}*/
.block_thoitiet .do_c .numb_do_c_big #w-sky{
	position: absolute;
    top: -12px;
    left: 0;
}

.block_thoitiet .do_c .numb_do_c_about{
    font-size:12px;
    font-weight:bold;
    margin-bottom:5px;
	text-align:right;
}
.block_thoitiet .do_c .note_do_c{
    font-size:12px;
    font-weight:400;
    text-align:center;
}
.block_thoitiet .line_bot{
    height:1px;
    width:260px;
    margin:auto;
    background:#ebebeb;
}
.box_giavang .box_group{
    margin-top:20px;
}
.box_giavang .box_left{
    float:left;
    width:50%;
}
.box_giavang .box_right{
    float:right;
    width:50%;
}
.box_giavang .box_group .title{
    font-size:16px;
    font-weight:400;
    margin-bottom:5px;
}
.box_giavang .table_tigia{
    height:113px;
    overflow-x:hidden;
    overflow-y:auto;
    margin-right:10px;
}
.box_giavang .table_tigia table{
    width:100%;
    border:1px solid #acacac;
}
.box_giavang .table_tigia table tr th,
.box_giavang .table_tigia table tr td{
    padding:3px 3px;
}
.box_giavang .table_tigia table tr th{
    font-size:14px;
    font-weight:400;
    border-bottom:1px solid #acacac;
}
.box_giavang .table_tigia table tr td{
    font-size:12px;
    font-weight:400;
}
.box_giavang .table_tigia table tr:nth-child(even){
    background:#d7d7d7;
}
.box_giavang .box_group .box_right .title{
    padding-left:10px;
}
.box_giavang .table_giavang{
    padding-left:10px;
    border-left:1px solid #ebebeb;
}
.box_giavang .table_giavang table{
    width:100%;
    height:113px;
}
.box_giavang .table_giavang table,
.box_giavang .table_giavang table td{
    border:1px solid #acacac;
}
.box_giavang .table_giavang table td{
    font-size:13px;
    font-weight:400;
    padding:3px;
    vertical-align:middle;
}
.box_giavang .table_giavang table td img{
    width:23px;
}
.box_giavang .table_giavang table td .price_gold{
    font-size:14px;
    font-weight:bold;
}
.box_giavang .table_giavang table td .bank{
    margin-top:5px;
    font-size:10px;
}
.box_giavang .table_giavang table tr:nth-child(odd) td:last-child{
    background:#f0f0f0;
}

/* Box_new_24h */
.box_new_24h{
    border:1px solid #b9b9b9;
    padding:7px;
    background:#e5e5e5;
    margin-bottom:17px;
}
.box_new_24h .txt_title a{
    font-size:20px;
    color:#00933b;
    padding:10px 10px 5px;
    border-top:2px solid #00933b;
    background:#fff;
    font-weight:bold;
    display:inline-block;
}
.box_new_24h ul{
    background:#fff;
    padding:0 10px;
}
.box_new_24h ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.box_new_24h ul > li:last-child{
    border-bottom:none;
}
/* Related New right */
.related_new_right{
    margin-bottom:5px;
}
.related_new_right .society{
    position:relative;
    padding-left:35px;
}
.related_new_right .society:before{
    content:"";
    background: url('../image/home/society.png') no-repeat;
    width:26px;
    height:27px;
    position:absolute;
    top:7px;
    left:0;
}
.related_new_right .mega_fun{
    position:relative;
    padding-left:55px;
}
.related_new_right .mega_fun:before{
    content:"";
    background: url('../image/home/mega_fun.png') no-repeat;
    width:45px;
    height:31px;
    position:absolute;
    top:3px;
    left:0;
}
.related_new_right .title_box_right .txt_title{
    padding-bottom:13px;
}
.related_new_right .title_box_right .txt_title a{    
    color: #00933b;
    padding-top:9px;
}
.related_new_right ul > li{
    padding:10px 0;
    border-bottom:1px dotted #333;
}
.related_new_right ul > li:first-child{
    padding-top:0;
    padding-bottom:17px;
}
.related_new_right ul > li:last-child{
    border-bottom:none;
}
.related_new_right ul > li .block_image_news a{
    position:relative;
    display:block;
}
.related_new_right ul > li .block_image_news a:before{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    background: url('../image/home/bg_opacity.png') repeat-x;
    width:100%;
    height:66px;
}
.related_new_right ul > li .block_image_news .title_news {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 5px;
}
.related_new_right ul > li .title_news a{
    font-size:16px;
    line-height:20px;
    color:#044042;
}
/* Adv Bot */
.adv_bot{
   
    bottom:0;
    padding-bottom:0;
}

/* Adv Bot Left */
.adv_bot_left{
    position:absolute;
    bottom:0;
    padding-bottom:0;
	width: 120px;
}


/* Breadcrumb */
.breadcrumb{
    background:#ececec;
}
.breadcrumb > li{
    float:left;
}
.breadcrumb > li > a{
    font-size:14px;
    color:#838383;
    font-weight:400;
    padding:5px 7px;
    display:block;
}
.breadcrumb > li:first-child > a{
    margin-right:7px;
}
.breadcrumb > li.active a{
    color:#fff;
    background:#bc0000;
}
/* Top New Cate */
.top_new_cate{
    border-bottom:3px solid #ededed;
}
.info_new_top{
    border-bottom:1px solid #e4e4e4;
}
.head_title{
    font-size:24px;
    font-weight:bold;
    margin-top:16px;
}
.info_new_top .w_100{
    padding:15px 0;
}
.info_new_top .col_left_img{
    float:left;
    width:443px;
}
.info_new_top .col_left_img .thumb{
    width:443px;
    height:254px;
}
.info_new_top .col_left_img .thumb img{
    width:100%;
    height:100%;
}

.info_new_top .col_right_info{
    float:right;
    width:280px;
}
.info_new_top .col_right_info .title_news{
    margin-bottom:7px;
}
.info_new_top .col_right_info .title_news a{
    font-size:13px;
    line-height:20px;
}
.info_new_top .col_right_info .date{
    font-size:12px;
    color:#767676;
    display:block;
    position:relative;
    padding-left:17px;
    margin-bottom:7px;
}
.info_new_top .col_right_info .date:before {
    content: "";
    background: url('../image/home/icon-time.png') no-repeat;
    width:12px;
    height:12px;
    position:absolute;
    top:0;
    left:0;
}
.info_new_top .col_right_info .span_title{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
    color:#bb1919;
    padding-bottom:7px;
    display:inline-block;
    position:relative;
}
.info_new_top .col_right_info .span_title:before{
    content:"";
    width:72%;
    height:2px;
    background:#bb1919;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
}
.info_new_top .col_right_info ul{
    padding-top:20px;
}
.info_new_top .col_right_info ul > li{
    margin-bottom:10px;
    position:relative;
    padding-left:15px;
}
.info_new_top .col_right_info ul > li:last-child{
    margin-bottom:0;
}
.info_new_top .col_right_info ul > li:before{
    content:"";
    position:absolute;
    top:3px;
    left:0;
    width:6px;
    height:6px;
    border-radius:50%;
    background:#333;
}
.info_new_top .col_right_info ul > li a{
    font-size:14px;
    font-weight:400;
}
.list_news_top{
    padding:15px 0 20px;
}
.list_news_top > li{
    width:236px;
    float:left;
    margin-right:17px;
}
.list_news_top > li:last-child{
    margin-right:0;
}
.list_news_top .block_image_news .thumb{
    width:236px;
    height:155px;
    margin-bottom:6px;
}
.list_news_top .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.list_news_top .date_time{
    color:#767676;
}
.list_news_top .date_time span{
    vertical-align:bottom;
}
.list_news_top .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.list_news_top .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.list_news_top .span_title{
    font-size:13px;
    color:#bb1919;
    font-weight:bold;
}

/* Block Col
------------------------------------------------------------------------*/
.block_col{
    width:100%;
    float:left;
    padding-top:13px;
    margin-bottom:15px;
    position:relative;
}
.block_col_left{
    width:160px;
    float:left;
}
.block_col_right{
    width:567px;
    float:right;
}
.block_news_left{

}
.block_news_left .title_box{ 
    margin-bottom:10px;
    padding-bottom:0;
    border-bottom:0;
    border-top:2px solid #d8d8d8;
}
.block_news_left .title_box span{
    font-size:19px;
    font-weight:bold;
    display:inline-block;
    padding-top:7px;
    border-top:2px solid #ed1c24;
    margin-top:-2px;
}
.block_news_left ul{
    
}
.block_news_left ul > li{
    padding-bottom:12px;
}
.block_news_left .block_image_news .thumb{
    width:160px;
    height:102px;
    margin-bottom:7px;
}
.block_news_left .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block_news_left .block_image_news .title_news{
    font-size:9px;
    color:#dd0000;
    font-weight:400;
}
.block_news_left .block_image_news .news_lead a{
    font-size:15px;
    line-height:17px;
    font-weight:bold;
}
/* block Read More */
.block_read_more{
    padding-bottom:15px;
}
.block_read_more .block_image_news .news_lead a{
    font-size:16px;
    line-height:20px;
    color:#153d4c;
}
.block_read_more ul > li{
    padding-top:7px;
    padding-bottom:7px;
    padding-left:10px;
    border-top:1px solid #e4e4e4;
    position:relative;
}
.block_read_more ul > li:before{
    content:"";
    position:absolute;
    left:0;
    top:12px;
    width:4px;
    height:4px;
    background:#333;
}
.block_read_more ul > li a {
    font-size: 15px;
    line-height: 17px;
    color: #153d4c;
    font-weight: 400;
}
.block_read_more ul > li:first-child{
    padding-top:0;
    padding-left:0;
    border-top:none;
}
.block_read_more ul > li:first-child:before{
    display:none;
}

/* Block_news_right
------------------------------------------------------------------------*/
.block-news-right{
    padding-left:15px;
    position:relative;
}
.block-news-right:before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.block-news-right ul > li{
}
.block-news-right ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.block-news-right .block_image_news .title_news{
    margin-top:-3px;
}
#search-phim li em {
        background-color: #f9f9e3;
}
.block-news-right .block_image_news .title_news a em {
}
.block-news-right .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.block-news-right .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.block-news-right .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.block-news-right .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.block-news-right .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Paging */
.box_paging{
    padding-top:10px;
    text-align:right;
}
.paging{

}
.paging a{
    font-size:14px;
    font-weight:400;
    width:24px;
    height:24px;
    line-height:24px;
    border:1px solid #bb1919;
    text-align:center;
    margin:0 3px;
    display:inline-block;
    position:relative;
}
.paging a.first{
    display:none;
}
.paging a.first:before {
    content: "";
    background: url('../image/home/paging-prev.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a.last:before {
    content: "";
    background: url('../image/home/paging-next.png') no-repeat center center;
    width: 7px;
    height: 24px;
    display: block;
    margin: auto;
}
.paging a:hover,
.paging a.active{
    background:#bb1919;
    color:#fff;
}
.paging a.first:hover:before,
.paging a.first.active:before{
    background: url('../image/home/paging-prev-hover.png') no-repeat center center;
}
.paging a.last:hover:before,
.paging a.last.active:before{
    background: url('../image/home/paging-next-hover.png') no-repeat center center;
}

/* Title News */
.col_content h1.title_new{
    font-size:25px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px;
    padding-bottom:8px;
    margin-bottom:5px;
    border-bottom:3px solid #8d8d8d;
    position:relative;
}
.col_content h1.title_new:before{
    content:"";
    position:absolute;
    top:-4px;
    left:0;
    width:4px;
    height:30px;
    background:#bb1919;
}

/* Box Support */
.box_support{
    padding:23px 0 7px;
}
.box_support .date_time {
    float:left;
}
.box_support .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    height:19px;
    line-height:19px;
}
.box_support .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
.box_support .mail_scan_share{
    float:right;
}
.box_support .mail_scan_share a{
    vertical-align:bottom;
}
.box_support .mail_scan_share .link_mail {
    background: url('../image/home/icon-mail.png') no-repeat;
    width:22px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_scan{
    background: url('../image/home/icon-scan.png') no-repeat;
    width:16px;
    height:16px;
    margin-right:5px;
    display:inline-block;
}
.box_support .mail_scan_share .link_share{
    background: url('../image/home/icon-share.png') no-repeat;
    width:22px;
    height:19px;
    display:inline-block;
}

/* Content Detail */
.content-detail{
   
}
.content-detail h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.content-detail p{
    font-size:14px;
    line-height:18px;
	margin-bottom: 10px !important;
}
.content-detail table{
    margin: 0 auto 15px;
    font-style: italic;
}
.content-detail table[border="1"]{
    border: 1px solid #000;
}
.content-detail table p.Image {
    font-size:14px;
    color: #545454;
    background: #f0efef;
    padding: 7px;
    font-weight:400;
}
.block-news-right .list_news_widget{
   padding:10px;
   background:#e7e7e7;
   margin:0 0 15px;
}
.block-news-right .list_news_widget li{
    padding-bottom:0;
}
.block-news-right .list_news_widget .title_news{
    margin:0;
    line-height:16px;
}
.block-news-right .list_news_widget .title_news a{
    font-size:14px;
    line-height:16px;
    font-weight:bold;
}
.block-news-right .list_news_widget .news_lead{
    font-size:13px;
    line-height:15px;
    color:#363636;
}
.block-news-right .list_news_widget .thumb{
    width:auto;
    height:auto;
    margin:0 10px 0 0;
}
.block-news-right .list_news_widget .thumb img{
    width:auto;
    height:auto;
}
.content-detail .author{
    padding:10px 0;
    text-align:right;
}
.content-detail .author span{
    font-size:16px;
    line-height:20px;
    font-weight:400;
}

/* Read More News */
.read_more_news{

}
.read_more_news .title{
    font-size:18px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:12px;
    position:relative;
}
.read_more_news .title:before{
    content:"";
    width:100%;
    height:1px;
    background:#333;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    margin-top:-1px;
}
.read_more_news .title span{
    padding: 0 15px 0 7px;
    margin-left: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}
.read_more_news ul > li .stt{
    font-size:16px;
    font-weight:bold;
    padding-right:6px;
}
.read_more_news ul > li .link_text{
    font-size:15px;
    color:#545454;
    padding-left:10px;
    position:relative;
}
.read_more_news ul > li{
    margin-bottom:20px;
    padding:0;
    border:0;
}
.read_more_news ul > li .link_text:before{
    content:"";
    width:1px;
    height:20px;
    background:#9a9a9a;
    position:absolute;
    left:0;
    top:-1px;
    font-weight:300;
}
/* Social Share */
.social_share{
    padding:4px 0;
    border-top:1px solid #e4e4e4;
    border-bottom:1px solid #e4e4e4;
    margin-bottom:10px;
}
#share-social {
	margin-bottom: 10px;
}
/* Box Tag */
.box_tag{
    line-height:23px;
	margin-bottom: 10px;
}
.box_tag .txt_tag{
    width:35px;
    height:23px;
    line-height:23px;
    background:#e9e9e9;
    border-bottom:1px solid #727272;
    padding-left:18px;
    display:inline-block;
    position:relative;
}
.box_tag .txt_tag:before {
    content: "";
    background: url('../image/home/icon-tag.png') no-repeat;
    width:9px;
    height:11px;
    position:absolute;
    top:5px;
    left:5px;
}
.box_tag  h4{
    display:inline-block;
}
.box_tag h4 a{
    font-size:14px;
    color:#9c9c9c;
    font-weight:400;
}

/* Box Comment */
.box_comment{
    margin-top:15px;
}
.box_comment .input_comment{
    border:1px solid #cfcfcf;
    position: relative
}
.box_comment .input_comment .block_textarea{
    padding:10px 15px;
}
.box_comment .input_comment textarea{
    width: 100%;
    height: 70px;
    resize:none;
}
.box_comment .bock_relative{
    border-top:1px solid #cfcfcf;
}
.box_comment .btn_send{
    text-align:right;
}
.box_comment .btn_send input[type=submit]{
    font-size:12px;
    font-weight:400;
    text-transform:uppercase;
    text-align:center;
    width:100px;
    height:30px;
    background:#f0efef;
    border-left: 1px solid #cfcfcf;
    cursor:pointer;
}
.box_comment .btn_send input[type=submit]:hover{
    color:#137988;
}

/* Block Show Comment */
.block_show_comment{
    padding-top:10px;
}
.block_show_comment .title_show{
    padding:10px 0 8px;
    border-bottom:1px solid #cfcfcf;
}
.block_show_comment .title_show .ykien_bdoc{
    font-size:14px;
    font-weight:400;
    color:#09526d;
    float:left;
}
.block_show_comment .title_show .ykien_bdoc span{
    
}
.block_show_comment .fillter_comment{
    color: #09526d;
    float:right;
}
.block_show_comment .fillter_comment a{
    font-size:12px;
    color:#09526d;
    padding:0 3px;
    line-height: 16px;
}
.block_show_comment .fillter_comment a:hover{
    color:#9d1d20;
}
.block_show_comment .fillter_comment a.active{
    color:#9d1d20;
}

/* Main Show Comment */
.main_show_comment .comment_item{
    position:relative;
    margin-top:12px;
    border-bottom:1px solid #cfcfcf;
}
.main_show_comment .comment_item:last-child{
    border-bottom:0;
}
.main_show_comment .time_cmt{
    font-size:10px;
    color:#606060;
    position:absolute;
    top:0;
    right:0;
}
.main_show_comment .avata_comment{
    width:18px;
    float:left;
    margin:0 7px 0 0;
}
.main_show_comment .avata_text{
    padding: 5px 0 0;
    white-space: nowrap;
}
.main_show_comment .avata_text a{
    font-size: 12px;
    font-weight:bold;
    color:#09526d;
}
.main_show_comment .full_content{
    font-size: 13px;
    line-height:18px;
    margin: 10px 0;
    color: #545454;
    clear: both;
}
.main_show_comment .full_content br{
    line-height:16px;
}
.main_show_comment .block_like_web{
    float:right;
    padding:5px 0;
    position:relative;
}
.main_show_comment .block_like_web > a{
    font-size:11px;
    color:#3b5998;
    position:relative;
    padding:0 5px;
}
.main_show_comment .block_like_web > a:before{
    content:"";
    width:1px;
    height:8px;
    background:#3b5998;
    position:absolute;
    top:2px;
    right:0;
}
.main_show_comment .block_like_web > .share_cmt {
    background: url(../image/home/arrow_chiase_coment.gif) no-repeat 91% 6px;
    padding-right: 10px;
}
.main_show_comment .block_like_web > .reply_cmt:before{
    display:none;
}
.main_show_comment .block_share_cmt_fb{
    position:absolute;
    top:20px;
    right:35px;
    display:none;
    z-index:99;
}
.main_show_comment .subcomment_item {
    padding-top: 10px;
    margin-bottom: 5px;
    border-top: 1px dotted #e2e2e3;
}
.main_show_comment .sub_comment {
    float: right;
    width: 95%;
    padding: 5px 0 0;
}
.main_show_comment .block_input_comment{
    border: 1px solid #cfcfcf;
    position: relative;
    margin-bottom:30px;
    display:none;
}
.main_show_comment .bock_relative {
    border-top: 1px solid #cfcfcf;
}
.main_show_comment .input_comment .block_textarea {
    padding: 10px 15px;
}
.main_show_comment .input_comment textarea {
    width: 100%;
    height: 40px;
    resize: none;
}
.main_show_comment .btn_send {
    text-align: right;
}
.main_show_comment .btn_send input[type=submit] {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    width: 100px;
    height: 30px;
    background: #f0efef;
    border-left: 1px solid #cfcfcf;
    cursor: pointer;
}
/* Show Comment */
.block_show_comment .show_comment_2,
.block_show_comment .show_comment_3{
    display:none;
}

/* Block New Related */
.block_new_related{
    border-top:5px solid #ededed;
    padding-top:17px;
    clear:both;

}
.block_new_related .title-categories{
    font-size:20px;
    color:#ea2429;
    font-weight:400;
    text-transform:uppercase;
}
.block_new_related .list_item{
    margin-left:-8px;
    margin-right:-8px;
}
.block_new_related .list_item .item{
    width:25%;
    float:left;
}
.block_new_related .list_item .block_image_news{
    padding:0 8px;
}
.block_new_related .list_item .block_image_news .thumb{
    margin-bottom:7px;
}
.block_new_related .list_item .block_image_news .thumb img{
	height: 104px;
	width: 100%;
}
.block_new_related .list_item .title_news {
    margin-bottom: 5px;
}
.block_new_related .list_item .title_news a {
    font-size: 13px;
    line-height: 17px;
    font-weight: bold;
}
.block_new_related .list_item .news_lead{
    font-size:13px;
    line-height:16px;
    color:#363636;
	display: none;
}
.block_new_related .block_items{
    padding:15px 0;
    border-bottom:1px solid #e5e5e5;
}
.block_new_related .block_items:last-child{
    border-bottom:0;
    padding-bottom:0;
}

/* page Video
------------------------------------------------------------------------*/
.block_video{

}
.block_video .col-left{
    width:180px;
    float:left;
}
.block_video .col-right{
    width: 1060px;
    float:right;
}
.sidebar_video{
    background:#383838;
    color:#fff;
    min-height:635px;
}
.sidebar_video .title_video{
    font-size:30px;
    border-top:5px solid #eb2529;
    padding:15px 0 15px 68px;
    position:relative;
}
.sidebar_video .title_video:before {
    content:"";
    background: url('../image/home/icon_play_video.png') no-repeat;
    width:36px;
    height:36px;
    position:absolute;
    left:15px;
    top:10px;
}

.sidebar_video .list_menu{
    
}
.sidebar_video .list_menu > li{
    padding:15px 0 15px 42px;
    border-top:1px solid #fff;
    position:relative;
}
.sidebar_video .list_menu > li > a{
    font-size:17px;
    color:#fff;
}
.sidebar_video .list_menu > li:before{
    content:"";
    position:absolute;
    top:13px;
    left:15px;
}
.sidebar_video .list_menu > li.icon_thegioiphang:before {
    background: url('../image/home/icon_thegioiphang.png') no-repeat;
    width:18px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_trainghiem:before {
    background: url('../image/home/icon_trainghiem.png') no-repeat;
    width:19px;
    height:18px;
}
.sidebar_video .list_menu > li.icon_truyenthong:before {
    background: url('../image/home/icon_truyenthongso.png') no-repeat;
    width:19px;
    height:19px;
}
.sidebar_video .list_menu > li.icon_quocte:before {
    background: url('../image/home/icon_quocte.png') no-repeat;
    width:22px;
    height:22px;
    top: 11px;
}
.sidebar_video .list_menu > li.icon_dansinh:before {
    background: url('../image/home/icon_dansinh.png') no-repeat;
    width:19px;
    height:14px;
    top: 15px;
}
.sidebar_video .list_menu > li.icon_kinhte:before {
    background: url('../image/home/icon_kinhte.png') no-repeat;
    width:19px;
    height:16px;
}
.sidebar_video .list_menu > li.icon_vanhoa:before {
    background: url('../image/home/icon_vanhoa.png') no-repeat;
    width:21px;
    height:21px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_duclich:before {
    background: url('../image/home/icon_dulich.png') no-repeat;
    width:17px;
    height:19px;
    top: 12px;
}
.sidebar_video .list_menu > li.icon_thegioi360:before {
    background: url('../image/home/icon_thegioi360.png') no-repeat;
    width:20px;
    height:20px;
    top:12px;
}
.sidebar_video .list_menu > li > a:hover{
    color:#cfcfcf;
}

/* Video New Top */
.video_new_top{
    width:100%;
    background:#f4f4f4;
    margin-bottom:20px;
}
.video_new_top .block_left{
    width:64%;
    float:left;
}

.video_new_top .block_right{
    width:36%;
    float:left;
}
.video_new_top .video_pig{
    padding-right: 30px;
}
.video_new_top .video_pig video {
    width: 100%;
}
/*.video_new_top .video_pig iframe{
    width:100% !important;
    height:auto;
}*/
.video_new_top .info_video{
    /* padding-left:15px; */
    padding-right: 20px !important;
}
.video_new_top .info_video .title{
    font-size:28px;
    line-height:32px;
    color:#484848;
    font-weight:bold;
    margin-bottom:10px;
    margin-top: 15px;
}
.video_new_top .info_video p{
    font-size:16px;
    line-height:19px;
    color:#484848;
    font-weight:400;
}
.video_new_top .info_video .date_time{
    font-size:13px;
    color:#7c7c7c;
    font-weight:400;
    margin-top:10px;
}
.video_new_top .info_video .btn_social{
    margin-top:10px;
}
.video_new_top .info_video .btn_social a{
    font-size:12px;
    color:#fff;
    font-weight:400;
    display:inline-block;
    text-align:center;
    margin-right:2px;
    position:relative;
}
.video_new_top .info_video .btn_social .btn_face{
    width: 82px;
    height: 30px;
    line-height: 30px;
    background: #2f5791;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_twitter{
    width: 64px;
    height: 30px;
    line-height: 30px;
    background: #2ca8d2;
    padding-left: 15px;
}
.video_new_top .info_video .btn_social .btn_mail{
    width: 57px;
    height: 30px;
    line-height: 30px;
    background: #72898d;
    margin-right: 0;
    padding-left: 17px;
}
.video_new_top .info_video .btn_social .btn_face:before {
    content: "";
    background: url('../image/home/icon_btn_face.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 10px;
}
.video_new_top .info_video .btn_social .btn_twitter:before {
    content: "";
    background: url('../image/home/icon_btn_twitter.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social .btn_mail:before {
    content: "";
    background: url('../image/home/icon_btn_mail.jpg') no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top: 5px;
    left: 7px;  
}
.video_new_top .info_video .btn_social a:hover{
    opacity:0.7;
}

/* Block list Video */
.block_list_video{
    border-top:1px solid #e5e5e5;
}
.list_video {
    margin-left: -8px;
    margin-right:-8px;
    padding-bottom:20px;
}
.list_video .item{
    float:left;
    width:20%;
}
.list_video .item .block_video_news{
    padding:0 8px;
    margin-top:16px;
}
.list_video .item .thumb{
    margin-bottom:5px;
}
.list_video .item .thumb a{
    display:block;
    position:relative;
}
.list_video .item .title_video a{
    font-size:16px;
    line-height:19px;
    font-weight:400;
}
.list_video .item .time_video{
    position:absolute;
    bottom:0;
    right:0;
}
.list_video .item .time_video .time_txt{
    font-size: 10px;
    font-weight:400;
    background: rgba(56, 56, 56, 0.7);
    color: #fff;
    height: 18px;
    line-height: 18px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 25px;
    padding-left: 5px;
}
.list_video .item .time_video .time_txt:before{
    content:"";
    width:18px;
    height:18px;
    background:#fff;
    position:absolute;
    right:0;
    box-shadow: 0px 0 1px rgba(0,0,0,0.3);
}
.list_video .item .time_video .time_txt:after{
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #006687;
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.list_video .item:nth-of-type(5n+1){
    clear:left;
}

/* navbar_mobile */
.navbar_mobile{
    position: absolute;
    top:6px;
    left:15px;
    display:none;
}
.navbar_mobile .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar_mobile .icon-bar {
    background: #fff;
    height: 3px;
    width: 25px;
    display: block;
}
.navbar_mobile .icon-bar+.icon-bar {
    margin-top: 5px;
}

/* 5 - Footer
------------------------------------------------------------------------*/
.footer {
    color:#333;
    background:#e4e4e4;
    border-top:1px solid #c9c9c9;
    position:relative;
}
.footer:before{
    content:"";
    background:#0d2c41;
    width:100%;
    height:10px;
    display:none;
}
.footer-content{
    padding:7px 0;
    width:100%;
    float:left
}
.footer-content-left{
    float:left;
}
.footer-content-right{
    float:right;
}
.footer-content h3{
    font-size:16px;
    line-height:20px;
    font-weight:bold;
}
.footer-content p{
    font-size:13px;
    margin-top:5px;
}
.footer-content p span{
    font-weight:400;
}
.social{
    float:right;
    margin-top:30px;
}
.social > li{
    float:left;
}
.social > li a {
    background: url('../image/home/social.png') no-repeat;
    width: 30px;
    height: 26px;
    display: block;
}
.social > li a.link_google_plug{
    background-position: 0 0;
}
.social > li a.link_face{
    background-position: -31px 0;
}
.social > li a.link_twitter{
    background-position: -67px 0;
}
.copyright{
    font-size:12px;
    border-top:1px solid #c9c9c9;
    padding:15px 0;
    text-align:center;
}


/* Tablet And Mobile 
------------------------------------------------------------------------*/
@media(max-width:992px){
    .video_new_top .video_pig iframe{
        width: 100% !important;
        height: auto !important;
    }
    .w_inner{
        width:auto;
        padding:0 15px;
    }
    /* Logo */
    .box_logo{
        padding: 20px 0;
        text-align:center;
    }
    /* Nbar Mobile */
    .navbar_mobile{
        display:block;
    }
    /* Menu */
    .menu_nav{
        background: #c50802;
        z-index: 99;
        position: absolute;
        width: 100%;
        top: 31px;
        left: 0;
        display:none;
    }
    .menu_nav > li{
        float:none;
    }
    .menu_nav > li > a:hover,
    .menu_nav > li.active > a {
        background: #eb252a;
    }
    .menu_nav > li > a{
        padding-left:15px;
    }
    .menu_nav > li:first-child{

    }
    .menu_nav > li:first-child > a {
        padding: 10px;
        padding-left:15px;
    }
    /* Search */
    .box_search{
        right:15px;
    }
    /* Box Nav sub */
    .box_sub_nav{
        height:auto;
    }

    /* Home */
    .col_content .col-left{
        width:66%;
    }
    .col_content .col-right{
        width:32.2%;
    }
	.col_content_top .col-left{
        width:66%;
    }
    .col_content_top .col-right{
        width:32.2%;
    }
    .box_hot_news{
        width: 65%;
        padding-right: 2.5%;
    }
    .box_sub_hot_new{
        width:65%;
    }
    .box_sub_hot_new{
        width:32%;
    }
    .content_box .w_left_50{
        width:100%;
    }
    .content_box .w_right_50{
        float:left;
        width:100%;
        padding-top:10px;
    }
    .video_slide .item{
        max-width:480px;
        width:100%;
    }
    .video_slide .item .video_inner{
        max-width:480px;
        width:100%;
        height:auto;
    }
    .block_thoitiet .line_bot{
        width:100%;
    }
    .box_giavang .table_tigia{
        margin-right:0;
    }
    .box_giavang .table_giavang{
        padding-left:0;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:11px;
    }

    /* Page artical */
    .block_col_left{
        width: 24%;
    }
    .block_col_right{
        width:74%;
    }
    .block_col_left .box_adv{
        width:113px;
        margin:auto;
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:52%;
    }
    .info_new_top .col_right_info{
        width:45%;
    }
    .list_news_top > li{
        width: 31%;
        margin-right: 3%;
    }

    /* Page Video */
    .block_video .col-left{
        width:19.2%;  
    }
    .block_video .col-right{
        width:79%;
    }
    .video_new_top .block_left{
        width:100%;
    }
    .video_new_top .block_right{
        width:100%;
    }
    .video_new_top .info_video{
        margin-top:15px;
        padding-left:0;
        padding-right:0;
    }
    .video_new_top .info_video .btn_social a{
        margin-bottom:10px;
    }
    .block_video .col-left{
        width: 180px;
        position: absolute;
    }
    .block_video .col-right{
        width:100%;
    }
    .video_new_top,
    .block_list_video{
        padding-left: 200px;
    }
    .video_new_top{
        width:auto;
    }

    #ArticlesBottom{
        
width: 100% !important;
        
height: auto;
        
overflow: hidden;
    }
    /* Default Img */
    .box_news_big{
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb,
    .content_box.box_2 .w_left_50 .w_100 .thumb,
    .box_sub_hot_new .other_list .thumb,
    .list_news .thumb,
    .block_news_left .block_image_news .thumb,
    .info_new_top .col_left_img .thumb,
    .list_news_top .block_image_news .thumb,
    .content_box.box_2 .w_right_50 .w_100 .thumb,
    .block-news-right .block_image_news .thumb,
    .block-news-right .block_image_news .thumb{
        width:auto;
        height:auto;
    }
    .content_box.box_1 .w_left_50 .thumb img,
    .content_box.box_2 .w_100 .thumb img,
    .box_sub_hot_new .other_list .thumb a img,
    .list_news .thumb img,
    .block_news_left .block_image_news .thumb img,
    .info_new_top .col_left_img .thumb img,
    .list_news_top .block_image_news .thumb img,
    .block-news-right .block_image_news .thumb img{
        width:auto;
        height:auto;
    }
	.content-detail table{
		max-width:490px!important;
		width:100%!important;
	}
	.content-detail .image img{
		max-width: 100%!important;
		width:auto !important;
		height:auto !important;
	}
	.header_logo{
		height:auto;
	}
	.box_logo{
		padding-bottom:10px;
	}
	.box_logo > a + div{
		float:none!important;
		margin-top:10px;
	}
	.list_news .thumb{
		float:none;
		margin-bottom:7px;
	}

}

@media(max-width:767px) {

    /* Page Home */
    .box_hot_news{
        width: 57%;
    }
	
    .box_sub_hot_new {
        width: 40%;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 9px;
        padding: 6px 3px;
    }
    .block_thoitiet .do_c .do_c_right{
        margin-top:10px;
    }
    .box_giavang .box_left{
        width:100%;
    }
    .box_giavang .box_right{
        width:100%;
        margin-top:15px;
    }

    /* Page artical */
    .block_col_left .box_adv{
        width:68px;
    }
    .block_new_related .block_items{
        padding-bottom:0;
    }
    .block_new_related .list_item .item{
        width:50%;
        padding-bottom:15px;
    }
    .block_new_related .list_item .item:nth-of-type(2n+1){
        clear:both;
    }
    .block_new_related .list_item .block_image_news{
    }

    /* Page Cate */
    .info_new_top .col_left_img{
        width:100%;
    }
    .info_new_top .col_right_info {
        width: 100%;
        margin-top: 10px;
    }
    .paging a{
        width:20px;
        height:20px;
        line-height:20px;
        margin:0 1px
    }
    .paging a.first:before,
    .paging a.last:before{
        height:17px;
    }

    /* Page Video */
    .block_video .col-left{
        width:100%;
        position:relative;
    }
    .sidebar_video{
         min-height:inherit;
         margin-bottom:15px;
    }
    .video_new_top,
    .block_list_video{
        padding-left:0;
    }

    /* Footer */
    .footer-content-left{
        width:70%;
    }
    .footer-content-right{
        width:30%;
    }
    .footer-content p{
        line-height:17px;
    }
	.vodanh-first .login-text{
		max-width: 255px;
		width: 95%!important;
	}

}

@media(max-width:480px) {
	/* b? qu?ng c?o tr?n mobi */
#HomeBannerTop_728  {display: none !important;}
.box-ad, .box_adv {display: none !important;}
.box-ad-MOBI {display: block !important;}
    /* Page Home */
    .box_sub_nav{
        display: none;
    }
    .hot_list .title_news a,
    .breadcrumb > li > a,
    .info_new_top .col_right_info ul > li a{
        font-weight: 600;
    }
    .col_content .col-left,
    .col_content .col-right{
        width:100%;
    }
    #player{
       width: 100%;
       
    }
	.col_content_top .col-left,
    .col_content_top .col-right{
        width:100%;
    }
	
    .box_hot_news{
        width:100%;
        padding-bottom: 15px;
    }
    .box_sub_hot_new{
        width:196px;
    }
    .box_sub_hot_new .ui-tabs .ui-tabs-nav .ui-tabs-anchor{
        font-size:13px;
        padding:6px 10px;
    }
    .box_sub_hot_new {
        width: 100%;
        float: none;
        clear: left;
        margin: auto;
    }
    .box_bg_hot_new img{
        width: 100% !important;
        height: auto !important;
    }
    .sub_nav > li > a.new_second{
        margin-left:0;
    }
    .sub_nav > li > a.new_second:before{
        left:0;
    }
    .content_box .w_left_50{
        padding-right:0;
    }
    .box_adv{
        max-width:300px;
        margin:auto;
    }
    .box_giavang .box_group .box_right .title{
        padding-left:0;
    }
    .adv_bot{
        
    }
    .related_new_right .block_image_news{
        max-width:300px;
    }
    .footer-content-left{
        width:100%;
    }
    .footer-content-right{
        width:100%;
        margin-top:25px;
    }
    .social{
        float:left;
        margin-top:20px;
    }
    .video_slide{
        max-width:480px;
    }
    .content_box .w_right_50{
        padding-top:15px;
    }

    /* Page Artical */
    .block_col_left{
        width:100%;
    }
    .block_col_right{
        width:100%;
    }
    .block_col_left .box_adv{
        width:auto;
        text-align:center;
    }
    .block_col_left .box_adv{
        margin-bottom:30px;
    }
    .head_title{
        font-size:24px;
    }
    .box_support {
        padding: 10px 0 5px;
    }
    /* Page Cate */
    .block-news-right .block_image_news .thumb{
        float:none;
        margin-bottom:10px;
    }
    .list_news_top > li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .list_news_top > li:last-child {
        margin-bottom: 0;
    }
    .top_new_cate{
        margin-bottom:15px;
    }

    /* Page Tin Bai Noi Bat */
    .col_content h1.title_new{
        font-size:18px;
        padding-bottom:5px;
    }
    .list_news .thumb{
        margin-bottom:5px;
    }
    .block_image_news .news_lead{
        clear:both;
    }

    /* .page Video */
    .list_video .item{
        width:50%;
        max-width: 176px;
    }
    .list_video .item:nth-of-type(5n+1){
        clear:none;
    }
    .list_video .item:nth-of-type(2n+1){
        clear:both;
    }
    /* Footer */
    .footer-content p{
        line-height:21px;
        margin-top:5px;
    }
	.col_other_list .col-left .box_hot_news{
		padding-bottom: 10px;
	}
	.col_other_list .box_bg_hot_new{
		margin-bottom: 25px;
	}
	.col_other_list .box_giavang {
		margin-bottom: 0;
	}
	.content_box .list_right .thumb{
		width: 127px;
		height: 86px;
	}
	.content_box .list_right .title_news{
		margin-left:0!important;
	}
	.box_giavang{
		padding:15px;
	}
	.box_category{
		padding-top:15px;
	}
	.list_text_thumb > li:last-child{
		padding-bottom:0;
	}
	.block_image_news .news_lead {
		clear: both;
		min-height: auto;
		padding-top: 5px;
	}
	.sub_nav .li_marquee{
		max-width:198px!important;
		float:left;
	}
	.sub_nav .li_marquee marquee{
		width:198px;
		margin-left:5px;
	}
	.box_new_24h {
		margin-top: 15px!important;
	}
	.block-news-right{
		margin-bottom:15px;
	}
	.block_col{
		padding-top:5px;
	}
	.block_col_left .box_adv {
		margin-bottom: 15px;
		padding-bottom: 0;
	}
	.col_content .col-right .box_adv{
		padding-bottom:0;
	}
	#photo_type_content .image{
		min-height:152px!important;
	}
	.content_box .list_right{
		padding-left:0;
	}
	.content_box .list_right:before{
		width:0;
	}
	.content_box .list_right > li{
		padding:12px 0;
	}
	.content_box .list_right > li:last-child{
		padding-bottom:0;
	}
	.box_sub_hot_new .scroll_other_list{
		height:auto;
	}
	.ad_right img{
		margin-bottom:15px!important;
	}
	.list_news > li{
		padding:15px 0;
	}
	.box_sub_hot_new .other_list .thumb{
		margin: 3px 0 10px;
	}
	.content_box .list_right .thumb{
		margin-bottom:0;
	}
	.content_box.box_1 .w_right_50{
		padding-top:0;
	}
	.box_news_big{
		margin-bottom:7px;
	}
	.box_hot_news .title_news{
		line-height: 20px;
		margin-bottom: 10px;
	}
	.block-news-right{
		padding-left:0;
	}
	.block-news-right:before{
		width:0;
	}
	
}


.col_content_top{
    width: 100%;
    float: left;
    padding-top: 15px;
    border-bottom:1px solid #e5e5e5;
    position: relative;
}
.col_content_top .box_news_top{
    padding-bottom:15px;
}
.col_other_list{
    padding-bottom:20px;
}
.col_other_list .box_bg_hot_new{
    border: 1px solid #dddddd;
}
.padd_top{
    padding-top:20px;
}

	/* Search Cate */
#pagy {
  float: right;
}
#pagy .btn {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-weight: 400;
    width: 90px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #bb1919;
    text-align: center;
    margin: 0 3px;
    display: inline-block;
    position: relative;
}
#pagy .btn:hover{
    background: #bb1919;
    color: #fff;
}
#pagy ul {
  float: left;
  list-style: outside none none;
  margin: 0 5px;
  padding: 0;
  width: auto !important;
}
.pager ul li {
  display: inline;
  margin-left: 2px;
}

#poll.article-poll {
    border: 1px solid #d8d8d8;
    text-align: left;
    width: 300px;
}
#poll.article-poll .poll-title {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #d8d8d8;
    color: #ca2a27;
    font-weight: 700;
    height: 27px;
    line-height: 27px;
    padding-left: 20px;
    text-transform: uppercase;
}
#poll.article-poll .poll-title em {
    color: #000000;
    font-style: normal;
}
#poll.article-poll .box-body {
    padding: 10px;
}
#poll.article-poll #poll-list .title {
    margin-bottom: 5px;
}
#poll.article-poll #poll-list label {
    color: #343434;
    display: block;
    margin-bottom: 5px;
}
#Col1 .textCM, #poll.article-poll #poll_id_show {
    display: none;
}
#poll.article-poll #poll-list .binhchon, #poll.article-poll #poll-list .danhgia {
    border: medium none;
    color: #cccccc;
    cursor: pointer;
    height: 24px;
    width: 68px;
}
#poll.article-poll #poll-list .button-poll {
    text-align: left;
}
#poll.article-poll #poll-list .danhgia {
    background: rgba(0, 0, 0, 0) url("../image/danhgia.gif") no-repeat scroll 0 0;
    margin-left: 5px;
}
#poll.article-poll #poll_show_items li {
    list-style: outside none none;
    padding-bottom: 5px;
}
#poll.article-poll #poll_show_items li input {
    margin-right: 10px;
    margin-top: 0;
}
#poll.article-poll .box-explore {
    padding: 10px;
}
#poll.article-poll .btn.btn-primary.btn-sm {
    margin-right: 5px;
}
table.quote {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #d6dce8;
}
table.quote td {
    color: #000000;
    padding: 3px 5px;
    text-align: justify;
}
table.image {
    background: #e9e9e9 none repeat scroll 0 0;
    color: #004488;
    width: auto;
}

table.image img{
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	display: table;
}
table.image td {
    padding: 5px;
    text-align: center;
}
table.image td p {
    margin: 0;
    padding: 0;
}
table.image .image_desc {
    padding: 8px 0px 5px 0px;
}
#chitiet table td img {
    border: 1px solid #444444;
}
table.left, table.right {
    width: 240px;
}
table.leftside {
    margin: 0 10px 10px 0;
}
table.rightside {
    margin: 0 0 10px 10px;
}
table.center {
    margin-bottom: 10px;
}
table.rl {
    text-align: left;
	margin: 0;
}
table.rl th {
    color: #339999;
    font-weight: 700;
}
table.rl a {
    color: #004080;
}
table.rl ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
table.rl ul li {
    background: rgba(0, 0, 0, 0) url("../image/dotted.png") no-repeat scroll 0 4px;
    padding: 0 5px 5px 12px;
    text-align: justify;
}
table.rl ul li a {
    color: #000000;
    font-style: normal;
}
table.box {
    background: #ffffff none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 330px;
}
table.box td, table.box th {
    border: 1px solid #d0d0d0;
}
table.box th {
    background: #f2f2f2 none repeat scroll 0 0;
    color: #003399;
    padding: 5px 5px 5px 15px;
}
table.box ul {
    margin: 5px;
}
.box .item, .box.xhtt {
    margin-bottom: 10px;
}
.textCM {
    border-bottom: 1px solid #cccccc;
    border-top: 2px solid #333333;
    padding: 10px 0;
    text-transform: uppercase;
}

.ad_right img {
	margin-bottom: 17px;
	width:auto;
	height:auto;
}

.col_other_list{margin-bottom: -30px;border-bottom: none;}
.content_box .list_right .thumb{margin-left: 0;}
.box_new_24h{margin-top: 0}
.box_category .block_image_news .title_news{/* height: auto; */overflow: auto;}
.box_featured_news{padding-top: 0;}
#cate-content ul.listnews > li {
	display: block;
}
.block-news-right ul.listnews > li {
    float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #bb1919;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ea2429;
}
.dropdown-content a {
    color: #fff;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown:hover .dropbtn {
    background-color: #bb1919;
}
#vckm_ad_right_3 img{
	margin-bottom:17px;
}


.videoWrapper {
	/* padding-bottom: 10px; */ /* 16:9 */
	/* padding-top: 25px; */
	/* height: auto; */
}
.videoWrapper iframe,
.videoWrapper embed {
	/* position: absolute; */
	top: 0;
	left: 0;
	width: 100%;
	
}

/* Block_news_right
------------------------------------------------------------------------*/
.listnews {
    padding-left:15px;
    position:relative;
}
.listnews :before{
    content:"";
    width:1px;
    height:100%;
    background:#e4e4e4;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
}
.listnews  ul > li{
}
.listnews  ul > li:first-child{
    padding-top:0;
    border-top:none;
}
.listnews  .block_image_news .title_news{
    margin-top:-3px;
}

.listnews  .block_image_news .title_news a em {
}
.listnews  .block_image_news .thumb{
    float: left;
    width: 190px;
    height: 120px;
    margin: 0 15px 0 0;
    position: relative;
}
.listnews  .block_image_news .thumb img{
    width:100%;
    height:100%;
}
.listnews  .block_image_news .news_lead{
    color:#363636;
    margin-bottom:7px;
}
.listnews  .date_time .date {
    font-size: 12px;
    color: #767676;
    position: relative;
    padding-left: 17px;
    margin-bottom: 7px;
}
.listnews  .date_time .date:before {
    content: "";
    background: url(../image/home/icon-time.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0;
    left: 0;
}
 ul.listnews > li {
float: left;
    padding: 10px 0 15px;
    border-top: 1px solid #e4e4e4;

}
.content-detail table td
.content-detail table td {
    padding: 5px;
    /* border: 1px solid #848080; */
    border-collapse: collapse;
}

.vpbank .menu_nav, .vpbank .box_menu_nav, .vpbank .footer {
    background: #09a6d1;
}
.vpbank .box_menu_nav {
    border-bottom: 1px solid #58ffd1;
}

.vpbank .sub_nav > li > a.hot_news,.vpbank .title_box .txt_title a,
.vpbank .info_new_top .col_right_info .span_title,
.vpbank .title_box_right .txt_title a
{
	color: #09a6d1;
}

.vpbank .title_box {
    border-bottom: 1px solid #09a6d1;
}

.vpbank .title_box_right .txt_title a {
    color: #09a6d1;
    border-top: 2px solid #09a6d1;
}

.vpbank .breadcrumb > li.active a {
    background: #09a6d1;
}

.vpbank .menu_nav > li > a:hover,.vpbank .menu_nav > li.active > a {
    background: #3a85f5;
}


/*** thong tin can biet **/
.weather {
    background-color: #F7F7F7;
    padding: 10px 0 0;
}

.spr {
	display: inline-block;
    background-image: url(http://truyenhinhthanhhoa.vn/common/v1/image/desktop-sprite-1.1.7.png);
    background-size: 100px 3000px;
    vertical-align: middle;
}
.spr--w-clear, .spr--w-sunny {
    background-position: 0 -1650px;
    width: 50px;
    height: 50px;
}
.spr--w-cloudy, .spr--w-mostlycloudy, .spr--w-mostlysunny, .spr--w-partlycloudy, .spr--w-partlysunny, .spr--w-windy {
    background-position: -50px -1550px;
    width: 50px;
    height: 50px;
}
.spr--w-chancerain, .spr--w-nt_chancerain, .spr--w-nt_rain, .spr--w-rain {
    background-position: 0 -1500px;
    width: 50px;
    height: 50px;
}
.spr--w-clear-mini, .spr--w-sunny-mini {
    background-size: 70px 2100px;
    background-position: 0 -1155px;
    width: 35px;
    height: 35px;
}
.spr--w-cloudy-mini, .spr--w-mostlycloudy-mini, .spr--w-mostlysunny-mini, .spr--w-partlycloudy-mini, .spr--w-partlysunny-mini, .spr--w-windy-mini {
    background-size: 70px 2100px;
    background-position: -35px -1085px;
    width: 35px;
    height: 35px;
}
.spr--w-chancerain-mini, .spr--w-nt_chancerain-mini, .spr--w-nt_rain-mini, .spr--w-rain-mini {
    background-size: 70px 2100px;
    background-position: 0 -1050px;
    width: 35px;
    height: 35px;
}
.weather__today {
    margin-bottom: 25px;
}
.weather__today::after {
	content:"";
    display: block;
    clear: both;
}
.weather__location {
    float: right;
    width: 180px;
    height: 25px;
    text-transform: uppercase;
    color: #49AEBF;
    font-weight: 700;
    font-size: 0.8rem;
    text-align: right;
    margin-right: 20px;
}
.weather__location option {
    font-size: 12px;
    /* font-size: 0.2rem; */
}
.weather__info {
    position: relative;
    width: 180px;
    float: left;
    padding: 7px 0 0 60px;
    font-size: 0;
    margin-left: 20px;
}
.weather__info i {
    position: absolute;
    top: 5px;
    left: 0;
}
.weather__info .dc {
    font-size: 26px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 25px;
}
.weather__info span {
    display: block;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 1.4rem;
}
.weather__info .info, .weather__info .temp {
    font-size: 14px;
    font-size: 0.9rem;
    line-height: 19px;
}
.weather__listing {
    font-size: 14px;
    font-size: 1.0rem;
    color: #555;
}
.weather__listing .is-first {
    border-left: none!important;
}
.weather__listing:after {
	content: "";
    display: block;
    clear: both;
}
.weather__listing li {
    text-align: center;
    border-left: 1px solid #DDD;
    float: left;
    width: 24%;
}
.weather__listing .day, .weather__listing .icon {
    margin-bottom: 10px;
    display: block;
}
.utilities__info {
    padding: 15px;
    border-top: 1px solid #fff;
    background-color: #F7F7F7;
    font-size: 12px;
    font-size: 1.2rem;
}
.utilities__info a {
    width: 135px;
    display: block;
    float: left;
    padding: 6px 0;
    /* font-weight: 700; */
    font-size: 15px;
    color: #337ab7;
}

.box-right-2 .sub_title {
   border-left: 1px solid #ccc;
    margin-left: 15px;
    padding-left: 15px;
}


.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: auto;
z-index: 9999;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 0;
    margin-left: 0; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

.box-right-2 .carousel-inner {
	padding: 0 20px;
 }

.box-right-2 .active > div { display:none; }
.box-right-2 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}


.left.carousel-control a{
    background: url(../image/arrow_left.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.right.carousel-control a{
    background: url(../image/arrow_right.gif) no-repeat;
    color: #fff;
    display: block;
    height: 52px;
    line-height: 52px;
    width: 15px;
	margin-top: 50px;
}
.box_header_2 {
	border-bottom: 1px solid #ec2227;
	color: #ec2227;
	padding-right: 10px;
	padding-bottom: 3px;
}
.box_header_2 .title {
	font-size: 16px;
	/* margin-bottom: 6px; */
	text-transform: uppercase;
	font-weight: bold;
}
.box-right-2 .box_header_2 .title {
	color: #cf0000;
}
.video_img{
	width:45%;
	float:left;
}
.video_title{
	width:50%;
	float:right;
}
.video_title a{
	color: #d4d4d4;
	font-size: 13px;
	line-height: 19px;
	font-weight: bold;
}
.video_title a:hover{
	color:white;
}
.content-detail .logo{
    margin-top:-10px;
}
@media only screen and (max-width: 424px){
.teaser_954 {
    width: 47%;
}
}
.textlink_embed {
    width: 302px !important;
    clear: both;
    text-align: left;
    margin-top: -3px !important;
    margin-bottom: 2px;
    font-size: 12px!important;
    padding: 5px 0;
    border: 1px solid #CECECE;
   
    color: #666;
    line-height: 22px;
    list-style: circle!important;
    max-height: 69px;
    overflow: hidden;
}
  .textlink_embed .slick-slide{

  border-bottom: 1px dashed #CECECE !important;
  
  }

  .box_left_right:nth-of-type(even) .w_left_50 {
	padding-right: 0;
}

  .box_left_right {
	width: auto;
  }

  .carousel-inner .item {
	display: none;
  }
    .carousel-inner .item.active {
	display: block;
  }

 .wrapper   .carousel-inner .item img {
	margin-bottom: 20px;
  }

  textarea {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 63px;
    min-height: 63px;
    padding: 6px 9px;
}

.td-form-comment, .td-form-author, .td-form-email, .td-form-url {
    margin-top: 0;
    margin-bottom: 21px;
}
input[type=text], input[type=url], input[type=tel], input[type=email] {
    font-size: 12px;
    line-height: 21px;
    color: #444;
    border: 1px solid #e1e1e1;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 3px 9px;
}

.form-submit {
    margin-bottom: 21px;
}

input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #4e69a2;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

.comment-list .panel {
margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 10px;
	}

.related img {
	width: 100px !important;
	max-width: unset;
}


.image_related_1 {
	display: unset;
}

#content figure {
	background: #e9e9e9;
	color: #004488;
	text-align: center;
}

#content figure img{
	margin-bottom: 5px;
}

#content figure{
	margin-bottom: 15px;
}

#content p span {
font-size: unset !important;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 10px;
}

.videoWrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.signature {
    float: right;
	margin-bottom:5px;
}

.signature .butdanh {
    font-weight: bold;
}

.header_logo .ad_banner img {
	max-width: 730px;
}
@media(max-width:480px) {
   
	.wrapper .carousel-inner .item img {
	
	display: none !important;
	}
	.carousel-inner .item.active{
	    display:none !important;
	}
}
	