body {
    min-height: 100%;
    width: 100%;
    background: #fff;
}
#wrapper{
    margin: auto;
    width: 1000px;
}
.header {
    position: relative;
    display: inline-block;
    width: 100%;
    position: relative;
}
.header img{
    width: 100%;
    height: auto;
}
/*menu*/
.mainmenu {
    background: #3c9f10;
    clear: both;
    display: inline-block;
    height: auto;
    position: relative;
    width: 100%;
    padding: 8px 0px;
}
.mainmenu ul.dropdown-navigative-menu {
    list-style:none;
    margin: 0;
    padding: 0;
    position: relative;
}
.i-index {
    background: #3c9f10;
    float: left;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin-left: 3px;
}
.i-index .icon-home {
    background: url("../images/home.png") repeat scroll 0 1px rgba(0, 0, 0, 0);
    display: inline-block;
    height: 24px;
    width: 50px;
}
.dropdown-navigative-menu li {
    font-weight: bold;
    float: left;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    border-right: 1px solid #2F9203;
    border-left: 1px solid #2F9203;
}
.dropdown-navigative-menu li:last-child {
    border-right: none;
}

.dropdown-navigative-menu a:hover,
.dropdown-navigative-menu a.active,
ul.dropdown-navigative-menu a:active {
    color: #ffffff;
    background: #2F9203;
    padding: 0px 15px;
}

.dropdown-navigative-menu li a {
    display: block;
    color: #ffffff;
    line-height: 30px;
    white-space: nowrap;
    font-size: 15px;
    padding: 0 15px;
}
.dropdown-navigative-menu li.hover,
.dropdown-navigative-menu li:hover,
.dropdown-navigative-menu .li_selected,
.dropdown-navigative-menu li.active,
.dropdown-navigative-menu .nav_selected {
    /* background: #2F9203; */
    position: relative;
}
.dropdown-navigative-menu ul {
    width: auto;
    min-width: 160px;
    display: none;
    position: absolute;
    left: -2px;
    z-index: 10000;
    top: 100%;
}
.dropdown-navigative-menu ul li {
    font-weight: normal;
    background-color: #219F14;
    border-bottom: 1px solid #2F9203;
    border-bottom: none;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 3px;
    line-height: 15px;
    text-align: left;
}
.dropdown-navigative-menu ul li a {
    border-right: none;
    display: inline-block;
    min-width: 190px;
    color: #fff;
    text-align: left;
}
.dropdown-navigative-menu ul li.hover,
ul.dropdown-navigative-menu ul li:hover,
ul.dropdown-navigative-menu ul .li_selected,
ul.dropdown-navigative-menu ul li.active {
    background-color: #2F9203;
    color: White;
}
.dropdown-navigative-menu ul li img {
    padding-top: 9px;
    float: right;
}
.dropdown-navigative-menu ul ul {
    top: 0;
}
.dropdown-navigative-menu li:hover > ul {
    display: block;
}
.dropdown-navigative-menu li > ul > li:hover > ul {
    display: block !important;
    left: 100%;
    top: 0;
}
.dropdown-navigative-menu a.indent {
    background-image: url(../images/blue-arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
}
/*end menu*/

/*content*/
#site-full{
    clear: both;
    color: #000;
    display: inline-block;
    position: relative;
    width: 100%;
}
.box-left-content {
    float: left;
    width: 786px;
}
.col-left-search {
    float: left;
    font-family: arial;
    font-size: 13px;
    width: 252px;
    background: url("../images/ts-bg-search.jpg") no-repeat scroll center bottom rgba(0, 0, 0, 0);
}
.col-left-search .tops {
    background: url("../images/top-search.jpg") no-repeat scroll 0 0 transparent;
    display: inline-block;
    height: 38px;
    line-height: 44px;
    text-align: center;
    width: 250px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}
