﻿body {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    min-width: 1000px;
    padding: 0;
}
* {
    box-sizing: border-box;
}
*::before, *::after {
    box-sizing: border-box;
}

*::before, *::after {
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.cclear {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
}
.full-container {
    width: 100%;
    clear: both;
    margin: 0 auto;
    margin-top:10px;
}
    .full-container:after, .container:after, .in-container:after, .full-container:before, .container:before, .in-container:before, .clear::before, .clear::after, .row::before, .row::after {
        content: " ";
        display: table;
        clear: both;
    }

.container {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
img {
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #000;
    transition: color 0.05s linear 0s;
    outline: none !important;
}

button {
    outline: none !important;
}

a:hover {
    color: #f00 !important; /*color: #d67505 !important;*/
    transition: all 0.2s ease-in-out 0s;
}

tbody {
    border: none;
}

strong, b {
    font-weight: 600;
}


.form-item, .form-actions {
    margin-bottom: 10px;
}

input[type=text], input[type=password], select, textarea {
    padding: 0 7px;
    -webkit-box-shadow: 0 1px 3px #e7e7e7 inset;
    -moz-box-shadow: 0 1px 3px #e7e7e7 inset;
    box-shadow: 0 1px 3px #e7e7e7 inset;
    box-sizing: border-box;
    font-family: "Open Sans", Arial;
    font-style: normal;
    color: #6d6d6d;
    font-size: 14px;
    border: 1px solid #ddd;
    width: 100%;
    height: 35px;
    line-height: 35px;
    outline: none !important;
}

.form-textarea {
    height: 75px;
}

.form-textarea-wrapper textarea {
    margin-bottom: 10px;
}

.form-submit, input[type=submit] {
    background: #015ab4;
    text-align: center;
    color: #fff !important;
    line-height: 35px;
    height: 35px;
    padding: 0 20px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Open Sans", Arial;
    margin-right: 10px;
}
    .form-submit:hover, input[type=submit]:hover {
        background: #3595f5;
        color: #fff !important;
    }
a.form-submit{
    display: inline-block;
}
.left {
    float: left;
}

.right {
    float: right;
}

.item .in-item {
    position: relative;
}
    .item .in-item .image{ overflow: hidden;}
    .item .in-item img {
        width: 100%;
        height: auto;
    }
    .item .in-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
.item:hover .node-title {
    color: #f00 !important;
}
.sts-ad img{ max-width: 100%;}
.sts-ad-normal img{ margin-bottom: 10px;}
.pager {
    text-align: center;
    width: 100%;
    clear: both;
    padding-top: 10px;
}


    .pager ul {
        margin: 0;
        padding: 0;
    }


        .pager ul li {
            display: inline-block;
            margin: 0 2px;
            color: #fff;
            height: 25px;
            line-height: 25px;
            text-align: center;
            background: #444443;
            font-size: 13px;
            overflow: hidden;
            border-radius: 4px;
            min-width: 25px;
        }

            .pager ul li.page-current {
                background: #015ab4;
                color: #fff;
                padding: 0 9px;
            }

            .pager ul li a {
                font-size: 13px;
                display: block;
                color: #fff;
                padding: 0 9px;
            }
/*wrap-header*/
.wrap-header{
    margin-bottom: 20px;
    margin-top: 0;
}
.wrap-header .container {
    border-bottom: 1px solid #4b4b4b;
}
#sts-ad-1 img{margin: 0;}
/*box-user*/
.box-user {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    border-radius: 5px;
}
.user-link a {
    color: #fff !important;
    display: inline-block;
    position: relative;
    padding: 3px 20px;
}
    .user-link a:hover {
        color: #f0a3a3 !important;
    }
    .user-link a:after {
        display: block;
        content: '';
        width: 1px;
        height: 15px;
        background: #fff;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .user-link a:first-child:after {
        display: none;
    }
/*wrap-footer*/
.wrap-footer .container {
    background: rgba(30,159,233,1);
    padding: 20px 10px;
}
.box-address-footer{
    float: left;
    max-width: 95%;
    color: #fff;
    padding-left: 20px;
}
    .box-address-footer p{ margin: 0;}
    /*------------*/
    .left-site {
        width: 22%;
        padding-bottom: 20px;
    }
.right-site {
    width: 78%;
    padding-left: 10px;
    padding-bottom: 20px;
}
.page-title {
    margin-top: 0;
    line-height: normal;
}
.wrap-content .container{
    min-height: 300px;
}

/*box-vanbanmoi*/
.box-vanbanmoi {
    margin-bottom: 20px;
}

    .box-vanbanmoi .box-title {
        padding-bottom: 5px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc;
        position: relative;
        float: left;
        width: 100%;
    }

        .box-vanbanmoi .box-title:before {
            display: block;
            content: "";
            position: absolute;
            bottom: -1px;
            left: 0;
            width: 70px;
            height: 2px;
            background: #f00;
        }

        .box-vanbanmoi .box-title a:first-child {
            color: #0073c8;
            display: block;
            text-transform: uppercase;
            font-size: 18px;
            font-weight: 600;
            float: left;
        }

        .box-vanbanmoi .box-title a:last-child {
            float: right;
            background: #0369ce !important;
            color: #fff;
            padding: 0 10px;
            border: 1px solid #ccc;
        }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.table-vbpl, .vbpl-content table {
    width: 100%;
    border: 1px solid #bababa;
}

    .table-vbpl thead {
        border-bottom: 2px solid #ccc;
    }

        .table-vbpl thead tr th {
            border-right: 1px solid #bababa;
            background: #edecec;
            text-align: center;
            padding: 8px 5px;
        }

    .table-vbpl tbody tr td, .vbpl-content table td {
        border-right: 1px solid #bababa;
        border-bottom: 1px solid #bababa;
        padding: 8px 5px;
        text-align: justify;
    }

        .vbpl-content table td:first-child {
            width: 20%;
            font-weight: 600;
        }

        .table-vbpl tbody tr td.col-title {
            width: 150px;
        }

        .table-vbpl tbody tr td.col-banhanh {
            width: 150px;
        }

.wrap-page-term-vbpl .table-vbpl tbody tr td.col-title {
    width: 80px;
}

.wrap-page-term-vbpl .table-vbpl tbody tr td.col-banhanh {
    width: 80px;
}

.wrap-page-term-vbpl .table-vbpl tbody tr td.col-donvi {
    width: 80px;
}

.wrap-page-term-vbpl .table-vbpl tbody tr td.col-danhmuc {
    width: 80px;
}

.wrap-page-term-vbpl .table-vbpl tbody tr td.col-linhvuc {
    width: 80px;
}
.box-searchvb {
    padding: 20px;
    background: #f1f1f1;
    border-radius: 3px;
    margin-bottom: 10px;
}

    .box-searchvb .form-item {
        margin-bottom: 10px;
    }

        .box-searchvb .form-item label {
            float: left;
            width: 25%;
        }

        .box-searchvb .form-item input, .box-searchvb .form-item select {
            float: left;
            width: 75%;
        }

    .box-searchvb .form-action {
        padding-left: 25%;
    }
.link-searchvbpl {
    background: #0073c8;
    color: #fff !important;
    padding: 5px 10px;
    display: block;
    float: right;
    margin-bottom: 20px;
}
.btn-hidden {
    display: none !important;
}
#srcroll-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 34px;
    color: #0073c8 !important;
    display: none;
}
.wrao-box-searchvn{
    margin-bottom: 30px;
}
.wrao-box-searchvn .box-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #0073c8;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

    .wrao-box-searchvn .box-title:before {
        display: block;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 70px;
        height: 2px;
        background: #f00;
    }

.wrao-box-searchvn .form-item {
    float: left;
    width: 50%;
    padding: 0 5px;
}
.wrao-box-searchvn input[type=submit] {
    width: auto;
}
.link-timnc{
    position: relative; top: 5px;  
}

/*box-sts-poll*/
.box-sts-poll {
    background: #fffce4;
    margin-bottom: 20px;
    float: left;
    width: 24%;
}

    .box-sts-poll .box-title {
        background: #0369ce;
        color: #fff;
        padding: 5px 10px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .box-sts-poll .box-conent {
        padding: 10px;
    }

        .box-sts-poll .box-conent .lead {
            font-size: 13px;
            line-height: normal;
            margin-bottom: 10px;
            color: #0369ce;
        }

    .box-sts-poll .box-footer {
        text-align: center;
        padding-bottom: 10px;
    }

        .box-sts-poll .box-footer .btn {
            font-size: 12px;
            padding: 1px 10px;
            background: #5cb85c;
            border: 1px solid #4cae4c;
            border-radius: 3px;
            color: #fff;
        }

        .box-sts-poll .box-footer .btn-ketqua {
            background: #f0ad4e;
            border: 1px solid #eea236;
        }
/*round-poll-result*/
.round-poll-result .poll-total {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
}

    .round-poll-result .poll-total span {
        font-weight: 600;
        color: #f00;
    }

.item-poll-result {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .item-poll-result:last-child {
        border-bottom: none;
    }

    .item-poll-result .poll-subtitle {
        width: 40%;
    }

    .item-poll-result .progess {
        width: 50%;
        background: #f5f5f5;
        border-radius: 4px;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
        overflow: hidden;
    }

        .item-poll-result .progess .progess-bar {
            background-color: #f0a3a3;
            background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
            background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #f0a3a3),color-stop(1, #f42323));
            background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
            position: relative;
            text-align: center;
        }

            .item-poll-result .progess .progess-bar span {
                color: #fff;
                font-size: 12px;
            }

            .item-poll-result .progess .progess-bar:after {
                content: "";
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent) );
                background-image: -moz-linear-gradient( -45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent );
                z-index: 1;
                -webkit-background-size: 50px 50px;
                -moz-background-size: 50px 50px;
                background-size: 50px 50px;
                -webkit-animation: move 2s linear infinite;
                -moz-animation: move 2s linear infinite;
                -webkit-border-top-right-radius: 8px;
                -webkit-border-bottom-right-radius: 8px;
                -moz-border-radius-topright: 8px;
                -moz-border-radius-bottomright: 8px;
                border-top-right-radius: 8px;
                border-bottom-right-radius: 8px;
                -webkit-border-top-left-radius: 20px;
                -webkit-border-bottom-left-radius: 20px;
                -moz-border-radius-topleft: 20px;
                -moz-border-radius-bottomleft: 20px;
                border-top-left-radius: 20px;
                border-bottom-left-radius: 20px;
                overflow: hidden;
            }

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

@-moz-keyframes move {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 50px 50px;
    }
}

