﻿.body {
    font: normal 13px Arial, Helvetica, sans-serif !important;
    color: #333;
    margin: 0 auto;
    background-color: #f5f3f3;
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

    a:hover,
    a:focus,
    a:active {
        text-decoration: none;
    }

@media(max-width: 1016px) {
    .container {
        width: 100%;
    }
}
/*==================HEADER=================*/
header {
    width: 100%;
    float: left;
}
/*==================TOP-CONTAINER=================*/
.top-container {
    margin-bottom: 0px;
    width: 100%;
    background: #f6f5f5;
    padding: 5px 10px;
}

    .top-container p {
        color: #034ea2;
        font: bold 13px Arial, Helvetica, sans-serif;
        margin: 0 0 0px;
    }
/*================== TOP-CONTAINER=================*/

/*================== BANNER =================*/
.banner {
    overflow: hidden;
}

    .banner img {
        width: 100%;
    }

/*==================END BANNER =================*/

/*==================search=================*/

#main-nav .search {
    position: absolute;
    right: 10px;
    top: 4px;
}

#main-nav .input-search {
    background-color: rgba( 255,255,255,0.85 );
    padding: 5px;
    padding-right: 30px !important;
    height: 26px;
    border: 1px solid #a7a5a5;
    position: absolute;
    top: 0px;
    right: 0px;
}

#main-nav .icon-search {
    width: 25px;
    height: 22px;
    display: block;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
}

@media(max-width: 991px) {
    .banner .search {
        position: absolute;
        bottom: -14px;
        right: 65px;
    }

    #main-menu1 {
        width: 100%;
    }

    #main-nav .search {
        position: absolute;
        right: 70px;
        top: 12px;
    }
}

@media(max-width: 415px) {
    .search {
        display: none !important;
    }

    .search1 {
        display: block !important;
    }

        .search1 .input-search {
            width: 100%;
            height: 26px;
            position: relative;
            padding-right: 36px;
            padding-left: 5px;
        }

    .search1 {
        position: relative;
        margin-top: -2px;
        margin-bottom: -2px;
    }

        .search1 img {
            position: absolute;
            right: 0;
            top: 2px;
            height: 26px;
        }
}

/*==================MAIN-MENU=================*/
.main-menu {
    background: #034ea2;
    min-height: 34px;
}

    .main-menu li a {
        color: #fff;
    }

    .main-menu .list-inline.left li a {
        padding: 10px 14px;
        text-transform: uppercase;
        font: bold 12px Arial, Helvetica, sans-serif;
        display: block;
        color: #fff;
    }

    .main-menu .fa-home {
        font-size: 18px;
    }

    .main-menu .list-inline.left {
        float: left;
    }

    .main-menu .list-inline.right {
        float: right;
        padding-top: 7px;
        padding-right: 0;
    }

        .main-menu .list-inline.right .mic-icon {
            width: 18px;
            height: 18px;
            margin-right: 5px;
            display: block;
            float: left;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            color: white;
            text-align: center;
            background: #067df6;
        }

        .main-menu .list-inline.right li {
            float: right;
        }

            .main-menu .list-inline.right li a {
                font-size: 15px;
            }

    .main-menu .list-inline li a:hover {
        background: #439bf2;
        text-decoration: none;
    }

.list-inline li, .list-inline li:hover {
    margin-right: -4px;
}

.list-inline > li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}

#main-nav {
    padding-right: 0;
    position: relative;
}

.sm-simple {
    background: #034ea2;
    border: 0;
    box-shadow: none;
}

    .sm-simple > li {
        border-left: 0;
    }

    .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
        padding: 8px 10px;
    }

        .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
            font-family: Arial, Helvetica, sans-serif !important;
            height: 33px;
        }

            .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
                background: transparent;
                color: #fff;
            }

@media(min-width: 768px) {
    .content-left {
        width: 20% !important;
    }
}

@media(max-width: 767px) {
    .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
        background: transparent;
        color: #fff;
    }
}

.main-menu .mic-icon {
    background: #067df6;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    display: block;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    text-align: center;
}

