﻿html, body, form {
    margin: 0;
    padding: 0;
}

body {
    background: #f5f5f5;
    color: #000;
    font-family: Arial !important;
    font-size: 14px;
    line-height: 150%;
}

a, a:visited {
    /*color: #2a9f45;*/
    text-decoration: none;
}

    a:hover {
        color: #368bcb;
        text-decoration: none;
    }

    a img {
        border-width: 0;
    }

input, select, textarea, .inputbox {
    font-size: 100%;
    border: 1px solid #D1D7D5;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
    margin: 0;
}

h3 {
    padding: 0;
    margin: 0;
}

div#main-body {
    box-shadow: 0 0 10px #ccc;
    padding: 0;
}
  /*chinh sua*/
.visible-md div.main-menu {
    /*background: #2A9F45;
    height: 31px;*/
}

    /*.visible-md div.main-menu ul {
        margin: 0;
        float: left;
        padding: 0;
        border-top:none !important;
    }*/

        /*.visible-md div.main-menu ul li {
            background: url("images/bg-li-menu.png") no-repeat scroll right center rgba(0, 0, 0, 0);
            display: inline-block;
            padding-left: 22px;
            padding-right: 22px;
            position: relative;
        }*/

            .visible-md div.main-menu ul li.last {
                background: none;
            }

            /*.visible-md div.main-menu ul li a {
                color: #fff;
                font-size: 12px;
                font-weight: bold;
                line-height: 31px;
            }*/

                .visible-md div.main-menu ul li a:hover {
                    color: #ffc601;
                }

            .visible-md div.main-menu ul li ul li a {
                color: #fff;
            }

                .visible-md div.main-menu ul li ul li a:hover {
                    color: #ffc601;
                }

            .visible-md div.main-menu ul li a.home {
                background: url("images/bg-home.png") no-repeat scroll left 7px rgba(0, 0, 0, 0);
                display: block;
                padding-left: 29px;
            }

            /*.visible-md div.main-menu ul li ul {
                background: none repeat scroll 0 0 #f0f0f0;
                box-shadow: 3px 6px 7px 1px rgba(0,0,0,0.1);
                border-radius: 0 0 3px 3px;
                left: 0;
                position: absolute;
                width: 252px;
                display: none;
                z-index: 9999;
            }*/

            /*.visible-md div.main-menu ul li:hover ul {
                display: block;
            }*/

            .visible-md div.main-menu ul li ul li {
                background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
                border-top: 1px solid #fff;
                display: block;
            }

                .visible-md div.main-menu ul li ul li a {
                    line-height: 35px;
                }

div.search {
    background: none repeat scroll 0 0 #fff;
    float: right;
    height: 25px;
    margin-right: 3px;
    margin-top: 3px;
    width: 120px;
    -webkit-transition: width .35s ease-in-out;
    transition: width .35s ease-in-out;
}

    div.search .search_terms {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: medium none;
        color: black;
        float: left;
        height: 23px;
        margin-left: 5px;
        width: 100px;
    }

    div.search .btn-search {
        /*background: url("images/bg-search.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
        border: medium none;
        float: right;
        height: 20px;
        margin-right: 3px;
        margin-top: -20px;
        width: 22px;
    }

div.main-content {
    /*padding-top: 10px;*/
}

div.left-content {
}

.no-index .right-content-1 {
    padding: 0px;
    background: #fdfdfd;
}

div.left-content div.menu-left ul li {
    background: url("images/bg-li-left.png") no-repeat scroll 10px 12px rgba(0, 0, 0, 0);
    border-bottom: 1px solid #fff;
    padding: 8px 10px 5px 25px;
    position: relative;
}

    div.left-content div.menu-left ul li a {
        color: #333;
        display: block;
        font-family: arial;
        font-size: 12px;
        font-weight: bold;
    }

        div.left-content div.menu-left ul li a.about:visited {
            color: #428bca;
        }

        div.left-content div.menu-left ul li a:hover {
            color: #006cb7;
        }

    div.left-content div.menu-left ul li ul {
        left: 230px;
        position: absolute;
        top: -1px;
        width: 230px;
        z-index: 9999;
        display: none;
    }

    div.left-content div.menu-left ul li:hover ul {
        display: block;
    }

    div.left-content div.menu-left ul li ul li {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        border-left: 1px solid #fff;
        list-style-type: none;
        padding-left: 15px;
    }

        div.left-content div.menu-left ul li ul li a {
            font-weight: normal;
        }