.item-poll-result .poll-vote {
    width: 10%;
    float: left;
    text-align: right;
}

/*dialog*/
.ui-datepicker-title select {
    line-height: normal;
    height: auto;
    border-radius: 0;
    box-shadow: none;
}

.ui-datepicker th {
    padding: 0;
}

.ui-dialog, .ui-datepicker {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    border-color: #efefef;
    box-shadow: 1px 1px 20px -8px #313131;
}

    .ui-dialog .ui-dialog-titlebar, .ui-datepicker .ui-datepicker-header {
        background: #0073c8;
        color: #fff;
        border: none;
        border-radius: 0;
    }

    .ui-dialog .ui-dialog-content {
        font-size: 14px;
    }

.round-node-content {
    padding-bottom: 20px;
}

    .round-node-content .node-body {
        text-align: justify;
    }

        .round-node-content .node-body img {
            max-width: 100%;
            height: auto;
        }

        .round-node-content .node-body iframe {
            border: none !important;
            max-width: 100% !important;
            overflow: hidden;
        }

        .round-node-content .node-body table {
            max-width: 100%;
        }

            .round-node-content .node-body table.tbl-full-width {
                width: 100% !important;
            }

.round-tbl-full-width {
    width: 100%;
    overflow-x: auto;
}

.round-node-content .font-8, .round-node-content.font-8 * {
    font-size: 8pt !important;
}