.col-left-search .contents {
    background: url("../images/bg-repeat.jpg") repeat-x scroll top center transparent;
    border: 1px solid #b0aeae;
    border-top: none;
    width: 248px;
    padding-bottom: 5px;
    margin-top: -4px;
}
.tab-normal{
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 40px;
    margin-left: 5px;
    margin-top: 5px;
    padding-top: 6px;
    text-align: center;
    width: 75px;
    line-height: 15px;
}
.tab-normal.act{
    border: 1px solid #ccc;
    border-top:1px solid #055699;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
}

.wrap-search-content{
    clear: both;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.line-search {
    clear: both;
    display: inline-block;
    margin: 0 auto 7px 12px;
    width: 90%;
}
.line-search input.txtKeyword{
    border: 1px solid #999;
    height: 28px;
    line-height: 28px;
    padding: 5px;
    width: 100%;
}
.line-search .select-box {
    border: 1px solid #999;
    float: left;
    height: 26px;
    margin-left: 0;
    position: relative;
    width: 100%;
}
.line-search .lbl-search {
    color: #319c00;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    float: left;
    line-height: 18px;
    text-decoration: underline;
    width: 85px;
    margin-top: 10px;
}
.line-search .lbl-search:hover{
    text-decoration: none;
}
.btn-search-ext {
    background: url("../images/search-btn.jpg") no-repeat scroll center top rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 35px;
    text-indent: -9999em;
    width: 105px;
    float: right;
}
.txt-note-search {
    clear: both;
    padding: 2px 0 0;
    padding-right: 0px;
    text-align: right;
    width: 100%;
    padding-right: 8px;
}
.txt-note-search b {
    color: #055699;
    font-weight: bold;
}
.col-center-post{
    float: left;
    margin: 5px 0 0 5px;
    width: 516px;
    background: #fff;
}
.container-common {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 7.5px;
}
.border-box {
    border: 1px solid #999;
    padding-bottom: 4px;
}
.border-box .title-post a {
    color: #444;
    font-weight: bold;
    text-decoration: none;
}
.item-box-post-line{
    float: none;
    margin: 12px auto 0;
    text-align: center;
    width: 95%;
}
.item-box-post-line .title-post {
    padding: 4px 5px;
}
.img-post-thumb {
    border: 1px solid #eeeeee;
    height: 180px;
    overflow: hidden;
}
.content-view img {
    height: auto !important;
    max-width: 90% !important;
}
.mid-ad-item {
    clear: both;
    display: inline-block;
    margin-top: 10px;
    width: 99.4%;
}
.w49p {
    width: 49%;
    display: inline-block;
}
.dstin{
    clear: both;
    display: inline-block;
    margin-top: 25px;
    width: 100%;
}
.td-dstin {
    display: inline-block;
    height: 35px;
}
.td-dstin span {
    background: #3d9e10;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 12px 10px;
    white-space: nowrap;
    text-transform: uppercase;
}
.dstin-ct{
    width: 99.5%;
    border: 1px solid #999;
    border-top: 2px solid #3c9f10;
}
.line-item-post {
    border-bottom: 1px solid #3c9f10;
    font-family: tahoma;
    min-height: 123px;
    margin: 0 10px;
    min-height: 100px !important;
    padding: 10px 0 5px 0;
    clear: both;
    display: inline-block;
}
.line-item-post:last-child,
.line-item-post.last{
    border-bottom: none;
}
.main-image-thumb {
    float: left;
    margin-right: 10px;
    position: relative;
    text-align: center;
    width: 36%;
    height: 196px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.dstin-ct a {
    text-align: center;
    text-decoration: none;
   
}
.show-box-paging a{
     background: #3c9f10;
     color: #fff;
     padding: 10px 35px;
     border-radius: 20px;
}
.dstin-ct img {
    
    max-width: 100%;
    width: 100%;
    height: auto;
}
.p-content {
    float: left;
    width: 100%;
    color: #055699;
    font-family: tahoma;
    font-size: 13px;
}
.p-content a {
    color: #055698;
    font-weight: bold;
    text-decoration: none;
}
.p-content a:hover{
    text-decoration: underline;
}
.p-bottom-intro {
    float: left;
    width: 61%;
}
.p-bottom-intro .left {
    float: left;
    font-weight: bold;
    width: 100px;
}
.p-bottom-intro .p-bottom-right {
    color: #000;
    float: right;
    font-family: tahoma;
    padding-right: 5px;
    font-size: 0.9em;
}
.intro-us-content{
    clear: both;
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

.intro-us-content-left{
    float: left;
    line-height: 18px;
    margin: 8px 0 18px 3px;
    text-align: justify;
    width: 793px;
}
.intro-us-content-left h5 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding-bottom: 5px;
}
.us-content{
    font-size: 12px;
    font-family: tahoma;
}
.intro-us-content-right {
    float: right;
    padding-top: 40px;
    text-align: right;
}
.intro-us-content-right .gotop {
    padding-top: 5px;
}
.intro-us-content-right .gotop a {
    color: #055699;
    font-size: 11px;
    text-decoration: none;
}
.intro-us-content-right .gotop a:hover {
    text-decoration: underline;
}
.set-home{
    background:url(../images/set-home.jpg) no-repeat top left;
    display: inline-block;
    width: 118px;
    height: 20px;
    clear: both;
    margin-top: 2px;
    cursor: pointer;
}
/*footer*/
.footer-middle{
    background: none repeat scroll 0 0 #ededed;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 20px 0;
    clear: both;
    display: inline-block;
    width: 100%;
}
.footer-middle-colum{
    float: left;
    margin-right: 15px;
    width: 180px;
    display: inline-block;
}
.footer-middle-colum-title {
    color: #0483ac;
    line-height: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}
.footer-middle-colum-title a {
    color: #055699;
    font-weight: bold;
    text-decoration: none;
}
.footer-middle-colum-link {
    color: #000;
    font-size: 11px;
    line-height: 20px;
    vertical-align: middle;
}
.footer-middle-colum-link a {
    color: #000;
    font-size: 11px;
    text-decoration: none;
}
.footer-middle-colum-link a:hover{
    text-decoration: underline;
    color: #336db0;
}
.wrapp-footer-middle {
    display: inline-block;
    padding: 0 20px;
    width: 100%;
}
.footer-middle-colum-title.ext{
    padding-top:20px
}
.footer-bottom {
    margin-top: 20px;
    width: 1000px;
}
.ft-content {
    background: none repeat scroll 0 0 #ededed;
    clear: both;
    margin-top:20px;
    padding: 15px 15px 10px;
    text-align: center;
}
.footer-bottom-end-line {
    line-height: 18px;
    vertical-align: middle;
}
/*ads*/
.top-banner img {
    border: 1px solid #999;
    height: 90px;
    width: 745px;
}
#site-content{
    float: left;
    width: 78%;
}
#site-right{
    display: inline-block;
    float: right;
    width: 21.5%;
}
.block.block-hssblock{
    clear: both;
}
#back-top {
    background: url("../images/gotop.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    display: none;
    height: 52px;
    opacity: 0.5;
    transition: all 1s ease 0s;
    width: 52px;
    position: fixed;
    right: 60px;
    display: inline-block;
    bottom: 50px;
}
#back-top:hover{
    opacity: 1;
}
.list-page-show.front-end{
    clear: both;
    display: inline-block;
    width: 98%;
    margin-top: 10px;
}
.list-page-show.front-end .item-list ul li{
    margin: 0;
}
.list-page-show.front-end .item-list ul li.pager-current{
    padding:3px 7px !important
}
.list-page-show.front-end .item-list ul li{
    padding: 1px;
}
ul.list-same-post{
    margin:0;
    padding:0;
    list-style-type: none;
}
ul.list-same-post li{
    clear:both;
    width:100%;
    display:inline-block;
    margin-bottom:8px;
    background: url("../images/arrow.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
    padding: 0 0 0 10px;
    max-height:30px;
    overflow:hidden;
}
ul.list-same-post li a {
    color: #000000;
    font-size: 13px;
    text-decoration: none;
    display:inline-block;
    max-width:700px;
}
ul.list-same-post li span{
    color: #666666;
    font-size: 12px;
    text-decoration: none;
    display:inline-block;
    font-style:italic;
}
ul.list-same-post li a:hover {
    color: #13518F;
}
.box-info-user-login-panel{
    display: inline-block;
    position: relative;
}
ul#control-box {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c2c2c2;
    left: 3px;
    padding: 5px;
    position: absolute;
    top: 20px;
    width: 182px;
    z-index: 2;
    border: 1px solid #ddd;
    border-bottom: none;
}
#control-box > li {
    clear: both;
    display: inline-block;
    padding: 5px 0;
    text-align: left;
    width: 100%;
}
#control-box > li a {
    font-size: 12px;
    color: #055699;
}
#control-box > li a:hover {
    text-decoration: underline;
}
.box-info-user-login-panel:hover ul#control-box{
    display: block!important;
}
#pop-messages-wrapper{
    left: 305.5px !important;
    top: 10px !important;
}
.bottom-right-address{
    color: #000;
    font-family: Tahoma;
    font-size: 14px;
    display: inline-block;
}
.static .statistic {
    margin: 10px;
}
.static .statistic .txt-label {
    display: inline-block;
    font-weight: bold;
    width: 115px;
}
.static .statistic .txt-num {
    color: #3da6bd;
    display: inline-block;
    font-weight: bold;
    text-align: right;
    width: 50px;
}
.col-center-post.theme-project {
    background: none repeat scroll 0 0 #fff;
    float: right;
    margin: 8px 0 0 15px;
    width: 730px;
}
.col-center-post.theme-project .td-dstin {
    clear: both;
    display: inline-block;
    height: 20px;
    margin-bottom: 8px;
    width: 728px;
}

