﻿body {
    background: none #fafafa;
    /*background: url(/App_Themes/Web/images/bgGiangSinh2014.jpg) top center no-repeat #fafafa;*/
    font: 400 12px arial;
    color: #6a6a6a;
}

#ViT-Portal {
    padding-top: 8px;
}

#header-top {
    height: 22px;
    border-bottom: 1px solid #c8c8c8;
}

#header-top-wrapper {
    float: right;
}

    #header-top-wrapper .menu-home {
        float: left;
    }

#language {
    float: left;
}

    #language a {
        display: block;
        float: left;
        width: 25px;
        height: 15px;
        margin-left: 7px;
    }

        #language a.vi {
            background: url(/App_Themes/Web/images/vi.jpg) 0 0 no-repeat;
        }

        #language a.en {
            background: url(/App_Themes/Web/images/en.jpg) 0 0 no-repeat;
        }

#header-middle {
    padding-top: 10px;
}

    #header-middle #logo a {
        background: url(/App_Themes/Web/images/logo.png) 0 0 no-repeat;
        width: 245px;
        height: 81px;
        display: block;
        float: left;
    }
	
    #header-middle #logo_vi a {
        background: url(/App_Themes/Web/images/logo_vi.png) 0 0 no-repeat;
        width: 245px;
        height: 81px;
        display: block;
        float: left;
    }

    #header-middle #logo_en a {
        background: url(/App_Themes/Web/images/logo_en.png) 0 0 no-repeat;
        width: 245px;
        height: 81px;
        display: block;
        float: left;
    }
	
    #header-middle #banner-sanpham {
        float: right;
    }

        #header-middle #banner-sanpham .title {
            display: none;
        }

        #header-middle #banner-sanpham li {
            float: left;
            margin-left: 5px;
        }

        #header-middle #banner-sanpham #vatlieu {
            background: url(/App_Themes/Web/images/vatlieu.jpg) 0 0 no-repeat;
            width: 311px;
            height: 81px;
            float: left;
        }

        #header-middle #banner-sanpham #batdongsan {
            background: url(/App_Themes/Web/images/batdongsan.jpg) 0 0 no-repeat;
            width: 300px;
            height: 81px;
            float: left;
            margin-left: 10px;
        }

#header-bottom {
    padding-top: 10px;
}

.menu-top {
    background: none #0070b5;
    height: 35px;
}

    .menu-top li {
        float: left;
        border-right: 1px solid #338dc4;
        padding: 0 16px;
        position: relative;
        line-height:32px;
    }

        .menu-top li:last-child {
            border: 0 none;
        }

        .menu-top li a {
            color: white;
            font-size: 14px;
            /*font-weight: bold; */
            text-shadow: 1px 1px black;
        }

            .menu-top li a:hover {
                text-decoration: none;
            }

        .menu-top li h2 {
            line-height: 33px;
        }

    .menu-top ul ul {
        background: none #0070b5;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 5px 0;
        z-index: 99;
    }

    .menu-top li:hover ul {
        display: block;
    }

    .menu-top ul ul li {
        height: 24px;
        line-height: 24px;
        min-width: 185px;
        border-right: 0 none;
        width: auto;
    }

        .menu-top ul ul li a {
            text-shadow: none;
            font-size: 13px;
        }

            .menu-top ul ul li a:hover {
                text-decoration: underline;
            }

.toolbox {
    background: none #f2f3f1;
    height: 26px;
    line-height: 26px;
    margin: 1px 0 0;
}

    .toolbox .links {
        float: right;
        padding-right: 12px;
    }

        .toolbox .links a {
            padding-left: 20px;
            margin-left: 10px;
            color: #616160;
        }

#socials a {
    display: block;
    width: 26px;
    height: 26px;
    float: right;
    margin-right: 10px;
}

    #socials a.fb {
        background: url(/App_Themes/Web/images/icon_fb.png) 0 0 no-repeat;
    }

    #socials a.tw {
        background: url(/App_Themes/Web/images/icon_tw.png) 0 0 no-repeat;
    }

    #socials a.gg {
        background: url(/App_Themes/Web/images/icon_gg.png) 0 0 no-repeat;
    }
	
	#socials a.yt {
        background: url(/App_Themes/Web/images/icon_yt.png) 0 0 no-repeat;
    }
	
	#socials a.ln {
        background: url(/App_Themes/Web/images/icon_ln.png) 0 0 no-repeat;
    }


#search-box {
    float: right;
}

    #search-box #txtKeyword {
        width: 263px;
        border: 0 none;
        height: 24px;
        padding-left: 3px;
        float: right;
    }

    #search-box .btnSearch {
        float: right;
    }

    #search-box #btnSearch {
        background: url(/App_Themes/Web/images/btnSearch.jpg) 0 0 no-repeat;
        border: 0 none;
        display: block;
        width: 34px;
        height: 24px;
        float: right;
        cursor: pointer;
    }


