﻿@font-face {
    font-family: 'helvetica-idesignVn';
    src: url('HelveticaiDesignVn-BdCn.eot?35660553');
    src: url('HelveticaiDesignVn-BdCn.eot?35660553#iefix') format('embedded-opentype'),url('HelveticaiDesignVn-BdCn.woff?35660553') format('woff'),url('HelveticaiDesignVn-BdCn.ttf?35660553') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

*::before, *::after {
    box-sizing: border-box;
}

.clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: " ";
    display: table;
}

*::before, *::after {
    box-sizing: border-box;
}

.glyphicon-time:before {
    content: "\e023";
}

.GridViewStyle2.table {
    border-color: #ddd !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 3px;
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

#plcall_pp_lblTieude {
    font-weight: bold;
    font-size: 16px;
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.hidden {
    display: none !important;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border: 1px solid #ddd;
    }

.GridViewStyle2 > tbody > tr > td {
    border-right: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.table > tbody + tbody {
    border-top: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}

.table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    /* background-color: #fff;*/
    border-color: #ccc;
    color:#ffd800
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-control {
    /*display: block;*/
    width: 100%;
    height: 34px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

form label {
    display: inline-block;
    max-width: 100%;
    color: #000;
    font-size: 14px;
    white-space: nowrap;
    font-style: normal;
}

.HomeTopListNewsItem p img {
    width: 30px;
    height: 16px;
}

.s_topNewRight_ItemRight22:before,
.s_topNewRight_ItemRight22:after,
.s_topNewRight_ItemRight2:before,
.s_topNewRight_ItemRight2:after,
.s_CategoryRight:before,
.s_CategoryRight:after,
.s_categoryList:before,
.s_categoryList:after,
.HomeTopListNews:before,
.HomeTopListNews:after,
.HomeTopTitle:before,
.HomeTopTitle:after,
.userOfficeDetail:before,
.userOfficeDetail:after,
.homecontent:before,
.homecontent:after,
.hometop:before,
.hometop:after,
.mq13:before,
.mq13:after {
    display: table;
    content: " ";
    clear: both;
}

.rightitem > div {
    padding: 10px 10px;
}

.mq13 {
    padding: 0px !important;
}

.rightitem.phan-mem .mq137,
.rightitem.ban-do .mq137 {
    padding: 0;
}

.Content_right div ul li {
    margin: 0 0 10px;
    display: block;
}

.van-ban div ul li {
    margin: 0;
    padding: 6px 0;
    border-top: solid 1px #f1f1f1;
}

.rightitem.phan-mem ul li {
    margin: 0;
}

.Content_right div ul li a {
    display: inline-block;
}

.Content_right > div {
    margin: 0 0 4px;
}

.rightitem.van-ban {
    height: 527px;
}

#HeaderTop {
    background-image: url("Image/bgbannertop.png");
    background-repeat: repeat-x;
    height: 34px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    border-bottom: 1px solid #e7e7e7;
}

.Site-Wrap {
    margin: 0 auto;
    width: 984px;
}

#HeaderTop-center-left {
    display: inline;
    float: right;
}

.Content {
    /*background-color: #f3f3f5;*/
    clear: both;
    /*padding-left: 5px;*/
}
/*Menu top*/
.menuTemplate1 {
    background: url("Image/bgbannertop.png") repeat;
    float: left;
    height: 34px;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 4;
}

    .menuTemplate1 li {
        background-color: #1057ae;
        color: black;
        float: left;
        height: 34px;
        padding: 0;
        position: relative;
        z-index: 5;
    }

    .menuTemplate1 .mnhome {
        background: none;
    }

        .menuTemplate1 .mnhome:hover {
            background: none;
        }

.mnhome a:hover {
    background: url("Image/bgbannertop.png") repeat;
}
/*
.mnhome:hover
{
     background: url("Image/bgbannertop.png") repeat;
}
*/
.menuTemplate1 a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 34px;
    outline: 0 none;
    padding: 0 16.3px;
    position: relative;
    text-decoration: none;
}

.menuTemplate1 > li > a {
    font-weight: 600;
}

.menuTemplate1 a:hover {
    color: White !important;
}

.menuTemplate1 li:hover {
    background: url("Image/bgbannertop.png") repeat;
}

    .menuTemplate1 li:hover .drop a {
        color: #fff;
    }

        .menuTemplate1 li:hover .drop a:hover {
            color: #1057ae;
        }

    .menuTemplate1 li:hover a {
        color: #1057ae !important;
        background: url("Image/bgbannertop.png") repeat;
    }

.menuTemplate1 li.separator {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #bbbbbb;
    font-size: 0;
    overflow: hidden;
    z-index: 0;
    display: none;
}

.trungtamduphong {
    text-align: center !important;
    vertical-align: middle !important;
}

    .trungtamduphong span {
        font-weight: bold;
        font-size: 14px;
        padding: 10px;
    }

.bcd:hover .abc {
    display: block !important;
}

​ .menuTemplate1 > li {
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #bbbbbb;
}

.menuTemplate1 .drop {
    color: #1057ae;
    background: none repeat scroll 0 0 #fff;
    border-color: #ddd #ddd #0f4f89;
    border-style: solid;
    border-width: 0px;
    color: #0f4f89;
    left: -9999px;
    position: absolute;
    text-align: left;
    top: 34px;
    z-index: 5;
    border-bottom: 2px solid #393939;
}

    .menuTemplate1 .drop table {
        background: none repeat scroll 0 0 #F4F4F4;
        border-collapse: collapse;
    }

    .menuTemplate1 .drop a {
        color: #1057ae !important;
        background-image: none;
        display: block;
        font-size: 13px;
        font-weight: normal;
        line-height: 35px;
        position: static;
        text-align: left;
        z-index: 0;
        height: 35px;
    }

        .menuTemplate1 .drop a:hover {
            color: #fff !important;
        }

#menu-v a {
    color: #fff !important;
}

    #menu-v a:hover {
        color: #1057ae !important;
    }


#menu-v3 a {
    color: #fff !important;
}

    #menu-v3 a:hover {
        color: #1057ae !important;
    }

#menu-v2 a:hover {
    color: #1057ae !important;
}

.menuTemplate1 li:hover .drop, .menuTemplate1 li.onhover .drop {
    left: -1px;
}

.menuTemplate1 li:hover .dropToLeft, .menuTemplate1 li.onhover .dropToLeft {
    left: auto;
    right: -1px;
}

.menuTemplate1 li:hover .dropToLeft2, .menuTemplate1 li.onhover .dropToLeft2 {
    left: -127px;
    right: -160px;
}

.menuTemplate1 div.drop div div {
    padding: 6px 20px;
}

.menuTemplate1 li:hover .drop a, .menuTemplate1 li.onhover .drop a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.menuTemplate1, .menuTemplate1 li.onhover {
    padding: 0;
}

    .menuTemplate1 div.drop div a {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #0f4f89;
        line-height: 24px;
    }

        .menuTemplate1 div.drop div a:hover {
            color: #1057ae;
            cursor: pointer;
            text-decoration: underline;
        }

    .menuTemplate1 div.left {
        float: left;
        padding-right: 5px;
        width: 190px;
        border-right: 1px solid #555555;
    }

    .menuTemplate1 div.left2 {
        float: left;
        width: 190px;
        margin-left: 10px;
    }

    .menuTemplate1 div.left3 {
        float: left;
        width: 190px;
    }

        .menuTemplate1 div.left3 p {
            line-height: 34px;
            margin-bottom: 0;
            margin-top: 0;
            padding-bottom: 0;
            padding-top: 0;
        }

    .menuTemplate1 div.left2 p {
        line-height: 34px;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: 1px solid #555555;
    }

    .menuTemplate1 div.left p {
        line-height: 24px;
        margin-bottom: 0;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: 1px solid #555555;
    }

.decor1_1 {
}

.decor1_2 {
    border-radius: 4px;
    box-shadow: 0 12px 20px #cccccc;
}


.searchwrap {
    background: none repeat scroll 0 0 white;
    height: 34px;
}

.txtsearch {
    border: 0 solid #ffffff;
    color: #3c3c3c;
    float: left;
    height: 32px;
    margin: 0;
    width: 147px;
    text-indent: 15px;
}

.btnsearch {
    background-color: #e20001;
}