.col-center-post.theme-project .td-dstin span {
    background: none repeat scroll 0 0 #3da6bd;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    white-space: nowrap;
    width: 710px;
}
.col-center-post.theme-project > ul {
    margin-right: -50px;
}
.col-center-post.theme-project li {
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
    vertical-align: top;
    width: 240px;
}
.col-center-post.theme-project .item-box-post-line {
    border: 1px solid #ddd;
    display: inline-block;
    width: 228px;
    margin-top: 0
}
.col-center-post.theme-project .img-post-thumb {
    height: 135px;
    margin: 10px 10px 0;
    overflow: hidden;
}
.col-center-post.theme-project .img-post-thumb img {
    width: 100%;
    height: 135px;
}
.col-center-post.theme-project .title-post {
    clear: both;
    height: 35px;
    margin: 10px 10px 0;
    overflow: hidden;
    text-align: left;
}
.col-center-post.theme-project .item-box-post-line .title-post a {
    color: #055698;
    font-weight: bold;
}
.col-center-post.theme-project .item-box-post-line:hover .title-post a {
    color: #3f90d2;
}
.search-project .col-left-search {
    margin-top: 3px;
}

.search-project .mid-ad-item img {
    width: 100%;
    height: auto;
}

#site-right {
    #margin-top: 8px;
    margin-top: 3px
}
.mid-ad-item img {
    border: 1px solid #ddd;
    width: 100%;
}
.social-share {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
.social-share > a.facebook {
    background: url("../images/social.png") no-repeat scroll -2px 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 20px;
    text-indent: -99999em;
    width: 20px;
}
.social-share > a.google {
    background: url("../images/social.png") no-repeat scroll -25px 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 20px;
    text-indent: -99999em;
    width: 20px;
}
.social-share > a.zing {
    background: url("../images/social.png") no-repeat scroll -71px 0px rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    height: 20px;
    text-indent: -99999em;
    width: 20px;
}
.like-facebook {
    display: inline-block;
    position: relative;
    top: 2px;
}
.social-view {
    border-bottom: 1px dotted #d4d4d4;
    border-top: 1px dotted #d4d4d4;
    clear: both;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 0;
    width: 100%;
}
/*ext*/
.not-front #content #site-content{
    float: right;
    margin-right: 2px;
}
.not-front #content #site-right{
    float: left;
}
.not-front #content #site-content .region.region-content{
    float: right;
    width: 97%;
}
.not-front #content #site-content .box-info-view {
    width: 760px!important;
}
.not-front #content #site-content .item-line-estates {
    width: 760px;
}
.not-front #content #site-content .txt-header-cat {
    width: 762px;
}

