﻿@charset "utf-8";

*
{
    margin: 0;
    padding: 0;
}

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, dl, dt, dd, ol, ul, li, fieldset, form, label
{
    /*margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-weight: normal;*/
}

body
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
   
}

ul, ol
{
    list-style: none;
}

a
{
    border: 0;
    text-decoration: none;
color: #9d0000;
}

img
{
    border: none;
}

#wrapper
{
    margin: auto;
    width: 1000px;
    box-shadow: 0 0 2px #225486;
    background: #fff;
    display: table;
}

#header
{
    height: 160px;
    background: #99CC66;
}

#footer
{
    height: 100px;
    background: #339933;
}

#body_left
{
    float: left;
    width: 100px;
    height: 600px;
    background: #FF9900;
}

#body_main
{
    float: left;
    width: 700px;
    height: 600px;
    background: #99CCFF;
}

.vide
{
    clear: both;
}
/****************************/
.width
{
  
}

.width100
{
    width: 100%;
}

.width101
{
    width: 101%;
}

.top
{
    width: 100%;
    clear: both;
    height: 23px;
    background: #0094ca;
}

.row_top
{
    margin: 0 auto;
}

.col_top_1
{
    width: 50%;
    float: right;
    line-height: 23px;
    text-align: left;
}

    .col_top_1 span
    {
        color: #fff;
    }

.col_top_2
{
    width: 50%;
    float: left;
    /*background: url(../image/vide_top.jpg) no-repeat left center;*/
}

    .col_top_2 ul
    {
        list-style: none;
        width: 100%;
    }

.col_top_1 ul
{
    list-style: none outside none;
    width: 100%;
}

    .col_top_1 ul li
    {
        list-style: none;
        float: right;
       /* background: url(../image/vide_top.jpg) no-repeat right center;*/
        padding: 0 10px;
    }

.notactive
{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: right;
    list-style: none outside none;
    margin-top: 1px;
    padding: 0 0 0 7px !important;
}

.share_box
{
    height: 22px;
    padding-top: 2px;
}

.li_thu a:hover, .col_top_1 ul li a:hover
{
    text-decoration: underline;
}

.col_top_1 ul li a, .li_thu a
{
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    /*text-transform: uppercase;*/
}

.col_top_2 ul li
{
    /*background: url("../image/vide_top.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);*/
    float: left;
    list-style: none outside none;
    padding: 0 10px;
}

    .col_top_2 ul li a, .li_thu a
    {
        color: #fff;
        font-size: 12px;
        line-height: 22px;
        text-transform: uppercase;
        white-space: nowrap;
    }

        .li_thu a:hover, .col_top_2 ul li a:hover
        {
            text-decoration: underline;
        }

.li_thu
{
    width: 110px;
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 20px;
    margin-left: 10px;
    background: url(../image/icon_thu.jpg) no-repeat left center;
}
/****************************/
.r_menu
{
    height: 31px;
    background: #DC2326;
    clear: both;
    margin-top: 1px;
}

.icon_home
{
    float: left;
    width: 24px;
    height: 24px;
    margin-top: 1px;
    margin-left: 3px;
}

ul.menu
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    position: relative;
    height: 36px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

    ul.menu li
    {
        display: block;
        float: left;
        height: auto;
        padding: 8px 12px;
        /*background: url("../image/vide_top.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);*/
    }

        ul.menu li ul.sub
        {
            width: 1024px;
            background: #f8f8f8;
            height: 26px;
            list-style: none;
            position: absolute;
            top: 31px;
            left: 0;
            display: none;
        }

        ul.menu li:hover ul.sub
        {
            display: block;
        }

        ul.menu li ul.sub li
        {
            list-style: none;
            display: inline-block;
            float: left;
            padding-left: 10px;
            margin-left: 10px;
            background: url(../image/icon_arrow3.jpg) no-repeat left center;
        }

            ul.menu li ul.sub li a
            {
                color: #EE0000;
                /*font-weight: normal !important;*/
                font-size: 12px;
            }

                ul.menu li ul.sub li a:hover
                {
                    text-decoration: underline;
                }

        ul.menu li a
        {
            display: block;
            float: left;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            font-size: 12px;
            height: 100%;
            white-space: nowrap;
        }

            ul.menu li a:hover, ul.menu li.active a
            {
                color: #fff;
                text-decoration: underline;
            }
/****************************/
.r_date
{
    clear: both;
    height: 25px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #f8f8f8;
    margin-top: 1px;
    float: left;
    width: 100%;
	margin-bottom: 10px;
}

.icon_clock
{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 6px;
    margin-left: 5px;
}

.title_1
{
    width: 84px;
    float: left;
    line-height: 30px;
    text-align: left;
    margin-left: 5px;
    background: url(../image/icon_arrow.jpg) no-repeat right center;
}

    .title_1 span
    {
        font-size: 11px;
        color: #1a1b7b;
    }

.col_txt_1
{
    float: left;
    list-style: none outside none;
    margin: 5px 0 0 5px;
    text-align: left;
    width: 475px;
    color: #000bad;
}

    .col_txt_1 ul
    {
        list-style: none;
    }

        .col_txt_1 ul li
        {
            float: left;
            padding: 0 6px;
            border-right: solid 1px #333;
            margin: 7px 0;
        }

            .col_txt_1 ul li a
            {
                font-size: 12px;
                color: #1a1b7b;
            }

.col_txt_2
{
    float: right;
    list-style: none;
    margin: 7px 0;
    text-align: right;
}

.box_search
{
    float: right;
    margin-top: 1px;
    width: 229px;
}

.icon_rss
{
    width: 50px;
    float: left;
    margin-top: 5px;
}

.col_date
{
    float: left;
    line-height: 28px;
    padding-right: 10px;
    text-align: right;
    width: 280px;
}

    .col_date span
    {
        color: #1a1b7b;
        font-size: 12px;
    }

input.search-field
{
    background: url("../image/icon-search-right.png") no-repeat scroll right 5px top 5px white;
    border: 1px solid #cdcdcd;
    border-radius: 1px;
    color: #134f60;
    float: left;
    font-size: 12px;
    padding: 3px 30px 3px 10px;
    width: 184px;
}

.col_txt_1 ul li a img
{
    margin-right: 5px;
}

input.search-go
{ /*search icon */
    /*float: left;
    border: 0;
    padding: 0;
    margin-left: 6px;
    height: 24px;
    width: 80px;
    background: url(../image/icon_search.jpg) no-repeat center;
    cursor: pointer;*/
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 25px;
    margin-left: -26px;
    margin-top: 1px;
    padding: 0;
    width: 22px;
    background: none;
}
/****************************/
.r_news_1
{
    clear: both;
    display: table;
	margin-bottom: 15px;
}

.col_news_slide
{
    width: 420px;
    float: left;
    border: solid 1px #ddd;
    padding-bottom: 3px;
    margin-left: 3px;
    margin-top: 5px;
    box-shadow: 1px 2px 0px 0px #ecf5ff;
}

div#slideShowItems
{
    height: 340px;
    overflow: hidden;
    position: relative;
    text-align: left;
}

    div#slideShowItems div
    {
        width: 420px;
        padding: 5px;
    }

    div#slideShowItems img
    {
        clear: both;
        margin-bottom: 5px;
        max-height: 255px;
    }

/*div#slideShowItems a
    {
        background: none repeat scroll 0 0 rgba(3, 67, 111, 0.5);
        color: #fff;
        display: list-item;
        font-size: 18px;
        font-weight: bold;
        height: 45px;
        margin-bottom: 5px;
        margin-top: -62px;
        opacity: 0.9;
        padding: 5px;
        transition: all 0.5s linear 0s;
    }*/
.titleNews
{
    background: none repeat scroll 0 0 rgba(3, 67, 111, 0.5);
    color: #fff;
    display: list-item;
    font-size: 18px;
    font-weight: bold;
    height: 45px;
    margin-bottom: 5px;
    margin-top: -62px;
    opacity: 0.9;
    padding: 5px;
    transition: all 0.5s linear 0s;
    text-align: justify;
}
/*div#slideShowItems a
    {
        color: #a70105;
        display: list-item;
        font-size: 14px;
        font-weight: bold;
        opacity: 0.9;
        margin-bottom: 2px;
        transition: all 0.5s linear 0s;
    }*/

div#slideShowItems a:hover
{
    background: #9d0000;
}

div#slideShowItems p
{
    line-height: 18px;
}

ul#slideShowCount
{
    margin: 0px;
    padding: 0px;
    width: 420px;
}

    ul#slideShowCount li.slide
    {
        line-height: 14px;
        float: right;
        text-align: center;
        cursor: pointer;
        width: 20px;
        line-height: 16px;
        height: 16px;
        display: block;
        background: #eee;
        border: solid 1px #ddd;
        margin-right: 3px;
    }

        ul#slideShowCount li.slide span
        {
            color: #666;
            font-weight: bold;
            font-size: 12px;
            line-height: 16px;
        }

        ul#slideShowCount li.slide:hover
        {
            background: #9d0000;
            border: solid 1px #f40d39;
        }

        ul#slideShowCount li.slide.selectedTab
        {
            background: #9d0000;
            border: solid 1px #f40d39;
        }

            ul#slideShowCount li.slide.selectedTab span, ul#slideShowCount li.slide:hover span
            {
                color: #fff;
            }

div#slideShow
{
    width: 420px;
}
/****************************/
div#slideShow
{
    width: 420px;
}
/****************************/
.col_news_tab
{
    width: 280px;
    float: left;
    margin-left: 2px;
    margin-top: 5px;
}

.col_news_tabDetails
{
    width: 250px;
    float: left;
    margin-top: 5px;
}

#container
{
    width: 20px;
    display: table;
}

    #container ul
    {
        list-style: none;
        list-style-position: outside;
        display: table;
    }

        #container ul.menu_tab li
        {
            float: left;
        }

        #container ul.menu_tab li
        {
            color: #444;
            cursor: pointer;
            display: block;
            font-size: 12px;
            font-weight: bold;
            padding: 8px 10px 10px;
            position: relative;
            text-transform: uppercase;
            white-space: nowrap;
        }

            #container ul.menu_tab li.active
            {
                /*top: 0;
                color: #356CC8;*/
                background: url("../image/bg_tabselect.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
                color: #fff;
                white-space: nowrap;
            }

.content
{
    background: none repeat scroll 0 0 #fff;
    clear: both;
    font-size: 11px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    width: 240px;
}

    .content.news
    {
        display: block;
		width: 285px;
		height: 328px;
		border: solid 1px #ccc; 
	
    }

    .content.tutorials
    {
        display: none;
    }

.scrollbar
{
    float: left;
    height: 276px;
    overflow-y: scroll;
    width: 243px;
    margin-bottom: 5px;
}

.force-overflow
{
    min-height: 200px;
    padding: 5px;
}

/*
 *  STYLE 2
 */

#style-2::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 4px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
    width: 10px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ccc;
}

.row_news
{
    background: url("../image/arrow_1.jpg") no-repeat scroll 4px 4px rgba(0, 0, 0, 0);
    border-bottom: 1px dotted #ccc;
    clear: both;
    margin-bottom: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    width: 262px;
    text-align: justify;
}

.row_newscomment
{
    background: url("../image/icon_arrow3.jpg") no-repeat scroll 4px 4px rgba(0, 0, 0, 0);
    clear: both;
    color: #ccc;
    font-size: 12px;
    margin-bottom: 5px;
    padding-left: 15px;
}

    .row_newscomment a
    {
        color: #515151;
        font-size: 12px;
    }

.row_news a
{
    color: #444;
    font-size: 12px;
}

.row_news:hover
{
    color: #333;
    text-decoration: none;
    background-color: #DFEDF6;
}

.row_news a:hover
{
    color: #333;
    text-decoration: none;
    background-color: #DFEDF6;
}
/****************************/
.col_news_scroll
{
    width: 300px;
    float: right;
    margin-right: 5px;
    margin-top: 5px;
}

.col_news_scrollde
{
    float: left;
    margin-left: 2px;
    margin-top: 5px;
    width: 246px;
}

.row_scrollde
{
    background: url("../image/bg_videode.png") no-repeat scroll center top rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    height: 207px;
    margin-top: -5px;
    overflow: hidden;
    width: 246px;
}

.row_scroll
{
    background: url(../image/bg_video.png) no-repeat top center;
    width: 349px;
    height: 280px;
    border: solid 1px #ddd;
    overflow: hidden;
    margin-top: -3px;
}

.row_news_homede
{
    border-bottom: 1px dotted #ccc;
    clear: both;
    height: 82px;
    margin-left: 30px;
    margin-top: 12px;
    width: 206px;
}

.media_bar_title
{
    margin-left: 1px;
}

.media
{
    width: 350px;
    clear: both;
    margin-top: -2px;
}

.media
{
    clear: both;
    margin-top: -2px;
    width: 246px;
}

.row_news_home
{
    border-bottom: 1px dotted #ccc;
    clear: both;
    height: 82px;
    margin-left: 35px;
    margin-top: 12px;
    width: 300px;
}

.col_img_news
{
    float: left;
    padding-top: 6px;
    width: 82px;
}

.col_info_news
{
    float: left;
    margin-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 200px;
}

.col_info_newsde
{
    float: left;
    margin-left: 10px;
    padding-top: 5px;
    text-align: justify;
    width: 113px;
}

    .col_info_newsde a
    {
        color: #fff;
        font-size: 12px;
    }

        .col_info_newsde a:hover
        {
            text-decoration: underline;
        }

.col_info_news a
{
    font-size: 12px;
    color: #fff;
}

    .col_info_news a:hover
    {
        text-decoration: underline;
    }
/****************************/
.r_news_2
{
    clear: both;
    margin-top: 5px;
    display: table;
	margin-bottom: 5px;
}

.col_news_r2
{
    /*background: url("/Content/Home/images/bgd_news_01.gif") repeat-x scroll 0 0 #fff;*/
    width: 740px;
    float: left;
    border: 1px solid #b5bec7;
    margin-left: 3px;
    margin-bottom: 3px;
}