.round-node-content .font-12, .round-node-content .font-12 * {
    font-size: 12pt !important;
}

.round-node-content .font-14, .round-node-content .font-14 * {
    font-size: 14pt !important;
}

.round-node-content .font-16, .round-node-content .font-16 * {
    font-size: 16pt !important;
}

.round-node-content .font-18, .round-node-content .font-18 * {
    font-size: 18pt !important;
}

.round-node-content .font-20, .round-node-content .font-20 * {
    font-size: 20pt !important;
}

.increa-font {
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 2px 5px;
}

    .increa-font:hover {
        background: #0073c8 !important;
        color: #fff !important;
        border-color: #0073c8;
    }

.wrap-page-node-article .page-title {
    line-height: normal;
    text-align: justify;
}

.wrap-page-node-article .right-site .video-viewed {
    margin-left: 10px;
}

.wrap-page-node-article .right-site .box-share {
    margin-bottom: 10px;
}

.wrap-page-node-article .right-site .node-lead {
    font-weight: 600;
    margin-bottom: 10px;
    text-align: justify;
}
/*tin khac*/
.item-tinkhac {
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .item-tinkhac:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .item-tinkhac .node-title {
        padding-left: 10px;
        position: relative;
        float: left;
        margin-right: 10px;
    }

        .item-tinkhac .node-title:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 4px;
            height: 4px;
            background: #0369ce;
        }

    .item-tinkhac .node-created {
        font-size: 13px;
        color: #777;
        font-style: italic;
    }

.box-tinlienquan {
    padding: 10px 0;
}

