:root {
  --cus-blue: #4285f4;
  --cus-yellow: #fbbc05;
  --cus-red: #ea4335;
}

/*-------------------------------------------*/
/* 1. GENERAL */
/*-------------------------------------------*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../other/fontawesome.eot');
  src: url('../other/fontawesome.eot') format('embedded-opentype'), url('../other/fontawesome.woff') format('woff');
  font-weight: normal;"
font-style: normal;
}

img {
  width: 100%;
}

* {
  color: #222222;
  font-family: 'Tahoma', sans-serif !important;
}

h1, h2, h3, h4, h5 {
  margin: 0px;
}

a:hover {
  text-decoration: none;
}

.fa {
  font-family: 'FontAwesome' !important;
}

#toast-container .toast-message {
  color: #ffffff !important;
}

.red-input {
  border: 1px solid red !important;
}

.disabled {
}

.background-body {
  background-color: #f4f5f7;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  left: 0px;
}

.body-main {
  background-color: #fff;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.2);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-upload-item{
  margin: 5px;
}

.image-item {
  position: relative;
  border: none !important;
}
.btn-remove-image:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  height: 2px;
  background-color: var(--cus-red);
  transform: rotateZ(45deg);
}
.btn-remove-image:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--cus-red);
  transform: rotateZ(-45deg);
}
.btn-remove-image {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 0px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.image-item .image-item__image {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: contain;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select {
  font-size: 12px;
  margin: 0;
  text-decoration: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.table-mobile {
  display: none;
}

/* Header */

.header-mb {
  display: none;
}

#TopBanner {
  width: 100%;
  height: 96px;
  float: right;
  overflow: hidden;
}

#TopBanner img {
  height: 100%;
}

.logo-header {
  width: 240px;
  margin: auto;
  max-width: 100%;
  height: 126px;
  display: flex;
  justify-content: center;
}

.logo-header img {
  height: 100%;
  width: auto;
}

.header-top-left {
  padding-top: 10px;
}

.header-top-right {
  padding-top: 10px;
}

.header-middle-right {
  display: inline-block;
  width: 100%;
}

.mxh_wrap {
  flex-grow: 1;
  justify-content: flex-end;
  display: flex;
}

.youtube-icon img, .fb-icon img, .tiktok-icon img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  margin-right: 5px;
}

.header-middle-right {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}