.btnsearch {
    border: 0 none;
    float: right;
    height: 34px;
    width: 34px;
}

.gdp1 {
    border-bottom: 1px solid #ddd;
    height: 34px;
    width: 100%;
}

.colLeft {
    width: 200px;
    border-right: 1px solid #ddd;
}

.colright {
    width: 50%;
}

    .colright a {
        padding-left: 20px;
    }



.mnconten2 {
    border-color: #ddd #ddd #ddd;
    border-style: solid;
    border-width: 1px;
    width: 100%;
}

    .mnconten2 tr {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #e0e0e0;
        display: table;
    }

        .mnconten2 tr:first-child {
            border-top: none;
        }

        .mnconten2 tr:last-child {
            border-bottom: none;
        }

    .mnconten2 td:hover {
        background-color: #1057ae;
        color: White;
    }

        .mnconten2 td:hover a {
            color: White;
        }

.menuTemplate1 li:hover .drop .mnconten2 td:hover a {
    color: White;
}
/* banner */
#HeaderCenter {
    margin: 0px auto 0;
    width: 983px;
}

    #HeaderCenter .DVName img {
        margin-left: -35px;
    }

.btnsearch {
    background-color: #1057ae;
}

#banner {
    /*background-image:url(Image/bgtetsoyte.png);*/
    background-color: #2375b7 !important;
    margin-top: 34px;
}

.CTT_Logo {
    float: left;
}

    .CTT_Logo img {
        float: left;
        margin-left: 14px;
        margin-top: 14px;
    }

.DVName {
    float: right;
    background-image: url(Image/pic.png);
    background-repeat: no-repeat;
    width: 861px;
    height: 106px;
}

    .DVName img {
        text-align: left;
        padding-top: 13px;
    }

.qcBanner {
    float: right;
}

/*menu ngang 2*/

#menu {
    background-color: #1057ae;
    background-repeat: repeat-x;
}

.horizontalcssmenu ul li:hover > span > a, .horizontalcssmenu ul li a:hover {
    background-image: url("Image/bghovermenu.png");
    background-repeat: repeat-x;
    color: #1057ae; /*height: 24px;*/
}

.horizontalcssmenu {
    background-color: #1057ae;
    background-repeat: repeat-x;
    height: 36px;
}

.horizontalcssmenu2 {
    background-image: url("Image/bgmenutop.jpg");
    background-repeat: repeat-x;
    height: 27px;
}

.horizontalcssmenu ul {
    list-style-type: none;
}

    .horizontalcssmenu ul li {
        background-color: #1057ae;
        background-repeat: repeat-x;
        display: inline;
        float: left;
        position: relative;
    }

.horizontalcssmenu > div > ul > li > span > a {
    text-transform: uppercase;
}

.horizontalcssmenu ul li a {
    color: white;
    display: block;
    font: bold 12px Arial;
    text-align: center;
    line-height: 36px;
}

.horizontalcssmenu ul ul li {
    background: #f4f4f4;
}

.horizontalcssmenu > div > ul > li > span > a {
    /*text-shadow: 1px 1px 1px #333;*/
}

.horizontalcssmenu > div > ul > li:hover > span > a {
    /*text-shadow: none;*/
}

.horizontalcssmenu ul li > span > img {
    display: none;
}

.horizontalcssmenu .current3 {
    background-image: url("Image/bghovermenu.png");
    background-repeat: repeat-x;
    color: #1057ae;
    height: 36px;
}

.horizontalcssmenu .home {
    padding: 2px 12px 2px 15px;
    font-size: 16px;
}

.horizontalcssmenu .current .home:hover {
    padding: 2px 12px 2px 15px;
}

.horizontalcssmenu .current3 > span > a {
    background-image: url("Image/bghovermenu.png");
    background-repeat: repeat-x;
    color: #1057ae;
    /*padding: 13px 3px 0;*/
}

.horizontalcssmenu .current3 .current a {
    /*background-image: url("Image/bgMenu.png");         background-repeat: repeat-x;         color: white;         font-weight: bold;*/
}

horizontalcssmenu ul ul ul {
    left: 100%;
    top: 0 !important;
}

#cssmenu3 {
    left: 100%;
    top: 0 !important;
}

.horizontalcssmenu .current3 .current *:hover {
    /*background-image: url("Image/bghovermenu.png");         background-repeat: repeat-x;         color: white;*/
}

.horizontalcssmenu ul li ul {
    color: #ff7c12;
    display: block;
    font-weight: bold;
    height: 31px;
    padding-top: 1px;
    position: absolute;
    visibility: hidden;
}

    .horizontalcssmenu ul li ul li {
        display: block;
        border-bottom: 1px solid #e0e0e0;
        border-top: 1px solid #fff;
        border-right: 1px solid #e0e1dc;
        border-left: 1px solid #f4f4f4;
    }

        .horizontalcssmenu ul li ul li a {
            background-image: url("Image/bgMenu.png");
            background: #f4f4f4;
            background-repeat: repeat-x;
            font-weight: bold; /*padding: 10px 0 10px 5px;*/
            text-align: left;
            width: 260px;
            color: #000;
        }

.horizontalcssmenu ul li a:active {
    background-image: url("Image/bghovermenu.png");
    background-repeat: repeat-x;
    color: #ff7c12;
}

.horizontalcssmenu .arrowdiv {
    position: absolute;
    right: 0;
}

* html p#iepara {
    padding-top: 1em;
}

.current:hover {
    background-image: url("Image/bghovermenu.png");
    background-repeat: repeat-x;
    color: #da251c;
}

.horizontalcssmenu > div > ul > li > a:hover {
    background-image: url("Image/bghovermenu.png");
}

.horizontalcssmenu ul li ul li a:hover {
    background: #1057ae;
    background-repeat: repeat-x;
    color: #fff;
}

.horizontalcssmenu ul li ul li a:active {
    background-image: url("Image/bghovermenu.png");
    background-repeat: repeat-x;
    color: #da251c;
}

.current {
    /* background: url("Image/bghovermenu.png") repeat-x scroll 0 0 transparent;*/
    color: #ff7c12;
    display: inline;
    font-weight: bold;
    height: 36px;
    margin-top: 0;
    text-align: center;
}

* html .horizontalcssmenu li {
    float: left;
    height: 1%;
}

    * html .horizontalcssmenu li a {
        height: 1%;
    }

    .horizontalcssmenu li span a {
        padding: 0 12px;
    }