#main-menu1 li {
    float: left;
}

@media (max-width: 991px) {
    #main-menu li:last-child .child-menu.sub-child {
        margin-bottom: 10px;
    }

    .navbar-toggle {
        display: block;
    }

    .main-menu {
        min-height: 50px;
    }

    #main-menu1 li {
        width: 100%;
    }

    #main-menu {
        padding-left: 20px;
        padding-right: 5px;
    }

        #main-menu li {
            float: left;
        }

    .navbar-header {
        float: right;
    }

    #main-menu, #main-menu1, #main-menu2 {
        display: none;
    }

    .sm-simple ul {
        background: white !important;
    }

    #main-menu li a {
        padding-left: 0;
    }
}

@media(max-width: 767px) {
    .content-tin-hoatdong .list-tin {
        padding-left: 0;
    }

    .content-tin-hoatdong .hot-tin {
        width: 100%;
    }

    .content-tin-hoatdong-left .content-tin-hoatdong .list-tin {
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .main-menu {
        position: relative;
    }

    .icon-menu-mobile {
        display: block;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 14px;
        left: 20px;
    }

    .sidebar {
        display: none;
    }

    .imgs-right img {
        height: 90px;
        width: 50%;
        float: left;
    }

    .imgs-left img {
        width: 50% !important;
    }

    .content-left {
        width: 0;
    }

    .content-center {
        width: 100% !important;
    }

    .content-right-thongbao {
        width: 100% !important;
    }
}
/*==================END MENU=================*/

/*==================CONTENT LEFT=================*/

/***** MENU LEFT****/
.sidebar {
    float: none !important;
    margin-bottom: 5px !important;
    border-radius: 3px;
    display: block;
    border: 2px solid #034ea2;
    padding: 0;
}

.metismenu li ul {
    display: block;
}

.metismenu ul a:hover {
    color: #fb5a3f;
}

.menu-father .fa {
    position: absolute;
    top: 13px;
    left: 7px;
    color: #034ea2;
    font-size: 10px;
}

.sidebar-nav ul ul a {
    padding: 10px 25px !important;
}

.menu-father .bold {
    padding: 10px 10px 10px 20px;
    margin-left: 15px;
    font: bold 12px Arial, Helvetica, sans-serif;
}

.sidebar-nav-item {
    margin-left: 15px;
    font: bold 12px Arial, Helvetica, sans-serif;
}

.sub-menu li a {
    font: normal 13px Arial, Helvetica, sans-serif;
}

.metismenu > li:not(:last-child), .metismenu > li ul a {
    border-bottom: 1px dotted #bce5fb;
}

@media(max-width: 991px) {
    .content-tin-hoatdong-left {
        width: 100%;
    }

    .content-tin-hoatdong-right {
        width: 100% !important;
    }

    .content-tin-hoatdong .menu-tin {
        float: none;
    }

    .sidebar {
        display: block;
    }

    .content-left {
        width: 20%;
    }
}
/***** END MENU LEFT****/

/*=======Images===============*/
.imgs-right img {
    margin-bottom: 5px;
}

.imgs-left img {
    margin-bottom: 5px;
    float: left;
}
/******THONG BAO******/

.content-left .title-tb {
    padding: 10px;
    background: #034ea2;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font: bold 13px Arial, Helvetica, sans-serif;
}

.content-left ul.list-thongbao {
    padding-left: 0;
    border-radius: 5px;
    border: 1px solid #034ea2;
    overflow: hidden;
    height: 240px;
}

    .content-left ul.list-thongbao li {
        padding: 5px;
        list-style: none;
        border-bottom: 1px dotted #bce5fb;
        margin-top: 2px;
        margin-left: 20px;
        list-style-image: url(../imgs/arrow_tt.png);
    }

        .content-left ul.list-thongbao li a {
            color: #000;
            font: normal 13px Arial, Helvetica, sans-serif;
        }

            .content-left ul.list-thongbao li a:hover {
                color: #fb5a3f;
            }
/****** END THONG BAO******/

/****content so du lich*****/
.content-sodulich {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.content-left {
    padding: 0;
    width: 20%;
}

.metismenu li ul {
    display: block;
}

.icon-menu-mobile {
    display: none;
}
/*==================END CONTENT LEFT=================*/

/*==================CONTENT CENTER=================*/

/***** CHI TIET BAI VIET****/
.item img {
    width: 100% !important;
}

.content-center {
    padding-right: 4px !important;
    padding-left: 4px !important;
    width: 60%;
}

.blog_topic {
    margin-bottom: 10px;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #034ea2;
}

.topic_controll {
    text-transform: uppercase;
    float: left;
    background: #034ea2;
    width: 100%;
    height: 32px;
    margin: 0px;
    border-radius: 5px 5px 0px 0px;
}

    .topic_controll a {
        font: bold 13px Arial, Helvetica, sans-serif;
        color: #fff !important;
        float: left;
        padding-top: 8px;
        padding-left: 10px;
    }

h1 {
    margin-top: 0px !important;
}

.noidung {
    padding: 5px 10px;
    font: normal 13px Arial, Helvetica, sans-serif;
    line-height: 20px;
    width: 100%;
}

    .noidung .title_topic a {
        color: #0095FF;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.2;
        margin: 3px 0px;
        float: left;
        margin-bottom: 3px;
        padding-bottom: 7px;
        padding-top: 3px;
    }

.share-socials {
    padding: 3px;
}

.noidung .title_topic a:hover {
    color: #fb5a3f;
}

.content_tinkhac {
    float: left;
    height: auto;
}

    .content_tinkhac .cactinkhac {
        margin: 10px 0px 0px 10px;
    }

        .content_tinkhac .cactinkhac .fa {
            color: #11a8e4;
            font-size: 11px;
        }

        .content_tinkhac .cactinkhac .txt_tinkhac {
            font: 13px Arial, Helvetica, sans-serif;
            color: #0095FF;
            font-weight: bold;
            text-transform: uppercase;
        }

.intin li {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.content_tinkhac ul.intin {
    clear: both;
    float: left;
    padding-left: 20px;
    margin-top: 8px;
}

.intin .fa {
    color: #fb5a3f;
    font-size: 13px;
    clear: both;
    padding: 0px 4px 13px 0px;
    padding-bottom: 13px;
}

.content_tinkhac ul.intin li a {
    text-decoration: none;
    font: 13px Arial, Helvetica, sans-serif;
    color: #333;
}

    .content_tinkhac ul.intin li a:hover {
        color: #fb5a3f;
    }

.share-article {
    color: #929292;
    border: solid 1px #eaeaea;
    background: #f9f9f9;
    float: left;
    width: 100%;
    min-height: 35px;
    border-radius: 3px;
    margin: 0px 0px 6px 0px;
    padding: 0 3px 0px 2px;
}

.datetime, .font-custom {
    margin-top: 5px;
    padding: 3px 0px 0px 5px;
    font-size: 12px;
}

    .datetime .fa {
        margin-right: 5px !important;
    }

.date-detail-again .fa {
    margin-right: 5px !important;
}

.icon-gg {
    display: inline-block;
}

.icon-gg {
    padding: 5px 2px 0px 2px;
    float: left;
    height: auto;
    width: auto;
}

.content-detail img {
    max-width: 100%;
}

.font-article {
    float: right;
    margin-top: 5px;
}

.charter {
    margin: 0 2px;
    font: 17px Arial, Helvetica, sans-serif;
}
/**** TIN XEM NHIEU TRONG TUAN***/
.tinxemnhieutrongtuan {
    width: 100%;
    float: left;
}

.tinxemnhieu {
    padding-left: 0px;
}

    .tinxemnhieu .fa {
        color: #034ea2;
        font-size: 13px;
        clear: both;
    }

    .tinxemnhieu li {
        font: bold 12px Arial, Helvetica, sans-serif;
        padding-bottom: 5px;
    }
/**** END TIN XEM NHIEU TRONG TUAN***/

.txt_baiviet {
    margin: 0px 10px;
    font: 13px Arial, Helvetica, sans-serif;
    line-height: 24px;
}

.img_baiviet {
    overflow: hidden;
    margin-right: 10px;
}

    .img_baiviet img {
        margin: 10px;
    }

    .img_baiviet p {
        text-align: center;
        font: italic 13px Arial, Helvetica, sans-serif;
    }

.tacgia {
    font: bold 13px Arial, Helvetica, sans-serif;
    text-align: right;
    margin-right: 10px;
}
/***** btnbottom bai viet****/
.btnbottom {
    float: left;
    margin-right: 5px;
    margin-bottom: 2px;
    display: inline-block;
}

.textt {
    background: #e4e2e2;
    padding: 3px 10px;
    border-radius: 3px;
    height: 26px;
    color: #5a5a5a;
    float: left;
    margin: 0 5px 5px 0;
    font: 400 11px/20px arial;
}

.form-tag {
    padding: 0 10px;
    width: 100%;
    min-height: 25px;
    float: left;
}

.portal-tags {
    margin-bottom: 4px !important;
    padding-left: 0px;
    margin-top: 10px;
}

.btnbottom .btn {
    padding: 3px 1px !important;
    width: 100px;
    border-radius: 3px !important;
}

.date-detail-again {
    margin-left: 10px;
    width: unset;
}

    .date-detail-again .btn {
        font-size: 13px;
    }

.chitietbaiviet {
    padding: 10px;
    font: normal 13px Arial, Helvetica, sans-serif !important;
}

@media(max-width: 1199px) {
    .img_baiviet img {
        width: 100%;
    }
}
/*================== END CONTENT CENTER =================*/

/*================== CONTENT RIGHT =================*/

/***** THONG BAO****/
.content-right-thongbao {
    padding: 0;
    width: 20%;
}

    .content-right-thongbao ul.list-thongbao {
        padding-left: 0;
        border-radius: 5px;
        border: 1px solid #034ea2;
        overflow: hidden;
        height: 240px;
    }

        .content-right-thongbao ul.list-thongbao li {
            padding: 5px;
            list-style: none;
            border-bottom: 1px dotted #bce5fb;
            margin-top: 2px;
            margin-left: 20px;
            list-style-image: url(../imgs/arrow_tt.png);
        }

            .content-right-thongbao ul.list-thongbao li a {
                color: #000;
                font: normal 13px Arial, Helvetica, sans-serif;
            }

                .content-right-thongbao ul.list-thongbao li a:hover {
                    color: #fb5a3f;
                    text-decoration: none;
                }

    .content-right-thongbao .title-tb {
        padding: 10px;
        background: #034ea2;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        font: bold 13px Arial, Helvetica, sans-serif;
    }

    /***** END THONG BAO****/

    /***** THONG KE ****/

    .content-right-thongbao ul.list-thongke {
        padding-left: 0;
        border-radius: 5px;
        border: 1px solid #034ea2;
        overflow: hidden;
        height: auto;
    }

        .content-right-thongbao ul.list-thongke li {
            padding: 5px;
            list-style: none;
            border-bottom: 1px dotted #bce5fb;
            margin-top: 2px;
            margin-left: 20px;
            list-style-image: url(../imgs/arrow_tt_01.png);
        }

            .content-right-thongbao ul.list-thongke li a {
                color: #000;
                font: normal 13px Arial, Helvetica, sans-serif;
            }

                .content-right-thongbao ul.list-thongke li a:hover {
                    color: #fb5a3f;
                    text-decoration: none;
                }

    .content-right-thongbao .title-thongke {
        padding: 10px;
        background: #034ea2;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
        font: bold 13px Arial, Helvetica, sans-serif;
    }

/***** END THONG KE ****/
.video-YT {
    width: 100%;
}

@media(max-width: 767px) {
    .video-YT {
        width: 100%;
    }
}
/***** CHIEN LUOC CHINH SACH ****/

.content-right-thongbao ul.list-CLCS {
    padding-left: 0;
    border-radius: 3px;
    border: 2px solid #034ea2;
    overflow: hidden;
}

    .content-right-thongbao ul.list-CLCS li {
        padding: 5px;
        list-style: none;
        border-bottom: 1px dotted #bce5fb;
        margin-top: 2px;
        margin-left: 20px;
        list-style-image: url(../imgs/arrow_tt_01.png);
    }

        .content-right-thongbao ul.list-CLCS li a {
            color: #000;
            font: normal 13px Arial, Helvetica, sans-serif;
        }

            .content-right-thongbao ul.list-CLCS li a:hover {
                color: #fb5a3f;
                text-decoration: none;
            }

.content-right-thongbao .title-CLSC {
    padding: 10px;
    background: #034ea2;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font: bold 13px Arial, Helvetica, sans-serif;
}

/***** END CHIEN LUOC CHINH SACH ****/

@media(max-width: 991px) {
    .sidebar {
        display: block;
    }

    .content-left {
        width: 20%;
    }
}

@media(max-width: 767px) {
    .main-menu {
        position: relative;
    }

    .icon-menu-mobile {
        display: block;
        color: #fff;
        font-size: 20px;
        position: absolute;
        top: 14px;
        left: 20px;
    }

    .sidebar {
        display: none;
    }

    .imgs-right img {
        height: 90px;
        padding: 0 2px;
        width: 50%;
    }

    .imgs-left img {
        height: 90px;
        padding: 0 2px;
        width: 50%;
        float: left;
    }

    .content-left {
        width: 0;
    }

    .content-center {
        width: 100%;
    }

    .content-right-thongbao {
        width: 100%;
    }
}

@media(max-width: 375px) {
    .imgs-right img, .imgs-left img {
        width: 100%;
        height: auto;
    }
}

/*==========================FOOTER================================*/
footer {
    border-radius: 10px;
    width: 100%;
    float: left;
    color: #fff;
    background-color: #0686cf;
}

.text1_footer {
    text-align: center;
    font: 13px Arial, Helvetica, sans-serif;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
}

/*Article Display*/
.content_detail {
    float: left;
    margin-top: 10px;
    width: 1000px;
}

    .content_detail .tieude a {
        float: left;
        font: 14px Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        color: #1c78b4;
        font-weight: bold;
        padding-left: 20px;
    }

    .content_detail .line_tt {
        float: left;
        padding: 5px 0px 5px 0px;
    }

        .content_detail .line_tt img {
            width: 1000px;
            height: 4px;
        }

    .content_detail .nd_detail {
        float: left;
        width: 960px;
        padding: 0px 20px 0px 20px;
    }

.RadEditor table.reLayoutWrapper {
    height: auto !important;
}

.tieude {
    margin: 50px 0px 0px 31px;
    float: left;
}

    .tieude a {
        text-decoration: none;
        width: 165px;
        height: 23px;
        color: #0065CA;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 600;
        line-height: 47px;
    }

@media (max-width: 768px) {
    .tieude {
        margin: 50px 0px 0px 0px;
        padding: 15px;
        float: left;
    }

    .other_news ul {
        width: 98%;
        clear: both;
        padding: 0px 10px 0px 15px !important;
    }

    #tintuc-right {
        padding-bottom: 20px;
    }

    /* màn hình dưới 768*/
    .column-1,
    .column-2,
    .column-3,
    .column-4 {
        padding-left: 0px !important;
    }
}

ul.share-buttons {
    list-style: none;
    padding: 0;
}

.column-gopy {
    padding: 5px 0px;
}

.name {
    padding: 12px;
}

.column-1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.column-2 {
    padding-left: 0px;
}

.column-3 {
    padding-top: 0px;
}

.Default.reWrapper {
    width: 100% !important;
}

.form-control, .reToolZone span {
    font-size: 13px;
}

.form-control {
    margin: 7px 0;
}

.input-group-addon {
    background-color: #f6f5f5 !important;
    border: 0px solid #f6f5f5 !important;
}

.inlinecap {
    display: inline;
    margin-left: 3px;
}

.anhien, anhien0, .anhien1, .anhien2, .anhien3, .anhien4, .anhien5, .anhien6 {
    padding: 5px;
    margin: 5px 0px;
    text-align: center;
    background-color: #e5eecc;
    border: solid 1px #c3c3c3;
    font-weight: bold;
    width: 100%;
    float: left;
}

.download {
    height: 20px;
    width: 100%;
    float: left;
}

    .download img {
        float: left;
        padding: 0px 5px 0px 0px;
    }

.icon-down {
    float: right;
    margin: 0px 10px;
}

.icon-in {
    float: right;
}

.fix-position {
    position: fixed;
    top: 0px;
    padding: 0px 25px;
}

.input-capcha {
    width: auto;
    float: left;
    margin-right: 10px;
}

#mainCaptcha {
    text-align: center;
    background: url('/Resources/ImagesPortal/HomePage/images/captcha1.jpg');
    font-size: 20px;
    padding: 5px 20px;
    color: #0768d5;
    border: none;
    max-width: 170px;
    font-weight: bold;
    margin-top: 8px;
}

.header-category ul li {
    float: left;
}

.content-detail ul li {
    padding-right: 2px;
    padding-left: 0 !important;
    margin-bottom: 5px;
}

.fa-home {
    margin-right: 5px;
}

.other_news ul li:before {
    content: "\f04d " !important;
    font-size: 5px !important;
    margin-left: 0 !important;
    margin-right: 8px !important;
    margin-top: 4px;
    height: 12px;
}

.tinxemnhieutrongtuan ul li:before {
    content: "\f04d " !important;
    font-size: 5px !important;
    margin-left: 2px !important;
    margin-right: 7px !important;
    color: #666666;
}

.tinxemnhieutrongtuan ul li a {
    color: #666666 !important;
    font-weight: bold !important;
}

    .tinxemnhieutrongtuan ul li a:hover {
        color: #004f8b !important;
        font-weight: bold !important;
    }

/* -- BINH LUAN BAI VIET -- */
.capchaoption {
    display: none;
}

.pagert {
    clear: both;
    padding-top: 5px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

.RadDataPager_MetroTouch {
    display: inline-block;
    background: #fcfcf4 !important;
}

.onetintuc {
    background-color: aliceblue;
    border-radius: 4px;
    margin-bottom: 10px;
}

.commentArticle {
    background-color: rgba(245, 245, 220, 0.31);
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    border-radius: 5px;
}

.titlecomment {
    font-weight: 600;
    margin: 0;
    font-size: 15px;
    font-family: sans-serif;
    color: #34495e;
    display: inline-block;
}

.imageicontitle {
    float: left;
    width: 24px;
    margin-left: 0px;
    /* margin-top: 4px; */
    margin-right: 5px;
}

.bao {
    font-weight: 600;
    font-size: 19px;
    font-family: sans-serif;
}

.titlecontent {
    background-color: rgba(143, 188, 143, 0.17);
    border-radius: 4px;
    margin-left: 15px;
    height: 24px;
    font-size: 12px;
}

.baocontent {
    font-weight: 200;
    font-size: 13px;
    margin-left: 10px;
    text-align: justify;
    margin-right: 5px;
}

.titlecommentnew {
    font-weight: 600;
    font-size: 12px;
    font-family: sans-serif;
    background-color: rgba(249, 190, 113, 0.08);
    border-radius: 4px;
    height: 24px;
    padding-top: 2px;
}

.bao1 {
    background-color: rgba(250, 235, 215, 0.3);
    margin-left: 25px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.cmt {
    margin-left: 10px;
    text-align: justify;
    font-family: sans-serif;
    font-size: 13px;
    margin-right: 5px;
}

.tags {
    background: #e4e2e2;
    padding: 0 10px;
    height: 20px;
    color: #5a5a5a;
    float: left;
    margin: 0 5px 5px 0;
    font: 400 11px/20px arial;
}
    /*END BINH LUAN*/
    .tags .fa {
        margin-right: 5px !important;
    }

.stlbl {
    float: left;
    padding-top: 15px !important;
    font-size: 14px;
    font-weight: 600;
}

.imc {
    margin-top: 4px;
    width: 90px;
}

.modal {
    top: 40px;
}