.user_wrap {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.user_wrap .post-product {
  background-color: var(--cus-yellow);
  color: #fff;
  border-radius: 4px;
  padding: 0 10px;
  display: inline-block;
  margin: 0px 10px;
}

.user_wrap .account {
  display: inline-block;
}

.post-product .header-middle-righ-icon {
  float: left;
  margin-top: 2px;
  margin-right: 8px;
}

.account .header-middle-righ-icon {
  float: left;
  margin-top: 2px;
  margin-right: 4px;
}

.header-middle-righ-link {
  display: inline-block;
}

.header-middle-righ-link span {
  line-height: 26px;
  font-weight: bold;
}

.post-product .header-middle-righ-link span {
  color: #fff;
}

.header-menu {
  position: relative;
  height: 29px;
  clear: both;
}

.header-menu .menu {
  background: #055699;
  border-radius: 10px;
}

.ihome {
  border-right: 1px solid #20466D;
  height: 29px;
  line-height: 29px;
  overflow: hidden;
  float: left;
  padding-left: 12px;
}

.dropdown-navigative-menu {
  display: flex;
}

.dropdown-navigative-menu .lv0 {
  display: inline-block;
  padding: 0px 10px;
  border-right: 1px solid #20466d;
  border-left: 1px solid #4a84b5;
  position: relative;
}

.dropdown-navigative-menu .lv0:hover {
  background-color: #2795f0;
}

.dropdown-navigative-menu .lv0 ul {
  display: none;
}

.dropdown-navigative-menu li a {
  display: block;
  color: #fff;
  line-height: 29px;
  white-space: nowrap;
  font-weight: bold;
}

.dropdown-navigative-menu li:hover > ul {
  display: block;
}

.dropdown-navigative-menu ul {
  width: auto;
  min-width: 160px;
  display: none;
  position: absolute;
  left: 0;
  z-index: 10000;
  top: 100%;
  zoom: 1;
}

.dropdown-navigative-menu ul li {
  font-weight: normal;
  background-color: #cfe5f7;
  border: 1px solid #fff;
  border-bottom: 0;
  float: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
  line-height: 15px;
  text-align: left;
  position: relative;
}

.dropdown-navigative-menu ul li a {
  border-right: 0;
  display: inline-block;
  min-width: 190px;
  color: black;
  text-align: left;
}

.dropdown-navigative-menu a.indent {
  background-image: url(https://file4.batdongsan.com.vn/images/MenuIcon/blue_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.menu-main {
  display: inline-block;
}

.lv1 ul {
  left: 100%;
  top: 0px;
}

ul.dropdown-navigative-menu ul li:hover {
  background-color: #2795f0;
}

ul.dropdown-navigative-menu ul li:hover > a {
  color: #fff;
}

.hotline {
  float: right;
  line-height: 29px;
  padding: 0px 20px;
}

.hotline span {
  color: var(--cus-yellow);
  font-weight: bold;
}


/*  Footer */


.footer {
  background-color: #4080a6;
  margin-top: 10px;
  padding-bottom: 5px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.footer .fcolumleft {
  float: left;
  border-right: 1px solid #376a87;
  padding-bottom: 3px;
  width: 60%;
  padding-left: 20px;
}

.footer .fcolumleft ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
}

.footer .fcolumleft ul div {
  margin: 0;
  color: #FFF;
  font-weight: 700;
  width: 100%;
  border-bottom: 1px solid #376a87;
  padding: 10px 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  text-indent: 5px;
}

.footer .fcolumleft ul div a {
  color: #FFF;
  font-size: 13px;
  text-decoration: none;
}

.footer .fcolumleft ul li {
  list-style: none;
  float: left;
  width: 100%;
  background: url(../img/next.png);
  text-indent: 15px;
  color: #fff;
  padding: 3px 0 0;
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

.footer .fcolumleft ul li a {
  color: #fff;
  font-size: 11px;
  text-decoration: none;
}


.footer .fcolumright {
  border-left: 1px solid #5398c1;
  display: inline-block;
  width: 40%;
  padding-bottom: 20px;
  background: #10557e;
}

.footer .fcolumright .top {
  padding-top: 5px;
}

.footer .support .title {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color: #e6f075;
  margin-bottom: 10px;
}

.footer .support .phone {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.footer .support div {
  margin-bottom: 5px;
}

.footer .fcolumright .bottom ul {
  margin: 0;
  padding: 0 0 0 10px;
  text-align: center;
}

.footer .fcolumright .bottom ul li {
  list-style: none;
  color: #fff;
  margin-top: 3px;
}

.footer .line {
  border-top: 1px solid #376a87 !important;
  width: 100%;
}

.footer .about * {
  color: white;
}

.footer .about {
  padding-top: 5px;
  text-align: center;
  width: 100%;

}

.footer .about div {
  text-indent: 5px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

.footer .about p {
  text-indent: 5px;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

.footer .about p span {
  color: #fff;
}

/* Search */


.home-search-box .tops {
  background: #0d509d;
  border-top-right-radius: 14px;
  border-top-left-radius: 14px;
  height: 38px;
  width: 100%;
  text-align: center;
  background-size: cover;
}

.home-search-box .tops h2 {
  color: #fff;
  font-size: 14px;
  padding: 16px 0 0 10px;
  text-shadow: 1px 1px 1px #000;
  cursor: default;
  font-weight: bold;
  padding: 0;
  line-height: 38px;
}

.home-search-box .tab {
  background: url(../img/ts_tab-bg-repeat.jpg) repeat-x scroll 0 0 transparent;
  display: block;
  background-size: cover;
  text-align: center;
  height: 45px;
  border-bottom: 1px solid #464543;
}

.home-search-box .contents .nav-tabs {
  padding-top: 8px;
  display: inline-block;
  width: 100%;
}

.home-search-box .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #464543;
  border-bottom: 2px solid #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.home-search-box .nav-tabs > li > a {
  font-weight: bold;
  padding: 3px 25px;
  color: #414040;
  margin: 0px;
  border-bottom: 1px solid #464543;
  line-height: initial;
}

.home-search-box .contents {
  background: url(../img/ts_bg.jpg) no-repeat scroll center bottom transparent;
  border: 1px solid #b0aeae;
  border-top: 0;
  /*height: 325px;*/
}

.newicon {
  background: url(../img/new-icon.jpg) no-repeat;
  background-position: center right;
  background-size: 25px;
}

.comboboxs {
  padding-top: 5px;
  text-align: left;
  width: 100%;
  margin: auto;
}

#searchArea {
  margin: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
}

.comboboxs #txtAutoComplete {
  width: 182px;
  height: 25px;
  padding: 0;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.comboboxs select {
  border: 1px solid #ccc;
  color: #000;
  height: 29px;
  line-height: 29px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
  background: transparent;
}

#OptionHouse {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#OptionHouse input {
  margin: 0px 5px 0px 0px;
}

.timkiems {
  margin: auto;
  padding-top: 10px;
  vertical-align: middle;
  width: 100%;
}

.timkiems a {
  float: left;
  padding-top: 8px;
  text-align: left;
  text-decoration: underline;
  line-height: 17px;
}

.timkiems input {
  float: right;
}

.timkiems #lblSearch {
  cursor: pointer;
  color: #319c00;
  font-size: 12px;
  text-align: center;
}

.background-pager-right-controls {
  float: right;
  margin-top: 10px;
  display: flex;
}

.style-pager-row-selected {
  text-align: center !important;
  background-color: #055699;
  margin-left: 2px !important;
  width: auto !important;
  color: White !important;
  text-decoration: none !important;
  height: 23px !important;
  line-height: 23px !important;
  float: left !important;
  padding-left: 6px !important;
  padding-right: 6px !important;
  border: 1px solid #ccc !important;
  font-weight: bold !important;
}

.background-pager-right-controls a {
  color: #666 !important;
}

.background-pager-right-controls a div {
  width: 30px !important;
  color: #666 !important;
  height: 30px !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 30px !important;
  border: 1px solid #dedede !important;
  border-left: none !important;
}

.background-pager-right-controls .style-pager-row-selected {
  background: none !important;
  color: #055699 !important;
}

.background-pager-right-controls a:first-child div {
  border-left: 1px solid #dedede !important;
}


.newsletter-form-small {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px 5px 7px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}

.mb5 {
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.fl {
  display: inline-block;
}

.newsletter-form-small img {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-right: 3px;
  width: 23px;
}


.newsletter-form-small .news-text {
  color: #055699;
  font-weight: bold;
  font-size: 11px;
  margin-top: 3px;
  padding-left: 10px;
  padding-top: 2px;
}

.newsletter-form-small input[type="text"] {
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  width: calc(100% - 72px);
  float: left;
}

.newsletter-form-small a {
  display: inline-block;
  width: 72px;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  height: 28px;
  line-height: 28px;
  color: #fff;
  font-weight: bold;
  background-color: var(--cus-yellow);
  text-align: center;
}

.fb-page {
  padding-top: 10px;
}

/*modal*/
.login-social {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.login-reg {
  margin-right: 30px;
  text-align: right;
  margin-bottom: 15px;
}

.login .login-social .login-google a {
  font-size: 13px;
  color: #EB4F38;
}

.login .login-social .login-google a, .login .login-social .login-google div {
  color: #EB4F38;
}

.login .login-social .login-facebook div {
  color: #055698;
}

.login .login-social .login-facebook span,
.login .login-social .login-google a {
  line-height: 38px;
  float: left;
  cursor: pointer;
  display: block;
  width: 60%;
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
}

.login .login-social .login-facebook div,
.login .login-social .login-google div {
  width: 20px;
  height: 20px;
  margin: 9px;
  font-size: 22px;
  float: left;
}

.login .login-social .login-facebook span,
.login .login-social .login-facebook div {
  color: #055698;
  font-weight: bold;
}

.login .login-social .login-facebook,
.login .login-social .login-google {
  height: 38px;
  border: 1px solid #d7d7d7;
  width: 45%;
  border-radius: 5px;
  text-align: center;


}

.login .login-or {
  margin: 0 30px 20px 30px;
  text-align: center;
  height: 20px;
}

.login-forget-password {
  text-align: right;
  margin-right: 30px;
}

.login h1,
.registerAccount h1 {
  font-weight: bold;
  font-size: 24px;
  color: #055699;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
}

.login .login-inputtext input {
  border: 0;
  padding: 0 15px;
  color: #333;
  height: 100%;
  float: left;
  width: 75%;
  outline: none;
}

.login .login-inputtext div span {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 12.5px;
  font-size: 23px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
}

.login .login-username div span {
  background-image: url(../img/user.svg);
}

.login .login-password div span {
  background-image: url(../img/key.svg);
}

.login {
  width: 100%;
  -webkit-box-shadow: -3px 2px 5px 0 rgba(153, 153, 153, 1);
  -moz-box-shadow: -3px 2px 5px 0 rgba(153, 153, 153, 1);
  box-shadow: -3px 2px 5px 0 rgba(153, 153, 153, 1);
  border: 1px solid #929292;
  color: #555;
  font-size: 14px;
  background: #fff;
  height: 100%;
  margin-bottom: 0;
}

.login * {
  font-size: 14px;
}

.wrap-form-login h1 {
  font-weight: bold;
  font-size: 24px;
  color: #055699;
  margin: 30px 0;
  text-align: center;
  text-transform: uppercase;
}

.login .login-inputtext {
  border: 1px solid #d7d7d7;
  margin: 0 30px 20px 30px;
  height: 52px;
  border-radius: 5px;
}

.login .login-inputtext div {
  background-position: center;
  background-color: #f4f4f4;
  width: 50px;
  height: 50px;
  float: left;
  border-right: 1px solid #d7d7d7;
}

.login .login-inputtext .button-submit {
  border: 0;
  padding: 0 15px;
  color: #333;
  height: 20px;
  float: left;
  width: 80%;
}

.login .login-button {
  background-color: #055698;
  height: 50px;
  border: 0;
  width: 100%;
  color: #fff !important;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.button-submit {
  margin: 0 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 320px) {
  .login .login-social .login-facebook span, .login .login-social .login-google a {
    width: 61%;
  }

  .login-reg {
    margin-right: 15px;
  }
}

/*register*/
.wrap-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
}

.wrap-hafl-input {
  display: flex;
  flex-wrap: wrap;
}

.registerAccount {
  margin: 0 auto auto;
  max-width: 460px;
  color: #555;
  font-size: 14px;
  background: #fff;
  -webkit-box-shadow: -3px 2px 5px 0 rgba(100, 100, 100, 0.9);
  -moz-box-shadow: -3px 2px 5px 0 rgba(100, 100, 100, 0.9);
  box-shadow: -1px 2px 5px 0 rgba(100, 100, 100, 0.9);
  border: 1px solid #929292;
}

.registerAccount .row-field {
  margin: 0 20px 10px 30px;
}

span.t_red {
  color: red;
}

.registerAccount * {
  font-size: 14px;
}

.registerAccount .row-field .field-content {
  height: 45px;
  border: 1px solid #CCC;
  width: 95%;
  display: inline-block;
  position: relative;
  border-radius: 5px;
}

.registerAccount .row-field .field-content input[type="text"],
.registerAccount .row-field .field-content input[type="password"],
.registerAccount .row-field .field-content input[type="date"] {
  width: 90%;
  border: 0;
  color: #666;
  height: 41px;
  line-height: 36px;
  padding-left: 10px;
  border-radius: 5px;
  outline: none;

}

.content-half {
  width: 45% !important;
}

.wrap-radio label {
  margin-right: 40px;
  margin-left: 10px;
}

.wrap-radio {
  margin-top: 20px;
  margin-bottom: 20px;

}

.registerAccount input[type=submit] {
  background-color: #055698;
  margin: 0 30px 20px 30px;
  height: 50px;
  border: 0;
  width: 85%;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 20px;
}

.reg-login {
  text-align: center;
  margin-bottom: 20px;
}

.adv-control {
  width: 30%;
}

.select-region {
  height: 45px;
  outline: none;
  border: 1px solid #CCC;
  width: 100%;
}

@media screen and (max-width: 375px) {
  .content-half {
    width: 100% !important;
    margin-right: 12px !important;
    margin-top: 10px;

  }
}

.ellepse-2-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ellepse-3-line {
  height: 90px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.ellepse-3-line p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.ellepse-4-line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.account-page {
  margin-bottom: 50px;
}

.account-page .row-content.active a {
  color: #E47313;
}

.text-blue {
  color: var(--cus-blue) !important;
}

.text-yellow {
  color: var(--cus-yellow) !important;
}

.text-red {
  color: var(--cus-red) !important;
}

.border-blue {
  border-color: var(--cus-blue) !important;
}

.border-yellow {
  border-color: var(--cus-yellow) !important;
}

.border-red {
  border-color: var(--cus-red) !important;
}

.bg-blue {
  background-color: var(--cus-blue) !important;
}

.bg-yellow {
  background-color: var(--cus-yellow) !important;
}

.bg-red {
  background-color: var(--cus-red) !important;
}

#page-navigative-menu {
  min-height: 30px;
}
.active-url{
  color: #E47313 !important;
}

.nav>li>a:hover, .nav>li>a:focus {
  background-color: initial;
}

.tab-content {
  position: relative;
  padding-bottom: 0px;
}

.btn-show-more {
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-weight: bold;
}

.home-news-product .content {
  padding-bottom: 45px;
}

.news-product .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.image img {
  object-fit: contain;
  object-position: center;
  max-width: 100%;
  height: 100%;
}

.product-avatar-img {
  min-height: 140px;
  max-height: 180px;
  object-fit: cover;
}
.btnSearch{
  width: 100%;
    height: 35px;
    border-radius: 5px;
    background-color: #E47313;
    color: white;
    font-weight: bold;
}
.search-form .tab-search{
  width: 50%;
}
.pagination>.active>a{
  color: white !important;
}

.p-0 {
  padding: 0;
}

.account-form .pwdtable {
  min-width: 260px;
}

#MainContent__userPage_ctl00_btnSearch {
  margin-left: 10px;
}

/* Update */
#thumbs .owl-stage {
  transform: translate3d(0px, 0px, 0px) !important;
}

.check-options ul li {
  display: inline-flex;
  padding: 0px 8px;
  background-color: #51bcda;
  color: #fff!important;
  height: 22px;
  line-height: 22px;
  border-radius: 20px;
  margin: 2px 0px;
}
.check-options ul li svg {
  width: 12px;
  margin-left: 2px;
  cursor: pointer;
}

select[disabled] {
  background-color: #ebebe4;
}

.check-options-1 ul li {
  display: inline-flex;
  padding: 0px 8px;
  background-color: #51bcda;
  color: #fff!important;
  height: 22px;
  line-height: 22px;
  border-radius: 20px;
  margin: 2px 0px;
}
.check-options-1 ul li svg {
  width: 12px;
  margin-left: 2px;
  cursor: pointer;
}

.select2-container {
  width: 100% !important;
}
