@charset "utf-8";
/* CSS Document */
* {
    margin: 0px;
    padding: 0px;
}

/*li {
    list-style: none;
}*/

a {
    font: 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
}

img {
    border: 0px;
}

.pagePhongBan {
    background: #f4f5f5;
    width: auto;
}

.transparent {
    width: 1016px;
    margin: 0px auto;
    background: #fff;
    filter: alpha(opacity=80);
}

.wrapper {
    width: 1000px;
    margin: 0px auto;
    background: #fff;
}
/*Top*/
.top_PB {
    float: left;
    height: 31px;
    width: 1000px;
    background: #494949;
}

.ct_top_PB {
    float: right;
}

    .ct_top_PB a {
        float: left;
        font: 12px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        line-height: 31px;
        color: #7ec8f9;
    }

        .ct_top_PB a:hover {
            color: #fb6c33;
        }

    .ct_top_PB img {
        float: left;
        margin-right: 7px;
        margin-left: 7px;
    }

.bgsearch_PB {
    margin-top: 3px;
    float: left;
    background: url(/Resources/ImagesPortal/PhongBan/bgsearch_PB.png) no-repeat;
    width: 162px;
    height: 24px;
    border: 0px;
    margin-right: -1px;
    font: 11px Arial, Helvetica, sans-serif;
    color: #666;
	padding-left: 7px;
}

.search_PB {
    margin-top: 3px;
    float: right;
    background: url(/Resources/ImagesPortal/PhongBan/icon_search_PB.jpg) no-repeat;
    width: 26px;
    height: 24px;
    border: 0px;
    margin-right: 3px;
}
/*logo_PB*/
.logo_PB {
    float: left;
    width: 1000px;
    height: 138px;
    border-bottom: 1px solid #12509a;
}

/*menu_PB*/
.menu_PB {
    background: #00568f;
    width: 1000px;
    height: 40px;
    float: left;
    margin-top: 2px;
}

    .menu_PB ul li {
        display: inline;
        float: left;
    }

.line_mnPB {
    margin-top: 8px;
}

.menu_PB ul li a {
    display: block;
    text-transform: uppercase;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
}

    .menu_PB ul li a:hover {
        display: block;
        height: 28px;
        background: #0a6bab;
        padding-left: 30px;
        padding-right: 30px;
    }

/*content_PB*/
.content_PB {
    width: 1000px;
    float: left;
    margin-top: 5px;
    padding-bottom: 10px;
}

.primary_PB {
    float: left;
    width: 695px;
}

.tinmoi_PB {
    float: left;
    max-height: 340px;
    background: #e2e2e2;
}

.ndtin_PB {
    width: 424px;
    float: left;
    border-right: 1px solid #51bcf0;
    padding-right: 12px;
    margin-top: 10px;
}

    .ndtin_PB img {
        float: left;
        margin-left: 10px;
    }

    .ndtin_PB .tieude_PB {
        float: left;
        width: 414px;
        color: #00568f;
        font: 12px Arial, Helvetica, sans-serif;
        line-height: 18px;
        font-weight: bold;
        margin-left: 10px;
        margin-top: 5px;
    }

        .ndtin_PB .tieude_PB:hover {
            color: #ef0808;
        }

.tinkhac_PB {
    width: 248px;
    float: right;
}

    .tinkhac_PB ul {
        list-style: none;
    }

        .tinkhac_PB ul li {
            margin-top: 10px;
            margin-right: 5px;
            border-bottom: 1px dashed #00568f;
            padding-bottom: 10px;
        }

            .tinkhac_PB ul li a {
                font: 13px Arial, Helvetica, sans-serif;
                line-height: 18px;
                color: #1a1919;
            }

                .tinkhac_PB ul li a:hover {
                    color: #ef0808;
                }