.current span {
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

    .current span a {
        color: White; /*height: 24px;*/
        line-height: 36px;
        text-align: center;
        vertical-align: middle;
    }

.current3 span {
    height: 24px;
    text-align: center;
    vertical-align: middle;
}

    .current3 span a {
        background-color: White;
        color: White; /*height: 24px;*/
        text-align: center;
        vertical-align: middle;
    }

.parent {
    color: White;
    display: inline;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

#MainContent {
    margin-top: 10px;
    min-height: 300px;
    position: relative;
    padding-bottom: 10px;
}

.Content_left {
    float: left;
    width: 654px;
}

.Content_right {
    float: right;
    width: 320px;
}

.hometop .Content_right .rightitem,
.top-read .mq137 {
    border: 1px solid #f0f0f0;
}

/*Hiệu ứng ảnh*/
.shakira-box {
    width: 654px;
    height: 345px;
    overflow: hidden;
}

    .shakira-box img {
        width: 100%;
        max-height: 345px;
    }

    .shakira-box .shakira-content {
        width: 100%;
        height: auto;
        top: -50px;
        position: relative;
        background-color: rgba(0,0,0,0.6);
        color: #F6F6F6;
    }

.shakira-body {
    padding: 0px 10px;
}

.shakira-box .shakira-header {
    font-size: 17px;
    padding: 5px 10px;
    font-weight: bold;
}

.shakira-header a {
    font-weight: bold;
    color: White;
}

    .shakira-header a:hover {
        color: #fff;
    }


.shakira-box:hover .shakira-content {
    top: -120px;
}

.shakira-box .shakira-content {
    width: 100%;
    height: 120px;
    position: relative;
    background-color: rgba(0,0,0,0.6);
    color: #FFF;
    transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    -o-transition: top 0.5s;
    -ms-transition: top 0.5s;
}

/*văn bản công văn*/
.TitleS {
    background-image: url("Image/bgthongbao.png");
    background-repeat: repeat-x;
    /*height: 20px;*/
    position: relative;
    /*border-bottom: 1px solid #ce1616;*/
    padding: 9px 10px 8px !important;
}

    .TitleS a {
        color: #1057ae;
    }

.TieuDe {
    /*font-size: 0.9em;
    padding: 12px;
    
    line-height: 37px;
    position: absolute;
    bottom: -15px;*/
    color: #004175;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.hometop {
    /*border-bottom: 1px solid #dcdcdc;
    margin: 0 0 10px;*/
}

.homecontent {
}

/*List news hometop*/
.HomeTopListNews {
    clear: both;
    display: block;
    width: inherit;
    padding-top: 10px;
    /*   margin: 0 0 15px;*/
}

.HomeTopListNewsItem {
    float: left;
    margin-right: 18px;
    max-width: 150px;
}

.HomeTopListNews a {
    font-weight: bold;
    color: #004175;
    font-size: 12px;
}

.HomeTopListNews p::first-letter {
    text-transform: uppercase;
}

.HomeTopListNewsItem img {
    height: 90px;
    width: 150px;
}

.HomeTopListNewsItem p {
    margin: 10px 0;
}

.HomeTopListNewsItems {
    float: left;
    max-width: 150px;
}

    .HomeTopListNewsItems a img {
        /*height: 90px;
        width: 150px;*/
    }

    .HomeTopListNewsItems p {
        margin: 10px 0;
    }
/*Thông báo - Thư mời*/

.thongbao {
    float: left;
    width: 322px;
}

.tieudethongbao {
    background-image: url("Image/bgthongbao.png");
    background-repeat: repeat-x;
    height: 37px;
    width: 322px;
    border-bottom: 2px solid #1057ae;
}

.thumoi {
    float: right;
    width: 322px;
    min-height: 380px;
}

.TieuDeThongBao {
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    color: #004175;
    line-height: 37px;
}

.noidungthongbao {
    display: block;
    /* border: 1px solid #dcdcdc;*/
    clear: both;
    border-top-width: 0px;
    overflow: hidden;
    min-height: 343px;
}

.itemthongbao {
    border-bottom: 1px solid #dcdcdc;
    border-top: 1px solid #fff;
    /*max-height: 410px;*/
    overflow: hidden;
    padding: 8px 0 10px;
    margin: 0 9px;
}

    .itemthongbao:first-child {
        border-top: none;
    }

    .mq137 ul li:last-child,
    .itemthongbao:last-child {
        border-bottom: none;
    }

.time {
    color: #888888;
    padding-bottom: 5px;
    font-size: 11px;
    padding-left: 5px;
}

.time2 {
    color: #888888;
    font-size: 13px;
    padding-left: 5px;
}

.titleItem a {
    color: #000;
    line-height: 20px;
    font-size: 13px;
}

    .titleItem a:hover {
        color: #004175;
    }

.quangcaogiua {
    width: 654px;
    padding: 12px 0px;
    clear: both;
}

    .quangcaogiua img {
        width: 654px;
    }

/*Tin tức*/
.tintuc {
    clear: both;
    /*margin: 1em 0 2em;*/
    display: block;
    padding-top: 10px;
}

.tieudetintuc {
    border-bottom: 2px solid #d6d6d6;
}

.tieudetintucs {
    border-bottom: 2px solid #d6d6d6;
}

.tieudetintuc, .tieudetintucs {
    padding: 5px 0px 0px 0px;
    width: 100%;
    margin-bottom: 8px;
}

.tintuctitle {
    color: #1057ae;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 2px solid #1057ae;
    margin: 0px 0px -2px;
}

.noidungtintuc {
    display: block;
    padding: 10px 0px;
}

.crop {
    float: left;
    margin-right: 15px;
}

    .crop img {
        background-position: center center;
        height: 162px;
        width: 282px;
        padding: 5px;
    }

.HomeTopTitle {
    clear: both;
    width: inherit;
    /* margin: 0 0 15px;*/
}

.HomeTopNewsMain {
    /*max-height: 160px;
    overflow: hidden;*/
}

.tieudechinh {
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #004175;
    font-family: Arial;
}

.sapo {
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 18px;
    font-size: 13px;
}

.slick-slide.slick-active a {
    font-size: 13px;
    line-height: 18px;
}

.space {
    clear: both;
    overflow: hidden;
}

.s_topNewRight_ItemRight2:nth-child(2n+1) {
    background: #e7f6fd none repeat scroll 0 0;
}


.listleft {
    float: left;
    width: 320px;
}

.listright {
    float: right;
    width: 320px;
}


.listitem a {
    line-height: 18px;
    padding-left: 15px;
}

.mq137 ul li a span .thongbaothumoi {
    clear: both;
}

.listitem a {
    padding-right: 5px;
}

.listitem {
    background: url("Image/icontinmoi.png") no-repeat left 5px transparent;
    line-height: 18px;
    margin: 0 0 10px;
}

.s_CategoryHome_Title_Parent {
    color: #200000;
    font-size: 1em;
    font-weight: normal;
    text-transform: uppercase;
}

    .s_CategoryHome_Title_Parent a {
        margin: 0 0 -2px 0;
        font-size: 15px;
        padding: 4px 0;
        font-weight: bold;
        color: #1057ae;
        display: inline-block;
        border-bottom: 2px solid #1057ae;
        text-transform: uppercase;
    }

.s_CategoryHome_Title_Chilrent {
    border-right: 1px solid #3a3a3c;
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 10px;
    text-transform: uppercase;
    padding-left: 10px;
}

    .s_CategoryHome_Title_Chilrent a {
        color: #666666;
    }

.s_CategoryHome_Title_Chilrent2 {
    border-right: 0 solid #cccccc;
    font-size: 12px;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
    text-transform: uppercase;
}

    .s_CategoryHome_Title_Chilrent2 a {
        color: #666666;
        padding-left: 10px;
    }

.mq137 ul li a span {
    float: left;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
}

.mq137 ul li {
    border-bottom: 1px dotted #dcdcdc;
    display: inline-block;
    padding: 0 0 5px;
    position: relative;
}

.s_LuotNghe {
    color: #cc0101;
    text-align: right;
    font-size: 24px;
    position: absolute;
    right: 10px;
    top: 0;
}

.rightitem {
    width: 320px;
    /*border: 1px solid #dcdcdc;*/
    clear: both;
    border-top-width: 0px;
    padding-top: 1px;
}

.titleMedia {
    padding: 5px;
}

    .titleMedia a {
        color: #666666;
        font-size: 0.8em;
    }

/*menu chân trang*/
.Adverting_ngang {
    background: #1057ae;
    background-repeat: repeat;
    clear: both;
    height: 32px;
}

#mainnav2 {
    margin: 0 auto;
    width: 983px;
    height: 37px;
}

    #mainnav2 ul {
        height: 32px;
        margin: 2px 0;
        text-align: center;
        vertical-align: middle;
        width: 983px;
    }

        #mainnav2 ul li {
            float: left;
            /*padding-left: 10px;*/
            z-index: 990;
            /*padding-top: 2px;*/
            height: 32px;
        }

    #mainnav2 a {
        font: bold 12px Arial;
        color: White;
        text-transform: uppercase;
        line-height: 32px;
        padding: 0 12px;
        height: 32px;
        display: inline-block;
    }

    #mainnav2 span {
        height: 32px;
        text-align: center;
        vertical-align: middle;
        float: left;
    }

    #mainnav2 > ul > li > span > img {
        display: none;
    }

    #mainnav2 .home a {
        background: url("Image/home-button-footer.png") no-repeat;
        width: 28px;
        padding: 0;
        margin: 0 10px 0 0;
    }
/*chân trang*/
#CenterFooter {
    padding: 1.5em 0 2em;
}

    #CenterFooter h3 {
        font-size: 16px;
        color: #1c517d;
        font-weight: bold;
        margin-bottom: .5em;
    }

    #CenterFooter p {
        color: #000;
        font-weight: bold;
    }

.LogoBotoom {
    background: url("Image/footer-separator.png") no-repeat top right;
    float: left;
    padding-right: 40px;
    margin: -5px 20px 0 20px;
}

/*Chi tiết tin tức*/
.contentNew {
    display: block;
    clear: both;
}

