@charset "UTF-8";
#main .main-content {
  margin-top: 0 !important;
}

body .pagination .current span {
  margin-right: 0 !important;
}

.estate_detail .see-cat {
  display: block;
  text-align: center;
  text-decoration: none;
  color: red;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
}
.estate_detail .hot {
  margin-top: 50px;
  margin-bottom: 50px;
}
.estate_detail .hot .hot-title {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #EB2D4B;
  font-size: 20px;
  font-weight: 600;
  font-family: GoogleSans;
}
.estate_detail .hot .owl-prev {
  background: #fff;
  padding: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #3E3F3F;
  font-size: 25px !important;
  box-shadow: 1px 2px 2px 1px #ccc;
  position: absolute;
  left: -70px;
  top: calc(50% - 60px);
}
.estate_detail .hot .owl-next {
  background: #fff;
  padding: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #3E3F3F;
  font-size: 25px !important;
  box-shadow: 1px 2px 2px 1px #ccc;
  position: absolute;
  right: -70px;
  top: calc(50% - 60px);
}
.estate_detail .item-hot .title-item a {
  color: #EB2D4B !important;
}
.estate_detail .item {
  background: #F8F8F8;
  border-top: 3px solid #EB2D4B !important;
}
.estate_detail .item .image-box img {
  width: 100%;
  height: auto;
  max-height: 208px;
  overflow: hidden;
}
.estate_detail .item .info-box {
  padding: 20px 16px;
  color: #777777;
}
.estate_detail .item .info-box .title-item {
  display: flex;
  margin-bottom: 10px;
  color: #333;
}
.estate_detail .item .info-box .title-item img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.estate_detail .item .info-box .title-item a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* Số lượng dòng tối đa hiển thị */
  overflow: hidden;
  text-overflow: ellipsis;
}
.estate_detail .item .info-box p {
  margin-bottom: 10px;
}
.estate_detail .item .info-box p .icon {
  width: 16px;
  height: auto;
  display: unset;
}
.estate_detail .item .info-box a {
  text-decoration: none;
}
.estate_detail .item .info-box .apply-box {
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.estate_detail .item .info-box .apply-box p, .estate_detail .item .info-box .apply-box a {
  margin-bottom: 0;
}
.estate_detail .item .info-box .apply-box .expired {
  opacity: 0.6;
}
.estate_detail .item .info-box .apply-box img {
  width: 16px;
}
.estate_detail .item .info-box .apply-box a span {
  color: #141ED2;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.estate_detail .list-all form .form-filter {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.estate_detail .list-all form .form-filter b {
  text-transform: uppercase;
}
.estate_detail .list-all form .form-filter .select-update {
  width: 40%;
}
@media (max-width: 768px) {
  .estate_detail .list-all form .form-filter .select-update {
    width: 100%;
    margin-top: 10px;
  }
}
.estate_detail .list-all .item {
  margin-bottom: 30px;
  border: 1px solid #F8F8F8;
  border-radius: 3px;
}
.estate_detail .search-form-recruitment {
  padding: 45px 0;
  background: #A0D2FF;
}
.estate_detail .search-form-recruitment input {
  padding: 15px;
}
.estate_detail .search-form-recruitment input, .estate_detail .search-form-recruitment select {
  border: 1px solid #fff;
  border-radius: 5px;
  height: 40px;
  width: 320px;
  margin-right: 16px;
}
.estate_detail .search-form-recruitment .btn-search {
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 130px;
  height: 40px;
  background-color: #141ED2;
  text-decoration: none;
  border-radius: 5px;
}
.estate_detail .search-form-recruitment .btn-search img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .estate_detail .search-form-recruitment .form-filter input, .estate_detail .search-form-recruitment .form-filter select {
    margin-bottom: 12px;
    width: 100%;
  }
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .estate_detail .hot .owl-prev {
    left: 0;
  }
  .estate_detail .hot .owl-next {
    right: 0;
  }
}

/*# sourceMappingURL=cat.css.map */