.col_news_intro
{
    background: url("/Content/Home/Images/bgngaynaynamxua.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    border: 1px solid #b5bec7;
    float: left;
    height: 82px;
    margin-left: 5px;
    padding-top: 0;
    width: 286px;
}

.col_news_introde
{
    background: url("/Content/Home/Images/bgngaynaynamxuade.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    border: 1px solid #b5bec7;
    float: left;
    height: 267px;
    margin-left: 5px;
    padding-top: 0;
    width: 168px;
}

.box_r2
{
    width: 118px;
    float: left;
    margin-left: 12px;
    margin-top: 6px;
    padding-bottom: 10px;
    height: 136px;
    overflow: hidden;
}

.img_box_r2
{
    width: 116px;
    clear: both;
}

    .img_box_r2 img
    {
        max-width: 116px;
        border: solid 1px #ddd;
    }

.info_box_r2
{
    width: 116px;
    text-align: justify;
}

    .info_box_r2 a
    {
        font-size: 12px;
        color: #333;
    }

        .info_box_r2 a:hover
        {
            text-decoration: underline;
        }

.title_news_intro
{
    background: url("/Content/Home/images/bar_title_daily.png") repeat-x scroll 0 0 #fff;
    clear: both;
    padding: 9px 0;
    text-align: center;
    width: 348px;
}

.title_news_introde
{
    background: url("../image/bar_title_daily.png") repeat-x scroll 0 0 #fff;
    clear: both;
    padding: 9px 0;
    text-align: center;
    width: 168px;
}

    .title_news_introde span
    {
        color: #026e9d;
        font-size: 13px;
        font-weight: bold;
    }

.title_news_intro span
{
    font-size: 15px;
    font-weight: bold;
    color: #026e9d;
}

.info_news_intro
{
    clear: both;
    line-height: 18px;
    margin-left: 10px;
    text-align: left;
    width: 330px;
}

.info_news_introde
{
    clear: both;
    line-height: 18px;
    margin-left: 10px;
    padding-top: 7px;
    text-align: justify;
    width: 153px;
    height: 200px;
}

    .info_news_introde a
    {
        color: #026e9d;
        font-size: 12px;
        font-weight: bold;
    }

        .info_news_introde a:hover
        {
            color: #000;
        }

.info_news_intro a
{
    font-size: 12px;
    color: #026e9d;
    font-weight: bold;
}

    .info_news_intro a:hover
    {
        color: #000;
    }

.info_news_intro p
{
    font-size: 12px;
    color: #333;
}

.view
{
    width: 340px;
    clear: both;
    text-align: right;
    margin-top: 5px;
}

    .view a
    {
        font-size: 12px;
        color: #F30;
        font-style: italic;
    }

        .view a:hover
        {
            text-decoration: underline;
        }
.viewde
{
    width: 155px;
    clear: both;
    text-align: right;
    margin-top: 5px;
}

    .viewde a
    {
        font-size: 12px;
        color: #F30;
        font-style: italic;
    }

        .viewde a:hover
        {
            text-decoration: underline;
        }
/****************************/
.r_content
{
    clear: both;
    /*margin-top: 5px;*/
}

.col_ct_1
{
    width: 585px;
    float: left;
    margin-left: 3px;
}

.col_ct_2
{
    width: 250px;
    float: left;
    margin-left: 5px;
}

.col_ct_3
{
    width: 175px;
    float: left;
	margin-left: 1px;
	margin-right: 1px;
}

.box_news_ct_1
{
    background: url("../image/bg_top1.jpg") repeat-x scroll center top rgba(0, 0, 0, 0);
    /*border: 3px solid #e2e2e2;
    float: left;*/
    /*margin-top: 10px;*/
    /*min-height: 250px;*/
    /*padding-bottom: 10px;*/
    width: 286px;
    /*border-top: 1px solid #e2e2e2;*/
    /*margin-top: 5px;*/
}

.tdHome
{
    border: 3px solid #e2e2e2;
    /*float: left;*/
    width: 284px;
    padding-bottom: 3px;
    border-top: 1px solid #e2e2e2;
    /*margin-top: 5px;*/
}

ul.ul_title_1
{
    background: url("../image/bar_title_sub.png");
    /*border-bottom: 1px solid #333;*/
    /*border-top: 2px solid #f3f3f1;*/
    clear: both;
    height: 30px;
    list-style: none outside none;
    /*width: 99%;*/
}

    ul.ul_title_1 li
    {
        /*padding: 2px 10px 5px;*/
        /*background: url(../image/vide_2.jpg) no-repeat right center;*/
        list-style: none;
        float: left;
        margin-left: -1px;
    }

.rightLi
{
    float: left !important;
    margin-top: 6px;
    margin-right: 5px;
}

    .rightLi:not(:last-child)
    {
        background: url("../image/vide_2.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
        padding-right: 5px;
    }
/*ul.ul_title_1 li:not(:last-child)
{
    background: none;
    float: right;
    list-style: none outside none;
    padding: 8px 10px 5px;
}*/

ul.ul_title_1 li a
{
    font-size: 12px;
    color: #333;
}

ul.ul_title_1 li.begin
{
    /*background: #333;*/
    /*background-image: url("../image/1.jpg"), url("../image/3.jpg");
    background-repeat: repeat-x, repeat;
    margin-left: 10px;
    float: left;*/
    background-image: url('../image/bkglef.png');
    background-position: left;
    background-repeat: repeat-x;
    min-width: 200px;
    height: 26px;
    float: left;
}

    ul.ul_title_1 li.begin a
    {
        color: #fff;
        font-size: 12px;
        font-weight: bold !important;
        text-transform: uppercase;
    }

.info_news_ct_1
{
    width: 265px;
    clear: both;
    display: table;
    margin-left: 10px;
    text-align: justify;
    /*line-height: 18px;*/
}

.title_11
{
    width: 265px;
    clear: both;
    text-align: justify !important;
    padding: 5px 0;
}

    .title_11 a
    {
        font-size: 13px;
        color: #333;
        font-weight: bold;
    }

        .title_11 a:hover
        {
            color: #000;
        }

.img_info_11
{
    float: left;
    max-width: 110px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.info_11 span
{
    float: left;
    color: #333;
    font-size: 12px;
}

.title_other
{
    width: 245px;
    clear: both;
    text-align: justify;
    margin-top: 5px;
    padding-left: 12px;
    background: url(../image/icon_arrow2.jpg) no-repeat 0px 7px;
}

    .title_other a
    {
        font-size: 12px;
        color: #104091;
    }

        .title_other a:hover
        {
            text-decoration: underline;
        }
/****************************/
ul.ul_title_2
{
    background: url("../image/bar_title_sub.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    clear: both;
    height: 30px;
    list-style: none outside none;
    margin-bottom: 6px;
}

    ul.ul_title_2 li
    {
        float: left;
        list-style: none outside none;
        margin-left: -1px;
    }

        ul.ul_title_2 li a
        {
            font-size: 12px;
            color: #004276;
        }

        ul.ul_title_2 li.begin
        {
            background: #333;
            margin-left: 10px;
            float: left;
        }

            ul.ul_title_2 li.begin a
            {
                color: #fff;
                font-size: 12px;
                font-weight: bold !important;
                text-transform: uppercase;
            }

.r_news_ct_2
{
    width: 581px;
    clear: both;
    display: table;
    /*margin-top: 10px;*/
    padding-bottom: 5px;
    background: url(../image/bg_top1.jpg) repeat-x top;
    border: 3px solid #e2e2e2;
    margin-bottom: 5px;
    border-top: 1px solid #e2e2e2;
}

.info_news_ct_2
{
    width: 370px;
    float: left;
    text-align: justify;
    /*line-height: 18px;*/
    margin-left: 10px;
}

.title_22
{
    width: 370px;
    clear: both;
    text-align: left !important;
    padding: 5px 0;
}

    .title_22 a
    {
        font-size: 13px;
        color: #1770b5;
        font-weight: bold;
    }

        .title_22 a:hover
        {
            color: #000;
        }

.img_info_22
{
    float: left;
    max-width: 152px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.box_other_ct_2
{
    width: 180px;
    float: left;
}

.title_other_2
{
    width: 159px;
    clear: both;
    text-align: justify;
    margin-top: 5px;
    padding-left: 12px;
    margin-left: 20px;
    background: url(../image/icon_news6.jpg) no-repeat 0px 7px;
}

    .title_other_2 a
    {
        font-size: 12px;
        color: #104091;
        /*font-weight: bold;*/
    }

        .title_other_2 a:hover
        {
            /*color: #333;*/
            text-decoration: underline;
        }
/****************************/
.box_news_ct_3
{
    width: 184px;
    float: left;
    border-bottom: solid 3px #F30;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin-left: 9px;
    margin-top: 10px;
    min-height: 420px;
}

.box_news_ct_4
{
    border-bottom: 3px solid #0094ca;
    float: left;
    margin-bottom: 10px;
    margin-left: 9px;
    margin-top: 10px;
    min-height: 329px;
    padding-bottom: 10px;
    width: 283px;
}

.box_news_ct_5
{
    border-bottom: 3px solid #0094ca;
    float: left;
    margin-bottom: 10px;
    min-height: 329px;
    padding-bottom: 10px;
    width: 283px;
}

ul.ul_title_3
{
    width: 100%;
    height: 26px;
    clear: both;
    list-style: none;
    background: #f6f5fa;
    margin-bottom: 4px;
}

    ul.ul_title_3 li.begin
    {
        background: #333;
        line-height: 27px;
    }

        ul.ul_title_3 li.begin a
        {
            color: #fff;
            font-size: 12px;
            font-weight: bold !important;
            text-transform: uppercase;
        }

.img_info_33
{
    width: 184px;
    clear: both;
    border-top: solid 3px #333;
    padding-top: 10px;
    text-align: justify !important;
}

    .img_info_33 img
    {
        max-width: 184px;
    }

.title_33
{
    width: 184px;
    clear: both;
    text-align: justify !important;
    padding: 5px 0;
}

    .title_33 a
    {
        font-size: 13px;
        color: #333;
        font-weight: bold;
    }

        .title_33 a:hover
        {
            color: #000;
        }

.info_ct_33
{
    width: 184px;
    clear: both;
    line-height: 18px;
    text-align: justify;
}

    .info_ct_33 span, .info_ct_33 p
    {
        font-size: 12px;
        color: #333;
    }

.title_other_3
{
    width: 172px;
    clear: both;
    text-align: justify;
    margin-top: 5px;
    padding-left: 12px;
    background: url(../image/icon_arrow2.jpg) no-repeat 0px 7px;
}

    .title_other_3 a
    {
        font-size: 12px;
        color: #104091;
    }

        .title_other_3 a:hover
        {
            text-decoration: underline;
        }
/****************************/
.r_tap_chi
{
    width: 1022px;
    clear: both;
    display: table;
    border: solid 1px #ddd;
    padding: 5px 0;
}

.col_tap_chi
{
    float: left;
    margin-right: 5px;
    width: 195px;
}
/****************************/
.r_menu_ft
{
    height: 31px;
    background: #9d0000;
    clear: both;
    margin-top: 1px;
}

.icon_top
{
    float: right;
    width: 90px;
    padding-left: 14px;
    line-height: 31px;
    background: url(../image/icon-uptop.png) no-repeat left center;
}

    .icon_top a
    {
        font-size: 12px;
        color: #fff;
    }

.r_info_ft
{
   background: #9d0000 url("../image/bg_footer.png") repeat scroll 0 0;
    clear: both;
    color: #e9fafe;
    display: table;
    padding: 10px 0;
    width: 100%;
}


.col_logo_ft
{
    float: left;
    width: 110px;
}

.col_info_ft
{
    float: left;
    height: 150px;
    line-height: 25px;
    text-align: left;
    width: 400px;
}

.col_info_ft1 {
    float: right;
    line-height: 22px;
    margin-right: 20px;
    text-align: right;
    width: 350px;
}

    .col_info_ft span, .col_info_ft p
    {
        font-size: 13px;
        color: #ffffff;
    }

        .col_info_ft p.size_1
        {
            font-size: 13px;
            font-weight: bold;
            color: #ffffff;
			
        }

.r_bottom
{
    background: #e2e2e2;
    clear: both;
    height: 30px;
    line-height: 30px;
    border-top: dotted 1px #000;
}

span.info_left
{
    font-size: 12px;
    color: #000;
    float: left;
    margin-left: 10px;
}

span.info_right
{
    font-size: 12px;
    color: #000;
    float: right;
    margin-right: 10px;
}
/****************************/
.box_news_44
{
    width: 250px;
    clear: both;
    display: table;
    background: url(../image/bg_top1.jpg) repeat-x top;
    /*margin-top: 5px;*/
}

.title_news_44
{
    background: url("../image/icon_arrow1.jpg") no-repeat scroll 5px 11px rgba(0, 0, 0, 0);
    border: 1px solid #ddd;
    color: #a80002 !important;
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    text-align: left;
    text-transform: uppercase;
    width: 230px;
}

    .title_news_44 a
    {
        color: #a80002 !important;
        font-weight: bold;
    }

.info_news_44
{
    background: url("/Content/Home/Images/tdyk-bgbt.png") repeat-x scroll left bottom #fff;
    width: 238px;
    clear: both;
    display: table;
    text-align: justify;
    /*line-height: 18px;*/
    border: solid 1px #ddd;
    padding: 5px 5px 10px 5px;
    margin-bottom: 5px;
}

.title_44
{
    width: 237px;
    clear: both;
    text-align: justify;
    margin-bottom: 5px;
}

    .title_44 a
    {
        font-size: 13px;
        color: #333;
        font-weight: bold;
    }

.img_info_44
{
    float: left;
    max-width: 110px;
    margin-right: 10px;
    margin-bottom: 5px;
}
/****************************/
.row_info_55
{
    width: 230px;
    clear: both;
    margin-top: 5px;
    display: table;
}

.col_img_55
{
    width: 30px;
    float: left;
    margin-left: 10px;
}

.title_info_55
{
    width: 160px;
    float: left;
    line-height: 22px;
    margin-left: 5px;
}

    .title_info_55 a
    {
        font-size: 12px;
        color: #333;
        font-weight: bold;
    }

.row_info_66
{
    width: 228px;
    clear: both;
    text-align: left;
    background: url(../image/icon_arrow2.jpg) no-repeat 1px 7px;
    margin-top: 5px;
    padding-left: 10px;
}

    .row_info_66 a
    {
        font-size: 12px;
        color: #333;
        text-align: justify;
        font-weight: bold;
    }

        .row_info_66 a:hover
        {
            text-decoration: underline;
        }

.row_info_66b
{
    width: 228px;
    clear: both;
    text-align: justify;
    /*background: url(../image/icon_arrow2.jpg) no-repeat 1px 7px;*/
    margin-top: 5px;
    padding-left: 3px;
}

    .row_info_66b a
    {
        font-size: 12px;
        color: #333;
        font-weight: bold;
        text-align: justify;
    }

        .row_info_66b a:hover
        {
            text-decoration: underline;
        }

.box_lk
{
    width: 170px;
    clear: both;
    display: table;
    border: solid 1px #ddd;
    margin-top: 10px;
    padding-bottom: 20px;
    margin-left: 1px;
}

.title_lk
{
    width: 166px;
    clear: both;
    text-align: left;
    margin-left: 10px;
    line-height: 22px;
}

    .title_lk span
    {
        font-size: 12px;
        font-weight: bold;
        color: #333;
    }

.info_lk
{
    width: 158px;
    clear: both;
    text-align: left;
    margin-left: 10px;
}

    .info_lk select
    {
        margin-top: 10px;
    }
/****************************/
.col_content_cm
{
    width: 585px;
    float: left;
    /*border-right: solid 2px #ddd;*/
    margin-top: 5px;
}

.col_cm
{
    width: 585px;
    float: left;
    background: url(../image/bg_top1.jpg) repeat-x top;
    text-align: justify;
    line-height: 18px;
    padding-bottom: 20px;
    /*margin-top: 5px;*/
}

.info_news_cm_2
{
    width: 570px;
    clear: both;
    text-align: justify;
    line-height: 18px;
    margin-left: 10px;
    border-bottom: 1px dotted #ddd;
    display: table;
}

.title_cm_22
{
    width: 570px;
    clear: both;
    text-align: justify;
    padding: 5px 0;
}

    .title_cm_22 a
    {
        font-size: 14px;
        color: #333;
        font-weight: bold;
    }

span.date_up
{
    font-size: 11px;
    font-style: italic;
    color: #666;
}


.xem_chi_tiet
{
    background: url("../image/icon_arrow1.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);
    float: right;
    /*margin-top: 12px;*/
    padding-right: 9px;
    text-align: right;
    width: 100%;
}

    .xem_chi_tiet a
    {
        font-size: 12px;
        color: #0067FF; /*#F30*/
    }

.img_info_top
{
    float: left;
    max-width: 252px;
    margin-right: 10px;
    margin-bottom: 5px;
}

    .img_info_top img
    {
        max-width: 252px;
    }

.slogan_news_top
{
    width: 565px;
    clear: both;
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

    .slogan_news_top a
    {
        font-size: 12px;
        text-decoration: underline;
        color: #000;
    }

.title_cm_other
{
    width: 536px;
    clear: both;
    text-align: left;
    padding-left: 20px;
    margin-left: 10px;
    margin-top: 10px;
    line-height: 18px;
    background: url(../image/icon_bao.jpg) no-repeat left center;
    border-bottom: 1px solid #ccc;
}

    .title_cm_other span
    {
        font-size: 12px;
        font-weight: bold;
        color: #333;
    }

.news_cm_other
{
    width: 100%;
    clear: both;
    text-align: left;
    margin-top: 5px;
    padding-left: 12px;
    background: url(../image/icon_arrow2.jpg) no-repeat 0px 7px;
    margin-left: 10px;
}

    .news_cm_other a
    {
        font-size: 12px;
        color: #333;
    }

    .news_cm_other span
    {
        font-size: 11px;
        font-style: italic;
        color: #666;
    }
/****************************/
ul.page_view
{
    width: 546px;
    list-style: none;
    text-align: center;
    margin-top: 15px;
}

    ul.page_view li
    {
        list-style: none;
        display: inline-block;
        margin-right: 2px;
        border: solid 1px #F00;
        padding: 0px 6px;
    }

        ul.page_view li a
        {
            font-size: 11px;
            color: #F00;
        }

        ul.page_view li.active
        {
            background: #F00;
        }

            ul.page_view li.active a
            {
                color: #fff;
            }

        ul.page_view li.next_page
        {
            border: 0 !important;
        }

            ul.page_view li.next_page a
            {
                color: #F00;
            }
/****************************/

.row_view_select
{
    width: 470px;
    clear: both;
    margin-top: 15px;
    margin: 15px auto;
}

input.btn_xem
{
    width: 42px;
    height: 22px;
    display: block;
    background: url(../image/btn_xem.jpg) no-repeat center;
    cursor: pointer;
    float: right;
    margin-top: 1px;
}

.row_view_select span
{
    font-size: 12px;
    font-weight: bold;
    color: #333;
}

select.chuyen_muc
{
    width: 150px;
}

.title_detail
{
    width: 565px;
    text-align: justify;
    margin-left: 10px;
    padding: 10px 0;
}

    .title_detail a
    {
        font-size: 15px;
        font-weight: bold;
        color: #333;
        text-align: justify;
    }

.news_detail
{
    width: 565px;
    padding: 0px 10px 10px;
    text-align: justify;
    line-height: 18px;
    /*float: left;*/
}

    .news_detail p
    {
        font-size: 12px;
        color: #333;
    }



.row_audio1
{
    float: left;
    /*padding-bottom: 15px;*/
    padding-left: 10px;
    text-align: left;
    width: 565px;
}

.bg_row_audio1
{
    /*width: 300px;
    background: url(../image/bg_audio.png) no-repeat center;
    height: 80px;
    border-radius: 5px;*/
}

.bref_detail
{
    font-size: 12px;
    /*font-weight: bold;*/
    color: #222;
}
/******************************/
.form_comment
{
    width: 546px;
    clear: both;
    margin-top: 10px;
}

.row_social
{
    width: 546px;
    clear: both;
    display: table;
    margin-left: 10px;
}

.col_social_1
{
    width: 210px;
    float: left;
    text-align: left;
}

.col_social_2
{
    width: 186px;
    float: right;
    text-align: left;
}

    .col_social_1 img, .col_social_2 img
    {
        margin: 0 4px;
    }

.col_social_1 a
{
    font-size: 12px;
    font-weight: bold;
    color: #F00;
}

.col_social_2 a
{
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.form_comment table
{
    /*margin-top: 20px;*/
}

.form_comment td
{
    padding-bottom: 6px;
    padding-right: 10px;
    width: 50%;
}

input.text_1
{
    width: 552px;
    height: 18px;
    border: solid 1px #A6A6A6;
}

input.text_2
{
    width: 265px;
    height: 18px;
    border: solid 1px #A6A6A6;
}

textarea.tara_1
{
    width: 552px;
    height: 200px;
    vertical-align: top;
    text-align: left;
    border: solid 1px #A6A6A6;
}
/*******************************/
.ma_capcha
{
    /*width: 260px;
    clear: both;*/
}

.row_button
{
    clear: both;
    text-align: right;
    width: 100%;
}

    .row_button input
    {
        /*margin-right: 10px;*/
    }

.txt_capcha
{
    width: 100px;
    height: 20px;
}

.btn_xac_nhan
{
    width: 110px;
    float: right;
    margin-top: 5px;
}

#container_2
{
    width: 560px;
    display: table;
    margin-left: 10px;
}

    #container_2 ul.menu_tab_detail li.active
    {
        top: 0;
        color: #F00;
    }

    #container_2 ul.menu_tab_detail li
    {
        font-weight: bold;
        display: block;
        padding: 0px 16px 5px 2px;
        position: relative;
        color: #356CC8;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
    }

    #container_2 ul.menu_tab_detail li
    {
        float: left;
    }

    #container_2 ul.menu_tab_detail
    {
        width: 225px;
        float: left;
        display: table;
        margin-bottom: 10px;
    }

.print
{
    float: left;
}

    .print li a
    {
        color: #356cc8;
        font-weight: bold;
    }

.pagePrint
{
    float: left;
    width: 100%;
    text-align: right;
    margin: 10px;
}

.content1
{
    margin: 0;
    background: #fff;
    text-align: left;
    font-size: 11px;
    clear: both;
    width: 560px;
}

.box_ykien
{
    clear: both;
    display: table;
    margin-bottom: 20px;
    padding-top: 10px;
    width: 560px;
}

.title_ykien
{
    border-bottom: 1px dashed #ccc;
    clear: both;
    text-align: right;
    width: 560px;
}

    .title_ykien span
    {
        font-size: 12px;
        font-weight: bold;
        color: #004175;
    }

.scrollbar_22
{
    float: left;
    height: 200px;
    width: 560px;
    overflow-y: scroll;
}

#tooltip
{
    position: absolute;
    z-index: 3000;
    background-color: #F2F2F2;
    border: 1px solid #C0C0C0;
    padding: 15px;
    text-align: justify;
    /*opacity: 0.92;*/
    width: 400px;
    border-radius: 5px;
}

    #tooltip h3, #tooltip div
    {
        margin: 0;
    }

    #tooltip .body
    {
        color: #000;
        font-family: Tahoma;
        font-size: 12px;
        line-height: 17px;
        font-weight: normal;
    }

    #tooltip h3, .toolTipTitle
    {
        color: #BD0000;
        font-family: Arial;
        font-size: 13px;
        font-weight: bold;
    }

    #tooltip .body img, .toolTipBody img
    {
        padding: 5px;
        width: 90px;
    }

.date
{
    color: #A09F9F;
    font-size: 11px;
    /*font-style: italic;*/
    font-weight: normal;
}

.textTooltip
{
    color: #000;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

.title_news_44 span
{
    font-weight: bold;
}

.infoNews
{
    margin: 0 4px 7px;
}

.innerInfoNews
{
    padding: 0 6px;
}

.bkgLef
{
    background-image: url("../image/bkglef.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    height: 30px;
    width: 9px;
}


.bkgCenter
{
    background-image: url('../image/bkgcenter.png');
    background-position: left;
    background-repeat: repeat-x;
    height: 30px;
    float: left;
}

    .bkgCenter a
    {
        color: #A80002 !important;
        font: bold 12px/27px arial !important;
        font-weight: bold !important;
        margin: 0px;
        padding: 0 10px;
        text-transform: uppercase;
        float: left;
        white-space: nowrap;
    }

.bkgRight
{
    background-image: url('../image/bkgRight.png');
    background-position: left;
    background-repeat: no-repeat;
    width: 26px;
    height: 30px;
    float: left;
}

.rightLiRss
{
    float: right !important;
    margin: 7px 5px 5px !important;
}

.secondtitle
{
    color: #111;
    text-decoration: underline;
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
}

.audio
{
    /*float: right;*/
    width: 300px;
    /*margin-top: 43px;*/
}


.other_top_detail
{
    background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #c5c5c5;
    padding: 15px;
    margin-top: 5px;
    float: left;
    margin-right: 3px;
    width: 537px;
}

.list_news_topic_index li
{
    background: url("../image/icon_arrow2.jpg") no-repeat scroll 1px 7px rgba(0, 0, 0, 0);
    float: left;
    font-size: 12px;
    margin-top: 5px;
    padding-left: 11px;
    width: 100%;
}

.other_top_detail ul li a
{
    color: #0b6097;
    font-size: 1em;
}

.text_inputDDr
{
    width: 177px;
}

select, button, textarea
{
    background: url("/Content/Home/images/input_bg.png") no-repeat scroll 0 0 #ffffff;
    border-radius: 1px;
    padding: 2px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
}

input
{
    background: url("/Content/Home/images/input_bg.png") no-repeat scroll 0 0 #ffffff;
    border-radius: 1px;
    padding: 2px;
    border: 1px solid #cdcdcd;
    /*cursor: pointer;*/
}

.btnGuiBai
{
    margin-top: 15px;
    padding: 10px !important;
}

.style7
{
    float: left;
    text-align: left;
}

.style3
{
    float: left;
    text-align: left;
}

.cssTVB
{
    padding: 12px;
    width: 700px;
    text-align: left;
}

    .cssTVB a
    {
        color: #006699;
    }

        .cssTVB a:hover
        {
            text-decoration: underline;
        }

.phapluat td
{
    color: #000;
    width: 20%;
}

.tdCon
{
    font-weight: normal;
}

.authorDetails
{
    float: right;
    font-weight: bold;
    width: 100%;
    text-align: right;
    padding-right: 16px;
    padding-bottom: 13px;
}

.thoitiet
{
    float: left;
    width: 114px;
}

.giavang
{
    float: left;
    padding-top: 5px;
}

.chilthoithiet
{
    float: left;
    width: 100%;
}

.titthoitiet
{
    background: url("../image/icon_news6.jpg") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
    clear: both;
    color: #666;
    font-weight: bold;
    padding-left: 8px;
}

.nhietdo
{
    color: #144878;
    font-weight: bold;
}

    .nhietdo img
    {
        vertical-align: middle;
        width: 40px;
    }

.tableGiavang
{
    /*border:1px solid #ccc;*/
    text-align: center;
}

    .tableGiavang td
    {
        border: 1px solid #ccc;
        font-size: 11px;
        padding: 6px;
    }

.nguonthoitiet
{
    margin-top: 4px;
    font-weight: bold;
    text-align: right;
}

    .nguonthoitiet img
    {
        vertical-align: middle;
    }

.toolbarErrobox
{
    /*padding: 0 10px;*/
}

.validation-summary-errors
{
    background: url("/Content/Admin/images/error.png") no-repeat scroll 20px center #fce9e9;
    border: 1px solid #eac7c7;
    clear: both;
    color: red;
    margin-bottom: 10px;
    padding: 5px 5px 5px 60px;
}

.validation-summary-errors
{
    color: red;
}

.csquaanh
{
    float: left;
    margin: 17px;
    width: 160px;
    min-height: 200px;
}

.highlight
{
    background: none repeat scroll 0 0 yellow;
}

.ul_title_4
{
    margin-left: -1px;
}

.Summary
{
    text-align: justify;
    padding: 0 10px;
    font-weight: bold;
    /*float:left;*/
}

.JustifyImage
{
    min-width: 565px;
    width: 565px;
    margin-bottom: 10px !important;
    float: left;
    line-height: normal !important;
}

    .JustifyImage img
    {
        min-width: 565px;
        width: 565px;
    }

.LeftImage
{
    width: 250px;
    float: left;
    padding-right: 10px;
    margin-left: 10px;
}

.RightImage
{
    width: 250px;
    float: right;
    padding-left: 10px;
}

.LeftImage img
{
    width: 250px;
    float: left;
}

.RightImage img
{
    width: 250px;
    float: left;
}

.JustifyImage td, .LeftImage td, .RightImage td
{
    font-style: italic;
    font-size: 11px;
}

.logoleft
{
    width: 450px;
    float: left;
    padding-top: 0px;
    height: 157px;
}

.logoright
{
    float: left;
    padding: 2px;
    width: 565px;
}

.tdyk-content
{
    background: url("/Content/Home/Images/tdyk-bgbt.png") repeat-x scroll left bottom #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 4px 13px 10px;
    text-align: left;
    float: left;
    margin-bottom: 2px;
}

    .tdyk-content .tdyk-ans
    {
        padding: 4px 0 !important;
    }

.tdyk-ans label
{
    margin: 0 0 0 8px !important;
}

.tdyk-submit a:hover
{
    background-position: left bottom !important;
}

.tdyk-submit a.tdyk-xkq:hover
{
    background-position: -76px bottom !important;
}

.tdyk-submit a, .tdyk-submit a
{
    background: url("../image/tdyk-button.png") no-repeat scroll left top rgba(0, 0, 0, 0) !important;
    display: block !important;
    float: left !important;
    height: 19px !important;
    text-indent: -500em !important;
    width: 76px !important;
}

    .tdyk-submit a.tdyk-xkq
    {
        background-position: -76px top !important;
        margin-left: 6px !important;
        width: 88px !important;
    }

.tdyk-content h4 a
{
    color: #004175 !important;
    font-size: 12px !important;
    font-weight: bold !important;
    padding-bottom: 6px !important;
}

#listvote
{
    margin-bottom: 5px;
}

.top1home
{
    border-bottom: 1px dotted #ccc;
    float: left;
    /*height: 151px;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.tooltipNe img
{
    vertical-align: top;
}

.onlineview
{
    float: right;
    font-weight: bold;
    margin-top: 5px;
    text-align: left;
    width: 150px;
}

.tooltipSecont
{
    color: #000;
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
}

video
{
    width: 565px;
    height: auto;
}

.slider_bar_news
{
    background: -moz-linear-gradient(center top, #e3e3e3 0%, #c3c3c3 100%) repeat scroll right center #e3e3e3;
    color: #e00104;
    font-size: 12px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 5px;
    text-align: left;
}

    .slider_bar_news span.slider_bar_box_right
    {
        margin-left: 0;
    }

    .slider_bar_news span
    {
        margin-left: 5px;
    }

.slider_bar_box_right
{
    background: url("../image/slider_bar_box_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom-right-radius: 27px;
    border-top-right-radius: 27px;
    color: white;
    padding: 5px 15px;
    text-transform: uppercase;
}

.NgoaiteMid
{
    border-bottom: 1px dotted #cccccc;
    color: #4c4c4c;
    float: left;
    font-family: Arial;
    font-size: 11px;
    height: 25px;
    line-height: 34px;
    text-transform: uppercase;
    width: 220px;
}

.NgoaiteTop
{
    border-bottom: 1px solid #cccccc;
    color: #00579d;
    float: left;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 25px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.weathertitle
{
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: left;
}

    .weathertitle .headtitle
    {
        background: url("../image/icon-weathertitle.jpg") no-repeat scroll left top rgba(0, 0, 0, 0);
        color: #00559e;
        font-size: 13px;
        font-weight: bold;
        padding-left: 20px;
        text-transform: uppercase;
    }

#dllLocation
{
    width: 94%;
}

.ngay1
{
    border-right: 1px dotted #ddd;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 78px;
}

.ngay3
{
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 78px;
}

.cityweather
{
    float: left;
    padding: 0 10px;
    width: 227px;
    margin: 0 0 10px;
}

    .cityweather li
    {
        background: url("../image/icon_arrow2.jpg") no-repeat scroll 0 7px rgba(0, 0, 0, 0);
        float: left;
        line-height: 20px;
        padding-bottom: 5px;
        padding-left: 10px;
        width: 218px;
    }

        .cityweather li .regiontext
        {
            float: left;
            /*font-weight: bold;
            padding-top: 1px;*/
        }

        .cityweather li .temptext
        {
            float: right;
            /*font-weight: bold;*/
        }


blockquote
{
    border-color: #ccc;
    border-left: 5px solid #ccc;
    border-style: none none none solid;
    float: left;
    font-family: Georgia,Times,"Times New Roman",serif;
    font-style: italic;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 8px;
}

.questionLi
{
    background-image: url('/Content/Home/images/Gnome-Help-Faq-32.png');
    padding-left: 10px;
}

#PollResult
{
    display: none;
    background-color: #fff;
}

.bieudoResult
{
    background-color: #fff;
    float: left;
    height: 237px;
    text-align: center;
    width: 100%;
}

    .bieudoResult p
    {
        font-weight: bold;
        margin-left: 10px;
        margin-top: 3px;
        text-align: left;
        width: 100%;
    }

#bieudo
{
    float: left;
    width: 100%;
}

.closeDialog
{
    float: left;
    text-align: right;
    width: 100%;
}

.viewmorecityweather
{
    font-size: 11px;
    font-style: italic;
    text-align: right;
    margin-right: 10px;
}

    .viewmorecityweather a
    {
        color: #000;
    }

        .viewmorecityweather a:hover
        {
            color: #F30;
        }

.thoitietDetailHome
{
    text-align: left;
}

.secondtitslide
{
    color: #fff;
    float: left;
    font-size: 12px;
    text-decoration: underline;
    width: 100%;
}
.jvmod-cc {
    background: none repeat scroll 0 0 #f3f8fa;
    border: 1px solid #f0f0f0;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
}
/*******support ****/

.support-ol {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #accfe0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);

    margin-bottom: 10px;
    overflow: hidden;
    padding: 8px;
	width: 160px;
}
.support-ol .name-phone {
    background: url("../image/phone.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px dashed #555555;
    display: block;
    height: 42px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 50px;
    text-align: center;
}
.support-ol .name-phone span {
    font-weight: bold;
}
.support-ol .name-phone span.name {
    color: #555;
}
.support-ol .name-phone span.phone {
    color: #000;
    font-size: 16px;
}
.support-ol .email-support {
    padding: 5px 0;
}
.support-ol .email-support div {
    padding: 3px 0;
}
.support-ol .email-support .email {
    background: url("/th/themes/default/images/icons/email.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    line-height: 15px;

}
.support-ol .email-support .support {
    background: url("/th/themes/default/images/yahoo_messenger.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 16px;
    line-height: 15px;
    padding-left: 25px;
}
.support-ol .contact {
    background: url("/th/themes/default/images/handshake.png") no-repeat scroll 8px center #fff;
    border: 1px dashed #555555;
    margin-top: 5px;
    padding: 8px 0 8px 40px;
}
.support-ol .contact a {
    color: #0071b2;
    font-weight: bold;
}
/***** end support ***/

/*** album ***/
.block_album {
    background: url("../image/block_ambum.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #dedede;
    margin-top: 8px;
    min-height: 220px;
    padding: 5px;
}
.block_album .items {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 5px;
}
.block_album .items img1 {
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    padding: 2px;
	width: 70px;
}
.block_album .items a {
    color: #069;
	font-size:10px;
    text-decoration: none;
}
.block_album .alllink {
    float: right;
    text-align: right;
}
.block_album .alllink a {
    color: #069;
}
/*** end album ***/


/* list tin tuc */
/* tin tuc */
.content-right {
    float: left;
    width: 578px;
}
.box-border {
    border: 5px solid #ffffff;
    box-shadow: 0 0 5px #c9c9c9;
    float: left;
	margin-bottom: 15px;
    width: 745px;
}
.article-listing1 {
    float: left;
    margin-bottom: 5px;

    position: relative;
	padding-top: 5px;
}
.article-listing {
    float: left;
    margin-bottom: 5px;
    padding: 0 15px;
    position: relative;
	padding-top: 15px;
	
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #196ec4 #d3d5d2 #d3d5d2;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 7px;
    padding: 1px 8px 5px;
}
.article-listing .list {
    float: left;
    padding: 0px 0 0;
    position: relative;
	width: 100%;
}
.article-listing .item {
    border-bottom: 1px dashed #ebeaea;
    float: left;
    height: 100%;
    margin: 0 20px 20px 0;
    text-align: justify;
    width: 100%;
	padding-bottom: 5px;
}
.article-listing .item.right {
    margin-right: 0;
}
.article-listing .item .title {
    color: #1770b5;
    font-size: 13px;
    font-weight: bold;

}
.article-listing .item .title:hover {
    color: #414042;
    text-decoration: none;
}
.article-listing .item .title img {
    margin-left: 5px;
    vertical-align: middle;
}
.article-listing .item .image-border {
    border: 3px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 5px #c9c9c9;
    float: left;
    height: 119px !important;
    margin-right: 15px;
    overflow: hidden;
    width: 158px !important;
}
.article-listing .item .image img {
    max-height: 119px;
    max-width: 158px;
}
.article-listing .item .image a {
    height: 119px;
    width: 158px;
}
.article-listing .item .createdDate {
    color: #959595;
    display: block;

}
.article-listing .item .summary {
    color: #414042;
    display: block;
    line-height: 18px;
    margin-top: 5px;
    text-align: justify;
}
.article-listing .item .detail {
    color: #1770b5;
    float: right;
    font-style: italic;
    text-decoration: none;
}
.article-listing .item .detail:hover {
    color: #414042;
    text-decoration: none;
}
.lblresult {
    position: relative;
    top: 15px;
}
.article-listing .pager {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 325px;
}
.article-listing .pager label {
    color: #656565;
    display: inline-block;
    line-height: 25px;
    padding-right: 5px;
}
.article-listing .pager a.num {
    color: #414042;
    display: inline-block;
    font-style: italic;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
    padding: 0 2px;
    text-align: center;
    width: 21px;
}
.article-listing .pager a.select, .article-listing .pager a:hover {
    border: 1px solid #049bd1;
    color: #049bd1;
    font-style: italic;
}
/*Article Detail*/
/*=================*/
.article-detail {
    position: relative;
    padding: 14px 15px 0px 15px;
    *position: static;
}

    .article-detail p, .article-detail span {
        line-height: 150%;
    }

    .article-detail .title {
        z-index: 10;
        width: 100%;
        display: block;
        font-weight: bold;
        color: #0688c1;
        float: left;
        position: relative;
		padding-bottom: 5px;
    }
    .article-detail .title h1 {
        font-size: 12px;
    }
    .article-detail .content {
        width: 100% !important;
        min-height: 200px;
        position: relative;
        text-align: justify;
        color: #000000;
        line-height: 18px;
        padding-bottom: 20px;
    }
    .article-detail .content a{
         color: #000000;
        text-decoration: none;
    }
    .article-detail .source {
        font-style: italic;
        color: #B3B3B3;
    }

    .article-detail .title .brief-ava {
        border: 3px solid #FFFFFF;
        border-radius: 3px 3px 3px 3px;
        box-shadow: 0 0 5px #C9C9C9;
        float: left;
        height: 119px !important;
        margin-right: 15px;
        overflow: hidden;
        width: 158px !important;
    }

    .article-detail .title .BottomToolbar {
        z-index: 10;
        float: right;
        width: 100%;
        margin-top: 5px;
        border-top: 1px dotted #d3d3d3;
        line-height: 30px;
        font-weight: normal !important;

    }

        .article-detail .title .BottomToolbar .update {
            float: left;
            min-width: 120px;
            background: url(../image/update-icon-date.png) no-repeat left center transparent;
            padding-left: 15px;
            margin-right: 30px;
            font-size: 11px;
            color: #727272;
        }

        .article-detail .title .BottomToolbar .pageview {
            float: left;
            background: url(../image/icon-view-cout.png) no-repeat left center;
            padding-left: 15px;
            margin-right: 30px;
            color: #727272;
        }

        .article-detail .title .BottomToolbar .divPrint {
            float: left;
            background: url(../image/print.png) no-repeat left center transparent;
            padding-left: 25px;
            color: #727272;
        }

            .article-detail .title .BottomToolbar .divPrint a {
                color: #727272;
            }

        .article-detail .title .BottomToolbar .social-network {
            float: left;
            width: 100%;
            padding-top: 10px;
            border-top: 1px dotted #D3D3D3;
            position: absolute;
            position: relative;
            z-index: 10;
        }

            .article-detail .title .BottomToolbar .social-network .likefacebook {
                float: left;
                width: auto;
            }

            .article-detail .title .BottomToolbar .social-network .likegoogle {
                float: left;
            }

            .article-detail .title .BottomToolbar .social-network .icon-social {
                background: url(img/icon-social.png) no-repeat transparent;
                width: 103px;
                height: 18px;
                top: -25px;
                position: absolute;
                right: 0px;
            }

                .article-detail .title .BottomToolbar .social-network .icon-social .zing, .article-detail .title .BottomToolbar .social-network .icon-social .facebook,
                .article-detail .title .BottomToolbar .social-network .icon-social .google, .article-detail .title .BottomToolbar .social-network .icon-social .youtube {
                    width: 19px;
                    height: 18px;
                    display: block;
                    float: left;
                    margin-right: 8px;
                    cursor: pointer;
                }

                .article-detail .title .BottomToolbar .social-network .icon-social .last {
                    margin-right: 0;
                }


    .article-detail .tags {
        background: url("img/tagicon.png") no-repeat scroll 0 0 transparent;
        height: auto;
        line-height: 120%;
        margin-top: 10px;
        min-height: 32px;
        padding-left: 44px;
        vertical-align: middle;
        width: 534px;
    }

        .article-detail .tags a {
            color: #999999;
        }

/*=================*/


.article-about {
    float: left;
    height: 406px;
    overflow: hidden;
    position: relative;
    width: 326px;
}
.article-about .title-menu {
    height: 23px;
    left: 0;
    line-height: 23px;
    position: absolute;
    text-align: center;
    top: 30px;
    width: 100%;
}
.article-about .caption {
    color: #fff;
    font-family: times new roman;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.article-about .caption:hover {
    text-decoration: none;
}
.article-about .image-border {
    background: url("img/border_img_content-top.png") no-repeat scroll 4px bottom transparent;
    height: 163px;
    left: 33px;
    position: absolute;
    top: 80px;
}
.article-about .image img {
    display: block;
    height: 148px;
    width: 258px;
}
.article-about .image img {
    border: 1px solid #ffffff;
}
.article-about .desciption {
    color: #fff;
    left: 33px;
    line-height: 18px;
    position: absolute;
    top: 248px;
    width: 260px;
}
.article-about .view-more {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #fff;
    height: 34px;
    left: 33px;
    position: absolute;
    text-align: center;
    top: 352px;
    width: 92px;
}
.article-about .view-more a {
    color: #5f5f5f;
    display: block;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}
.article-highlighted {
    border-top: 1px solid #efefef;
    float: left;
    margin-left: 20px;
    margin-top: 45px;
    position: relative;
    width: 332px;
}
.article-highlighted .caption {
    background: none repeat scroll 0 0 #fff;
    color: #3899db;
    font: bold 14px Arial;
    padding-right: 10px;
    position: absolute;
    text-transform: uppercase;
    top: -13px;
}




.nav {
    background: url("../image/ico-home.png") no-repeat scroll 12px 7px #3766ca;
    line-height: 29px;
    width: 745px;
}
.nav h1 {
    font-size: 12px;

}
.nav a {
    background: url("../image/arrow-nav.png") no-repeat scroll left center transparent;
    color: #fff;
    margin-right: 10px;
    padding-left: 10px;
}
.nav a:hover {
    color: #fff;
    text-decoration: none;
}
.nav a.home {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-right: 4px;
    padding-left: 35px;
}
.nav a.arr {
    margin-right: 7px;
    padding-left: 10px;
}
/* comment */

.title-comment {
    background: url("img/bg_titlemenu.png") no-repeat scroll 20px 10px transparent;
    color: #216cb9;
    float: left;
    font-weight: bold;
    height: 25px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    width: 54j5px;
}
.commentBlock {
    border: 1px solid #cccccc;
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 0 0 20px;
    position: relative;
    width: 545px;
}
.commentBlock .captionImage {
    background: url("img/bullet_feedback.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    height: 33px;
    left: 15px;
    padding-left: 45px;
    position: absolute;
    top: -19px;
    width: 371px;
    z-index: 100;
}
.commentBlock .captionImage img {
    float: left;
    margin-top: 10px;
}
.commentBlock .commentframe {
    width: 100%;
}
.commentBlock .captionImage span {
    color: #c2c2c2;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin-top: 13px;
    padding-left: 5px;
}
.commentBlock .item {
    border-bottom: 1px dotted #d1d1d1;
    margin-left: 15px;
    overflow: hidden;
    position: relative;
    width: 585px;
}
.commentBlock .item .right {
    float: left;
    margin-bottom: 10px;
}
.commentBlock .item .left {
    float: left;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    width: 50px;
}
.commentBlock .item .sender {
    background: url("img/bulet-comment.png") no-repeat scroll 0 11px transparent;
    color: #216cb9;
    display: block;
    float: left;
    font-weight: bold;
    height: 20px;
    padding: 6px 0 0 10px;
}
.commentBlock .item .postedTime {
    color: #c8c8c8;
    display: block;
    float: left;
    height: 20px;
    padding: 6px 0 0 5px;
}
.commentBlock .item .comment {
    clear: both;
    color: #666666;
    margin-top: 10px;
    width: 602px;
    word-wrap: break-word;
}
.commentBlock .pager {
    background: none repeat scroll 0 0 #fff;
    height: 25px;
    text-align: center;
    width: 100%;
}
.commentBlock .postCommentBlock {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
}
.commentBlock .postCommentBlock .captionText {
    color: #216cb9;
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 15px;
}
.commentBlock .inputBlock {
    float: left;
    margin-left: 15px;
    position: relative;
    width: 445px;
}
.commentBlock .textBox {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e3e3e3;
    height: 18px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 473px;
}
.commentBlock .multiTextBox {
    background: none repeat scroll 0 0 #fffad2;
    border: 1px solid #dad6b3;
    height: 58px;
    padding: 3px 5px;
    width: 473px;
}
.commentBlock .captraImage {
    background: none repeat scroll 0 0 #ddd;
    display: block;
    float: left;
    height: 26px;
    width: 56px;
}
.commentBlock .captraBlock label {
    color: #999999;
}
.commentBlock .txtConfirm {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #e1e1e1;
    clear: both;
    height: 14px;
    margin: 10px 0;
    padding: 3px 5px;
    width: 118px;
}
.commentBlock .btnPostComment {
    bottom: 0;
    height: 29px;
    position: absolute;
    right: 0;
    width: 126px;
}
.commentBlock .inputBlock input[type="text"] {
    border: 1px solid #e3e3e3;
    color: #000;
    font: 12px/21px Arial;
    height: 23px;
    padding: 0 5px;
}
.commentBlock .inputBlock .name {
    width: 435px;
}
.commentBlock .inputBlock .email {
    position: absolute;
    right: 2px;
    top: 0;
    width: 230px;
}
.commentBlock .inputBlock .des {
    background: none repeat scroll 0 0 #fff9e6;
    border: 1px solid #dadada;
    color: #000;
    font: 12px/18px Arial;
    height: 64px;
    padding: 3px 5px;
    width: 435px;
}
.commentBlock .inputBlock .req-email {
    position: absolute;
    right: 0;
    top: 0;
}
.commentBlock .captraBlock {
    float: left;
    height: 103px;
    margin-left: 19px;
    overflow: hidden;
    position: relative;
    width: 138px;
}
.commentBlock .RadCaptcha {
    height: 76px;
    overflow: hidden;
    position: relative;
    width: 138px;
}
.commentBlock .RadCaptcha p {
    margin-top: 10px;
    position: relative;
}
.commentBlock .RadCaptcha p label {
    font: 12px/21px Arial;
    left: 5px;
    position: absolute;
    top: 0;
}
.commentBlock .RadCaptcha input {
    border: 1px solid #e3e3e3;
    font: 12px/21px Arial;
    height: 21px;
    padding: 0 5px;
    width: 124px;
}
.commentBlock .RadCaptcha img {
    background: none repeat scroll 0 0 #ddd !important;
    height: 26px !important;
    width: 56px !important;
}
.commentBlock .RadCaptcha a.rcRefreshImage {
    background: url("img/other_captra.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #999999;
    display: block;
    font-size: 12px;
    height: 30px;
    left: 63px;
    line-height: 30px;
    padding-left: 15px;
    position: absolute;
    top: 0;
    width: 73px;
}
.commentBlock .send {
    background: url("../image/btn_comment.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 32px;
    color: #fff;
    cursor: pointer;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    line-height: 29px !important;
    position: absolute;
    right: 15px;
    text-align: center;
    width: 136px;
}
.commentBlock .inputMark {
    padding-bottom: 10px;
    position: relative;
}
.commentBlock .inputMark label {
    color: #cdcbce;
    font-style: italic !important;
    left: 5px;
    position: absolute;
    top: 3px;
}
.commentBlock .inputMark .Sex {
    float: right;
    width: 100px;
}
.commentBlock .inputMark .Sex label {
    position: inherit;
}
/* chi tiet van ban */


table.archives_list {
    background: none repeat scroll 0 0 #fff;
    border-collapse: collapse;
    border-right: 1px solid #c9d7de;
    border-top: 1px solid #c9d7de;
    empty-cells: show;
    margin-top: 2px;
    width: 100%;
}
table.archives_list tbody {
}
table.archives_list tbody.second {
    background: none repeat scroll 0 0 #f8f8f8;
}
table.archives_list td {
    border-bottom: 1px solid #c9d7de;
    border-left: 1px solid #c9d7de;
    padding: 5px;
	height:25px;
}
table.archives_list tfoot {
    background: none repeat scroll 0 0 #ccc;
}
table.archives_list thead {
    background: none repeat scroll 0 0 #e9f2fa;
    font-weight: bold;
}
.maincat {
    background: none repeat scroll 0 0 #f7fbfb;
}
.archives_down {
    display: inline-block;
    margin-left: 5px;
    padding: 2px 0 2px 20px;
}

table.archives_list strong {
    color: #e0542f;
}
.archives_links {
    background: none repeat scroll 0 0 #e9f2fa;
    border: 1px solid #c9d7de;
    margin-bottom: 2px;
    padding: 5px;
}
.archives_links a {
    font-weight: bold;
}
/* end chi tiet */
/* van ban */
.searchform {
    border: 1px solid #c8c8c8;
    margin: 5px;
    padding: 10px;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
textarea, select {
    border: 1px solid #c8c8c8;
    padding: 1px;
}
input[type="text"] {
    border: 1px solid #c8c8c8;
	height: 15px;
}
table {
    border-collapse: collapse;
}
.ta_border tr th {
    background-color: #f5f5f5;
    border: 1px solid #c8c8c8;
    font-weight: bold;
    padding: 10px;
}
.ta_border tr td {
    border: 1px solid #c8c8c8;
    padding: 10px;
}
.taDetail tr td {
    padding: 5px;
}
.votetitle {
    font-size: 12px;
    margin-bottom: 10px;
}
.tab {
    border-bottom: 1px dotted #afafaf;
    height: 30px;
    width: 280px;
}
.tab ul {
    display: inline;
}
.tab ul li {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px dotted #afafaf;
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 29px;
    margin-right: 2px;
    padding: 0 15px;
}
.tab ul li:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #fff;
    border-color: #afafaf #afafaf -moz-use-text-color;
    border-image: none;
    border-style: dotted dotted none;
    border-width: 1px 1px medium;
    height: 30px;
}
.tab ul li a {
    color: #000;
    text-decoration: none;
}
.tab ul li a:hover {
    color: #000;
}
.tab ul li a.atva {
    color: #000;
}
.tab ul li.atvli {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat-x scroll left top #fff;
    border-color: #afafaf #afafaf -moz-use-text-color;
    border-image: none;
    border-style: dotted dotted none;
    border-width: 1px 1px medium;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    margin-right: 2px;
    padding: 0 15px;
}
.contenttab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #afafaf #afafaf;
    border-image: none;
    border-right: 1px dotted #afafaf;
    border-style: none dotted dotted;
    border-width: medium 1px 1px;
    float: left;
    margin-top: -1px;
    padding: 15px;
    width: 660px;
}
.buttonL {
    background: url("../image/button.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    float: left;
    height: 15px;
    width: 3px;
}
.buttonBg {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #707070;
    border-top: 1px solid #707070;
    float: left;
    height: 13px;
    line-height: 13px;
    padding: 0 7px;
}
.buttonR {
    background: url("../image/button.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    float: left;
    height: 15px;
    margin-right: 3px;
    width: 15px;
}


/* end van ban */

/* lien ket web */

#Lien_Ket_Web {
    background: none repeat scroll 0 0 ee6115;
    border: 1px solid ee6115;
    border-radius: 4px;
    box-shadow: 0 1px 2px #999999;
    margin-top: 5px;
    padding: 5px 0 5px 3px;
    text-align: center;

}
#Lien_Ket_Web .ddl {
    border: 0 solid;
    font-size: 13px;
    width: 98%;
}
/*end lien ket */
.icon {
    height: 20px;
    width: 20px;
	padding-right: 5px;
	margin-top: -2px;
}

/* lien he */
#uc_contact .left_colum {
    float: left;
    line-height: 20px;
    margin-left: 25px;

    padding-bottom: 5px;

}
#uc_contact .right_colum {

    color: #414042;
    float: center;
    padding: 0 30px 25px 25px;
    text-align: justify;
    width: 422px;
}
#uc_contact {
    background: url("../image/bg_article_boxhome.png") repeat-x scroll 0 0 transparent;
    border: 5px solid #fff;

    line-height: 23px;
    margin-top: 10px;
    overflow: hidden;
    padding-bottom: 20px;
}
#uc_contact .nav {
    float: left;
    margin-bottom: 50px;
    width: 100%;
}
#uc_contact .logo {
    margin: 0 0 12px 300px;
    vertical-align: middle;
}
#uc_contact .contactForm {
    margin-top: 15px;
}
#uc_contact .labelsColumn {
    float: left;
    padding-right: 8px;
    width: 60px;
}
#uc_contact .labelsColumn label {
    color: #2b2b2b;
    display: block;
    height: 24px;
    line-height: 26px;
    margin-top: 16px;
}
#uc_contact .labelsColumn label .notification {
    color: red;
}
#uc_contact .textBoxsColumn {
    float: right;
    width: 354px;
}
#uc_contact .textBoxsColumn .textbox, #uc_contact .RadInputMgr_Default {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #595959;
    float: left;
    font: 12px/18px arial;
    height: 22px;
    margin-top: 16px;
    padding: 0 5px;
    width: 342px;
}
#uc_contact .RadInput_Default .riError, #uc_contact .RadInput_Error_Default {
    color: red;
    font-style: italic;
}
#uc_contact .validator {
    display: block;
    float: left;
    height: 15px;
    padding-top: 8px;
    width: 15px;
}
#uc_contact .textBoxsColumn .textboxMultiline {
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    color: #595959;
    float: left;
    font: 12px/18px arial;
    height: 86px;
    margin-top: 16px;
    padding: 0 5px;
    width: 342px;
}
#uc_contact .info {
    color: #414042;
    float: left;
    margin-bottom: 20px;
}
#uc_contact .info .name .value {
    color: #015198;
    font: bold 12px Arial;
    text-transform: uppercase;
}
#uc_contact .info .name .label {
    display: none;
}
#uc_contact .info .office {
    margin-top: 10px;
}
#uc_contact .info .hotline {
    color: #fff;
    font-weight: bold;
}
#uc_contact .btncontact {
    float: left;
    margin-left: 57px;
    margin-top: 12px;
}
.btncontact .bgButton {
    background: url("../image/bgbtn.png") repeat-x scroll left center transparent;
    border-left: 1px solid #0e84b4;
    border-radius: 3px;
    border-right: 1px solid #0e84b4;
    float: left;
    height: 24px;
    margin-left: 10px;
    min-width: 43px;
    padding: 0 12px;
    text-align: center;
}
#uc_contact .btncontact a {
    color: white;
    font: 12px/24px Arial;
}
#uc_contact .btncontact a:hover {
    color: white;
    font: 12px/24px Arial;
}