.summarynew {
    display: block;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.headerTitle {
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
}

h1.title {
    font-size: 19px;
    text-align: left;
    line-height: 25px;
    font-weight: bold;
}

.summarynew p {
    padding-top: 7px;
}

.sapodetail {
    color: #004175;
    font-weight: bold;
    line-height: 20px;
    text-align: justify;
}

.openmedia {
    display: inline;
    padding-bottom: 10px;
    vertical-align: middle;
}

.ContentODM {
    clear: both;
    color: #000000;
    margin-left: 5px;
    text-align: justify;
}

    .ContentODM img {
        max-width: 100%;
    }

.related-stories {
    border-bottom: 2px solid #d6d6d6;
    clear: both;
}

    .related-stories h4 {
        clear: both;
        color: #1057ae;
        padding: 8px 0px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        display: inline-block;
        border-bottom: 2px solid #1057ae;
        margin: 0px 0px -2px;
    }

    .related-stories ul li:first-child {
        margin-top: 10px;
    }

    .related-stories ul li {
        clear: both;
        float: left;
        text-align: left;
        border-bottom: 1px solid #ddd;
        padding: 5px 0;
        width: 100%;
    }

        .related-stories ul li:last-child {
            border-bottom: 0px solid #ddd;
        }

    .related-stories > ul > li > span {
        background: url('Image/download.png') no-repeat 0 0;
        width: 18px;
        height: 21px;
        color: white;
        float: left;
        text-align: center;
        margin-top: 3px;
        background-size: 18px;
        font-size: 11px;
        font-family: Arial;
        padding-top: 0px;
    }

    .related-stories ul li a {
        font-family: Arial;
        font-size: 15px;
        display: block;
        padding: 0 0px 0px 24px;
        text-align: left;
        color: #23527c;
    }

    .related-stories li a:hover {
        color: #1D4467;
        text-decoration: none;
    }

    .related-stories li span {
        color: #000;
        line-height: 22px;
    }
/*Category*/
.highlight {
    border-bottom: 1px solid #e16701;
    padding: 0 0 15px;
    margin: 0 0 20px;
}

.story .title a {
    font-size: 13px;
    font-weight: bold;
}

.highlight .story .title a {
    font-size: 19px;
    font-weight: normal;
}

h1.title2 {
    color: #666666;
    display: inline;
    font-size: 0.9em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    text-align: center;
}

.highlight .img {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}

.highlight img {
    float: left;
    width: 300px;
}

.highlight p.time, .story-listing p.time {
}

.desc {
    text-align: justify;
    display: table-cell;
}

.highlight .relate {
    margin-left: 0;
    padding-top: 10px;
}

    .highlight .relate ul li {
        background: url("Image/bullet-red.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
    }

        .highlight .relate ul li a {
            background: url("Image/bullet-red.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
            padding-left: 10px;
        }

.left-col3 {
    float: left;
    width: 650px;
}

.story-listing .story {
    padding: 8px 0;
    border-bottom: 1px solid #dddddd;
}

.story .title {
    margin: 0 0 10px;
}

.story-listing .story h4.title {
    line-height: 20px;
}

.story-listing .story h4.titless {
    padding: 8px 0px;
}

    .story-listing .story h4.titless a {
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
    }

.story-listing .story .img {
    float: left;
    padding: 0 15px 0 0;
}

/*Phân trang*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

#yw5 {
    display: inline-block;
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 14px;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            line-height: 1.42857143;
            text-decoration: none;
            color: #337ab7;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            margin-left: -1px;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            margin-left: 0;
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            color: #23527c;
            background-color: #eeeeee;
            border-color: #dddddd;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        z-index: 2;
        color: #ffffff;
        background-color: #337ab7;
        border-color: #337ab7;
        cursor: default;
    }

.PagingWrapper {
    text-align: center;
}

/*Liên hệ*/

.contact-page-content {
    float: left;
    overflow: hidden;
    width: 650px;
}

#contact-form ul {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

#contact-form li {
    float: left;
    padding: 1px;
    text-align: left;
    text-indent: 0;
}

    #contact-form li.left {
        text-align: right;
        padding: 8px 10px 0 0;
        width: 90px;
        font-weight: bold;
        font-size: 14px;
    }

    #contact-form li.right {
        text-align: left;
        vertical-align: top;
    }

    #contact-form li input {
        width: 400px;
    }

#contact-form .left {
    white-space: nowrap;
    min-width: 120px;
}

/* Tìm kiếm */
.AdvanceSearch td.leftCol {
    text-align: right;
    padding-right: 14px;
    font-weight: bold;
}

.AdvanceSearch td.rightCol {
    padding-bottom: 10px;
}

.sprite {
    background: url("Image/sprites.gif") no-repeat scroll 0 0 transparent;
}

.calendar {
    background-position: -74px -23px;
    height: 16px;
    vertical-align: middle;
    width: 16px;
}

.icon {
    display: inline-block;
}

.s_categoryList {
    border-bottom: 1px solid #004175;
    padding: 0 0 10px;
    margin: 0 0 15px;
}

    .s_categoryList a {
        color: #a61012;
    }

    .s_categoryList p {
        padding-top: 5px;
    }

.s_categoryLeft {
    float: left;
    font-weight: bold;
    width: 300px;
}

.s_categoryRight {
    float: right;
    font-weight: bold;
    width: 300px;
}


/*Thư viện ảnh*/
.VOVTV_Content_left {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
    width: 669px;
}

.VOVTV_Content_left2 {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    width: 654px;
}

.Live_table111 {
    clear: both;
    float: left;
    width: 654px;
}

    .Live_table111 .shakira-box {
        height: 180px;
        overflow: hidden;
        width: 213px;
    }

        .Live_table111 .shakira-box img {
            height: 180px;
            width: 220px;
        }



/*cơ cấu tổ chức*/
.infoFooter {
}

.NewHome_Titles {
    color: #1c5281;
    float: left;
    font-size: 0.8em;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.TitileTopNewImg {
    padding-top: 5px;
}

.nameDepartDetailTitle {
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 6px;
    width: 100%;
}

.nameDepartDetailTitle1 {
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    max-width: 650px;
    padding-left: 16px;
    width: 100%;
}

.nameDepartDetailTitle2 {
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    max-width: 650px;
    padding-left: 26px;
    width: 100%;
}

.department {
    float: left;
    max-width: 650px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 650px;
}

    .department .breadcrumbs h3 {
        background: url("Image/breadcrumbs-arrow.jpg") no-repeat scroll right center transparent;
        font-size: 0.8em;
        font-weight: bold;
        margin-left: 7px;
    }

.departmentName {
    color: #004175;
    float: left;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 25px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}

.departmentSelect {
    float: left;
    line-height: 25px;
    text-align: right;
    vertical-align: middle;
    width: 645px;
}

.departmentDetails {
    float: left;
    margin-top: 4px;
    max-width: 650px;
    width: 650px;
}

.userOfficeDetail {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: solid 1px #e1e1e1;
}

.userOfficeLeft {
    float: left;
}

.userOfficeRight {
    float: left;
}

.userOfficeLeftCol {
    float: left;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    /*width: 134px;*/
}

.userOfficeRightCol {
    float: right;
    line-height: 22px;
    margin-left: 4px;
    text-align: left;
    vertical-align: middle;
    width: 320px;
}

.question {
    margin: 0 0 2em;
}

.searchwrap2 {
    background: none repeat scroll 0 0 white;
    height: 22px;
}

.tkbt {
    padding-top: 0px;
}


/*Thuong them vao*/
.s_CategoryRight {
    width: 320px;
}

.s_topNewRight_ItemRight2,
.s_topNewRight_ItemRight22 {
    border-bottom: 1px solid #dcdcdc;
    padding: 8.7px 5px;
}

.s_topNewRight_Item_Right2 {
    float: right;
    width: 190px;
}

.s_topNewRight_Item_Right3 {
    float: right;
    width: 300px;
    padding-left: 10px;
}

.s_topNewRight_Item_left {
    float: left;
    width: 95px;
}

.s_schedule_content22 {
    border: 1px solid #dcdcdc !important;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 300px;
}

    .s_schedule_content22:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

.s_topNewRight_Item_Right2 {
    float: right;
    width: 190px;
}

.shakira-header a:hover {
    color: #fbfce6;
}

.s_topNewRight_ItemRight22:last-child {
    border-bottom: 0px;
}

.s_TitleRight {
    color: #004175;
    font-size: 13px;
    font-weight: bold;
    max-height: 75px;
    overflow: hidden;
    text-align: justify;
}

.s_topNewRight_Item_left img {
    /*height: 73px;*/
    width: 90px;
}

.department {
    float: left;
    max-width: 654px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 654px;
}

    .department .breadcrumbs h3 {
        background: url("Image/breadcrumbs-arrow.jpg") no-repeat scroll right center transparent;
        font-size: 1.2em;
        font-weight: bold;
        margin-left: 7px;
    }

.departmentName {
    color: #004175;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    padding-left: 15px;
    text-align: left;
    vertical-align: middle;
}

.departmentSelect {
    float: right;
    line-height: 25px;
    text-align: right;
    vertical-align: middle;
    width: 484px;
}

.departmentDetails {
    float: left;
    margin-top: 4px;
    max-width: 669px;
    width: 654px;
}

.userOfficeDetail {
}

.userOfficeLeft {
    padding: 0 30px 0 0;
}

.userOfficeRight {
}

.userOfficeLeftCol {
    float: left;
    line-height: 22px;
    text-align: left;
    vertical-align: middle;
    width: 124px;
}

.userOfficeDetail:last-child {
    border-bottom: 0px solid #e1e1e1;
}

.userOfficeRightCol {
    float: right;
    line-height: 22px;
    margin-left: 4px;
    text-align: left;
    vertical-align: middle;
    width: 340px;
}

.hrCss {
    float: right;
    max-width: 627px;
    padding-left: 45px;
    width: 627px;
}

.hrCss1 {
    float: right;
    max-width: 484px;
    padding-left: 45px;
    width: 484px;
}

.nameDepartDetailTitle {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    padding-left: 6px;
    width: 100%;
}

.nameDepartDetailTitle1 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    max-width: 654px;
    padding-left: 16px;
    width: 100%;
}