div.right-content {
}

div.webwidget_slideshow_dot div.desciption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 75px;
    position: absolute;
    width: 100%;
}

    div.webwidget_slideshow_dot div.desciption a {
        color: #fff;
        padding: 22px 18px;
        display: block;
        font-size: 12px;
    }

div.right-content-1 {
    /*padding: 0 6px !important;*/
}

div.right-content-2 {
    /*padding-right: 0;*/
}

h3.title-item {
}

h3.title-vanban {
    background: url("images/bg-h3-title-1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding-bottom: 7px;
    padding-left: 15px;
    max-width: 200px;
}

div.right-content-2-detail {
    border: 1px solid #efefef;
    border-top: none;
    padding: 0 10px;
    text-align: justify;
    /*height: 120px;*/
}

.legal-table a {
    color: blue;
}

.legal-other .left-body-module p {
    border-bottom: 1px dotted #ccc;
    padding: 5px 0;
}

div.right-content-2-detail ul li {
    border-bottom: 1px dotted #ccc;
    padding-top: 5px;
}

.attachment {
    padding: 10px;
}

.title {
    font-weight: bold;
    padding: 10px 0;
}

.legal-attr {
    font-weight: bold;
}

div.right-content-2-detail ul li a {
    /*background: url("images/icon1.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);*/
    display: block;
    height: 52px;
    margin-top: 0;
    overflow: hidden;
    /*padding-left: 12px;*/
}

    div.right-content-2-detail ul li a:hover {
        color: #ff0000;
        /*background: url("images/icon2.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);*/
    }

div.right-content-2-detail ul li.last {
    border: none;
}

.clr {
    clear: both;
}

div.baner-center {
    /*padding: 10px 15px 10px 0;*/
    margin-top: 10px !important;
}

.baner-center img {
    width: 100%;
}

div.gallery-center {
    padding: 0px 0px 10px 0;
    margin-left: 0px !important;
}

div.tin-tuc {
    width: 100%;
}

    div.tin-tuc h3.title-tintuc {
        background: none repeat scroll 0 0 #f0f0f0;
        border-bottom: 3px solid #2a9f45;
        position: relative;
    }

        div.tin-tuc h3.title-tintuc span {
            background: url("images/bg-title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
            color: #fff;
            display: block;
            font-size: 12px;
            padding-left: 20px;
            width: 100%;
            line-height: 30px;
            font-weight: bold;
            font-family: tahoma;
        }

            div.tin-tuc h3.title-tintuc span a {
                color: #fff;
                font-weight: bold;
            }

        div.tin-tuc h3.title-tintuc .span_act {
            background: url("images/bg-title.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
        }

div.detail-tintuc {
    border: 1px solid #A3A3A3;
    padding: 10px;
    margin-left: 0px !important;
}

div.left-tintuc {
    padding: 0;
}

    div.left-tintuc h3.title {
        font-size: 18px;
        margin: 10px auto;
    }

    div.left-tintuc img {
        width: 97.8%;
    }

div.right-tintuc {
    margin-top: -10px;
}

div.right-tintuc-items img {
    height: 100% !important;
    /*padding-right: 10px;*/
     }
div.right-tintuc-items3 img {
    height: 100% !important;
    /*padding-right: 10px;*/
    max-width: 150px;
     }
.about-image {
    float: left;
    margin-right: 10px;
     background: #CCCCCC none repeat scroll 0 0;
    /*margin-right:10px;*/
}

    .about-image img {
        height: 90px !important;
    }

.about-text {
    min-height: 72px;
    text-align: center;
}

.about-title {
    min-height: 0 !important;
    font-weight: bold;
}

div.right-tintuc-items {
    text-align: center;
    border-bottom: 1px dotted #333;
    padding-top: 10px;
    width: 100%;
    color: #000 !important;
    float: left;
}
div.right-tintuc-items3 {
    text-align: center;
    border-bottom: 1px dotted #333;
    padding: 10px;
    width: 100%;
    color: #000 !important;
     min-height:120px;
}

.right-tintuc-items a p {
    min-height: 50px;
}

div.right-tintuc-items-first {
    padding-top: 0;
}

div.right-tintuc-items-last {
    border: medium none;
    padding-bottom: 0;
}
.right-tintuc-items3 a p {
    min-height: 50px;
}

div.right-tintuc-index-items img {
    float: left;
    height: 60px;
    padding-right: 10px;
}

div.right-tintuc-index-items {
    border-bottom: 1px dotted #333;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
    height: 80px;
    color: #000 !important;
}

.right-tintuc-index-items a p {
    min-height: 50px;
}

div.right-tintuc-index-items-first {
    padding-top: 0;
}

div.right-tintuc-index-items-last {
    border: medium none;
    padding-bottom: 0;
}

div.giai-dap-detail {
    border: 1px solid #efefef;
    text-align: justify;
}

    div.giai-dap-detail div.row1 {
        background: #fff;
        border-bottom: 1px solid #efefef;
        padding: 10px;
    }

    div.giai-dap-detail div.row2 {
        background: #f7f7f7;
        border-bottom: 1px solid #efefef;
        padding: 10px;
    }

    div.giai-dap-detail a {
        color: #005eae;
        /*background: url("images/icon3.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);*/
        padding-left: 10px;
    }

div.module {
    padding-bottom: 10px;
}

.module img {
    width: 100%;
}

h3.title-module {
    background: none repeat scroll 0 0 #2A9F45;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    padding-left: 15px;
    text-transform: uppercase;
    font-family: Tahoma;
    font-weight: bold;
}

div.left-body-module {
    background: #f0f0f0;
    padding: 0 10px;
}

#lien-ket {
    width: 200px;
}

div.tintuc-2-item {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: justify;
}

div.intro-1 {
    overflow: hidden;
    padding-top: 5px;
}

a.xemthem {
    /*background: url("images/more.jpg") no-repeat scroll right center rgba(0, 0, 0, 0);*/
    color: #299E66;
    font-size: 12px;
    font-weight: normal;
    padding-right: 10px;
    position: absolute;
    right: 10px;
    top: 5px;
}

div.footer {
    /*background: #3498db;*/
    /*background: url(/app-data/fontend/images/main_menu_bg2.png);*/
    background-color: #368bcb;
    margin-left: 0px !important;
}
.linkcat {
        color: #006cb7;
        font-size: 12px;
        font-weight: normal;
    }

        .linkcat ul li:not(:first-child) {
            display: none;
            background: #68c6f1 none repeat scroll 0 0;
            color: black;
            padding: 8px 8px 8px 8px;
            border-bottom: 1px solid gray;
        }   

        .linkcat ul li:hover {
            background-color: #91CDF2;
        }

        .linkcat ul li a:hover {
            font-weight: bold;
            color: #E03837 !important;
        }

        .linkcat:hover ul li:not(:first-child) {
            display: block;
        }

        .linkcat a {
            color: #000;
        }

        .linkcat span {
            color: #000;
        }
@media (min-width: 1170px) {
     .mobileclass {
        padding-left: 15px !important;
        margin-top: 0px !important;
    }
    .divTinMoi {
        height: 286px;
        /*margin-left:-15px;*/
    }

    .divTieuDeTinMoi {
        height: 286px;
        margin-left: 0px;
        margin-top: 0px;
    }

    div.menu-footer {
        height: 32px;
        border-bottom: 1px solid #ccc;
    }

        div.menu-footer ul {
            float: left;
        }

            div.menu-footer ul li {
                display: inline-block;
            }

                div.menu-footer ul li a {
                    border-left: 1px solid #fff;
                    color: #fff;
                    display: block;
                    line-height: 11px;
                    margin-top: 12px;
                    padding-left: 20px;
                    padding-right: 20px;
                }

                div.menu-footer ul li.first a {
                    border: none;
                }

    a.lentop {
        /*background: url("images/len-top.png") no-repeat scroll right center rgba(0, 0, 0, 0);*/
        color: #fff;
        float: right;
        margin-right: 15px;
        margin-top: 9px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    div.menu-footer {
        height: 32px;
        border-bottom: 1px solid #ccc;
    }

        div.menu-footer ul {
            float: left;
        }

            div.menu-footer ul li {
                display: inline-block;
            }

                div.menu-footer ul li a {
                    border-left: 1px solid #fff;
                    color: #fff;
                    display: block;
                    line-height: 11px;
                    margin-top: 12px;
                    padding-left: 8px;
                    padding-right: 8px;
                }

                div.menu-footer ul li.first a {
                    border: none;
                }

    a.lentop {
        /*background: url("images/len-top.png") no-repeat scroll right center rgba(0, 0, 0, 0);*/
        color: #fff;
        float: right;
        margin-right: 8px;
        margin-top: 9px;
        padding-right: 8px;
    }
}

div.footer div.info {
    padding: 10px 10px 10px 20px;
}

    div.footer div.info p {
        color: #fff;
        line-height: 23px;
        margin: 0;
    }

li.last {
    padding: 0 10px !important;
}

#map {
    width: 192px;
    height: 192px;
}

div.giai-dap {
    padding: 10px 0;
}

div.right-content-2-map {
    padding-top: 10px;
}

.header .header-background {
    padding: 0;
    margin-bottom: 2px;
    border-top: 2px solid #fff;
    margin-left: 0px !important;
    padding-right: 0px !important;
}

.header .header-sitename {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    font-family: Arial;
    text-shadow: 2px 2px #000;
    float: right;
    margin-right: 50px;
    padding: 50px 0;
}

.logo {
    background: url('../images/icons/logo.png');
}

.lien-ket .left-body-module {
    padding: 10px;
}
/*Slideshow bootstrap*/
/* jssor slider bullet navigator skin 01 css */
/*
.jssorb01 div           (normal)
.jssorb01 div:hover     (normal mouseover)
.jssorb01 .av           (active)
.jssorb01 .av:hover     (active mouseover)
.jssorb01 .dn           (mousedown)
*/
.jssorb01 {
    position: absolute;
}

    .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
        position: absolute;
        /* size of bullet elment */
        width: 12px;
        height: 12px;
        filter: alpha(opacity=70);
        opacity: .7;
        overflow: hidden;
        cursor: pointer;
        border: #000 1px solid;
    }

    .jssorb01 div {
        background-color: gray;
    }

        .jssorb01 div:hover, .jssorb01 .av:hover {
            background-color: #d3d3d3;
        }

    .jssorb01 .av {
        background-color: #fff;
    }

    .jssorb01 .dn, .jssorb01 .dn:hover {
        background-color: #555555;
    }

/* jssor slider arrow navigator skin 05 css */
/*
.jssora05l                  (normal)
.jssora05r                  (normal)
.jssora05l:hover            (normal mouseover)
.jssora05r:hover            (normal mouseover)
.jssora05l.jssora05ldn      (mousedown)
.jssora05r.jssora05rdn      (mousedown)
*/
.jssora05l, .jssora05r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('img/a17.png') no-repeat;
    overflow: hidden;
}