.video {
    border: 1px solid #e1e1e1;
    text-align: center;
}
.video .mod_title {
    background: url("../image/bg_news_cate.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #666;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
}
.mod_title a {
    color: #069;
}
.mod_title a:hover {
    color: #f00;
}
.video .mod_content {
    padding-top: 10px;
}
.video .items_rows {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}
.video .items_rows .items_cell {
    float: left;
    height: auto;
    text-align: center;
    width: 130px;
}
.video .items_rows .items_cell img {
    border: 1px solid #e5e5e5;
    padding: 2px;
}
.avideo .items_rows .items_cell .title_links {
    color: #000;
}
.video .items_rows .items_cell .title_nums {
    color: #666;
    font-size: 11px;
}
.video .items_rows_adv {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}
.video .items_rows_adv .items_cell {
    float: left;
    height: auto;
    text-align: center;
    width: 130px;
}
.video .items_rows_adv .items_cell img {
    border: 1px solid #e5e5e5;
    padding: 2px;
}
.video .items_rows_adv .items_cell .title_links {
    color: #000;
}
.video .items_rows_adv .items_cell .title_nums {
    color: #666;
    font-size: 11px;
}
.video .pages a {
    color: #000;
}
.viewall {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 11px;
    padding: 5px;
    text-align: right;
}
.viewall a {
    color: #f00;
}
.viewall a:hover {
    color: #069;
}
.view_albums {
    background: none repeat scroll 0 0 #f8f8f8;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}





#content-list2 {
    background: url("../image/bg_bottom_contentlist.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border-color: #c9e3f1;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px;
    width: 675px;
}
#content-list {
    background: url("../image/bg_bottom_contentlist.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border-color: #c9e3f1;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px;
}
#content-list ul {
}
#content-list ul li {
    border-bottom: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 0 10px;
}
#content-list ul li.last {
    border-bottom: medium none;
}
#content-list ul li a {
    color: #212121;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 3px;
    text-decoration: none;
}
#content-list ul li a:hover {
    text-decoration: underline;
}
#content-list ul li span.date {
    color: #999;
    display: block;
    font-size: 11px;
}
#content-list ul li a span {
    color: #c00;
    display: block;
    font-size: 14px;
}
#content-list ul li p {
    display: block;
}
#content-list ul li img {
    border: 3px solid #ededed;
    display: block;
    float: left;
    height: 115px;
    margin-right: 10px;
    padding: 0;
    width: 150px;
}
/*het album anh*/
/* video */
.modules_orange {
    background: none repeat scroll 0 0 #fff;
    border-color: #ff6600 #ccc #ccc;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 5px;
    overflow: hidden;
}
.modules_orange h3 {
    color: #ff6600;
}
.mod_t {
    background: url("../image/h3-mod.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    position: relative;
}
.mod_t h3 {
    padding: 7px 10px;
}
.mod_m {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
}
.mod_m1 {
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 0 3px;
    position: relative;
}
.video {
    background: none repeat scroll 0 0 #f0f0f0;
    margin-bottom: 5px;
}
.video_item {
    background: none repeat scroll 0 0 #f6f6f6;
    border-top: 1px solid #fff;
    padding: 5px;
}
.video_item:hover {
    background: none repeat scroll 0 0 #f0f0f0;
}
.video_item_curent {
    background: none repeat scroll 0 0 #f0f0f0;
    border-top: 1px solid #fff;
    padding: 5px;
}
.video_item_curent a {
    background: url("../image/video-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #000;
    font-weight: bold;
    padding-left: 20px;
}
.video_item_curent a:hover {
    text-decoration: underline;
}
.video_list {
    cursor: pointer;
    display: block;
	
}
.video_list_curent {
    cursor: pointer;
    display: block;
    line-height: 20px;
}
.video_list a {
    background: url("../image/video-icon-action.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #999;
    font-weight: normal;
    line-height: 18px;
    padding-left: 20px;
}
.video_list a:hover {
    background: url("../image/video-icon.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #000;
}
.paneleft {
    background: url("../image/filmstrip.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	
    height: 103px;
    padding: 2px 11px;
    width: 128px;
}
.paneleft_nonvideo {

    border-left: 1px solid #b1b4b6;
    border-right: 1px solid #b1b4b6;
    border-top: 1px solid #b1b4b6;
    height: 103px;
    padding: 2px 10px;
    position: relative;
    width: 128px;
}
.paneleft .pthumb, .paneleft_nonvideo .pthumb {
    cursor: pointer;
    height: 97px;

    width: 130px;
    z-index: 50;
}
.paneleft .vduration {

    background: none repeat scroll 0 0 black;
    color: #ffffff;
    display: block;
    font: 10px Arial,Helvetica,sans-serif;
    opacity: 0.85;
    padding: 1px 2px;
    position: absolute;
    right: 11px !important;
    top: 0;
    z-index: 160;
}
.paneleft .pthumb span {
    background: url("../image/play.png") no-repeat scroll 40px 32px rgba(0, 0, 0, 0);
    display: none;
    height: 130px;
    position: absolute;
    width: 103px;
    z-index: 150;
}
.paneleft .pthumb:hover span {
    display: block;
    height: 97px;
    width: 130px;
}
/* end video */
.tabs {
    height: 31px;
    margin-bottom: 0;
    width: 100%;
}
.tabs a {
    background: url("../image/tab_3.png") repeat-x scroll 0 0 #ffffff;
    border-color: #c3c8ff;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-right: 2px;
    padding: 6px 15px 7px;
    position: relative;
    text-decoration: none;
    top: 1px;
    z-index: 1;
}
.tabs a.selected {
    background: url("../image/tab_3.png") repeat-x scroll 0 0 #ffffff;
    border-bottom: 0 none;
    padding-bottom: 8px;
    z-index: 3;
}
.tab_page {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c3d9ff;
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    z-index: 2;
}

.mod {
    background: none repeat scroll 0 0 #fff;
    margin-bottom: 5px;
    overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.col_m_l {
    margin: 5px;
	border-bottom: 1px solid #ccc;
}
.col_m_l li {
    margin-bottom: 10px;
    overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.col_m_l li .img {
    border: 1px solid #ccc;
    float: left;
    height: 50px;
    margin-right: 5px;
    padding: 2px;
    width: 80px;
}
.col_m_l li .img a {
    display: block;
    height: 50px;
    overflow: hidden;
    width: 80px;
}
.col_m_l li .img img {
    min-height: 50px;
    width: 80px;
}


}
#content .middle .dotted {
    border-bottom: medium dotted;
}
.group {
    background: none repeat scroll 0 0 #f5f8fa;
    border: 1px solid #c3d9ff;
    margin-bottom: 10px;
    padding: 10px;
}


.form {
    border-collapse: collapse;
    margin-bottom: 20px;
    width: 100%;
}
table.form tr td:first-child {
    width: 200px;
}
.form > * > * > td {
    border-bottom: 1px dotted #cccccc;
    color: #000000;
    padding: 10px;
}



.button {
    background: url("../image/button_left.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
    margin-right: 5px;
    padding-left: 8px;
    text-decoration: none;
}
.button span {
    background: url("../image/button_right.png") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #000000;
    display: block;
    padding: 4px 12px 2px 2px;
}

.header_tours {
    border-bottom: 1px dashed #c7c7c8;
    color: #1a96d3;
    font-size: 11px;
    font-weight: bold;
    height: 25px;
    line-height: 30px;
    padding: 0 8px;
}

.required {
    color: #ff0000;
    font-weight: bold;
}
.error {
    color: #ff0000;
    display: block;	
}
.tomtat1 {
    clear: both;
    float: left;
    font-weight: bold;
	text-align: justify;
}
.tomtat1 p {
    float: left;
}

.tomtat {
    clear: both;
    float: left;
	padding-top: 10px;
	text-align: justify;
}
.tomtat p {
    float: left;
}



.left_panel {
    float: left;
    width: 250px;
	padding-left: 10px;
}
.right_panel {
    float: right;
    width: 250px;
	padding-right: 10px;
	margin-bottom: 10px;
}

.center_panel {
    float: left;
	padding-left: 10px;
	width: 745px;
}

.tabs_box {
    border-top: 0 none;
    width: 100%;
}
.tabs_box1 img {
    margin-bottom: 2px;
    width: 70px;
}
.tab_title {
    background: rgba(0, 0, 0, 0) url("../image/tab_bg.png") repeat-x scroll 0 0;
    height: 28px;
    line-height: 28px;
    width: 208px;
}
.tab_title span {
    color: #fff;
    font-weight: bold;
    padding-left: 8px;
}
.tab_content {

    border-color: #d5d5d5;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
	width: 186px;
}
.tab_content2 {

    border-color: #d5d5d5;
    border-image: none;
    border-style: solid;
    border-width: 1px;

	width: 206px;
}

.tab_content1 {
border-color: #d5d5d5;
    border-image: none;
    border-style: none solid solid;
    border-width:1px;
    padding: 2px;
	width: 202px;
}


.cat_box {
    margin-bottom: 3px;
}
.cat_box .title_cat {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #065891 0%, #147aac 100%) repeat scroll 0 0;
    border-color: #2081b0 #2081b0 -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 1px 0;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    width: 207px;
}
.top_menu {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #2387b9 0%, #1a82b6 100%) repeat scroll 0 0;
    display: block;
    height: 36px;
    position: relative;
    width: 1000px;
}
.top_menu ul {
    display: block;
    height: 36px;
    margin: 0;
    padding: 0;
}
.top_menu ul li {
    border-right: 1px solid #3ca5da;
    float: left;
    height: 36px;
    list-style: outside none none;
}
.top_menu ul li:last-child {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.top_menu ul li a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
}
.top_menu ul li a.top-menu-activate {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #004e89 0%, #2286b8 100%) repeat scroll 0 0;
    color: #ffffff;
}
.top_menu ul li a:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #004e89 0%, #2286b8 100%) repeat scroll 0 0;
    color: #ffffff;
}


.ul_expand {
    border: 1px solid #0d689e;
    margin: 0;
    padding: 1px;
    width: 205px;
}
.ul_expand li {
    background-color: #e6eef7;
    border-bottom: 1px solid #ffffff;
    display: block;
    list-style: outside none none;
}
.ul_expand li a {
    background: rgba(0, 0, 0, 0) url("../image/STTTT_12.png") no-repeat scroll 14px 11px;
    color: #01528f;
    cursor: pointer;
    display: block;
    font-weight: bold;
    line-height: 18px;
    padding: 5px 5px 5px 30px;
}
.ul_expand li a:hover {
    color: #cc0000;
}
.ul_expand li ul {
    margin: 0;
    padding: 0;
}
.ul_expand li ul li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #ccc -moz-use-text-color -moz-use-text-color;
    border-image: none;
    border-style: dashed none none;
    border-width: 1px medium medium;
}
.ul_expand li ul li a {
    background: rgba(0, 0, 0, 0) url("../image/li_expand_child.gif") no-repeat scroll 20px 9px;
    color: #333;
    display: block;
    line-height: 15px;
    padding: 5px 0 5px 30px;
}
.ul_expand li ul li a:hover {
    color: red;
}

.cat-parent-level1 {
    background: rgba(0, 0, 0, 0) url("/3cms/images/bullet_2.png") no-repeat scroll 198px 9px;
}
.rightMenu_hotnew {
    background: rgba(0, 0, 0, 0) url("/3cms/images/qbportal/box/hot_new_menu_bg.jpg") repeat-x scroll 0 0;
    line-height: 27px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    width: 199px;
}
.note_box {
    margin-bottom: 3px;
}
.note_news {
    width: 208px;
}
.note_news font {
    background: rgba(0, 0, 0, 0) url("/3cms/images/vpubnd/giaodien/menu_hotnew.jpg") repeat scroll 0 0;
    color: yellow;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 22px;
}
.ul_note {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #e44832 #e44832;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    padding-bottom: 7px;
    width: 206px;
}
.ul_note marquee {
    height: 100px;
}
.ul_note a {
    background: rgba(0, 0, 0, 0) url("/3cms/images/bullet_li.png") no-repeat scroll 10px 13px;
    border-bottom: 1px dotted #bbb;
    color: red !important;
    display: block;
    line-height: 15px;
    padding: 10px 10px 10px 23px;
    text-align: justify;
}
.hot_news_box {
    margin-bottom: 3px;
}
.title_hot_news {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #065891 0%, #147aac 100%) repeat scroll 0 0;
    border-bottom: 0 none;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    width: 211px;
}
.box_title {
    background: rgba(0, 0, 0, 0) url("../image/menu_hotnew.jpg") repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 25px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}
.hot_news {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-color: -moz-use-text-color #cbcbcb #cbcbcb;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    margin-bottom: 0;
    min-height: 140px;
    padding-bottom: 15px;
}
.hot_news ul li {
    border-bottom: 1px dotted #bbb;
    display: block;
    line-height: 15px;
    padding: 10px;
    text-align: justify;
}
.catalogue_top_link {
    color: #000000;
    display: block;
    line-height: 32px;
    padding: 0 20px;
    text-decoration: none;
}
.communication {
    font-weight: bold;
}
.communication_link {
    color: #000000;
    text-decoration: none;
}




.support_title li a:active {
    background: #fff none repeat scroll 0 0;
    color: #9b2727;
    font-weight: bold;
    height: 30px;
}
.title_news .article_title {
    color: #cc0000;
    font-family: tahoma !important;
    font-size: 12px;
    line-height: 18px;
    padding-left: 0;
    text-align: justify;
    text-transform: uppercase;
}




/* box right van ban */
.box-thongbao {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #ccc;
	width: 285px;
	float: right;
	
}
.box-thongbao .header {
    background: url("../image/header-b.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    text-align: center;
}
.box-thongbao .header .header-l {
    background: url("../image/header-l.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.box-thongbao .header .header-r {
    background: url("../image/header-r.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
}
.box-thongbao .header a {
    background: url("../image/hedaer-a-l.gif") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: inline-block;
}
.box-thongbao .header a span, .box-thongbao .header a:link span, .box-thongbao .header a:visited span {
    background: url("../image/header-a-r.gif") no-repeat scroll right top rgba(0, 0, 0, 0);
    color: #fff;
    display: inline-block;
    font: bold 12px Arial,Helvetica,sans-serif;
    padding: 11px 15px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #666;
    text-transform: uppercase;
}
.box-thongbao .header a:hover span, .box-thongbao .header a:hover {
    color: #0561a6;
    text-decoration: none;
    text-shadow: 1px 1px 2px #fff;
}
.content-box1 {

	width: 230px;
	
}
.box-thongbao ul li {
    background: url("../image/arrow1.gif") no-repeat scroll 0 7px transparent;
    padding: 5px 10px 15px 20px;
    text-align: justify;
}
.box-thongbao ul li a, .box-thongbao ul li a:link, .box-thongbao ul li a:visited {
    color: #444;
    font: 12px Arial,Helvetica,sans-serif;
    text-align: justify;
    text-decoration: none;
}
.box-thongbao ul li a:hover {
    color: #0158e1;
    text-align: justify;
    text-decoration: none;
}
.box-thongbao ul li span {
    color: #777;
    font: 11px Tahoma,Helvetica,sans-serif;
}
.box-thongbao .other {
    text-align: right;
	width: 200px;
}
#marquee_replacement {
    height: 300px;
    overflow: auto;
	width: 280px;
	padding-left: 5px;



}

/*het box right van ban*/
/* album anh */


.albums {
    border: 1px solid #e1e1e1;
    text-align: center;
	width: 725px;
}
.albums .mod_title {
    background: url("../image/bg_news_cate.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #666;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
}
.mod_title a {
    color: #069;
}
.mod_title a:hover {
    color: #f00;
}
.albums .mod_content {
    padding-top: 10px;
}
.albums .items_rows {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}
.albums .items_rows .items_cell {
    float: left;
    height: auto;
    text-align: center;
    width: 130px;
}
.albums .items_rows .items_cell img {
    border: 1px solid #e5e5e5;
    padding: 2px;
}
.albums .items_rows .items_cell .title_links {
    color: #000;
	background: url("../image/arrow4_red.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
}
.albums .items_rows .items_cell .title_nums {
    color: #666;
    font-size: 11px;
}
.albums .items_rows_adv {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}
.albums .items_rows_adv .items_cell {
    float: left;
    height: auto;
    text-align: center;
    width: 130px;
}
.albums .items_rows_adv .items_cell img {
    border: 1px solid #e5e5e5;
    padding: 2px;
}
.albums .items_rows_adv .items_cell .title_links {
    color: #000;
}
.albums .items_rows_adv .items_cell .title_nums {
    color: #666;
    font-size: 11px;
}
.albums .pages a {
    color: #000;
}
.viewall {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 11px;
    padding: 5px;
    text-align: right;
}
.viewall a {
    color: #f00;
}
.viewall a:hover {
    color: #069;
}
.view_albums {
    background: none repeat scroll 0 0 #f8f8f8;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}
.video {
    border: 1px solid #e1e1e1;
    text-align: center;
}
.video .mod_title {
    background: url("../image/bg_news_cate.png") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    color: #666;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
}
.mod_title a {
    color: #069;
}
.mod_title a:hover {
    color: #f00;
}
.video .mod_content {
    padding-top: 10px;
}
.video .items_rows {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}
.video .items_rows .items_cell {
    float: left;
    height: auto;
    text-align: center;
    width: 130px;
}
.video .items_rows .items_cell img {
    border: 1px solid #e5e5e5;
    padding: 2px;
}
.avideo .items_rows .items_cell .title_links {
    color: #000;
}
.video .items_rows .items_cell .title_nums {
    color: #666;
    font-size: 11px;
}
.video .items_rows_adv {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
}
.video .items_rows_adv .items_cell {
    float: left;
    height: auto;
    text-align: center;
    width: 130px;
}
.video .items_rows_adv .items_cell img {
    border: 1px solid #e5e5e5;
    padding: 2px;
}
.video .items_rows_adv .items_cell .title_links {
    color: #000;
}
.video .items_rows_adv .items_cell .title_nums {
    color: #666;
    font-size: 11px;
}
.video .pages a {
    color: #000;
}
.viewall {
    background: none repeat scroll 0 0 #f8f8f8;
    font-size: 11px;
    padding: 5px;
    text-align: right;
}
.viewall a {
    color: #f00;
}
.viewall a:hover {
    color: #069;
}
.view_albums {
    background: none repeat scroll 0 0 #f8f8f8;
    font-weight: bold;
    padding: 5px;
    text-align: left;
}





#content-list2 {
    background: url("../image/bg_bottom_contentlist.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border-color: #c9e3f1;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px;
    width: 675px;
}
#content-list {
    background: url("../image/bg_bottom_contentlist.jpg") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    border-color: #c9e3f1;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
    padding: 10px;
}
#content-list ul {
}
#content-list ul li {
    border-bottom: 1px solid #ededed;
    clear: both;
    font-size: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 0 0 10px;
}
#content-list ul li.last {
    border-bottom: medium none;
}
#content-list ul li a {
    color: #212121;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    padding-bottom: 3px;
    text-decoration: none;
}
#content-list ul li a:hover {
    text-decoration: underline;
}
#content-list ul li span.date {
    color: #999;
    display: block;
    font-size: 11px;
}
#content-list ul li a span {
    color: #c00;
    display: block;
    font-size: 14px;
}
#content-list ul li p {
    display: block;
}
#content-list ul li img {
    border: 3px solid #ededed;
    display: block;
    float: left;
    height: 115px;
    margin-right: 10px;
    padding: 0;
    width: 150px;
}
/*het album anh*/