.nameDepartDetailTitle2 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 4px;
    max-width: 654px;
    padding-left: 26px;
    width: 100%;
}


/*Tài liệu*/
#hide, #show1 {
}

span a {
    color: #0401B4;
    text-decoration: none;
}

span hr {
    margin-left: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #FF6600 #FFFFFF #FFFFFF #FFFFFF;
}
/*Header and Pager styles*/

.PagerStyle {
    border: 1px solid #D9DAE0;
    background-color: #F4F5F5;
    font-size: 12px;
    text-align: center;
    color: #20253A;
}

.HeaderStyle {
    border: 1px none #D0D7E5;
    background-position: center;
    background-color: #F3F4F5;
    color: #0401B4;
    text-align: center;
    font-weight: bold;
    font-size: 11px;
}


    .HeaderStyle th {
        border: 1px ridge #CCCCCC;
        text-align: center;
        color: Black;
    }

    .HeaderStyle a {
        color: #201F35;
        font-weight: bold;
        font-size: 11px;
    }

.PagerStyle table {
    text-align: center;
    margin: auto;
}

.PagerStyle td {
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    line-height: 25px;
}

.PagerStyle table td {
    border: 0px;
    padding: 0px;
}

.PagerStyle a {
    font-weight: normal;
    color: #201F35;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    vertical-align: middle;
    text-align: center;
    font-family: Tahoma;
}

.PagerStyle span {
    border: 1px solid #C9D7FB;
    font-weight: normal;
    color: #201F35;
    text-decoration: none;
    padding: 2px 5px 2px 5px;
    background-color: #E2EAFD;
    text-align: center;
    vertical-align: middle;
    font-family: Tahoma;
}

/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td {
    padding: 4px 6px;
    border: solid 1px #D0D7E5;
    color: #201F35;
}

    .EditRowStyle td a {
        text-decoration: none;
        color: #CC0000;
    }

        .EditRowStyle td a:hover {
            text-decoration: underline;
            color: #FF3535;
        }

.RowStyle td {
    background-color: white;
    font-size: 12px;
}

    .RowStyle td p a {
        text-decoration: none;
        color: #201F35;
        font-size: 12px;
    }

    .RowStyle td a {
        text-decoration: none;
        color: #201F35;
        font-size: 12px;
    }

        .RowStyle td a:hover {
            text-decoration: underline;
            color: #504D82;
            font-size: 12px;
        }

.AltRowStyle td {
    background-color: #E6F5FB;
}

.SelectedRowStyle td {
    background-color: #ffff66;
}

/*PagerStyles for DetailView in Edit Mode*/
.PagerStyleEdit table {
    text-align: center;
    margin: auto;
}

    .PagerStyleEdit table td {
        border: 0px;
        padding: 5px;
    }

.PagerStyleEdit a {
    color: #008000;
    font-size: small;
    padding: 2px 10px 2px 10px;
    border-style: none;
    border-color: #A7DE92;
}

.PagerStyleEdit span {
    font-weight: bold;
    font-size: small;
    color: #008000;
    text-decoration: none;
    padding: 2px 10px 2px 10px;
}

/*FooterRowStyles*/
.FooterRowStyle td {
    padding: 4px 6px;
    border: solid 1px #D0D7E5;
    color: #201F35;
    line-height: 25px;
}

    .FooterRowStyle td a {
        text-decoration: none;
        color: #201F35;
    }

        .FooterRowStyle td a:hover {
            text-decoration: underline;
            color: #504D82;
        }
/*EmptyRowStyle*/

.EmptyRowStyle tr th {
    padding: 4px 6px;
    border: solid 1px #D0D7E5;
    color: #201F35;
    background-color: #F3F4F5;
}

.EmptyRowStyle tr td {
    padding: 4px 6px;
    border: solid 1px #D0D7E5;
    color: #201F35;
}

.thuoc-tinh {
    margin: 30px 0 10px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    text-transform: uppercase;
}

#TimKiem td {
    padding: 5px 0;
}

.van-ban ul li a {
    padding: 0px 5px;
}

.van-ban .btn {
    min-width: 64px;
}

.slick-slider .btn.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 3px;
    width: 40px;
    position: absolute;
    right: 63px;
    bottom: -34px;
    color: #1057ae;
}

.slick-slider .btn.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 40px;
    position: absolute;
    right: 3px;
    bottom: -34px;
    color: #1057ae;
}

.ads-wrapper a {
    display: block;
    margin: 0 0 5px;
}

.search-wrapper {
    position: relative;
    margin: 0 0 2em;
}

.search-btn {
    position: absolute;
    right: 0px;
    top: 0px;
}

.timkiemtieude {
    color: #004175;
    font-weight: bold;
}

.search-form .btn.submit {
    float: right;
}

.btn.submit {
    background: #d82731;
    color: #fff;
    border: 1px solid #d82731;
}

.table th {
    text-align: center;
    white-space: nowrap;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.folder-container {
    margin: 0 0 1em;
}

.player-container {
    clear: left;
}

.MenuCenter2 {
    background-image: url("Image/mnchuchay.png");
    background-repeat: repeat;
    clear: both;
    height: 30px;
}

.MenuCenterItemLeft {
    margin: 0 auto;
    width: 983px;
}

.MenuCenterItemRight {
    float: right;
    padding-top: 7px;
}

.MenuCenterItemRight1 {
    float: left;
    padding-right: 10px;
}

.MenuCenterItemRight2 {
    float: left;
    padding-right: 5px;
}

.MenuCenterItem {
    color: #6d747d;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding-top: 9px;
}

.MenuCenterItemSpace {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
}

.MenuCenterItemRun {
    color: #1057ae;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding-top: 7px;
    width: 630px;
}

.MenuCenterItemRight a {
    color: #2d3035;
    font-size: 13px;
}

.HeaderStyle2 th.tieudethuthu {
    /*padding:13px 0px;*/
}

.playervideo {
    clear: both;
    vertical-align: middle;
    text-align: center;
    padding-left: 100px;
}

.stuff {
    width: 205px;
    margin: 5px;
    margin-left: 5px;
    margin-right: 5px;
    float: left;
    text-align: left;
}

    .stuff h3 {
        font-size: 0.9em;
        margin: 10px 0;
        color: #004175;
    }


/*Hỏi đáp*/
.question {
    margin-right: 10px;
    margin-top: 5px;
    width: 650px;
}

    .question .questionheader {
        display: block;
    }

        .question .questionheader .questionheaderleft {
            float: left;
        }

            .question .questionheader .questionheaderleft .title {
                font-weight: bold;
            }

        .question .questionheader .questionheaderright {
            float: right;
        }

            .question .questionheader .questionheaderright img {
                border: medium none;
            }

    .question .questionlist {
        clear: both;
    }

        .question .questionlist table {
            border-collapse: collapse;
            color: #000000;
            width: 100%;
        }

        .question .questionlist tr {
            line-height: 20px;
        }

        .question .questionlist th {
            border: 2px solid #cfd7e9;
        }

        .question .questionlist td {
            border: 2px solid #cfd7e9;
        }

.questionheader {
    margin-left: 10px;
}

.questionheaderleft ul {
    margin: 8px 0;
}

    .questionheaderleft ul li {
        background: url("Image/icontinmoi.png") no-repeat scroll left 5px transparent;
        margin-left: 5px;
        padding-left: 10px;
    }

.question .questionlist td#STT, .question .questionlist td#Date {
    text-align: center;
}