/*arrow_PB*/
.arrow_PB {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}
/* Wobble Horizontal */
@-webkit-keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.wobble-horizontal {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .wobble-horizontal:hover, .wobble-horizontal:focus, .wobble-horizontal:active {
        -webkit-animation-name: wobble-horizontal;
        animation-name: wobble-horizontal;
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

/*block_PB*/
.sidebar_PB {
    float: right;
    width: 300px;
}

.block_BM {
    clear: both;
    width: 693px;
    /*height: 188px;*/
    float: left;
    margin-top: 5px;
    background: #f6f6f6;
    border: 1px solid #dfdddd;
}

    .block_BM ul {
        margin-top: 10px;
    }

        .block_BM ul li {
            padding-bottom: 5px;
            list-style-image: url(/Resources/ImagesPortal/PhongBan/arrow_blue.png);
            margin-left: 13px;
        }

            .block_BM ul li a {
                color: #00568f;
                font: 12px Arial, Helvetica, sans-serif;
                font-weight: bold;
            }

                .block_BM ul li a:hover {
                    text-decoration: underline;
                }

.block1_BM {
    width: 235px;
    /*height: 160px;*/
    float: left;
    padding-left: 20px;
    border-right: 1px dotted #b9b8b8;
    margin-top: 18px;
    margin-bottom: 15px;
}

.block2_BM {
    width: 210px;
    /*height: 160px;*/
    float: left;
    padding-left: 20px;
    border-right: 1px dotted #b9b8b8;
    margin-top: 18px;
    margin-bottom: 15px;
}

.block3_BM {
    width: 180px;
    float: left;
    padding-left: 20px;
    margin-top: 18px;
    margin-bottom: 15px;
}

.block_BM h3 a {
    color: #ff0000;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
/*hoatdong_PB*/
.hoatdong_PB {
    clear: both;
    float: left;
    width: 693px;
    height: 140px;
    float: left;
    margin: 5px 0px 0px 0px;
    background: #f6f6f6;
    border: 1px solid #dfdddd;
    padding: 0px 0px 5px 0px;
}

.topic_hdPB {
    float: left;
    width: 693px;
    border-bottom: 2px solid #51bcf0;
}

    .topic_hdPB h3 {
        font: 12px Arial, Helvetica, sans-serif;
        color: #ff0000;
        font-weight: bold;
        text-transform: uppercase;
        float: left;
        margin-left: 20px;
        padding-top: 15px;
        padding-bottom: 8px;
        font-weight: bold;
    }

.banner_hdPB ul li {
    display: inline;
    float: left;
    margin-top: 10px;
}
/* Outline Outward */
.outline-outward {
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

    .outline-outward:before {
        content: '';
        position: absolute;
        border: #d0d0d0 solid 4px;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-property: top, right, bottom, left;
        transition-property: top, right, bottom, left;
    }

    .outline-outward:hover:before, .outline-outward:focus:before, .outline-outward:active:before {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px;
    }

/*Thongbao*/
.thongbao_PB {
    float: right;
    width: 298px;
    background: #f4f5f5;
    border: 1px solid #e6e2e2;
}

.chuyenmuc_PB {
    height: 32px;
    border-bottom: 2px solid #51bcf0;
}

    .chuyenmuc_PB .left a {
        float: left;
        font: 13px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: #0a0a0a;
        line-height: 32px;
        margin-left: 12px;
    }

.circle {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}

    .circle a {
        margin-left: 3px;
    }

.list_PB {
    float: left;
    width: 280px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #b9b8b8;
}

    .list_PB:last-child {
        border-bottom: none;
    }

    .list_PB p {
        display: block;
        padding: 5px 10px;
        width: 80px;
        color: #fff;
        font: 12px Arial, Helvetica, sans-serif;
        background: #ef0808;
    }

    .list_PB a {
        float: left;
        font: 12px Arial, Helvetica, sans-serif;
        color: #232323;
        line-height: 17px;
        margin-top: 5px;
    }

        .list_PB a:hover {
            color: #fb4b05;
        }
/*clip_PB*/
.clip_PB {
    float: right;
}

    .clip_PB img {
        float: right;
        margin-top: 5px;
    }

/*tienich_PB*/
.tienich_PB {
    float: right;
    margin-top: 5px;
    width: 298px;
    height: 140px;
    border: 1px solid #dfdddd;
    background: #f6f6f6;
}

.tieude_tienichPB {
    height: 38px;
    border-bottom: 2px solid #51bcf0;
}

    .tieude_tienichPB h3 {
         font: 12px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        color: #0a0a0a;
        line-height: 38px;
        margin-left: 12px;
    }

.col_tienichPB {
    width: 130px;
    float: left;
    margin-top: 18px;
    margin-left: 13px;
}

    .col_tienichPB ul {
        list-style: none;
    }

        .col_tienichPB ul li {
            float: left;
            margin-bottom: 18px;
        }

            .col_tienichPB ul li img {
                margin-right: 5px;
                float: left;
            }

            .col_tienichPB ul li span {
                font: 13px Arial, Helvetica, sans-serif;
                color: #383838;
                margin-top: -5px;
            }

                .col_tienichPB ul li span:hover {
                    color: #000;
                }

/*Footer*/
.footer_PB {
    clear: both;
    background: url(/Resources/ImagesPortal/PhongBan/bg_footer_PB.jpg) repeat-x;
    height: 89px;
    width: 1000px;
}

.Add_PB {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

    .Add_PB p {
        color: #dedfdf;
        font: 12px Arial, Helvetica, sans-serif;
        padding-bottom: 5px;
    }

.truycap_PB {
    float: right;
    margin-right: 15px;
    margin-top: 20px;
}

    .truycap_PB a img {
        margin-right: 50px;
        margin-left: 35px;
        margin-bottom: 5px;
    }

.truycap {
    float: right;
    width: 150px;
    margin-top: 5px;
    margin-right: 15px;
}

    .truycap a {
        display: block;
        text-align: center;
    }

        .truycap a img {
            width: 48px;
            margin-left: auto;
            margin-right: auto;
        }

    .truycap p {
        text-align: center;
        color: #fff;
        font: 12px Arial, Helvetica, sans-serif;
    }

        .truycap p span {
            color: #fff;
        }

.khampha {
    float: left;
    width: 680px;
    margin-left: 11px;
}

    .khampha .kp {
        float: left;
        margin-top: 5px;
    }

    .khampha ul {
        float: left;
    }

        .khampha ul li {
            width: 155px;
            display: inline;
            float: left;
            margin-top: 8px;
        }

/*Article Display*/
.content_detail {
    float: left;
    margin-top: 10px;
    width: 690px;
}

    .content_detail .tieude a {
        font: 14px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #1c78b4;
        font-weight: bold;
        padding-left: 20px;
    }

    .content_detail .line_tt {
        float: left;
        padding: 5px 0px 5px 0px;
    }

        .content_detail .line_tt img {
            width: 690px;
            height: 4px;
        }

    .content_detail .nd_detail {
        float: left;
        padding: 0px 10px 0px 10px;
        width: 100%; 
        max-width: 690px;
    }

/*.content_detail .nd_detail ul {
            clear: both;
            padding-left: 25px;
        }

        .content_detail .nd_detail li {
            list-style-image: url(/Resources/ImagesPortal/HomePage/icon.jpg);
        }

    .content_detail .arrow {
        float: right;
        margin-right: 20px;
}*/

.arrow {
    float: right;
    margin-right: 20px;
}

.orthersArticle {
    padding: 0px 20px 0px 20px;
    float: left;
    width: 650px;
}

.other_news {
    float: left;
}

    .other_news ul {
        width: 650px;
        clear: both;
    }

    .other_news li {
        margin-left: 10px;
        list-style-image: url(/Resources/ImagesPortal/HomePage/icon.jpg);
    }

        .other_news li a {
            font: 12px Arial, Helvetica, sans-serif;
            color: #464444;
        }

            .other_news li a:hover {
                color: #000;
            }

.commentArticle {
    float: left;
    width: 650px;
    margin: 15px 20px 0px 20px;
}

.gopy {
    margin-top: 10px;
    margin-right: 25px;
    margin-left: 20px;
    text-align: justify;
    float: left;
    margin-bottom: 10px;
}

/*tintuc*/
.tintuc {
    float: left;
    margin-top: 10px;
}

.tieude a {
    font: 14px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #1c78b4;
    font-weight: bold;
    padding-left: 20px;
}

.line_tt {
    float: left;
    padding: 5px 0px 5px 0px;
}

    .line_tt img {
        width: 690px !important;
    }

.nd_news ul {
    width: 100%;
    clear: both;
}

.nd_news li {
    list-style-image: url(/Resources/ImagesPortal/HomePage/icon.jpg);
    margin-left: 20px;
    padding-right: 10px;
}

    .nd_news li a {
        font: 12px Arial, Helvetica, sans-serif;
        color: #464444;
    }

        .nd_news li a:hover {
            color: #000;
        }

.arrow {
    float: right;
    margin-right: 20px;
}

.article_content {
   font-family: Arial;
   font-size: 13px;
   margin:10px;
}

.title_topicdisplay {
    color: #074c95;
    text-align: justify;
    font-weight: bold;
    padding-left: 10px;
}