/*** album ***/
.block_album {
    background: rgba(0, 0, 0, 0) url("../image/block_ambum.png") repeat-x scroll 0 0;
    border-bottom: 1px solid #dedede;
    margin-top: 8px;
    min-height: 220px;
    padding: 5px;
}
.items {
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 5px;
    width: 175px;
}
.block_album .items img {
    border: 1px solid #ccc;
    float: left;
    margin-right: 10px;
    padding: 2px;
}
.block_album .items a {
    color: #069;
    font-size: 10px;
    text-decoration: none;
}
.block_album .alllink {
    float: right;
    text-align: right;
}
.block_album .alllink a {
    color: #069;
}
/*** end album ***/




.news_box_skhvdt {
	
    display: block;
}
.news_box_skhvdt .news_box_title {
    
    height: 30px;
    overflow: hidden;
    width: 100%;
}


 .news_box_skhvdt .news_box_title h2 {
    background: rgba(0, 0, 0, 0) url("../image/nen.png") no-repeat scroll left bottom;
    border-bottom: 1px dotted #bababa;
    color: #fff;
    font-family: sans-serif;
    font-size: 14px;
    padding: 7px 0;

}

.news_box_skhvdt .news_box_title .right_title {
    background: rgba(0, 0, 0, 0) url("../image/ta_news_box_title.png") repeat scroll left top;
    display: block;
    float: left;
    height: 25px;
    width: 35px;
}
.news_box_skhvdt .news_box_title .left_title {
    background: rgba(0, 0, 0, 0) url("../image/ta_news_box_title.png") repeat scroll right top;
    display: block;
    float: left;
    height: 25px;
    width: 35px;
}