.item-tinlienquan .node-title {
    padding-left: 10px;
    position: relative;
    margin-right: 10px;
    font-weight: 600;
    font-size: 15px;
}

    .item-tinlienquan .node-title:before {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 10px;
        width: 4px;
        height: 4px;
        background: #0369ce;
    }
/*box-menu-left*/
.box-menu-left {
    margin-bottom: 10px;
}

    .box-menu-left .box-content > ul {
        display: none;
    }

        .box-menu-left .box-content > ul.sf-js-enabled {
            display: block;
        }

    .box-menu-left ul {
        margin: 0;
        padding: 0;
        background: #0073c8;
    }

        .box-menu-left ul li {
            list-style: none;
        }

    .box-menu-left .box-content ul li {
        border-bottom: 1px solid #015bb4;
        position: relative;
    }

        .box-menu-left .box-content ul li a {
            padding: 5px 5px 5px 20px;
            display: block;
            color: #fff !important;
        }

            .box-menu-left .box-content ul li a i {
                margin-top: 4px;
            }

        .box-menu-left .box-content ul li:hover > a {
            background: #015bb4;
            border-left: 3px solid #439bf1;
        }

    .box-menu-left .box-content > ul > li ul {
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 2;
    }

    .box-menu-left .box-content ul li ul li {
        min-width: 250px;
    }

.wrap-page-term-article .page-title, .wrap-page-term-vbpl .page-title, .wrap-page-hoidap .page-title, .wrap-page-faq .page-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
    color: #0073c8;
    display: block;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
}

    .wrap-page-term-article .page-title:before, .wrap-page-term-vbpl .page-title:before, .wrap-page-hoidap .page-title:before, .wrap-page-faq .page-title:before {
        display: block;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 70px;
        height: 2px;
        background: #f00;
    }

.item .in-item {
    position: relative;
}

    .item .in-item .image {
        overflow: hidden;
    }

    .item .in-item img {
        width: 100%;
        height: auto;
    }

.item .img-crop-w {
    overflow: hidden;
    position: relative;
}

    .item .img-crop-w img {
        height: 100%;
        width: auto;
        transform: translateX(-50%);
        position: absolute;
        left: 50%;
        top: 0;
    }

.item .img-crop-h {
    overflow: hidden;
    position: relative;
}

    .item .img-crop-h img {
        transform: translateY(-50%);
        position: absolute;
        left: 0;
        top: 50%;
    }

.item .in-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item:hover .node-title {
    color: #f00 !important;
}

/*item-article*/
.item-article {
    border-bottom: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .item-article .image {
        float: left;
        width: 27%;
        max-height: 140px;
    }

    .item-article .content-item {
        float: left;
        width: 73%;
        padding-left: 10px;
    }

    .item-article .node-title {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 5px;
        text-align: justify;
    }

    .item-article .node-lead {
        text-align: justify;
    }

.item-default-image .image {
    border: 2px solid #0073c8;
}

.box-tinchinh {
    float: left;
    width: 38%;
    padding-right: 10px;
    margin-bottom: 20px;
}

/*.box-tinchinh:nth-child(even) {
        padding-left: 8px;
        padding-right: 0;
    }*/

/*.box-tinchinh-chan {
    clear: left;
}
*/
.box-title-line .box-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

    .box-title-line .box-title:before {
        display: block;
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 70px;
        height: 2px;
        background: #f00;
    }

    .box-title-line .box-title, .box-title-line .box-title a {
        color: #0073c8;
        display: block;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
    }

.item-tinhchinh-first {
    margin-bottom: 10px;
}

    .item-tinhchinh-first .image {
        float: left;
        width: 45%;
        max-height: 139px;
    }

    .item-tinhchinh-first .content-item {
        float: left;
        width: 55%;
        padding-left: 10px;
    }

        .item-tinhchinh-first .content-item .node-title {
            font-weight: 600;
            text-align: justify;
        }

.item-tinhchinh {
    border-top: 1px solid #efefef;
    padding-top: 10px;
    margin-top: 10px;
}

    .item-tinhchinh .node-title {
        padding-left: 10px;
        position: relative;
        text-align: justify;
    }

        .item-tinhchinh .node-title:before {
            display: block;
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 4px;
            height: 4px;
            background: #0369ce;
        }
/*box-search*/
.box-search {
    top: 80px;
    border: 1px solid #a7a5a5;
    background: #fff;
    display: flex;
    right: 10px;
    position: absolute;
}

    .box-search input[type=text] {
        border: none;
        border-radius: 0;
        box-shadow: none;
        height: 25px;
        font-size: 13px;
        min-width: 200px;
    }

    .box-search button {
        border: none;
        background: #0073c8;
        color: #fff;
    }