/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body{ 
	line-height: 1.8;	
	font-size: 17px;
	overflow-x:hidden;
}

.col, .gallery-item, .columns
{
  padding: 0px 15px 15px !important;
}

.page-wrapper ul
{
  margin-top:10px;	
}

.entry-content {
    padding-top: 10px;
    padding-bottom: 10px;
}
.entry-header-text
{
	padding: 10px 0 10px;
}

.page-wrapper {
    padding: 15px 0px  !important;
}
.post {
    border-radius: 5px;
    padding: 10px;
    background: #fff;
}

img.size-full.alignnone
{
   margin-bottom: 5px !important;
}

h5.is-large, h2.is-large {
    font-size: 17px;
}
h5.is-large:hover
{
  color: red; 
}
.post-title {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.page-title
{
	margin: 15px 0;
}
.header-main .nav > li > a
{
	color: #131313;
}
.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents
{
	width:100% !important;
}

.status-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding: 7px 7px 5px 7px;
    color: #fff;
    background: rgba(199,37,40,.86);
    font-size: 10px;
    line-height: 1;
    z-index: 2;
    border-radius: 2px;
    text-transform: uppercase;
}

.green {
    background: #5aa700 !important;
}


.status-bottom-red {
    position: absolute;
    bottom: 50px;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    background: rgba(199,37,40,.86);
    font-size: 12px;
    line-height: 1;
    width: 100%;
    z-index: 2;
}

.bor-radius-left > .col > .col-inner
{
  border-radius: 0 30px;
}

.img-radius-left img
{
	border-radius:10px 0 0 10px;
}
.img-radius-right img
{
	border-radius:0 10px 10px 0;
}
.img-radius img
{
	border-radius:10px
}

/* box content */