.news_box_skhvdt .news_box_title a {
 
 	background: rgba(0, 0, 0, 0) url("../image/ta_news_box_title_center.jpg") repeat-x scroll 0 0;	
    color: #ffffff;
    display: inline-block;
    float: left;
    font-family: tahoma;
    font-size: 12px;
	font-weight: bold;
    line-height: 25px;
    padding: 0 0px;
}

.cont_skhvdt {
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e53a33 #d3d5d2 #d3d5d2;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 7px;
    padding: 1px 8px 5px;

	
	
}

.cont_skhvdt1 {
 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #196ec4 #d3d5d2 #d3d5d2;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 7px;
    padding: 1px 8px 5px;
	float:left;
	
}


.entry_title {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0;
	color: #01528f;

}
.entry_title a:hover {
    color: #b00;
}
.publish_date {
    color: #999;
    font-size: 9px;
    font-weight: bold;
	font-style:italic; 
}

.abstract_entry_desc {
    float: left;
    margin: 5px 5px 0;
    text-align: justify;
}
.img-outsite {
    border: 1px solid #d5d5d5;
    height: 100px;
    margin-right: 10px;
    width: 150px;
}
.img-outsite {
    background-color: #fff;
    border: 1px solid #cbcbcb;
    margin-right: 10px;
    padding: 1px;
}
.tt_abstract_style .bottom_line {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;

}
#tt_list_title_default_style {
    background: transparent url("../image/tom_tat_bulet.png") no-repeat scroll 5px 10px;
    padding: 4px 0 4px 15px;
}
.other_news_tomtat a:hover {
    color: #b00;
}
#tt_list_title_default_style a:hover {
    color: #b00;
}
.abstract_entry_desc {
    padding-bottom: 10px;
}
.bottom_line {
    margin-bottom: 5px;
}
.entry_desc {
    padding: 1px 0;
}
.abstract_entry_title {
    padding: 0 5px 5px 0;
	color: #01528f;
	padding-top: 10px;
}