.jssora05l {
    background-position: -10px -40px;
}

.jssora05r {
    background-position: -70px -40px;
}

.jssora05l:hover {
    background-position: -130px -40px;
}

.jssora05r:hover {
    background-position: -190px -40px;
}

.jssora05l.jssora05ldn {
    background-position: -250px -40px;
}

.jssora05r.jssora05rdn {
    background-position: -310px -40px;
}

/* jssor slider thumbnail navigator skin 09 css */

.jssort09-600-45 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 750px;
    height: 45px;
}

.jssort09-600-45 .t {
    font-family: verdana;
    font-weight: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 45px;
    font-size: 16px;
    padding-left: 10px;
}

/*.responsive_menu ul li.expanded a::after { content: " >";}*/
/*.responsive_menu ul li.expanded ul li a:after { content: "";}*/

.responsive_menu ul li.expanded ul {
    display: none;
}

.responsive_menu ul.main_menu > li > ul {
    padding-left: 20px;
    width: 100%;
}

.responsive_menu ul.main_menu li ul li:first-child {
    border-top: none !important;
}

.responsive_menu ul.main_menu li ul li {
    border-top: 1px solid #A3A3A3 !important;
    background-color: transparent !important;
}

.responsive_menu ul.main_menu {
    padding-top: 0px !important;
}