.question .questionlist a.answerlink {
    color: #0000cc;
    cursor: pointer;
}

.question .questionlist td span {
    color: #777788;
}

.answerquestion {
    width: 100%;
    border-top: 2px solid #9fbde5;
}

    .answerquestion fieldset {
        border: 1px solid #a8b9d5;
        margin: 10px;
        padding: 5px;
    }

    .answerquestion legend {
    }

    .answerquestion .header {
        border-bottom: 1px solid #cfcfcf;
        color: #49720b;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 10px;
    }

    .answerquestion .title {
        font-weight: bold;
    }

    .answerquestion .content {
        color: #49720b;
        font-size: 14px;
        font-weight: bold;
    }

    .answerquestion .blockquestion {
        padding: 10px;
    }

    .answerquestion .blockanswer {
        padding: 10px;
    }

    .answerquestion li {
        list-style: outside none none;
    }

    .answerquestion ul {
        list-style-position: outside;
        margin: 0;
        padding: 5px 0 5px 5px;
    }

    .answerquestion .blockotherquestion {
        padding: 10px;
    }

        .answerquestion .blockotherquestion a {
            background-image: url("../images/newslink.gif");
            background-position: 6px 5px;
            background-repeat: no-repeat;
            color: #003399;
            cursor: pointer;
            padding: 0 0 0 15px;
            text-decoration: none;
        }

            .answerquestion .blockotherquestion a:hover {
                color: #fb0415;
                text-decoration: underline;
            }

.heading_container, .heading_right_top, .heading_bottom, .heading_bottom span {
    background: url("image/bg_heading.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: relative;
}

.heading_container {
    background-color: #7aa4dd;
    clear: both;
    margin-top: 6px;
    padding: 0;
}

    .heading_container.first {
        margin-top: 0;
    }

.heading_right_top {
    background-position: 0 -70px;
    float: right;
    height: 5px;
    overflow: hidden;
    width: 5px;
}

.heading_bottom {
    background-position: 0 -80px;
    font-size: 1px;
    height: 5px;
    margin-bottom: 10px;
    margin-top: -5px;
}

    .heading_bottom span {
        background-position: 0 -75px;
        display: block;
        float: right;
        height: 5px;
        overflow: hidden;
        width: 5px;
    }

.heading_bottom_connected {
    margin-bottom: 0;
}

.bucket_container {
    background: url("image/bg_bucket_alt.png") repeat-x scroll 0 -92px rgba(0, 0, 0, 0);
    min-height: 1px;
    position: relative;
}

.bucket_top {
    background: url("image/bg_bucket.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 2px solid #9fbde5;
    border-right: 2px solid #9fbde5;
    height: 10px;
}

    .bucket_top span {
        background: url("image/bg_bucket.png") no-repeat scroll right -10px rgba(0, 0, 0, 0);
        float: right;
        height: 10px;
        overflow: hidden;
        width: 10px;
    }

.bucket_content {
    border-left: 2px solid #9fbde5;
    border-right: 2px solid #9fbde5;
    min-height: 1px;
    padding: 0 10px;
    position: relative;
}

.bucket_bottom {
    background: url("image/bg_bucket.png") no-repeat scroll 0 -22px rgba(0, 0, 0, 0);
    height: 10px;
    margin-bottom: 4px;
}

    .bucket_bottom span {
        background: url("image/bg_bucket.png") no-repeat scroll right -34px rgba(0, 0, 0, 0);
        float: right;
        height: 10px;
        overflow: hidden;
        width: 12px;
    }

.bucket_container_gray {
    background-color: #f2f2f2;
}

    .bucket_container_gray .bucket_content {
        padding-top: 6px;
    }

    .bucket_container_gray, .bucket_container_gray .bucket_top, .bucket_container_gray .bucket_top span, .bucket_bottom_gray, bucket_bottom_gray span {
        background-image: url("Image/bg_bucket_gray.png") !important;
    }

.bucket_gray_menu, .bucket_gray_menu_content {
    background: url("image/bg_bucket_gray_menu.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.bucket_gray_menu {
    background-color: #dae0e7;
    margin-top: 6px;
    position: relative;
}

.bucket_gray_menu_content {
    background-position: right -150px;
    min-height: 76px;
    position: relative;
}





.container {
    margin: 0px auto 0px;
    width: 983px;
}

#HeaderCenter {
    /*margin: 0 !important;
    width: 100% !important;
    background-repeat: repeat-x !important;*/
}

.NameChannelTitle {
    max-width: 490px !important;
}

@media (max-width: 1024px) {
    .ads-wrapper {
        display: none;
    }
}

.slick-slide > div:nth-child(odd) > li {
    background: #e7f6fd;
}


@-moz-document url-prefix() {
    .ContentODM img {
        max-width: 1050px;
    }
}

.ContentODM tr > td img {
    /*  max-width: 480px;*/
}

.s_TitleRight a {
    font-weight: normal;
    line-height: 20px;
}

.bucket_gray_menu {
    background-color: #dae0e7;
    margin-top: 6px;
    position: relative;
}

.bucket_gray_menu_content {
    background-position: right -150px;
    min-height: 76px;
    position: relative;
}

.poll {
    clear: both;
}

.poll-box {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    padding: 0;
    top: 0;
    width: 100%;
}

.poll-header {
    float: left;
    margin-top: 6px;
    width: 182px;
}

.poll-question {
    background: #cccccc none repeat scroll 0 0;
    color: #2d3035;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 5px;
}

.poll-content {
    font-size: 13px;
}

.poll-total {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #003366;
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 2px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
}

.poll-result {
    font-size: 12px;
    padding-left: 4px;
}

.poll-chart {
    background: #cccccc none repeat scroll 0 0;
    height: 10px;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 4px;
    vertical-align: middle;
}

.graph {
    position: relative;
    right: 30px;
    width: 250px;
}

.bar-title {
    float: left;
    font-weight: bold;
    line-height: 20px;
    margin-right: 17px;
    position: relative;
    text-align: right;
    width: 104px;
}

.bar-container {
    float: left;
    height: 10px;
    margin: 0 0 15px;
    position: relative;
    width: 110px;
}

    .bar-container div {
        background-color: #cc4400;
        height: 20px;
    }

    .bar-container strong {
        overflow: hidden;
        position: absolute;
        right: -32px;
        top: 0;
    }

#poll-results p {
    text-align: center;
}

.pagination > td > table > tbody > tr > td > span, .pagination > td > table > tbody > tr > td:hover > a {
    background-color: #337ab7;
    border: 1px solid #dddddd;
    color: #ffffff;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.pagination > td > table > tbody > tr > td > a {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}

.Content_left > table {
    width: 654px !important;
}

#plcall_pp_lblNoiDung {
    padding: 5px;
    max-width: 500px !important;
}

    #plcall_pp_lblNoiDung p {
        margin: 0px !important;
        max-width: 983px !important;
    }

    #plcall_pp_lblNoiDung div {
        margin: 0px !important;
        max-width: 983px !important;
    }

    #plcall_pp_lblNoiDung table {
        margin: 0px !important;
        max-width: 983px !important;
    }

    #plcall_pp_lblNoiDung > div > table {
        margin: 0px !important;
        max-width: 983px !important;
    }