.not-front #content #site-content .item-line-intro {
    width: 510px;
}
img {
    max-width: 100% !important;
    height:auto!important
}
.box-hot-news {
    margin-bottom: 3px;
    display: inline-block;
    height: 148px;
    overflow: hidden;
}
.box-hot-news .thumb-hot{
    width: 40%;
    display: inline-block;
    height: auto;
    float: left;
}
.box-hot-news .thumb-hot img{
    border: 1px solid #ddd;
    width: 100%;
    min-height: 150px;
}
.intro-hot{
    width: 50%;
    display: inline-block;
    height: auto;
    margin-left: 10px;
    float: left;
}
.news-slide-show-item-slide {
    clear: both;
    width: 100%;
    display: inline-block;
}
.news-list-slide{
    border-bottom: 1px solid #ddd;
}
.news-list-slide ul{
    width: 100% !important;
}
.news-list-slide ul li {
    background: url(../images/arrow.gif) no-repeat scroll 5px center rgba(0,0,0,0);
    float: none;
    height: 33px;
    overflow: hidden;
    padding: 2px 0;
    text-align: left;
    width: 100%;
    border: 1px solid #ddd;
    border-bottom: none;
    line-height: 30px;
    width: 100% !important;
}
.news-list-slide ul li:last-child {
    border-bottom: 1px solid #ddd;
}
.news-slide-show-item-slide a {
    color: #055699;
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
    padding-bottom: 2px;
    text-decoration: none;
    overflow: hidden;
}
.intro-hot .title-hot a {
    font-weight: bold;
    color: #055699;
    font-size: 15px;
    text-decoration: none;
    line-height: 22px;
}
.text-summary{
    font-size: 15px;
    color: #222;
}
.line-item-post .p-content h3{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
}
.container-common .name-title h4{
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
}
.container-common .ads{
    margin-bottom: 10px;
}
.container-common .ads img{
    width: 100%;
}
.btn-hotro-vay-nganhang{
    background: url(../images/tb-hotro-vay-nganhang.gif) no-repeat -2px 0px;
    display: inline-block;
    width: 100%;
    height: 45px;
    position: relative;
    right: 2px;
    background-size: cover;
}
.btn-hotro-vay-nganhang .txt-nh {
    line-height: 43px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
.btn-hotro-vay-nganhang .txt-nh a{
    color: #fff;
}
.box-header {
    background: #3d9e10;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.name-title {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 10px;
    cursor: default;
    margin-bottom: 30px;
}
.bors-box {
    border: solid 1px #999;
    padding-bottom: 4px;
}
.box-tien-ich .name-title{
    margin-top: 5px;
}
.box-tien-ich ul {
    padding: 0 10px;
}
.box-tien-ich ul li {
    list-style: none;
    border-bottom: 1px solid #999;
    padding: 15px 0;
}
.box-tien-ich ul li:last-child {
    border: 0;
}
.box-tien-ich .bors-box ul li a {
    font-weight: bold;
    color: #055699;
}
.box-tien-ich .bors-box ul li img {
    vertical-align: middle;
    padding-right: 5px;
    max-width: 22px !important;
}
.show-box-paging {
    text-align: center;
    padding: 10px;
    padding-bottom: 15px;
}
.box-news-new {
    clear: both;
    width: 99.5%;
    margin-top: 15px;
    display: inline-block;
}
.thumb-new {
    width: 40%;
    display: inline-block;
    float: left;
}
.intro-new {
    display: inline-block;
    width: 55%;
    margin-left: 5%;
    text-align: left;
}
.title-new a{
    font-weight: bold;
    color: #055699;
    font-size: 13px;
    text-decoration: none;
    line-height: 18px;
}
.text-summary-new{
    font-size: 15px;
    color: #222;
}
.box-new-news {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    height: 108px;
    overflow: hidden;
}
.box-new-news .title-new {
    height: 40px;
    overflow: hidden;
}
.box-new-news .text-summary-new{
    height: 65px;
    overflow: hidden;
}
.name-titles {
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    cursor: default;
    background: #3d9e10;
    display: inline-block;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    padding: 5px 15px;
    height: 25px;
}
.name-titles-n{
    font-weight: bold;
    color: #333;
    font-size: 13px;
    cursor: default;
    display: inline-block;
    padding: 5px 15px;
    border-right: 1px solid #ddd;
    height: 25px;
}
.name-titles-n:last-child{
	border-right:none;
}
.name-titles-n a{
     color: #333;
}
.name-titles-n a:hover{
    color: #888;
}
.bors-boxs{
    border: solid 1px #999;
    padding-bottom: 4px;
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    position: relative;
    top:-1px;
}
.box-headers{
    background: url("../images/title-repeat-bottom.jpg") repeat-x 0 0;
    display: inline-block;
    width:100%;
    margin-bottom: 0;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
}
.menu-footer{
    margin-bottom: 20px;
}
.menu-footer ul li{
    display: inline-block;
    border-right:1px solid #161616;
    padding: 0 10px;
    height: 14px;
    line-height: 14px;
}
.menu-footer ul li:last-child{
    border-right: none;
}
.menu-footer ul li a{
    color:#161616;
    font-weight: bold;
}
.partners-footer{
    padding-bottom: 50px;
    display: inline-block;
    width: 100%;
}
.partners-footer ul{
    margin-right: -59px;
}
.partners-footer ul li {
    padding: 10px 15px;
    text-align: center;
    background: #fff;
    width: 13.5%;
    border: 1px solid #ddd;
    float: left;
    height: 105px;
    line-height: 90px;
}
.title-partners{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 20px;
    font-size: 18px;
}
.back-top{
    color:#3d9e10;
    cursor: pointer;
    font-style: italic;
}
.back-top:hover{
    color:#222
}
.imgSliderPage{
    max-width: 130px;
    height: auto;
}
#break a{
    color: #333;
    font-size: 15px;
    font-style: italic;
}
#break a:hover{
    text-decoration: underline;
}
.module-title-view h1,
.module-title-view h2{
    font-size: 15px;
    text-transform: uppercase;
    margin: 10px 0px;
    font-weight: bold;
}
.module-title-view h1 a,
.module-title-view h2 a{
    color:#055699
}
.module-content-view h1,
.module-content-view h2{
    font-size: 18px;
    margin: 10px 0px;
    font-weight: bold;
}
.module-content-view ul li{
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.module-content-view ul li:last-child{
    border-bottom: none;
}
.module-content-view ul li .img{
    float: left;
    width: 30%;
    display: inline-block;
    margin-right: 10px;
}
.module-content-view ul li:first-child .img{
    width:45%;
}
.module-content-view ul li .img img{
    border: 1px solid #ddd;
    padding: 2px;
}
.module-content-view ul li .intro h4{
    margin-top: 0px;
}
.module-content-view ul li a {
    color: #055699;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.module-content-view table{
    width: 100% !important;
    margin-bottom: 15px;
}
.module-content-view table td{
    width: 100%!important;
    border: none;
    text-align: center;
}
.module-content-view table td p{
    margin-bottom: 2px;
    margin-top: 5px;
}
.module-title-view{
    font-size: 18px;
    font-weight: bold;
    color: #055699;
    word-wrap: break-word;
    margin-bottom: 5px;
    margin-top: 10px;
}
.module-content-view .intro-view{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.module-content-view .content-view{
    margin-top: 10px;
    margin-bottom: 10px;
}
.content-view img{
    margin-bottom: 5px;
}
.date-view{
    color: #8f8f8f;
    margin-bottom: 10px;
    font-size: 14px;
    font-style: italic;
}
.title-same{
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 10px;
}
.dataSame {
    margin-top: 10px;
    width: 100%;
    display: inline-block;
}
.dataSame li{
    margin-bottom: 10px !important;
    border-bottom: none !important;
    padding: 0 !important;
}
.dataSame li a{
    background: url(../images/arrow.gif) no-repeat scroll 2px center;
    text-align: left!important;
    width: 100%!important;
    padding-left: 10px!important;
    font-weight: normal!important;
    font-size: 15px!important;
}
.dataSame li a:hover{
    text-decoration: underline;
}
.text-updated{
    color: red;
    text-align: center;
    font-style: italic;
    padding: 20px 0;
}
.line-item-post .p-content .hot{
    color: #e41b23;
    background: url(../images/star.png) no-repeat 0px 1px;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 23px;
}
.line-item-post .gia-new, .line-item-post .dien-tich{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.box-info-view {
    border: 2px solid #d4d4d4;
    margin-top: 15px;
    padding: 5px;
    width:99.5%;
    display: inline-block;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
}
.box-info-view-left {
    display: inline-block;
    float: left;
    width: 49%;
}
.box-info-view-right {
    display: inline-block;
    float: right;
    width: 49%;
}
.title-box-view {
    background: #F2F2F2;
    clear: both;
    color: #13518F;
    font-weight: bold;
    margin-right: 5px;
    padding: 2px 5px;
    margin-bottom: 5px;
}
.item-box-view {
    border-bottom: 1px dotted #F2F2F2;
    clear: both;
    color: #000000;
    display: inline-block;
    padding: 2px 5px 5px;
    width: 100%;
}

.item-box-view span.txt-item-box {
    color: #055699;
    display: inline-block;
    width: 28%;
    float: left;
}
.item-box-view span.txt-item-box-info {
    color: #000000;
    display: inline-block;
    width: 70%;
    float: left;
}
.dtsv .item-box-view span.txt-item-box {
    color: #055699;
    display: inline-block;
    width:31%;
    float: left;
}
.dtsv  .item-box-view span.txt-item-box-info {
    color: #000000;
    display: inline-block;
    width: 68%;
    float: left;
}
.txt-header-cat {
    background: #3d9e10;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    width:99.5%;
    text-indent: 10px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.item-line-estates {
    border-bottom: 1px solid #e41b23;
    border-left: 1px solid #e41b23;
    border-right: 1px solid #e41b23;
    display: inline-block;
    min-height: 123px;
    padding-bottom: 8px;
    width: 100%;
}
.td-dstin.ext {
    display: inline-block;
    height: 22px;
    width: 99.5%;
}
.td-dstin.ext span{
    width: 100%;
    display: inline-block;
}
.dstin-ct.ext {
    width: 99.5%;
}
.tile-box-head {
    border-bottom: 2px solid #ddd;
    clear: both;
    color: #222;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: 10px;
    text-transform: uppercase;
}
.c-box-intro, .address-contact {
    font-size: 14px;
}
.form-control {
    height: 32px;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 2px;
    box-shadow: none;
}
#site-content-full .main-box{
    padding: 0 3px;
}
label span{
    color: #ff0000;
}

#submitContact{
    background: #3c9f10;
    border: 1px solid #3c9f10;
}
#submitContact:hover{
    background: #2A8D00;
    border: 1px solid #2A8D00;
}
#site-content-full #txtMessage{
    min-width: 100%;
    max-width: 100%;
}
.contentIntroService{
    text-align: justify;
}
#site-content-serivces{
    width: 77%;
    display: inline-block;
    float: left;
}
.container-common .ads a{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.container-common .ads a:last-child{
    margin-bottom: 0;
}
#sys_drag_sort li{
    margin-top: 10px;
}
.del-file{
    color: #ff0000 !important;
}
.mainmenu .i-menu{
    display: none;
    height: auto;
    width: 25px;
    float: right;
    position: absolute;
    right: 15px;
    top: 10px;
    line-height: 5px;
    cursor: pointer;
}
.mainmenu .i-menu span{
    background: #fff;
    display: inline-block;
    width: 100%;
    height: 3px;
}
.footer-middle {
    margin-top: 10px;
    margin-bottom: 15px;
    background: #ededed;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.footer-middle li{
    display: inline-block;
    width: 32.5%;
    margin-bottom: 5px;
}
.lineReg{
    display: inline-block;
    position: absolute;
    height: 32px;
    right: 0px;
    bottom: 0;
    border: 2px solid #ddd;
    border-right: 0;
    border-bottom: 0;

}
.lineReg ul{
    background: #fff;
    padding-right: 10px;
}
.lineReg li{
    overflow: hidden;
    margin-left: 5px;
    display: inline-block;
    font-weight: bold;
    cursor: pointer;
}
.lineReg li a{
    color: #222;
}
.register{
    background: url("../images/register.png") no-repeat 0 4px;
    padding-left: 25px;
    padding-top: 5px;
}
.login{
    background: url("../images/login.png") no-repeat 0 4px;
    padding-left: 25px;
    padding-top: 5px;
}
.lineReg .plus{
    background: #ffb500 url("../images/plus.png") no-repeat 8px 8px;
    padding-left: 30px;
    color: #ffffff;
    vertical-align: top;
    margin-top: -2px;
    padding-right: 10px;
    line-height: 33px;
    margin-left: -5px;
}
.lineReg .plus:hover{
    background: #3c9f10 url("../images/plus.png") no-repeat 8px 8px;
}
.lineReg .plus a{
    color: #fff;
	text-decoration:none;
}
.hiMember {
    background: url("../images/user.png") no-repeat 0 4px;
    padding-left: 25px;
    padding-top: 5px;
}
.hiLogout,
.login{
    background: url("../images/logout.png") no-repeat 0 4px;
    padding-left: 25px;
    padding-top: 5px;
}
.main-post-estate {
    background: none repeat scroll 0 0 #fff;
    border-radius: 2px;
    display: inline-block;
    margin: 0 0 5px;
    padding-bottom: 5px;
    width: 100%;
}
.wrap-main-post-estate {
    margin: 0 10px 5px;
}
.title-mail-post-estate{
    border-bottom: 1px solid #009531;
    clear: both;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 2px 0;
    position: relative;
    text-align: left;
    width: 100%;
}
.title-mail-post-estate a {
    color: #009531;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.box-user-change{
    background: none repeat scroll 0 0 #ffffff;
    width: 100%;
    border: 1px solid #cccccc;
}
.item-box-change{
    display: inline-block;
    width: 100%;
}
.item-box-change span {
    background:#eee;
    border-bottom: 1px solid #cccccc;
    color: #333;
    display: inline-block;
    font-weight: bold;
    padding: 4px 56px 4px 15px;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
}
.content-item-box-change-box {
    background: none repeat scroll 0 0 #fcfcfc;
    clear: both;
    min-height: 200px;
    padding-bottom: 5px;
    width: 100%;
}
.wrapp-content-item-box-change-box {
    padding: 5px;
}
.control-box-change {
    margin: 0;
    padding: 10px 0 0;
}
.control-box-change li {
    clear: both;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 10px;
    width: 90%;
}
.control-box-change li a{
    color: #009531;
}
.control-box-change li a:hover{
    text-decoration: underline;
}
.box-table-list {
    margin: 10px 0 0;
    width: 100%;
}
.box-table-list table{
    border-collapse: collapse;
    color: #666;
}
.box-table-list th{
    text-transform: uppercase;
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    background: #fafafa;
}
.box-table-list td{
    border: 1px solid #ccc;
    padding: 5px;
    vertical-align: middle;
    font-size: 14px;
}
.box-table-list td a{
    color: #009531;
}
.box-table-list td a:hover{
    text-decoration: underline;
}
.action-item {
    position: absolute;
    right: 0px;
    display: none;
    top: 5px;
    background: #d4d4d4;
    padding: 2px 5px;
    border-radius: 2px;
}
.box-table-list tr td.created{
    position: relative;
}
.box-table-list tr:hover .action-item{
    display: block;
}
.regSmallScreen{
	display:none
}
.titleNewsLink{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}

.td-dstin h1 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#break {
    margin: 0px 0px 20px 0px;
}