/* thong bao */

#notice-news {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #263d80 #a7a9ac #a7a9ac;
    border-image: none;
    border-style: solid;
    border-width: 3px 1px 1px;
    margin-bottom: 10px;
	width: 206px;

}
#notice-news h4 {
    background-color: #bde3fa;
    display: block;
    line-height: 30px;
    text-align: center;
}
#notice-news .item-news {
    background: transparent url("../image/notify-icon.gif") no-repeat scroll 8px center;
    border-top: 1px dashed #a7a9ac;
    line-height: 16px;
    padding: 10px 20px;
	font-family: Arial,Tahoma;
    text-align: justify;
	width: 170px;
}
h4 span {
    color: #d80000;
    font-weight: bold;
    text-transform: uppercase;
}
/* end thong bao */

/* danh ba */

table.organ_list {
    background: none repeat scroll 0 0 #fff;
    border-collapse: collapse;
    border-right: 1px solid #c9d7de;
    border-top: 1px solid #c9d7de;
    empty-cells: show;
    margin-top: 2px;
    width: 100%;
}
table.organ_list tbody {
}
table.organ_list tbody.second {
    background: none repeat scroll 0 0 #f8f8f8;
}
table.organ_list td {
    border-bottom: 1px solid #c9d7de;
    border-left: 1px solid #c9d7de;
    padding: 5px;
}
table.organ_list tfoot {
    background: none repeat scroll 0 0 #ccc;
}
table.organ_list thead {
    background: none repeat scroll 0 0 #e9f2fa;
    font-weight: bold;
}
.maincat {
    background: none repeat scroll 0 0 #f7fbfb;
}
/* end danh ba */