.responsive_menu ul.main_menu > li {
        border-top: 1px solid #A3A3A3 !important;
        padding: 0 30px;
        line-height: 40px;
        font-size: 14px;
    }
.responsive_menu ul.main_menu > li > a,.responsive_menu ul.main_menu > li ul>li > a{
    display:block;
}
    .responsive_menu ul.main_menu > li > a:hover, .responsive_menu ul.main_menu li ul li>a:hover {
        color:#f2670b;
        /*background-color:#006cb7;*/
    }
.responsive_menu ul.main_menu > li:hover{
    background-color:rgba(211, 211, 211, 0.79);
    color:#f2670b !important;
}
.responsive_menu ul.main_menu > li > a, .responsive_menu ul.main_menu > li > ul > li > a {
            color: #000;
        }

.pagination > li > a {
    height: 26px;
    border-radius: 0 !important;
}

.disabled {
    display: none !important;
}

@media (min-width: 1025px) {
     .mobileclass {
        padding-left: 15px !important;
        margin-top: 0px !important;
    }
    
    .rightIndex {
        padding: 0 !important;
    }

    .divTinMoi {
        height: 352px;
    }

    .divTieuDeTinMoi {
        height: 352px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .right-tintuc {
        margin-left: 0px;
    }
    .divright {
        padding-left: 15px;
    }
}

@media (min-width:320px) {
    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobileclass {
        padding: 0px;
        margin-top: 25px;
    }

    .rightIndex {
        padding: 0 !important;
    }

    .divTinMoi {
        height: 352px;
    }

    .divTieuDeTinMoi {
        width: 100%;
        height: 352px;
        margin-left: -15px;
        margin-top: 10px;
    }

    .divright {
        padding-left: 0px;
    }

    /*.right-tintuc {
        margin-left: -10px;
    }*/
    /*.menu-footer{           
          display:none;
          
        }*/
    figure.image>img{
        height: auto;
        max-width: 100%;
    }
    .mobile-thongbao{
        padding: 0;
    }
    /*.right-tintuc{
        padding-left: 10px;
    }*/
    .FistThongBao{
        padding: 0;
    }
}


@media (min-width: 992px) {
    
    .rightIndex {
        padding-left: 10px !important;
    }

    .divTinMoi {
        height: 286px;
    }

    .divTieuDeTinMoi {
        height: 286px;
        margin-left: -15px;
        margin-top: 10px;
    }

   .right-tintuc {
        margin-left: 0px;
    }
     .about-image2 {
    /*float: left;*/ 
    background: #CCCCCC none repeat scroll 0 0;
    /*margin-right:10px;*/
    text-align: center;
    height:75%;
    width:100%;
    
    /*margin-right: 10px;*/
   }
     .about-image2 img {
        height: 100% !important;
        max-width: 100%;
    }
    .about-image3 {
        float: left; 
        background: #CCCCCC none repeat scroll 0 0;
        margin-right:10px;
        text-align: center;
        height:100px;
        width:150px;

    }
    .about-image3 img {
        height: 90px !important;
    }
    figure.image>img{
        height: auto;
        max-width: 100%;
    }
    .divright {
        padding-left: 15px;
    }
    .mobileclass {
        padding-left: 15px !important;
        margin-top: 0px !important;
    }

    .divTinMoi {
        height: 286px;
    }

    .divTieuDeTinMoi {
        height: 286px;
        margin-left: 0px;
        margin-top: 0px;
    }

    .right-tintuc {
        margin-left: 0px;
    }
    .FistThongBao{
        padding: 0 10px 0 0;
    }
}

@media (min-width: 1200px) {
    .mobileclass {
        padding-left: 15px !important;
        margin-top: 0px !important;
    }

    .divTinMoi {
        height: 352px;
    }

    .divTieuDeTinMoi {
        height: 352px;
        margin-left: 0px;
        margin-top: 0px;
    }
    .divright {
        padding-left: 5px;
    }
    .FistThongBao{
        padding: 0 10px 0 0;
    }
}

.detail-content {
    padding: 0px;
}

    .detail-content .detail-content-text {
        min-height: 350px;
        padding: 10px !important;
    }

.tieudiem_content {
    width: 100%;
    height: 184px;
    margin-top: 10px;
    overflow-x: auto;
    overflow-y: hidden;
}

.tieudiem_content_item {
    /*background-color: #555555;*/
    float: left;
         width: calc(25% - 6px);
         height: 100%;
         margin-right: 6px;
}

    .tieudiem_content_item a span {
        margin-left: 5px;
        color: #000;
    }

.icon-category {
    width: 40px;
    float: left;
}
.rainbow-title
{
    text-align:left;
	height:38px;
    display: table;
    padding-left: 10px;
}
/*.rainbow-title span {
    vertical-align: bottom;
    display: table-cell;
    font-weight: bold;
    color: #299d06;
    font-family: cursive;
    font-size: 18px;
}*/
figcaption {
    padding-bottom: 10px;
    padding-top: 5px;
}
.about-text h1 {
    color: #000;
    font: 400 23px/30px arial;
    margin: 5px 0 10px;
}
.about-text h4 {
    color: #000;
    font-size: 14px;
    margin: 5px 0 10px;
    font-weight: bold;
    line-height: 1.3;
}
.breadcrum{
    margin-left:10px;
    margin-bottom:5px;
    color: #3c8dbc;
}
.breadcrum a:hover {
    font-weight: lighter;
    font-weight: bold;
        
}
.breadcrum a.default {
    color: black !important;
    font-weight: initial !important;
}
.breadcrum i{
    color:#333333;
    padding-right:3px;
}
.nav-pagination{
    text-align: right;
}
@media(min-width: 993px) {
    .div-wrapper {
        padding: 0 0 0 15px !important;
    }

    .content_div_tintuc {
        margin-top: 10px;
        float: left;
        padding: 0 5px 0 0 !important;
    }

    .mobileclass {
        padding-left: 15px !important;
        margin-top: 0px !important;
    }

    .div-tintuc {
        float: left;
        padding: 0 !important;
        width: 100%;
    }

    .div-right-main {
        float: left;
    }
}
.collap{
    cursor:pointer;
}
.div_collap a{
    font-size:14px;
    color: #3c8dbc;
}
.div_collap a:hover {
    color: #000;
}
.glyphicon {
    font-size: 14px;
    color: #eebd31;
    /*color:#707070;*/
}
.glyphicon-file{
    font-size: 14px;
    color: #FFD96C;
    /*border: 1px solid black;*/
    /*border-width:1px;
    border-color:#858585;*/
}
#maps {
    height: 300px;
    width: 100%;
}