#banner-run {
    margin: 1px 0 0;
}

#home-left {
    width: 690px;
    float: left;
}

#home-news {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 30px;
}

    #home-news .home-news-left {
        float: left;
        width: 459px;
    }

    #home-news #top-1-news img {
        width: 459px;
    }

#portal-top {
    width: 1000px;
    margin: 0 auto;
}

#portal-center {
    width: 1000px;
    margin: 10px auto 0 auto;
}

.box-news {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    margin-top: 15px;
}

    .box-news:first-child {
        margin-top: 0;
    }

    .box-news:last-child {
        border: 0 none;
    }

.title_UTM {
    background: url(/App_Themes/Web/images/bgBoxNews_Title.jpg) 165px 7px no-repeat;
    font-family: UTM_Bebas, UTM_Bebas_IE, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    padding-bottom: 8px;
    font-weight: normal;
}

    .title_UTM a {
        color: #575757;
    }

.box-news .title_UTM a:hover {
    text-decoration: none;
}

.menu_954 .title_UTM {
    background: url(/App_Themes/Web/images/bgBoxNews_Title.jpg) 195px 7px no-repeat;
}

.menu_955 .title_UTM {
    background: url(/App_Themes/Web/images/bgBoxNews_Title.jpg) 69px 7px no-repeat;
}

.menu_953 .title_UTM {
    background: url(/App_Themes/Web/images/bgBoxNews_Title.jpg) 145px 7px no-repeat;
}

.menu_952 .title_UTM {
    background: url(/App_Themes/Web/images/bgBoxNews_Title.jpg) 157px 7px no-repeat;
}

#top-1-news .title a {
    color: #0071b7;
    font: 700 18px arial;
    font-weight: bold;
    padding-bottom: 4px;
    display: block;
}

.recap {
    font: 400 13px/16px arial;
    color: #3b3b3b;
    text-align: justify;
    line-height: 18px;
}

.date,
.post-date {
    font: 400 11px/16px arial;
    color: #878787;
}

.news-time {
    font: 400 13px arial;
}

#top-3-news {
    margin: 20px 0 0;
}

    #top-3-news .item {
        float: left;
        margin-left: 28px;
        width: 134px;
    }

        #top-3-news .item:first-child {
            margin-left: 0;
        }

        #top-3-news .item .title a {
            color: #3f3f3f;
            font-weight: bold;
        }

.home-news-right {
    float: left;
    border: 1px solid #d7d7d7;
    width: 217px;
    margin-left: 10px;
    overflow: hidden;
}

    .home-news-right .item,
    .tintuc_sukien .item {
        padding: 7px 0 6px 0;
        border-bottom: 1px solid #e9e9e9;
    }

        .home-news-right .item:nth-child(2n) {
            background: none #f9f9f9;
        }

        .home-news-right .item:nth-child(2n-1) {
            background: none #fff;
        }

        .home-news-right .item:last-child {
            border: 0 none;
        }

        .home-news-right .item .image,
        .tintuc_sukien .item .image {
            float: left;
            margin-left: 6px;
        }

        .home-news-right .item .title,
        .tintuc_sukien .item .title {
            float: left;
            margin-left: 6px;
            width: 117px;
        }

            .home-news-right .item .title a,
            .tintuc_sukien .item .title a {
                color: #727272;
                height: 74px;
                overflow: hidden;
                display: block;
                font-size: 11.5px;
            }

#news-videos {
    margin: 15px 0 0;
}

    #news-videos #box-list {
        width: 457px;
        float: left;
    }


.box-news-column .tinhot .image {
    float: left;
}

    .box-news-column .tinhot .image img {
        width: 242px;
        max-height: 156px;
    }

.box-news-column .tinhot .info {
    float: left;
    width: 203px;
    margin-left: 10px;
    height: 139px;
    overflow: hidden;
}

.box-news-column .tinhot .title a {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 14px;
}

.box-news-column .item-list .item {
    float: left;
    height: 51px;
    padding: 10px 0;
}

    .box-news-column .item-list .item:nth-child(2n) {
        margin-left: 16px;
    }

    .box-news-column .item-list .item .image {
        float: left;
    }

        .box-news-column .item-list .item .image img {
            width: 79px;
            height: 51px;
        }

    .box-news-column .item-list .item .info {
        float: left;
        width: 130px;
        margin-left: 9px;
        text-align: justify;
    }

    .box-news-column .item-list .item .title a {
        color: #505050;
    }

    .box-news-column .item-list .item .title {
        height: 45px;
        overflow: hidden;
    }