/* menu */

#menu1 {
    margin: 0 auto;
    width: 1024px;
}
#menu1 {
    background: transparent url("../image/bg_menu.png") repeat-x scroll center center;
    border-bottom: 1px solid #0473b3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    height: 30px;

    position: relative;
    z-index: 100;
}
#menu1 li {
    background: transparent url("../image/linemenu.png") no-repeat scroll right center;
    float: left;
    padding-right: 2px;
    position: relative;
}
#menu1 li.home {
    padding: 0;
}
#menu1 li a {
    color: #ffffff;
    float: left;
    font-weight: bold;
    padding: 8px 15px;
}
#menu1 li.home a {
    padding: 5px 9px;
}
#menu1 li.last {
    background: transparent none repeat scroll 0 0;
    padding: 0;
}
#menu1 li.active, #menu li:hover {
    background: #0473b3 url("../image/linemenu.png") no-repeat scroll right center;
}
#menu1 li.last.active:hover, #menu li.last:hover {
    background: #0473b3 none repeat scroll 0 0;
}
#menu1 li ul {
    background: #0473b3 none repeat scroll 0 0;
    border-bottom: 1px solid #0473b3;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    position: absolute;
    top: 30px;
    width: 180px;
}
#menu1 li ul li {
    background: transparent none repeat scroll 0 0;
    float: none;
    overflow: hidden;
}
#menu1 li ul li a {
    font-weight: 100;
}
#menu1 li ul li:hover {
    background: #03639a none repeat scroll 0 0;
}
/*end menu */


.video {
    background: #f0f0f0 none repeat scroll 0 0;
    margin-bottom: 5px;
}
.video_item {
    background: #f6f6f6 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    padding: 5px;
}
.video_item:hover {
    background: #f0f0f0 none repeat scroll 0 0;
}
.video_item_curent {
    background: #f0f0f0 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    padding: 5px;
}
.video_item_curent a {
    background: rgba(0, 0, 0, 0) url("../image/video-icon.png") no-repeat scroll left center;
    color: #000;
    font-weight: bold;
    padding-left: 20px;
}
.video_item_curent a:hover {
    text-decoration: underline;
}
.video_list {
    cursor: pointer;
    display: block;
}
.video_list_curent {
    cursor: pointer;
    display: block;
    line-height: 18px;
}
.video_list a {
    background: rgba(0, 0, 0, 0) url("../image/video-icon-action.png") no-repeat scroll left center;
    color: #999;
    font-weight: normal;
    line-height: 18px;
    padding-left: 20px;
}
.video_list a:hover {
    background: rgba(0, 0, 0, 0) url("../image/video-icon.png") no-repeat scroll left center;
    color: #000;
}

.featured {
    clear: both;
	
    font-weight: bold;
    padding: 10px;
}
.field-content {
    color: #999999;
    font-size: 11px;
    font-style: italic;
    padding-left: 10px;
}
.tieude {
	width: 100&;
	border-bottom: 1px solid #ccc;

}
.text1 {
	font-size: 14px;
}