.infoWindowContent {
    font-size: 14px !important;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

h2 {
    margin-bottom: 0;
    margin-top: 0;
}

#menu ul li a:hover .arrow_box {
        display: block;
    }
    .main-menu {
        /*max-width: 1200px;*/
        margin: auto;
        /*border-radius: 13px;*/
        margin-top: -30px;
        position: relative;
        z-index: 99;
    }
    #menu {
        height: 45px;
        line-height: 34px;
        width: 100%;
        /*border-radius: 4px;*/
        position: relative;
        /*background: url(http://HTAkhoinguyen.net/templates/default/images/main_menu_bg.png);*/
    }
    #menu ul li.line {
        /*background: url(http://HTAnhanh247.com/images/menu_gach.png) center no-repeat;*/
        background-color:rgba(223, 240, 216, 0.52);
        height: 34px;
        width: 1px;
    }
    #menu ul li {
        float: left;
        position: relative;
        z-index: 50;
    }

    #menu ul li a {
        color: #ffffff;
        font-size: 12px;
        font-size: 16px;
        padding: 5px 15px;
        text-decoration: none;
        font-family: inherit;
        /*text-transform: uppercase;*/
        display: block;
        /*font-family: 'Time New Roman';*/
    }
    #menu ul li:hover {
             background-color: #337ab7;
    }
    #menu ul li ul li a {
        color: #5e5e5e;
        font-size: 17px;
        padding: 0px 32px;
        text-decoration: none;
        /*text-transform: uppercase;*/
        display: block;
        font-family: 'Time New Roman';
    }
    #menu ul li ul li a:hover {
        font-weight: bold;
        color: #0197d7;
        background: #f1f4fb;
    }
    #menu ul li ul li {
        margin-top: -4px;
        width: 253px;
        line-height: 1.5;
        background-color: #ffffff;
        border-bottom: 2px solid #fff;
    }
    #menu ul li:hover .arrow_box {
        display: block;
    }
    #menu ul li .arrow_box {
        display: none;
        /*background: url(app-data/fontend/images/icons/icon-hover.png) no-repeat scroll 0 0 transparent;*/
        padding: 6px;
        position: absolute;
        bottom: -6px;
    }

    #search {
        position: absolute;
        right: 2%;
        top: 15%;
        background: #fff;
        border-radius: 2px;
        height: 25px;
    }
    #search input {
        padding: 0px 10px;
        float: left;
        margin-top: 5px;
        height: 22px;
        border: none;
        background: none;
        width: 180px;
        outline: none;
        color: #fff;
        font-style: italic;
    }
    #search i {
        float: right;
        margin-right: 5px;
        margin-top: 6px;
        color: #fff;
        font-size: 14px;
    }


    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 13px;
        text-align: left;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0,0,0,0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        box-shadow: 0 6px 12px rgba(0,0,0,0.175);
        background-clip: padding-box;
    }
    #menu ul li:hover .dropdown-menu {
        display: block;
    }
    /*css menu left*/
    .menuleft h3 {
        /*background: #3498DB;*/
        /*background: url(/app-data/fontend/images/main_menu_bg2.png);*/
        background-color: #368bcb;
        color: #FFF !important;
        font-weight: bold;
        text-transform: uppercase;
        transition: all 0.5s ease 0s;
        font-family: inherit;
        font-size: 12px !important;
        display: block;
        position: relative;
        margin: 0;
        padding: 9px 27px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        border-bottom: solid 1px #fff;
        font-weight: bold;
        /*border-top-left-radius: 4px;
        border-top-right-radius: 4px;*/
    }

    .menuleft ul {
        list-style: none;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        line-height: 1;
        background-clip: padding-box;
        /*background-color: #F8FCFD;*/
         /*background: url(/app-data/fontend/images/left_menu.png);*/
        border-left: 1px solid rgba(0, 0, 0, 0.15);
        border-right: 1px solid rgba(0, 0, 0, 0.15);
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    }

        .menuleft ul li {
            display: block;
            position: relative;
            margin-left: 5px;
            padding: 0;
            border-bottom: solid 1px #e5e5e5;
            background-repeat: no-repeat;
            background-position: left center;
        }

            .menuleft ul li a {
                display: block;
                font-family: inherit;
                position: relative;
                margin: 0;
                padding: 11px 20px;
                text-decoration: none;
                font-size: 13px;
                border-bottom: solid 1px #fff;
                font-weight: bold;
            }


    .httt {
        margin-top: 10px;
    }

    .moduletable_httt h3 {
        /*background: #3498DB;*/
        /*background: url(/app-data/fontend/images/main_menu_bg2.png);*/
        background-color: #368bcb;
        color: #FFF !important;
        font-weight: bold;
        text-transform: uppercase;
        transition: all 0.5s ease 0s;
        font-family: arial;
        font-size: 14px !important;
        display: block;
        position: relative;
        margin: -1px;
        padding: 9px 27px;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        border-bottom: solid 1px #fff;
        font-weight: bold;
        /*border-top-left-radius: 4px;
        border-top-right-radius: 4px;*/
    }

    .ja-box-ct {
        border: 1px solid #ccc;
        line-height: 200%;
    }
    /*css index*/
        .panel-info {
        border-color: #3498db !important;
    }
    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
        box-shadow: 0 1px 1px rgba(0,0,0,.05);
    }
    .panel-body {
        padding: 5px;
    }
    .hinhhome {
        text-align: center;
        display: block;
        padding: 4px;
        margin-bottom: 20px;
        line-height: 1.428571429;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 4px;
        /*width: 258px;*/
        height: 250px;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .hinhhome img {
        height: 189px;
        border-style: solid;
        border-width: 1px;
        border-color: #ddd;

    }
    .hinhhome p {
        font-size: 13px;
    }
    .box_item {
        width: 24%;
        margin: 0% 1% 1% 0%;
        text-align: center;
        float: left;
    }
    @media screen and (max-width: 1200px) {
          .col-md-9 {
            width: 70% !important;
        }
           .hinhhome {
            height: 194px;
        }
           .hinhhome img {
            height: 142px;
        }
        .hinhhome p {
        font-size: 11px;
        }
    }
    @media screen and (max-width: 991px) {
        .box_item{
            width:32%;
        }
        .hinhhome {
            height: 266px;
        }
        .hinhhome img {
            height: 210px;
        }
         .col-md-9 {
            width: 100% !important;
        }
          .hinhhome p {
        font-size: 11px;
        }
    }
    @media screen and (max-width: 460px) {
        .box_item{
            width:49%;
        }
        .hinhhome {
            height: 235px;
        }
        .hinhhome img {
            height: 177px;
        }
        .col-md-9 {
            width: 100% !important;
        }
    }
    @media screen and (max-width: 360px) {
        .box_item{
            width:49%;
        }
        .hinhhome {
            height: 188px;
        }
        .hinhhome img {
            height: 136px;
        }
        .col-md-9 {
            width: 100% !important;
        }
    }
    .text {
        margin-top: 10px;
        margin-bottom: 2px;
    }
    .gia span {
        color:#ff0000;
    }