.box-news-list .tinhot {
    width: 221px;
    float: left;
}

    .box-news-list .tinhot .image img {
        max-width: 221px;
        max-height: 159px;
    }

    .box-news-list .tinhot a {
        color: #595959;
        font-weight: bold;
        font-size: 14px;
    }

.box-news-list .item-list {
    float: left;
    margin-left: 20px;
    width: 216px;
}

    .box-news-list .item-list .item {
        background: url(/App_Themes/Web/images/bgBorderListNews.jpg) bottom left repeat-x;
        padding: 8px 0;
    }

        .box-news-list .item-list .item:first-child {
            padding-top: 0;
        }

        .box-news-list .item-list .item .title {
            background: url(/App_Themes/Web/images/dotted_gray.jpg) 0 6px no-repeat;
            padding-left: 10px;
            text-align: justify;
        }

            .box-news-list .item-list .item .title a {
                color: #505050;
                font: 12px/16px arial;
            }

#video-news {
    width: 219px;
    float: left;
    margin-left: 13px;
}


#list-video-home {
    background: none #f6f6f6;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

    #list-video-home .title_UTM,
    #tin-doc-nhieu .title_UTM {
        background: none #878787;
        color: white;
        padding-left: 10px;
        padding-top: 5px;
    }

    #list-video-home .video {
        padding: 5px 7px;
        border-bottom: 1px solid #e7e7e7;
    }

        #list-video-home .video:last-child {
            border: 0 none;
        }

        #list-video-home .video a {
            background: url(/App_Themes/Web/images/icon_video.jpg) 0 0 no-repeat;
            padding-left: 22px;
            color: #656565;
            font: 400 11px arial;
        }

    #list-video-home .active a {
        background: url(/App_Themes/Web/images/icon_video_active.jpg) 0 0 no-repeat;
        font-weight: bold;
        color: #393939;
    }

#tin-doc-nhieu {
    margin: 3px 0 0;
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

    #tin-doc-nhieu .item {
        padding: 10px 8px;
        background: url(/App_Themes/Web/images/bgBorderListNews.jpg) bottom left repeat-x;
    }

        #tin-doc-nhieu .item:last-child {
            background: none;
        }

    #tin-doc-nhieu .image {
        float: left;
    }

    #tin-doc-nhieu .title {
        float: left;
        width: 116px;
        margin-left: 6px;
    }

        #tin-doc-nhieu .title a {
            color: #727272;
            font: 400 11px arial;
        }

#home-right {
    width: 300px;
    float: right;
}

#weblinks {
    padding: 10px;
    border: 1px solid #e4e4e4;
}

    #weblinks .title_UTM {
        background: none;
    }

    #weblinks #ddlWeblinks {
        width: 100%;
        height: 28px;
    }


#deo_phai_quangca0 .title_UTM {
    background: none #f3f3f3;
    padding: 4px 8px;
}

#deo_phai_quangca0 .title {
    display: none;
}

#deo_phai_quangca0 li a {
    display: block;
}


#footer {
    background: none #353535;
    padding: 15px 0;
}

#footer-top {
    width: 1000px;
    margin: 0 auto;
}

    #footer-top #logo_bottom {
        background: url(/App_Themes/Web/images/logo_bottom.png) 0 0 no-repeat;
        width: 53px;
        height: 53px;
        display: block;
        float: left;
    }

    #footer-top #nhieu_chu {
        float: left;
        margin-left: 10px;
        width: 627px;
    }

.footer_text {
    width: 307px;
    border-right: 1px solid #535353;
    padding-right: 18px;
    float: left;
}

.website_name {
    font-family: UTM_Bebas, Arial;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #686868;
}

    .website_name .chu_be {
        font-size: 18px;
        color: #dadada;
    }

    .website_name .chu_to {
        font-size: 22px;
        color: white;
        margin: 12px 0 0;
    }

.gioithieu {
    padding: 10px 0 0;
    padding-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #686868;
}

.footer_text .title,
.menu .title,
#lien-he .title {
    font-family: UTM_Bebas, Arial;
    color: white;
    font-size: 18px;
}

.footer_text .des {
    font: 400 13px/16px arial;
    padding: 10px 0 0;
    color: #d1d1d1;
    text-align: justify;
    line-height: 18px;
}

#footer-bottom {
    background: url(/App_Themes/Web/images/bg_footer_bottom.jpg) 0 0 repeat-x;
    width: 937px;
    margin: 10px auto 0 auto;
    text-align: center;
    color: white;
    height: 31px;
    line-height: 31px;
}

#footer-top .menu {
    float: left;
    padding-left: 18px;
}

    #footer-top .menu .item a {
        background: url(/App_Themes/Web/images/dotted_menu_bototm.jpg) left center no-repeat;
        padding: 7px 12px;
        color: #d9d9d9;
        display: block;
    }