.article_reference {
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
.article_reference .caption {
    clear: both;
    color: #626262;
    display: block;
    float: left;
    font: 16px/32px bold;
    margin: 10px 0;
    width: 100%;
}
.article_reference .caption a {
    color: #2163b0;
    font: bold 16px arial;
}
.article_reference .caption a img {
    margin-left: 5px;
    vertical-align: middle;
}
.article_reference .caption a:hover {
    text-decoration: none;
}
.article_reference ul {
    float: left;
    width: 100%;
}
.article_reference ul li {
    background: rgba(0, 0, 0, 0) url("../image/boder-article.gif") repeat-x scroll left top;
    float: left;
    line-height: 25px;
    width: 100%;
}
.article_reference ul li.firt {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.article_reference ul li a {
    background: rgba(0, 0, 0, 0) url("../image/icon-other.png") no-repeat scroll left 9px;
    color: #000;
    float: left;
    line-height: 17px;
    padding: 5px 0 5px 10px;
    position: relative;
}
.article_reference ul li a img {
    margin-left: 5px;
}
.article_reference ul li a img {
    padding-bottom: 2px;
}
.article_reference ul li a:hover {
    color: #2163b0;
    text-decoration: none;
}

.article_detail {
    background: rgba(0, 0, 0, 0) url("../image/boder-article.gif") repeat-x scroll left bottom;
    float: left;
    padding: 20px 0;
    position: relative;
    width: 100%;
}
/* thu tuc hanh chinh */
.dv-tracuu table td, .vb-tracuu td, .ds_VBPL td, .dv-tracuu-title h3, .title_tthc, table.ds_tthc td, table.table-page td, .dv-input select, table.table_ct td {
    font-family: Arial;
    font-size: 12px;
}
.dv-tracuu {
    margin-bottom: 6px;
    padding-bottom: 6px;
}
table.tb-tracuu {
    border: 1px solid #e0e0e0;
    padding: 1px 1px 0;
    width: 100%;
}
table.tb-tracuu td {
    padding: 3px 6px;
}
table.tb-tracuu td.dv-tracuu-title {
    background-color: #f1f1f1;
    color: #07458b;
    font-weight: bold;
    padding: 6px 10px;
}
td.dv-title {
    font-weight: bold;
    text-align: right;
    width: 130px;
}
.dv-input input {
    width: 280px;
}
.dv-input select {
    width: 240px;
}
.bt-timkiem {
    padding-left: 5px;
}
.bt-timkiem input {
    width: 80px;
}
td.tbao {
    color: #d00 !important;
    overflow: hidden;
}
div.div-table-ct {
    overflow: hidden;
    padding: 1px;
}
table.ds_tthc, table.table_ct {
    border-collapse: collapse;
    width: 100%;
}
table.ds_tthc td, table.table_ct td {
    border: 1px solid #e0e0e0;
    padding: 8px 2px;
}
table.ds_tthc .row_title td {
    background-color: #f1f1f1;
    color: #5e5e5e;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
table.table_ct td.tt-tile1 {
    background-color: #f1f1f1;
    color: #5e5e5e;
    font-weight: bold;
    vertical-align: middle;
}
table.ds_tthc td.td_tc {
    overflow: hidden;
    width: 270px !important;
}
.title_tthc {
    color: #07458b;
    font-weight: bold;
    padding: 10px;
}
table.ds_tthc td.td-stt1 {
    text-align: center !important;
    width: 20px;
}
table.ds_tthc .td_row1 td, table.table_ct .td_row2 td {
    background-color: #ffffff;
}
table.ds_tthc .td_row2 td, table.table_ct .td_row1 td {
    background-color: #f8f8f8;
}
.dv-page {
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    margin: 6px 0;
    overflow: hidden;
    padding: 1px;
}
table.table-page td {
    font-weight: bold;
    padding: 8px 4px;
}
.td_ct1 {
    font-weight: bold;
    width: 100px;
}
.bttk {
    margin-left: 8px;
}
.bttk {
    width: 80px;
}
/* end thu tuc */

/* HOI DAP */
.content_hoidap {
    background: url("../image/bg_hoidap.png") repeat-x scroll 0 0 transparent;
    border: 1px solid #f9f9f9;
    margin: 5px;
    padding: 0;
}
.anser_style {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #d5d5d5;
}
.content_question {
    max-height: 206px;
    overflow: auto;
    padding: 2px 10px;
}
.content_hoidap h1 {
    font-size: 12px;
    padding: 2px 10px;
}
.content_hoidap h1 a {
    color: #0135a7;
    font-size: 1em;
    outline: medium none;
    text-decoration: none;
    text-transform: none;
}
.content_hoidap p.meta_question {
    background: none repeat scroll 0 0 #d5d5d5;
    height: 16px;
    margin: 2px;
    padding: 2px 0 !important;
}
.content_hoidap div.meta_question {
    background: none repeat scroll 0 0 #d5d5d5;
    font-family: Arial;
    font-size: 10pt;
    margin: 2px;
    padding: 2px 0 2px 10px !important;
}
.content_hoidap p.meta_question span {
    padding: 0 5px;
}
.content_hoidap p.meta_question span.auth {
    font-weight: bold;
}
span.date {
    font-style: italic;
    font-weight: normal;
}
.content_hoidap p.meta_question span.answers {
    float: right;
}
.content_hoidap div.meta_question span.answers {
    float: right;
    padding-right: 4px;
}
span.answers a {
    color: red;
}
.content_answer {
}
.h1_traloi {
    background: url("../images/icon_title.png") no-repeat scroll 0 0 transparent;
    font-family: Arial;
    font-size: 10pt;
    margin: 10px 0 0 5px;
    padding-left: 25px;
}
.list_answer {
    background: url("../images/tree_view.png") repeat-y scroll 0 0 transparent;
    padding-left: 21px;
}
.list_answer_last {
    background: url("../images/tree_view_last.png") no-repeat scroll 0 0 transparent !important;
}
.style_tree_view {
    padding: 1px 0;
}

#detail_nav {
    border: 1px solid #ccc;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 5px;
}
.detail_title {
    color: #0062a6;
    font-family: tahoma !important;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
    width: 100%;
}
.detail_datetime {
    color: #636363;
    font-size: 12px;
    margin-bottom: 10px;
}
#detail_content {
    border: 1px solid #ccc;
    font-size: 13px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: justify;
}
#detail_content_middle {
    font-size: 13px;
}
.border_box {
    border: 1px solid #7bb8f7;
    float: left;
    margin-bottom: 10px;
    overflow: hidden;
    padding-left: 5px;
    width: 720px;
}
.top_bar_box {
    background-color: #2aac07;
    height: 25px;
    vertical-align: middle;
}
.line {
    border-top: 1 solid #7bb8f7;
    margin-top: -2px;
}
.ul_hot_news marquee {
    height: 250px;
    width: 200px;
}
.ul_hot_news a {
    background: rgba(0, 0, 0, 0) url("../image/icon-vb.png") no-repeat scroll 0 13px;
    border-bottom: 1px dashed #cccccc;
    color: #333333 !important;
    display: block;
    line-height: 15px;
    margin-left: 0;
    margin-right: 10px;
    padding: 10px 0 10px 13px;
}
.pagination {
    background: #f8f8f8 none repeat scroll 0 0;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.pagination .links, .pagination .results {
    padding: 7px;
}
.pagination .links {
    float: left;
}
.pagination .links a {
    border: 1px solid #cccccc;
    color: #000000;
    padding: 4px 7px;
    text-decoration: none;
}
.pagination .links b {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #000000;
    padding: 4px 7px;
    text-decoration: none;
}
.pagination .results {
    float: right;
}
.ArrowRoad {
    background: rgba(0, 0, 0, 0) url("../image/ArrowRoad.png") no-repeat scroll center 5px;
    float: right;
    height: 31px;
    width: 30px;
	
	
	
}
.title_cm_other {
    background: rgba(0, 0, 0, 0) url("../image/icon_bao.jpg") no-repeat scroll left center;
    border-bottom: 1px solid #ccc;
    clear: both;
    line-height: 18px;
    margin-left: 10px;
    margin-top: 30px;
    padding-left: 20px;
    text-align: left;
    width: 536px;
}

.news_cm_other {
    background: rgba(0, 0, 0, 0) url("../image/icon_arrow23.jpg") no-repeat scroll 0 7px;
    clear: both;
    margin-left: 10px;
    margin-top: 5px;
    padding-left: 12px;
    text-align: left;
    width: 100%;
	line-height: 20px;
}
.news_cm_other a  hover{
    color: #333;
    font-size: 12px;
}
.news_cm_other span {
    color: #666;
    font-size: 11px;
    font-style: italic;
}

.lang {
    float: right;
    padding-right: 5px;
    padding-top: 7px;
}


.main-nav {
    background: #9d0000 none repeat scroll 0 0;
    border-top: 1px solid #fff;
    position: relative;
	float: left;
	width: 1024px;
}
ul.nav-main > li {
    float: left;
    padding: 9px 0;
    position: relative;
}
ul.nav-main > li > a {
    border-right: 1px solid #74c9fd;
    color: #fff;
    display: inline-block;
    font-family: arial;
	font-weight: bold;
    padding: 3px 13px 0;
    text-transform: uppercase;
}
ul.nav-main .fa {
    font-size: 17px;
}
.nav-main li:last-child a {
    border-right: 0 none;
}
i.fa.fa-home {
    border-right: 1px solid #74c9fd;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 17px;
    margin: 7px 0;
    padding: 3px 16px;
}
ul.nav-main li ul {
    background: #fff none repeat scroll 0 0;
    border-left: 2px solid #3a9bd6;
    box-shadow: 0 2px 4px #a6a6a6;
    left: -2px;
    opacity: 0;
    position: absolute;
    top: 60px;
    transition: all 0.2s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
}
ul.nav-main > li:hover {
    background: #fff none repeat scroll 0 0;
}
ul.nav-main > li:hover > a {
    border-color: #fff;
    color: #777;
}
ul.nav-main li ul li a {
    color: #777;
    display: block;
    font-family: "arial";
	font-weight: bold;
    padding: 10px 10px;
}
ul.nav-main li ul li {
    border-bottom: 1px dotted #ccc;
    display: block;
    float: none;
    position: relative;
}
ul.nav-main li:hover ul {
    opacity: 1;
    top: 37px;
    visibility: visible;
}
ul.nav-main li ul li ul {
    left: 218px;
    top: 0 !important;
    visibility: hidden !important;
}
ul.nav-main li ul li:hover ul {
    visibility: visible !important;
}
.main-nav::after {
    background: #cb1111 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.main-nav .container {
    position: relative;
    z-index: 9999;
}

.widget {
    margin-bottom: 20px;
}
h3.title {
    border-bottom: 1px solid #ececec;
    border-top: 2px solid #9d0000;
    box-shadow: 0 2px 0 #fcfafa;
    color: #9d0000;
    font-family: "arial";
	font-weight:bold;
    font-size: 13px;
    margin-bottom: 3px;
    padding: 12px 0 10px 40px;
	line-height: 10px;
    text-transform: uppercase;
	background: rgba(0, 0, 0, 0) url("../image/luat.png") no-repeat scroll 10px center;
}

#mvcwid {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    padding: 10px;
}

.content-down {
    background: #f9fff7 none repeat scroll 0 0;
    border: 1px solid #92cc89;
    padding: 10px;
}

.category-block {
    margin-bottom: 20px;
}
h3.title-main {
    background: #edfcfc none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #e60202;
    font-family: "Roboto Condensed";
    font-size: 16px;
    padding: 0 40px;
    text-transform: uppercase;
	background: rgba(0, 0, 0, 0) url("../image/doan.png") no-repeat scroll 10px center;
	margin-top: 5px;
}
h3.title-main span {
    border-top: 2px solid #fff000;
    display: inline-block;
    padding: 11px 0 6px;
    position: relative;
    top: -2px;
}
h3.title-main span {
    color: #ff612f;
}
h3.title-main span a {
    color: #ff612f;
}
.content-cate {
    border: 1px solid #ddd;
    margin-top: 3px;
    padding: 10px;
}
.post-one {
    margin-bottom: 10px;
    overflow: hidden;
}
.post-one img {
    border: 1px solid #ddd;
    float: left;
    margin-bottom: 7px;
    margin-right: 15px;
    padding: 1px;
    width: 150px;
}
.post-one h4 {
    margin-bottom: 8px;
}
.post-one h4 a {
    color: #2285c1;
    font-size: 14px;
    line-height: 22px;
}
.post-one p {
    font-size: 13px;
    margin-bottom: 5px;
    text-align: justify;
}
.post-list {
    overflow: hidden;
    width: 100%;
}
.post-list ul li {
    padding: 3px 0;
}
.post-list ul li a {
    color: #333;
    font-size: 13px;
}
.post-list ul li a::before {
    background: #218bcc none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 4px;
    margin-right: 8px;
    position: relative;
    top: -2px;
    width: 4px;
}
.meta, .feed-date {
    color: #888;
    font-size: 12px;
    margin: 5px 0;
}
.meta span {
    margin-right: 15px;
}
.cn-desc {
    color: #888;
    font-size: 12px;
}

.banner {
    margin-bottom: 10px;
}

.col_news_intro1 {
    border: 1px solid #b5bec7;
    float: left;
    height: 62px;
    margin-left: 5px;
    padding-top: 0;
}

.category-top {
    
    margin-bottom: 20px;
    margin-right: 15px;
    width: 250px;
}
.category-top h2 {
    background: #ff8603 url("../image/bg-title.jpg") repeat scroll 0 0;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 18px;
    padding: 8px 8px 8px 15px;
    text-transform: uppercase;
}
.cat-main {
    margin-top: 3px;
}
.cat-main li::before {
    color: #fe5d03;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    padding-left: 8px;
}
.cat-main ul li {
    background: #dcfafa none repeat scroll 0 0;
    border-bottom: 1px solid #fff;
    position: relative;
}
.cat-main ul li a {
    color: #2285c1;
    display: inline-block;
    padding: 8px 2px 8px 5px;
	font-weight: bold;
	font-size: 12px;
	
}
.cat-main ul li:hover {
    background: #c9f8f8 none repeat scroll 0 0;
}
.cat-main ul li a .fa {
    color: #f78f20;
    margin-left: 5px;
    margin-right: 4px;
}
.cat-main .sub-menu {
    background: #fff none repeat scroll 0 0;
    border-left: 1px solid #fff;
    display: none;
    left: 250px;
    margin: 0;
    min-width: 260px;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}
.cat-main .sub-menu li a {
}
.cat-main li:hover .sub-menu {
    display: block;
}

#ndt_khac {
    clear: left;
}
#ndt_khac .h_ndt_khac {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    height: 30px;
    margin: 5px 0 0 10px;
}
#ndt_khac .h_ndt_khac .ndt_khac_left {
    color: #dd5300;
    float: left;
    font-family: Arial;
    font-size: 12px;
    padding-top: 7px;
    width: 20%;
}
#ndt_khac .h_ndt_khac .ndt_khac_right {
    border-bottom: 1px dotted #407ac1;
    color: #407ac1;
    float: left;
    font-size: 16px;
    height: 10px;
    padding-left: 5px;
    padding-top: 7px;
    width: 75%;
}