/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=23501eb15a0508fbeebc)
 * Config saved to config.json and https://gist.github.com/23501eb15a0508fbeebc
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 1.42857143;
    color: #000;
    background-color: #ffffff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #23527c;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.space hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 0px solid #eeeeee !important;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.modal-dialog {
    width: 1280px;
}

.modal-content {
    border: 0;
}

.modal-body {
    padding: 0;
}

.modal .column {
    position: relative;
}

    .modal .column a {
        position: absolute;
        top: 235px;
        left: 220px;
        height: 340px;
        width: 390px;
    }

        .modal .column a.currentsite-link {
            top: 235px;
            left: 670px;
        }

.xem-them {
    float: right;
    padding: 11px 10px 0;
    font-size: 12px;
}

.mq137 {
    border: 1px solid #dcdcdc;
}

p.MsoNormal, li.MsoNormal, div.MsoNormal {
    font-family: VNI-Times;
    font-size: 14pt;
    margin: 0 0 0.0001pt;
}

.rightitem {
    border: 0px solid #f0f0f0;
}

.wordwrap {
    width: 100px;
    word-wrap: break-word;
}

iframe {
    border: 1px solid #ddd;
}

.mq138 {
    border: 1px solid #dcdcdc;
}

    .mq138 span {
        font-size: 13px;
        font-weight: bold;
    }

    .mq138 li {
        padding: 5px;
    }

        .mq138 li:nth-child(2n+1) {
            /*   background: #ddd none repeat scroll 0 0;*/
        }

.HomeTopListNewsItem > p {
    max-height: 86px;
    overflow: hidden;
    text-align: left;
}

.ContentODM * {
    font-family: Arial !important;
    max-width: 650px !important;
    line-height: 20px;
}

.ContentODM img {
    width: 620px !important;
    height: auto !important;
    margin: 5px 0px;
}

.ContentODM td {
    vertical-align: top;
}

.nana {
    width: 33px !important;
}

#contact-form22 h3 {
    color: #008aff;
    font-size: 14px;
}

#contact-form22 ul {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

#contact-form22 li {
    float: left;
    padding: 1px;
    text-align: left;
    text-indent: 0;
}

    #contact-form22 li.left {
        text-align: left;
        width: 100px;
    }

    #contact-form22 li.right {
        text-align: left;
        vertical-align: top;
    }

#contact-form22 button {
    background: #ccc none repeat scroll 0 0;
    border: 1px solid #18397c;
    margin: 0 5px;
    padding: 0 5px;
}

.nhapdulieu3 {
    border: 1px solid #cccccc;
    color: #ddd;
    height: 34px;
    width: 495px;
    margin: 6px 0px;
    border-radius: 3px;
}
.font-bold {
    font-weight: bold !important;
}
#contact-form22 li textarea {
    border: 1px solid #cccccc;
    height: 200px;
    width: 495px;
    border: 1px solid #cccccc;
}

#contact-form22 p {
    padding: 5px 0;
}

.nhapdulieu23 {
    border: 1px solid #cccccc;
    color: #18397c;
    height: 200px;
    width: 495px;
    margin: 6px 0px;
}

.form-group label {
    padding: 6px 0px;
   
    font-size: 13px;
}

.input-capcha {
    margin: 6px 0px;
}

.field-required {
    color: #c20000;
}

.AdvanceSearch {
    margin-top: 5px;
}

.thuvienanhchitiet2 {
    float: left;
    width: 213px;
    height: 180px;
    padding-right: 5px;
    padding-bottom: 10px;
}

.thuvienanhchitiet {
    float: left;
    clear: both;
    width: 655px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/*Style Thống kê truy cập*/
.thss span {
    font-size: 13px;
    font-weight: bold;
    padding: 10px 13px 10px 19px;
}

.thongke tr:nth-child(2n+1) {
    background: #fafafa none repeat scroll 0 0;
}

.thongke tr {
    border-bottom: 1px solid #f1f1f1;
    border-top: 1px solid #f1f1f1;
    margin: 0;
    padding: 6px 5px;
    height: 30px;
}

.thss span {
    line-height: 40px;
    margin: 0 0 10px;
}

    .thss span.tatca {
        background: transparent url("Image/5.jpg") no-repeat scroll left 10px;
    }

    .thss span.online {
        background: transparent url("Image/1.jpg") no-repeat scroll left 10px;
    }

    .thss span.homnay {
        background: transparent url("Image/1.jpg") no-repeat scroll left 10px;
    }

    .thss span.homqua {
        background: transparent url("Image/2.jpg") no-repeat scroll left 10px;
    }

    .thss span.tuannay {
        background: transparent url("Image/2.jpg") no-repeat scroll left 10px;
    }

    .thss span.tuantruoc {
        background: transparent url("Image/3.jpg") no-repeat scroll left 10px;
    }

    .thss span.thangnay {
        background: transparent url("Image/3.jpg") no-repeat scroll left 10px;
    }

    .thss span.thangtruoc {
        background: transparent url("Image/3.jpg") no-repeat scroll left 10px;
    }

.thss {
    padding-left: 5px;
}

a.morelink {
    background: #bfbcbc none repeat scroll 0 0;
    color: #fff !important;
    display: inline-block;
    font: bold 12px/1.3 arial !important;
    outline: medium none;
    padding: 0 5px;
    text-decoration: none;
}

.userOfficePhoto > img {
    height: auto !important;
    width: 117px !important;
}

.expand {
    color: #d6492a;
    cursor: pointer;
    font-family: arial;
    font-size: 13px;
}

    .expand:hover {
        color: #d6492a;
        text-decoration: underline;
    }

.rotate {
    transform: rotate(-180deg);
    transition: all 0.3s ease 0s;
}

.sitemap {
    color: #004175;
    font-family: Arial;
    font-size: 16px;
}

.glyphicon-home::before {
    content: "";
}

mainnav2 #cssmenu1 .home {
    font-size: 18px;
    padding: 0px 13px;
}

#cssmenu1 li a {
    font-weight: 600;
    height: 34px;
    font-family: Tahoma;
}

#mainnav2 .current3 {
    background-image: url("Image/bghovermenu.png");
    background-repeat: repeat-x;
    color: #1057ae;
}

    #mainnav2 .current3 > span > a {
        background-image: url("Image/bghovermenu.png");
        background-repeat: repeat-x;
        color: #1057ae;
    }

.home {
    padding-top: 8px !important;
}

.glyphicon.glyphicon-home {
    font-size: 16px;
}

#cssmenu1 > li:hover > a span {
    color: #1057ae;
}

.current3 span {
    color: #1057ae;
}

.home a span:hover {
    color: #1057ae;
}

.TitleS {
    border-bottom: 2px solid #1057ae !important;
}

.TitleS {
    background-image: url("Image/bgthongbao.png");
    background-repeat: repeat-x;
    color: #1057ae;
    padding: 8px 10px !important;
    position: relative;
}

.story-listing .story:last-child {
    border-bottom: 0px solid #dddddd;
}




.TitleS {
    clear: both;
}

.amazingslider-nav-thumbnail-tite-0 {
    color: #004175;
    font: bold 12px Arial,Helvetica,sans-serif !important;
    text-align: left;
    line-height: 18px;
}

.listitem {
    border-bottom: 1px dotted #ddd;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-align: justify;
    vertical-align: middle;
}

    .listitem:last-child {
        border-bottom: 0px dotted #ddd;
    }

.listitem {
    background: transparent url("Image/icontinmoi.png") no-repeat scroll left 7px;
    margin-left: 5px;
    padding-left: 10px;
    text-align: left !important;
}

    .listitem a {
        color: #000;
        font-family: Arial;
        font-size: 13px;
        line-height: 20px;
        padding-left: 0;
    }

.ads-wrapper {
    width: 125px;
}

.quangcaogiua img {
    width: 654px;
    height: auto !important;
}

.tinkhan {
    color: #cc0000;
}

.mq138 {
    height: 490px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0px !important;
}

    .mq138 ul li:nth-child(2n+1), .s_topNewRight_ItemRight2:nth-child(2n+1), .s_topNewRight_ItemRight22:nth-child(2n+1) {
        background: #e7f6fd;
    }

    .mq138 ul li {
        border-bottom: 1px solid #f1f1f1;
        margin: 0;
        padding: 10px 5px;
        margin: 0px !important;
    }

    .mq138 a {
        font-family: arial;
        font-size: 13px;
        line-height: 20px;
    }

    .mq138 span.time, .mq138 span.glyphicon {
        font-size: 11px;
        font-weight: normal;
    }