#lien-he {
    padding-top: 10px;
}

    #lien-he .address {
        padding-top: 7px;
        color: #d1d1d1;
    }

        #lien-he .address span {
            text-align: right;
            width: 70px;
            float: left;
            color: white;
            font-weight: bold;
        }

        #lien-he .address .text {
            float: left;
            padding-left: 5px;
        }

        #lien-he .address a {
            color: #009eff;
            font-style: italic;
        }

        #lien-he .address .clearfix {
            padding: 2px 0;
        }


.facebook_likebox {
    background: none white;
    float: left;
    margin-left: 10px;
}

.trang_tin {
    float: right;
    width: 219px;
    width: 219px;
}

#news,
#site-map {
    float: left;
    width: 457px;
    padding-bottom: 20px;
}


.tintuc_sukien {
    background: none #f6f6f6;
    border: 1px solid #efefef;
}

    .tintuc_sukien .title_UTM {
        background: none;
        padding-left: 5px;
        padding-top: 5px;
    }

.trang_tin #list-video-home {
    margin: 10px 0 0;
}

.spacer_home,
.spacer {
    color: #4e4e4e;
    padding: 0 5px;
    font-weight: bold;
}

.nav_titles {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 5px;
}

    .nav_titles .active {
        color: #0071b7;
        font-weight: bold;
    }

#news .tin_dau_tien {
    border-bottom: 1px dotted #b6b6b6;
    padding-bottom: 10px;
}

    #news .tin_dau_tien .image img {
        width: 457px;
    }

    #news .tin_dau_tien .title a {
        color: #0071b7;
        font-weight: bold;
        font-size: 16px;
    }

#news .danhsachtin {
    border-bottom: 1px dotted #b6b6b6;
    padding-bottom: 30px;
}

#news li {
    border-bottom: 1px dotted #b6b6b6;
    padding-bottom: 10px;
    padding-top: 10px;
}

    #news li:last-child {
        border: 0 none;
    }

    #news li .img {
        float: left;
        width: 178px;
        overflow: hidden;
    }

        #news li .img img {
            width: 178px;
        }

    #news li .info {
        width: 268px;
        float: left;
        margin-left: 10px;
    }

    #news li .title a {
        color: #3f3f3f;
        font-size: 14px;
    }

    #news li .recap {
        height: 71px;
        overflow: hidden;
    }

    #news #other-news,
    #paging .text,
    #news li .view-detail,
    #paging span,
    #news .nav_titles,
    #news-detail .top,
    #other-news .other-info,
    #other-news .post-date,
    #other-news .post-views,
    #other-news .recap,
    #other-news .view-detail,
    #related-news .other-info,
    #related-news .post-date,
    #related-news .post-views,
    #related-news .recap,
    #related-news .view-detail {
        display: none;
    }

#paging a,
#paging strong {
    background: none #c8c8c8;
    width: 20px;
    height: 20px;
    float: left;
    color: #4e4e4e;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    margin: 10px 0 0 5px;
}

    #paging a:first-child {
        margin-left: 0;
    }

#paging strong {
    background: none #0071b7;
    color: white;
}

#news-detail {
    color: #1e1e1e;
}

    #news-detail h1.news-title {
        color: #3c3c3c;
        font-size: 18px;
        display: block;
        padding: 10px 0;
    }

    #news-detail .news_other_ontop {
        padding: 5px 0 10px 0;
    }

        #news-detail .news_other_ontop a {
            color: #0071b7;
        }

#other-news,
#related-news,
#other-albums {
    margin: 20px 0 0;
    padding-bottom: 10px;
    border-top: 1px dotted #8f8f8f;
}

    #other-news .top,
    #related-news .top,
    #other-albums h4 {
        display: block;
        color: #3a3a3a;
        font-weight: bold;
        font-size: 16px;
        padding: 8px 0;
    }

    #other-news li .image,
    #related-news li .image {
        display: none;
    }

    #other-news li a,
    #related-news li a {
        background: url(/App_Themes/Web/images/hinhvuong.jpg) 0 8px no-repeat;
        color: #3f3f3f;
        display: block;
        padding: 3px 0 3px 10px;
        font-size: 12px;
        font-family: arial;
    }

#photo-gallery h1 {
    display: none;
}

#photo-gallery li {
    float: left;
    margin-left: 20px;
    text-align: center;
    margin-top: 20px;
}

    #photo-gallery li:nth-child(3n+1) {
        margin-left: 0;
    }

    #photo-gallery li a {
        color: #212121;
    }

#photo-gallery img {
    width: 216px;
    height: 200px;
}

.news_other_ontop {
    margin: 5px 0 0;
}

.btn-mobile-news
{
    display:none;
    float:left;

}
.btn-mobile-news img{
    display:block;
}
.show-moblie
{
    display:none;

}
.hide-mobile
{
    display:block;

}


