 @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 @import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
{
  font-family:'Roboto', san-serif;
  !important
}
.AdvertisementBG{
	display: none;
}


body {
    margin: 0 auto;
    padding: 0;
    background:url("images/bgtrongdong_resize.jpg") no-repeat fixed center center;
}
a {
    color: #424242;
    font: 10pt/32px roboto;
 
    text-decoration: none;
}
img {
    border: medium none;
}
.MainStructure {
    text-align: center;
    width:1200px;
    margin:0 auto;
     margin-top:20px;
    border:solid 10px #fff;
    /* margin-bottom:20px; */
    box-shadow: 0px 0px 5px #2f2f2f;
}
.MainStructure .TopBanner {
    margin: 0 auto;
    
  
}
.MainStructure .TopBar {
  
  display: inline-block;
    margin-top: 0;
    text-align: justify;
    width: 100%;
}
.MainStructure .ContentBanner {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 1;
 
}
.MainStructure .MainContent {
    background: none repeat scroll 0 0 #fff6f6;
    display: inline-table;
    vertical-align: top;
    /* width: 960px; */
}

.MainStructure .LeftBar {
  width: 942px ;
  display: block;
    padding: 10px 15px 0px 0;
    text-align: justify;
    vertical-align: top;
    /*width: 220px !important;*/
}
.MainStructure .ContentBar {
    padding: 10px 0 0px;
    text-align: justify;
    vertical-align: top;
}
.MainStructure .FooterBanner {
    background: #ffffff;
    text-align: center;
    width: 100%;
    
}
.MainStructure .FooterBar {
    display: inline-block;
    text-align: justify;
     width: 100%;
}

.m-logo {
        display: none;
}
.m-logo .logo-title {
        font-weight: bold;
        font-size: 1.25rem;
}

@media only screen and (max-width: 768px) {
          .search-wrap {
                width: 100vw !important;}
        body {
        	padding-top: 56px;
        }
        .m-logo {
        display: flex;
                    height: 56px;
    padding: 0.5rem;
                background-color: #d01e1e;
                color: #fff;
                align-items: center;
                    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.UIBannerControl .m-logo img {
        width: 40px !important;
        height: 40px !important;
}
        .logo-title-wrapper {
        	margin-left: 1rem;
                flex-grow: 1;
                font-size: 0.875rem;
        }
        
        .logo, .MainStructure .TopBanner {
        display: none;
        }
        .DropdownMenu .navbar-button {
        background: #d01e1e !important;
    top: 12px !important;
        }
                        .SearchLandPrice .RadGrid table.rgMasterTable tr .rgGroupCol, .SearchLandPrice .RadGrid_Office2007 .rgHeader {
                        	display:none;
                        }
                        .GeoLocationList {
                        	padding: 0;
                        }
}