.content-box-blue, .content-box-gray, .content-box-green, .content-box-purple, .content-box-red, .content-box-yellow
{
    margin: 0 0 10px;
    overflow: hidden;
    padding: 10px;
}
.content-box-blue a:hover, .content-box-gray a:hover, .content-box-green a:hover, .content-box-purple a:hover, .content-box-red a:hover, .content-box-yellow a:hover
{
	text-decoration: underline;
}
.content-box-blue{background-color:#d8ecf7;border:1px solid #afcde3}
.content-box-gray{background-color:#e2e2e2;border:1px solid #bdbdbd}
.content-box-green{background-color:#d9edc2;border:1px solid #b2ce96}
.content-box-purple{background-color:#e2e2f9;border:1px solid #bebde9}
.content-box-red{background-color:#f9dbdb;border:1px solid #e9b3b3}
.content-box-yellow{background-color:#fef5c4;border:1px solid #fadf98}
.content_alert {
    background: #fff1f0;
    color: #ce2642;
    padding: 10px;
    line-height: 1.4;
    border: 3px dashed #ce2642; 
    text-align: left;
    margin-bottom: 10px;
}
.alert_link {
    background: #fff1f0;
    color: #d40736;
    padding: 20px;
    line-height: 1.4;
    border: 3px dashed #d40736;
    text-align: left;
    margin: 15px 0;
    clear: both;
    text-align: left;
}

blockquote {
    border-left: 4px solid #1459ba !important;    
    position: relative;   
    padding: 10px 10px 5px 10px;  
    color: #333;
    font-size:16px;
    background: #f9f9f9;
    border-radius: 5px;
}
blockquote p{
 margin-bottom:10px;
}
#comments
{
	display: none !important;
}
.newhome img
{
	border-radius: 5px 0 0 5px;
}
.newhome .post-title a
{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size:15px;
}
.post-3cot img
{
    border-radius: 5px 5px 0 0;
    height: 230px;
    object-fit: scale-down;
	margin-left: auto;
    margin-right: auto;	
	padding:5px;
}
.post-3cot .box-text
{
	padding: 10px !important;
}
.post-3cot .from_the_blog_excerpt
{
	display: none;
}

/* --------------------table ----------------------------*/
table {
  font-size: 16px;
  color: #333 !important;
  border-spacing: 0;
  table-layout: auto;
  padding: 0;
  border-color: #ececec;
  width: 100%;
  border-collapse: collapse;
}

td {
  color: #000 !important;
}

table tr:nth-child(even) {
  background-color: #f9f9f9 !important;
}

table tr:nth-child(odd) {
  background-color: #fff !important;
}

table th,
table td {
  padding: 8px !important;
  vertical-align: middle;
  text-align: left;
  border: 1px solid #ddd !important;
}

table tbody tr td,
table tbody tr th {
  background-color: inherit !important;
}

/*---------section-title-----------------*/

.section-no-padding {
    padding: 0;
    margin-bottom: 5px;
}

.section-title-normal span {
  border-bottom: 2px solid var(--primary-color);
}

.section-title-container {
  margin-bottom: 5px;
}

.titleborder .section-title-normal,
.titlenoborder .section-title-normal,
.titlenoborder span {
  border: none;
}

.titlenoborder b,
.titlecenter .section-title.section-title-center b {
  background: none !important;
}

.titlecenter .section-title.section-title-center span.section-title-main {
  position: relative;
  padding-bottom: 6px;
}

.titlecenter .section-title.section-title-center span.section-title-main:after,
.titlecenter .section-title.section-title-center span.section-title-main:before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

.titlecenter .section-title.section-title-center span.section-title-main:after {
  bottom: -1px;
  width: 84px;
  height: 3px;
  background-color: var(--primary-color);
}

.titlecenter .section-title.section-title-center span.section-title-main:before {
  bottom: 0;
  width: 360px;
  height: 1px;
  background-color: rgba(218, 221, 221, 0.5);
}

.titlecenter h2.section-title span {
  line-height: inherit;
}

 
/**---------------- Form Liên Hệ ----------------**/

form {
  margin-bottom: 0 !important;
}

.contact-form {
  margin-top: 20px;
  padding: 15px !important;
  border: 2px solid #e7242a;
  border-radius: 5px;
}

.contact-form h6 {
  padding: 10px 0;
  color: red;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  height: 3em;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.wpcf7 input[type="text"]:focus {
  background: #fff;
}

input[type="submit"],.btnsubmit1 {
  min-height: 3em;
  cursor: pointer;
}

.wpcf7-submit {
  padding: 8px 20px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff !important;
  background: transparent;
  transition: background 0.3s ease;
}

.wpcf7-submit:hover {
  background: red !important;
}

.wpcf7 .col {
  padding: 0 5px 10px !important;
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7 p {
  margin: 0;
  padding: 0;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
  color: #fff;
  background: #ff0000;
  padding: 5px;
  text-shadow: none;
}

div.wpcf7-validation-errors {
  margin: 0;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  color: #9c6533;
  background: #f9cd00;
  border: transparent;
  text-shadow: none;
}

div.wpcf7-mail-sent-ok {
  margin: 0;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #59a80f;
  border-color: #59a80f;
  text-shadow: none;
}

.btnsubmit1 {
  border-radius: 5px !important; 
  background: linear-gradient(to right, #f48a35, #eb5810);
}
@media (max-width: 768px) {
  input[type="submit"].btnsubmit1 {
    display: block;
    margin: 10px 0 0 0;
    float: right;
  }
}

#footer [type="submit"] {
  width: 100%;
  background: red;
}

.formtaibanggia {
  padding: 20px 10px 0;
  border: 4px double;
  border-radius: 0;
}

.formtaibanggia input[type="text"],
.formtaibanggia .wpcf7 input[type="tel"] {
  margin: 0;
}

.formtaibanggia .large-3 {
  text-align: center;
}

input[type="submit"].btsubmit {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* -------hotline----------- */

.hotline-phone-ring-wrap{position:fixed;bottom:0;left:0;z-index:999999}.hotline-phone-ring{position:relative;width:110px;height:110px;cursor:pointer;display:block;background:transparent;backface-visibility:hidden;transform:translateZ(0);transition:visibility .5s;z-index:11}.hotline-phone-ring-circle{position:absolute;top:0;left:0;width:110px;height:110px;border-radius:50%;border:2px solid #f00;opacity:.5;animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;transform-origin:center}.hotline-phone-ring-circle-fill{position:absolute;top:16px;left:16px;width:80px;height:80px;border-radius:50%;background:rgba(21,100,167,.7);animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;transform-origin:center}.hotline-phone-ring-img-circle{position:absolute;top:31px;left:31px;width:50px;height:50px;border-radius:50%;background:#f00;animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;transform-origin:center;display:flex;align-items:center;justify-content:center}.hotline-phone-ring-img-circle img{width:33px;height:33px}.hotline-bar{position:absolute;left:42px;bottom:31px;width:165px;height:45px;line-height:45px;border-radius:50px;background:#f00;padding:0 10px;cursor:pointer;transition:all .8s;z-index:9}.hotline-bar>a{display:block;font:bold 16px/45px Arial,sans-serif;color:#fff;text-decoration:none;letter-spacing:1px;text-indent:32px}.hotline-bar>a:hover{color:#fff}@keyframes phonering-alo-circle-anim{0%{transform:scale(.5);opacity:.1}30%{transform:scale(.7);opacity:.5}100%{transform:scale(1);opacity:.1}}@keyframes phonering-alo-circle-fill-anim{0%,100%{transform:scale(.7);opacity:.6}50%{transform:scale(1);opacity:.6}}@keyframes phonering-alo-circle-img-anim{0%,50%,100%{transform:rotate(0)}10%,30%{transform:rotate(-25deg)}20%,40%{transform:rotate(25deg)}}.hotline-phone-ring-wrap.fix_tel_right{bottom:0;right:100px;left:auto}@media (max-width:768px){.hotline-bar{display:none}}#navigation_toolbox{position:fixed;bottom:120px;margin-left:18px;z-index:999}#navigation_toolbox ul{margin:0}#navigation_toolbox li{list-style:none;padding:5px}#navigation_toolbox li a{display:block;padding:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:Cardo,serif}#navigation_toolbox.na-right{left:auto;right:10px;bottom:100px;margin-left:0}

/*------------------------------------------------*/

@keyframes hotlinef {
  0%   { color: red; text-decoration: none; }
  50%  { color: #ff0; text-decoration: underline; }
  100% { color: red; text-decoration: none; }
}

.hotline-footer {
  font-weight: 700;
  animation: hotlinef 1.2s infinite ease-in-out;
}

@keyframes hotlinec {
  0%   { color: #ff6600; text-decoration: none; }
  50%  { color: #ff0000; text-decoration: underline; }
  100% { color: #ff6600; text-decoration: none; }
}

.hotline-content {
  font-weight: 700;
  animation: hotlinec 1s infinite ease-in-out;
}

.gallery-col
{
	padding:0 5px 10px !important;
}

.gallery-columns-2 .gallery-item img {
  aspect-ratio: 4/3;
  border-radius:5px;
}
.gallery-columns-3 .gallery-item img {
  aspect-ratio: 4/3;
  border-radius:5px;
}
.gallery-columns-4 .gallery-item img {
  aspect-ratio: 4/3;
  border-radius:5px;
}

.large-columns-3 .gallery-col .box-image img {
    aspect-ratio: 4/3;
    border-radius:5px;
}
.large-columns-4 .gallery-col .box-image img {
    aspect-ratio: 4/3;
    border-radius:5px;
}

/*-----hieu ung button ---*/

a.btn {
  display: inline-block;         /* để scale toàn bộ nút */
  animation: pulse 2s infinite ease-in-out;
  transform-origin: center;      /* scale từ giữa */
}

@keyframes pulse {
  0%   { transform: scale(1); }
  50%  { transform: scale(1.1); }
  100% { transform: scale(1); }

}

.my-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  border-right: .15em solid #fff;
  animation: tp-typing 4s steps(20, end) infinite;
}

@keyframes tp-typing {
  0%   { width: 0; }
  50%  { width: 100%; }
  55%, 65%, 75% { opacity: 1; }
  60%, 70%      { opacity: 0; }
  80%  { width: 100%; }
  100% { width: 0; }
}


/* Thêm hiệu ứng ánh sáng khi hover vào ảnh bài viết */

.post-item .box-image:hover::before {
  animation: shine 0.75s;
}

@keyframes shine {
  100% { left: 125%; }
}

.post-item .box-image::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}

/*-----------------------*/

.link ul li, .col-link-single ul li {
    margin: 0px !important;
    font-size: 14px;
}

.link ul li a, .col-link-single ul li a {   
    font-size: 14px;  
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;   
}
.logocdt img
{
	height: 95px;
	border-radius: 2px;
	border: 1px solid #edab21;
	padding: 2px 2px 2px 2px;
	padding: 10px 12px;
}


@media screen and (min-width: 850px)
{
	
.row-large .large-9 {
    max-width: 72%;    
    flex-basis: 72%;
}
.row-large .large-3 {
    max-width: 28%;
    flex-basis: 28%;
}
.blog-single .large-3 #secondary
{
	padding: 0 !important;
}
.row-large>.flickity-viewport>.flickity-slider>.col, .row-large>.col {
    padding: 0 10px 10px !important;
    margin-bottom: 0;
}
.page-right-sidebar .col {
    padding: 0 10px 10px !important;
    margin-bottom: 0;
}
.list-paragraph {
        overflow-y: scroll;
        max-height: 600px;
    }
}


/*--------home---------------*/

.project-small .box-image img {
    border-radius: 5px;
    height: 230px;
}

.prohome {
	border: 1px solid #ececec;
	border-radius: 5px;
	background: #fff;
}
.prohome h2 a, .prohome h3 a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.prohome .box-image img
{
	border-radius: 5px 5px 0 0;
	height:230px;
	object-fit: cover;
	-o-object-fit: cover;
	margin: auto;
}

.prohome:hover
{
	 border-right-color:#dd9933;
	 -webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	 -moz-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	 box-shadow: 0 0px 10px rgba(17,44,145,.4);
}

.prohome-top-left {
    position: absolute;
    top: 10px;
    left: 10px;
    text-align: center;
    padding: 7px 7px 5px 7px;
    color: #fff;
    background: rgba(199,37,40,.86);
    font-size: 10px;
    line-height: 1;
    z-index: 2;
    border-radius: 2px;  
}

.prohome-bottom-red {
    position: absolute;
    bottom: 82px;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    background: rgba(199, 37, 40, .86);
    font-size: 12px;
    line-height: 1;
    width: 100%;
    z-index: 2;
}

/*--------Dự án---------------*/

.produan {
	border: 1px solid #ececec;
	border-radius: 5px;
}
.produan:hover
{
	border-right-color:#dd9933;
	-webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	-moz-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	box-shadow: 0 0px 10px rgba(17,44,145,.4);
}
.produan h2 a, .produan h3 a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size:16px;
}
.produan .box-image img
{
	border-radius: 5px 5px 0 0;
	height:230px;
	object-fit: cover;
	-o-object-fit: cover;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.produan .box-text
{
	background: #fff;
    border-radius: 0 0 5px 5px;
}

.titleduan
{
   text-align:center;
   margin:20px 0;
   font-size: 30px;
}

.term-description {
    overflow: hidden;
    position: relative;
    margin: 20px 0;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

.duan .box-image img {
    border-radius: 5px;
    height: 220px;
}
.duan .col-inner img {
    width: 100%;    
	height:230px;
	object-fit: cover;
	-o-object-fit: cover;
    border-radius: 5px 5px 0 0 ;  
}

.box-text-chothue
{
  padding: 5px 10px 0px 10px;
}

/*-----------bảng giá------------------------*/

.probanggia h2 a, .probanggia h3 a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size:16px;
}
.probanggia .col-inner {
    background: white;
    border-radius: 4px;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.probanggia .col-inner:hover 
{
	-webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	-moz-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	box-shadow: 0 0px 10px rgba(17,44,145,.4);
}

.probanggia .box-image img
{
	border-radius: 5px 0 0 5px !important;
	height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
    margin: auto;
}

.probg {
	border: 1px solid #ececec;
	border-radius: 5px;
}
.probg:hover
{
	border-right-color:#dd9933;
	-webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	-moz-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	box-shadow: 0 0px 10px rgba(17,44,145,.4);
}
.probg h2 a, .probg h3 a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size:15px;
	color: #000 !important;
}
.probg .box-image img
{
	border-radius: 5px 5px 0 0;
	height:230px;
	object-fit: cover;
	-o-object-fit: cover;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.probg .box-text
{
	background: #fff;
    border-radius: 0 0 5px 5px;
}

/*--------property bán/ thuê---------------*/

.desproperty {
    overflow: hidden;   
    padding: 10px;
    background: #fff;
    border-radius: 5px;
	margin: 20px 0;
}
.desproperty1 {
	 padding: 10px;
	 overflow: hidden; 
	 margin: 20px 0;
} 
.desproperty1 ul {
	margin-left:15px;
	font-size: 15px;
}
.pro {
    border: 1px solid #ececec;
	border-radius: 5px;
}
.pro:hover
{
	border-right-color:#dd9933;
	-webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	-moz-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	box-shadow: 0 0px 10px rgba(17,44,145,.4);
}
.pro h2 a, .pro h3 a {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: normal;
	font-size:16px;
}
.pro .box-image img
{
	border-radius: 5px 5px 0 0;
	height:230px;
	object-fit: cover;
	-o-object-fit: cover;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.pro .box-text
{
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding:15px 15px 20px;
}


.blog-archive .post-item .col-inner {
    background: white;    
    border: 1px solid #ececec;
    border-radius: 5px;

}
.blog-archive .post-item .col-inner:hover
{
	-webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	-moz-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	box-shadow: 0 0px 10px rgba(17,44,145,.4);
}
.blog-archive .large-9 .post-item .box-image img {
  border-radius:5px 0 0 5px;
}

.blog-archive .post-item .post-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog-archive .post-item .box-text
{
	padding:15px;
}
	
	
/*--------Bán/Thuê---------------*/
.pricepro span
{
	color: #FF0505;
	font-weight: bold;
}
.pricesingle span
{
	color: red; 
	font-size:22px;
	font-weight: bold;
}
.titlepro
{
   font-size: 20px;
}

.detailroom {
    border-top: 1px solid #eef3f6;
    list-style-type: none;
    margin-bottom: -10px;
	margin-top: 5px;
    padding-top: 5px;
	display: flex;
    flex-wrap: nowrap; /* Đảm bảo không xuống dòng */
    align-items: center; /* Căn giữa các phần tử theo chiều dọc */
	
}

.detailroom li.bed {
   margin-left:0 !important;
}

.detailroom li {
    display: inline-block;
    font-size: 11px;
    margin-left:10px !important;
    display: flex;
    align-items: center;
    white-space: nowrap; /* Giữ nội dung trên một hàng */
}
.detailroom li span {
    margin-right: 5px; /* Tạo khoảng cách giữa icon và chữ */
}

/*------- label property/ du an---------------------*/
img.lazyload {
    opacity: 0;
    transition: opacity 0.3s;
}

img.lazyloaded {
    opacity: 1;
}

.countgallery
{
   position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 108.75%);
    color: #fff;
    padding: 0 10px;
	font-size: 20px;
}
.countgallery i
{
	margin-right:3px;
}

.proaddress
{
	font-size: 14px;
    color: #999;
    font-style: italic;
    margin-bottom: 5px;
}

.label-custom {
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 99999;
}

.labelcus {
	height: 26px;
	border-radius: 3px;
	box-shadow: 1px 1px 10px -5px #333;
	padding: 4px 8px;
	font-size: 14px;
	margin-left: 3px;
	text-overflow: ellipsis;
}

.giatot {
	color: #fff;
	background-color: #c72528;
	-webkit-animation: pulse 1s steps(5, start) infinite;
	animation: pulse 1s steps(5, start) infinite;
}

@-webkit-keyframes pulse {
    to {
        visibility: hidden
    }
}

@keyframes pulse {
    to {
        visibility: hidden
    }
}
.moinhat {
    color: #fff;
    background-color: rgb(90, 170, 250);
}

.giamgia {
    color: #fff;
    background-color: rgb(218, 84, 69);
}

.daban,.dachothue {
    color: #fff;
    background-color: grey
}

.sapmoban
{
    background: #ea1e12;
	color:#fff;
}
.dangmoban{
	background: #5aa700;
	Color:#fff;
}
.dabangiao 
{
	background: #000;
	color:#fff;
}

.tinhtrang {
	padding: 10px;
	text-align: center;
	border-radius: 20px;
	margin: 10px 0;
	font-size: 1rem;
	line-height: 1.25rem
}

.ttdachothue,.ttdaban {
    background-color: #fff3e0;
    color: #f1a500;    
}

.ttchothue,.ttban {
    background-color: #d7eeff;
    color: #119bff;
}


/*------- slider property---------------------*/
.property_gallery {
    margin-top: 5px;
    background-color: #ebebeb;
    border-radius: 5px;
}
.property_gallery img
{
	border-radius: 5px;
}

.flickity-viewport {
    overflow: hidden;
}

.flickity-slider {
    display: flex;
    align-items: center;
}


.property-gallery-slider .my-flickity-slider img {	
	width: 100%;
	height: 360px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: opacity .2s ease-in;	
}
.row-collapse>.flickity-viewport>.flickity-slider>.col
{
	padding:3px !important;
}
.product-thumbnails img
{
	object-fit: cover;
	height: 60px;
	border-radius: 5px;
	opacity: .5;
	backface-visibility: hidden;
	transition: transform .6s, opacity .6s;
	max-width: 95px; 
	width: 100%;	      
}

.product-thumbnails .is-nav-selected a img, .product-thumbnails a:hover img {
    border-color: rgba(0, 0, 0, .3);
    opacity: 1;
    transform: translateY(-5px);
}

.flickity-prev-next-button .flickity-button-icon
{
	top: 22px;
    left: 18px;
}

.product-thumbnails .flickity-prev-next-button.next, .product-thumbnails .flickity-prev-next-button.previous
{
	top:10px;
}

/*------- breadcrumbs---------------------*/
.crumbscate {
	font-size: 14px;
	line-height: 14px;
	margin:0 auto;    
	padding: 0px 15px 10px !important
}
.crumbs {
	font-size: 14px;
	line-height: 14px;
	margin:15px 0;
}
.crumbs .fa-newspaper
{
    float: left;
    margin-right: 5px; 
}
.crumbs p
{
	margin:0;
}

/*------- tags---------------------*/
.tags
{
	margin-top:10px;
	clear:both;
}
.tags a {    
    margin: 5px;
    background: #dedede;
    font-size: 14px;
    border-radius: 3px;
    line-height: 1.2;
	outline: none;
	color: #000;
    padding: 6px 12px 5px;
	border: 1px solid #DEDEDE;
}
.tags a:hover {   
    background: #fff;    
}

/*------- Xem Them ---------------------*/

.read-more-toggle {
  text-align: center;
  margin-top: 10px;
  cursor: pointer;
  background: transparent;
}

.read-more-link {
    color: #E03C31;    
    cursor: pointer;
	padding: 5px 11px;
    border-radius: 4px;
	border: 1px solid #FFECEB;
}
.read-more-link:hover {
    color: #E03C31;
    background: #FFECEB;
    border: 1px solid #FFECEB
}

 a.read-more-link:after {
    content: '';
    width: 0;
    right: 0;
    border-top: 6px solid #E03C31;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 5px;
}


a.less:after {
    border-top: 0 !important;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #E03C31;
}


/*-------Footer ---------*/

.footer
{
 padding:30px 0 0 !important;
 font-size:15px;
}

#footer .widget {   
 margin-bottom: 10px !important;
}

#footer .widget li
{
	list-style:disc;
	margin-bottom: 5px !important;
}


/* Flickity slider tag property */
.tagslider .flickity-slider > * {
    max-width: 33.33%; /* Default to showing 3 items per slide */
}
@media (max-width: 768px) {
    .tagslider .flickity-slider > * {
        max-width: 50%;
    }
	
}

@media (max-width: 480px) {
    .tagslider .flickity-slider > * {
        max-width: 100%; /* Show 1 item per slide */
    } 
  
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.produan .box-image img, .pro .box-image img
{
	height: 250px;
}
.probanggia .box-image img, .box-blog-post .box-image img
{
	border-radius: 5px 5px 0 0 !important;

}
.probanggia .box-text-inner, .box-blog-post .box-text-inner
{
	padding-left:5px;
	padding-right:5px;
}

}

/*-------load-more-posts-----------*/

.load-more-container button {
    display: block;
    margin: 10px auto;
    padding: 8px 16px;
    font-weight: normal;
    background: #fff;
    border: 1px solid #9fa4aa;
    color: #1c1e22;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-container button:hover {
    background: #f2f2f2;
    border-color: #1c1e22;
}

/* Loader Ring */
.lds-ring {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.lds-ring div {
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 2px;
    border: 3px solid #1c1e22;
    border-radius: 50%;
    border-color: #1c1e22 transparent transparent transparent;
    animation: lds-ring 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
}

.lds-ring div:nth-child(1) { animation-delay: -0.45s; }
.lds-ring div:nth-child(2) { animation-delay: -0.3s; }
.lds-ring div:nth-child(3) { animation-delay: -0.15s; }

@keyframes lds-ring {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
/* Câu hỏi */
.links > li > a:before,
i[class^="icon-angle-down"],
i[class*=" icon-angle-down"] {
  font-size: 94%;
}

.accordion-title {
  background: #fff;
  border-left: 4px solid #1459ba;
  border-top: none;
  transition: background 0.3s ease, color 0.3s ease;
}

.accordion-title.active {
  background: #1459ba;
  color: #fff;
  border-left: none;
}

.accordion-item {
  margin: 0 10px 5px;
  background: #fff;
  border-right: 1px solid #dcdfe7;
  border-bottom: 1px solid #dcdfe7;
}

/* tìm kiếm */

.searchform {
    position: relative;
}

.search-field {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.searchform input[type=search]
{
	border-radius: 5px 0 0 5px;
	height:50px;
}
.searchform .button.icon
{
	height:50px;
}
.ux-search-submit {
    background: var(--fs-color-secondary);
    border: none;
    padding: 2px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}

.live-search-results {
    position: relative;
    margin-top: 10px;
}

.autocomplete-suggestions {
    background: #fff;    
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	position: absolute;
	right: 0;
    text-align: left;
	left: 0;	
	padding: 0 5px;
}
.autocomplete-suggestions a, .autocomplete-suggestions p{
  color:var(--fs-experimental-link-color);
}
.autocomplete-suggestions a:hover{
      color: #ff0000 !important;
}

/* Custom styling for Flatsome tabs */

.widgetsearch
{
	margin-top:15px;
	border-radius: .75rem;
	box-sizing: border-box;
    border: 1px solid #e5e7eb;
	padding:0 10px;
	-webkit-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	-moz-box-shadow: 0 0px 10px rgba(17,44,145,.4);
	box-shadow: 0 0px 10px rgba(17,44,145,.4);
	   
}
.tabwidgetsearch ul li a
{
    padding: 1.25rem;
	font-size: 16px;
}

.my-2 {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.my-6
{
	margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.textalign
{
	 text-align: center;
}
.tabwidgetsearch input, .tabwidgetsearch select
{
	background-color: rgb(243 244 246); 
	border-radius: .75rem !important;
	border-style: none;
	height: 3rem;
}

.tabwidgetsearch button
{
	border-radius:99px !important;
	height: 3rem;
	width:100%;
}

/*------show more----------*/

.show-more-wrapper {
    margin-bottom: 20px;
}

.show-more-trigger, .show-less-trigger {
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
}

.show-more-content {
    display: none;
    margin-top: 10px;
}
.show-more-trigger .show-more-text:after
{
	content: "";
	width: 10px;
	height: 10px;
	border: none;
	-webkit-mask: url(../flatsome-child/images/arrow-down.svg) no-repeat center/10px auto;
	mask: url(../flatsome-child/images/arrow-down.svg) no-repeat center/10px auto;
	background-color: #007AFF;
	margin-left: 5px;
	display:inline-block;
}
.show-less-trigger .show-less-text:after
{
	display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border: none;
    -webkit-mask: url(../flatsome-child/images/arrow-down.svg) no-repeat center/10px auto;
    mask: url(../flatsome-child/images/arrow-down.svg) no-repeat center/10px auto;
    background-color: #007AFF;
    margin-left: 5px;
	transform:rotate(180deg);
}

.show-more-text:hover , .show-less-text:hover {
    color: #E03C31;
    background: #FFECEB;
    border: 1px solid #FFECEB;
	padding: 5px 11px;
	border-radius: 4px;
}

.animation
{
    animation: ct-pulse 2s infinite ease;
}

@keyframes ct-pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.my-text {
    animation: tp-typing 4s steps(20) infinite;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    border-right: .15em solid #fff
}

@keyframes tp-typing {
    0% {
        width: 0
    }

    50% {
        width: 100%
    }

    55%,65%,75% {
        opacity: 1
    }

    60%,70% {
        opacity: 0
    }

    80% {
        width: 100%
    }

    100% {
        width: 0
    }
}


/*animation*/ 
.post-item .col-inner::before, .post-item .col-inner::after, .loadmoreduanlist .col-inner::before, .loadmoreduanlist .col-inner::after{
	content:"";
	width: 0;
	height: 2px;
	z-index:1;
	position: absolute;
	transition: all 0.2s linear;
	background: #f8be00;
	box-shadow:
	transition:400ms ease all;
	transition-delay: 0.3s;
}
.post-item .col-inner .box::before, .post-item .col-inner .box::after, .loadmoreduanlist .col-inner .box::before, .loadmoreduanlist .col-inner .box::after{
	content:"";
	width:2px;
	height:0;
	z-index:1;
	position: absolute;
	transition: all 0.2s linear;
	background: #f8be00;
	transition:400ms ease all;
	transition-delay: 0s;
}
.post-item .col-inner:hover::before, .post-item .col-inner:hover::after, .loadmoreduanlist .col-inner:hover::before, .loadmoreduanlist .col-inner:hover::after{
	width: 100% ;
}
.post-item .col-inner:hover .box::before, .post-item .col-inner:hover .box::after, .loadmoreduanlist .col-inner:hover .box::before, .loadmoreduanlist .col-inner:hover .box::after{
	height: 100%;
}
.post-item .col-inner::before, .loadmoreduanlist .col-inner::before{
	right: 0;
	top: 0;
}
.post-item .col-inner::after, .loadmoreduanlist .col-inner::after{
	left: 0;
	bottom: 0;
}
.post-item .col-inner .box::before, .loadmoreduanlist .col-inner .box::before{
	left: 0;
	top: 0;
}
.post-item .col-inner .box::after, .loadmoreduanlist .col-inner .box::after{
	right: 0;
	bottom: 0;
}
.post-item .col-inner:hover::before, .post-item .col-inner:hover::after, .loadmoreduanlist .col-inner:hover::before, .loadmoreduanlist .col-inner:hover::after{
	transition-delay: 0s;
}
.post-item .col-inner:hover .box::before, .post-item .col-inner:hover .box::after, .loadmoreduanlist .col-inner:hover .box::before, .loadmoreduanlist .col-inner:hover .box::after{
	transition-delay: 0.1s;
}


/*-------------popup -------------*/
#popup
{
    border-color: rgb(2, 64, 157);
    border-width: 2px;
    background: url('images/bg-popup.jpg');
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

#popup .btn-submit
{
background: #f40b00;    
margin:0;
float: right;
}


/*************** popup ***************/

/* Ẩn thanh cuộn website khi popup mở */
.custom-popup-open {
    overflow: hidden;
}

.custom-popup-post {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(100, 100, 100, .75);
    z-index: 9999;
    overflow-y: hidden;
    overflow-x: hidden;
    font-family: Montserrat, sans-serif;
}

.custom-popup {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.popup-content {
    width: 1060px;
    margin: 25px auto;
    display: block;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .2) 0 0 30px;
    padding: 0;
    position: relative;
    border-radius: 6px;
    padding: 25px;
}
.popup-content p {
  line-height: 1.5;
}
.popup-content ul, .popup-content ol {
  margin-left: 25px;
}

.popup-close {
    position: absolute;
    top: 45px;
    right: 82px;
    background: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.popup-close:hover {
    background: #e60000;
}

/* Loader */
.ajax-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 15px;
    border-radius: 8px;
    z-index: 9999;
    color:#fff;
}

/* Responsive chỉnh sửa cho mobile */
@media (max-width: 768px) {
    .popup-content {
        width: 95%;
        padding: 15px;
    }
    .popup-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        font-size: 14px;
    }
}

/*---------Icon------------------*/

.icon-rotate {
    width: 24px;
    height: 24px;
    background-image: url('images/icon/rotate-left-solid.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}
.icon-bed {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/bed-solid.svg');
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat 
}
.icon-bathtub {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/bath-solid.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}
.icon-arrows-alt {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/up-down-left-right-solid.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}
.icon-barcode {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/barcode-solid.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}

.icon-check-square{
    width: 12px;
    height: 12px;
    background-image: url('images/icon/square-check-regular.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}
.icon-info-circle{
    width: 14px;
    height: 14px;
    background-image: url('images/icon/circle-info-solid.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}
.icon-compass {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/compass-regular.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}
.icon-podcast {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/podcast-solid.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}	

.icon-map-marker {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/location-dot-solid.svg');
    background-size: contain; 
    display: inline-block;
   background-repeat: no-repeat
}

.icon-building {
    width: 12px;
    height: 12px;
    background-image: url('images/icon/building-regular.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}
.icon-image {
    width: 20px;
    height: 20px;
    background-image: url('images/icon/image-regular-white.svg');
    background-size: contain; 
    display: inline-block;
    background-repeat: no-repeat
}	

.icon-map-marker-white {
    width: 15px;
    height: 15px;
    background-image: url('images/icon/location-dot-solid-white.svg');
    background-size: contain; 
    display: inline-block;
   background-repeat: no-repeat
}	
.icon-phone-volume-solid-white {
    width: 15px;
    height: 15px;
    background-image: url('images/icon/phone-volume-solid-white.svg');
    background-size: contain; 
    display: inline-block;
   background-repeat: no-repeat
}
.icon-envelope-regular-white {
    width: 15px;
    height: 15px;
    background-image: url('images/icon/envelope-regular-white.svg');
    background-size: contain; 
    display: inline-block;
   background-repeat: no-repeat
}
.icon-wifi {
    width: 15px;
    height: 15px;
    background-image: url('images/icon/wifi-solid-white.svg');
    background-size: contain; 
    display: inline-block;
   background-repeat: no-repeat
}