.arrow:hover .sub {
    display: block;
    visibility: visible;
}

#menu-v li:hover ul {
    display: block !important;
    visibility: visible !important;
}

#menu-v li:hover ul {
    display: block !important;
    visibility: visible !important;
}

#menu-v li:hover a {
    color: #1057ae;
}


#menu-v li ul li {
    background-color: #1057ae;
    color: black;
    float: left;
    height: 34px;
    padding: 0;
    position: relative;
    z-index: 5;
}

    #menu-v li ul li:hover > .arrow {
        color: #1057ae !important;
    }

    #menu-v li ul li:hover {
        background: rgba(0, 0, 0, 0) url("Image/bgbannertop.png") repeat scroll 0 0;
    }

#menu-v2 li:hover ul {
    display: block !important;
    visibility: visible !important;
}

#menu-v2 li:hover ul {
    display: block !important;
    visibility: visible !important;
}

#menu-v2 li:hover a {
    color: #1057ae;
}


#menu-v2 li ul li {
    background-color: #1057ae;
    color: black;
    float: left;
    height: 34px;
    padding: 0;
    position: relative;
    z-index: 5;
}

    #menu-v2 li ul li:hover {
    }

#menu-v2 a {
    color: #1057ae !important;
    padding-top: 5px;
}

.split {
    height: 1px !important;
    text-align: center;
}

.lsttendonci {
    font-weight: bold !important;
    text-align: center !important;
    background: #1057ae !important;
}

a.lsttendonci span {
    font-weight: bold !important;
    text-align: center !important;
    color: #fff !important;
}

#menu-v2 li:hover a {
    color: #fff !important;
}


#menu-v3 li:hover ul {
    display: block !important;
    visibility: visible !important;
}

#menu-v3 li:hover ul {
    display: block !important;
    visibility: visible !important;
}

#menu-v3 li:hover a {
    color: #fff;
}


#menu-v3 li ul li {
    background-color: #1057ae;
    color: black;
    float: left;
    height: 34px;
    padding: 0;
    position: relative;
    z-index: 5;
}

    #menu-v3 li ul li:hover > .arrow {
        color: #fff !important;
    }

    #menu-v3 li ul li:hover {
        background: rgba(0, 0, 0, 0) url("Image/bgbannertop.png") repeat scroll 0 0;
    }

#menu-v3 li:hover a {
    color: #fff !important;
}

#menu-v3 a {
    color: #1057ae !important;
}


.menuTemplate1 li:hover .abc {
    display: block !important;
}




.lsttendonci:hover a {
    color: #1057ae !important;
}

.lsttop1 {
    background: rgba(0, 0, 0, 0) url("Image/bgbannertop.png") repeat scroll 0 0;
}

.lsttop2 {
    background: rgba(0, 0, 0, 0) url("Image/bgbannertop.png") repeat scroll 0 0;
}

.lsttop3 {
    background: rgba(0, 0, 0, 0) url("Image/bgbannertop.png") repeat scroll 0 0;
}

.bcd:hover div ul li a {
    color: #1057ae !important;
}


.lsttop3:hover, .lsttop2:hover, .lsttop1:hover {
    background: #1057ae !important;
}

.lsttop3 a, .lsttop2 a, .lsttop1 a {
    color: #fff !important;
}

.lsttop3:hover a, .lsttop2:hover a, .lsttop1:hover a {
    color: #fff;
}

.viewnumber {
    border: 1px solid #ddd;
    font-size: 14px;
    padding: 5px;
}

.tendonviwebngoai {
    color: #da251c;
    font-size: 16px;
}

.tendonvitrong {
    font-size: 16px;
}

.LogoVOV img {
    float: left;
    margin-left: 14px;
    margin-top: 4px !important;
}

.NameChannelTitle {
    float: left;
    font-size: 30px;
    line-height: 30px !important;
    max-width: 600px !important;
    padding-left: 30px;
    padding-top: 40px !important;
    text-align: center;
}

.NameSiteTop2 {
    font-size: 24px !important;
}

.tatca, .online {
    font-size: 12px !important;
}

.qcctrang {
    max-height: 100px;
    margin: 5px 0;
}

    .qcctrang img {
        max-height: 100px;
        padding: 3px;
    }

.tieudeduan {
    font-family: arial;
    font-weight: bold;
}

.tieudetintuc {
    border-bottom: 2px solid #1057ae;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 0px 0 0;
    width: 100%;
}

.author {
    float: right;
    font-weight: bold;
    color: #1057ae;
    margin-top: 10px;
    margin-right: 15px;
    clear: both;
}

.Source {
    float: right;
    font-weight: bold;
    font-style: italic;
    color: #1057ae;
    margin-top: 10px;
    margin-right: 15px;
    clear: both;
}

.tagpanel {
    float: left;
    font-weight: bold;
    color: #ccc;
    margin-top: 10px;
}

.title-tab-menu {
    border-bottom: 1px solid #e7e7e7;
    color: #0e4b78;
    font-weight: 600;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-top: 10px;
    text-transform: uppercase;
}

#exTab2 {
    margin-top: 20px;
}

.menu-tab {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 5px;
}

.par-title-tab-menu {
    padding-left: 0;
    padding-right: 0;
}

.show-pc-tab {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
}

.item-taptt {
    font-weight: bold;
    color: #184691;
}

.pt-vb {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px #dddddd solid;
    text-align: justify;
}
    .pt-vb:last-child {
        border-bottom: 0px;
    }
.pt-vb a {
        font-size: 13px;
        color: #3C3C3C;
}

 .pt-vb .date-vb {
        margin-left: 10px;
        font-size: 12px;
}
.fa-calendar {
    margin-right: 4px;
}
.col-md-6.content-tabmenu {
    padding: 0px 7px;
   
}
.rssxemthem {
    margin-top: 10px;
    text-align: right;
    margin-bottom: 10px;
}
    .rssxemthem a {
        font-family: Arial;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        padding: 10px;
        background: #1057ae none repeat scroll 0 0;
        margin-right: 10px;
       
    }
.xemthemdiv
{
    clear:both;
    padding-top:1px;
}
.navbar-static-top {
    z-index: 1 !important;
   
}

.bannertet {
    background-image: url('Image/1600.png');
    background-repeat: repeat-x;
}
@media (min-width:768px) {
    .bannertet {
        background-image: url('Image/1024.png');
        background-repeat: repeat-x;
    }
}
@media (min-width:1025px) {
    .bannertet {
        background-image: url('Image/1366.png');
        background-repeat: repeat-x;
    }
}
@media (min-width:1367px) {
    .bannertet {
        background-image: url('Image/1440.png');
        background-repeat: repeat-x;
    }
}
@media (min-width:1441px) {
    .bannertet {
        background-image: url('Image/1600.png');
        background-repeat: repeat-x;
    }
}
@media (min-width : 1601px) {
    .bannertet {
        background-image: url('Image/1920.png');
        background-repeat: repeat-x;
    }
}
.Adverting_ngang {
  
    overflow: hidden;
}
.TitleD {
    background-repeat: repeat-x;
    color: #1057ae;
    padding: 8px 10px !important;
    border: 1px solid #ddd;
    background-color: #e9e9e9;
}

.TieuDeD {
    color: #004175;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
}

.scn span {
    color: #f00;
    font-weight: bold;
    float: right;
}

.stv span {
    color: #292929;
    font-weight: bold;
    float: right;
}

.snn span {
    color: #ff9c00;
    font-weight: bold;
    float: right;
}

.sbp span {
    color: #2b880f;
    font-weight: bold;
    float: right;
}

.scat span {
    color: #be75dc;
    font-weight: bold;
    float: right;
}

.flash-box {
    width: 150px;
    height: 38px;
    position: relative;
    background: #c9302c;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

    .flash-box:before {
        content: "";
        position: absolute;
        right: -20px;
        bottom: -1px;
        width: 0;
        height: 0;
        border-left: 20px solid #c9302c;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
    }

    .flash-box p {
        margin: 0 0 10px;
    }