.resalehome-banner {
	position: relative;
	padding-top: 1px;
} 

.resalehome-banner .inner {
	margin-top: 3.75rem;
	height: 22rem;
	width: 100%;
}

.resalehome-banner .inner img {
	width: 100%;
    height: 100%;
    object-fit: cover;
} 

.resalehome-banner .-title {
	position: absolute;
    top: calc(50% + 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
    letter-spacing: 2px;
    text-align: left;
    padding: 2rem;
    width: 100%;
    max-width: 700px;
    background: rgba(32,32,32,.1);
    font-family: "微軟正黑體";
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
} 
/* 篩選區塊視覺 */
	.resalehome .filter-advanced {
	    background: #ffffff;
	    padding: 1.8rem 1rem 1.2rem 1rem;
	    border-radius: 0;
	}

	.resalehome .search-full-row {
	    width: 100%;
	    width: calc(100% + 0.6rem);
	    margin: 0 -0.3rem;
	    margin-bottom: 0.75rem;
	    padding: 0 0.6rem;  
	    box-sizing: border-box;
	}

	.resalehome .search-full-row .form-control,
	.resalehome .filter-select-custom {
	    height: 40px;
	    line-height: 1.2;
	    box-sizing: border-box;
	}

	.resalehome .search-full-row .form-control {
	    font-size: 1rem;
	    border-radius: 5px;
	    border: 1px solid #e2e8f0;
	    background-image: url(../img/search.svg);
	    background-position: right 0.85rem center;
	    background-size: 1.4rem;
	    background-repeat: no-repeat;
	    box-shadow: 0 1px 2px rgba(0,0,0,0.02);
	    padding-left: 0.85rem; 
	    padding-right: 0.85rem;
	    transition: all 0.2s;
	    font-family: "iconfont";
	    width: 100%;
	}

	.resalehome .search-full-row .form-control:focus {
	    border-color: #b8860b;
	    outline: none;
	    box-shadow: 0 0 0 3px rgba(184,134,11,0.1);
	}

	.resalehome .filter-select-custom {
	    width: 100%;
	    padding: 0 0.85rem;
	    font-size: 0.9rem;
	    border-radius: 5px;
	    border: 1px solid #e2e8f0;
	    background-color: #fff;
	    color: #1e293b;
	    cursor: pointer;
	    transition: all 0.2s;
	    font-weight: 400;
	}

	.resalehome .filter-select-custom:focus {
	    border-color: #b8860b;
	    outline: none;
	    box-shadow: 0 0 0 2px rgba(184,134,11,0.2);
	}

	.resalehome .filter-row-gap {
	    margin-left: 0;
	    margin-right: 0;
	}

	.resalehome .filter-row-gap > [class*="col-"] {
	    padding-left: 0.3rem;
	    padding-right: 0.3rem;
	    margin-bottom: 0.75rem;
	}

/* ========== 列表 Grid 佈局 ========== */
	.resalehome .container-custom > h3 {
		font-size: 24px;
		font-weight: 600;
		margin-bottom: 0.8rem;
	}

	.resalehome .container-custom > h3 i.flag-icon {
		width: 28px;
		height: 28px;
		border-radius: 50%;
		display: inline-block;
		vertical-align: top;
		margin-right: 0.4rem;
	}

	.resalehome i.flag-icon.thailand,
	.resalehome-detail i.flag-icon.thailand {
	    background-image: url(../img/thai-flag.svg);
	    background-size: contain;
	}

	.resalehome i.flag-icon.malaysia,
	.resalehome-detail i.flag-icon.malaysia {
	    background-image: url(../img/malaysia-flag.svg);
	    background-size: contain;
	}

	.resalehome .container-custom > h3 > span {
		color: #7D5800
	}

	.resalehome .project-grid {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    gap: 1.8rem;
	    list-style: none;
	    padding: 0;
	    margin: 0;
	}

	.resalehome .project-grid li {
	    display: flex;
	    flex-direction: column;
	    background: rgb(249,249,249);
	    transition: all 0.25s ease;
	    overflow: hidden;
	}

	.resalehome .project-grid li:hover {
	    border-color: #eaeaea;
	}

	.resalehome .project-grid li:hover a {
	    text-decoration: none;
	    color: inherit;
	} 

	/* 圖片容器 – 固定長寬比 1.84 */
	.resalehome .project-grid .picture {
	    width: 100%;
	    aspect-ratio: 1.84 / 1;
	    overflow: hidden;
	    background-color: #f8fafc;
	}

	.resalehome .project-grid .picture img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    transition: transform 0.3s;
	}

	.resalehome .project-grid .picture img:hover {
	    transform: scale(1.10);
	}

	.resalehome .project-grid .text {
	    padding: 1.2rem 1.2rem 0.6rem 1.2rem;
	    flex: 1;
	}

	.resalehome .project-grid .text .name {
	    display: flex;            
	    align-items: flex-start;          
	    gap: 0.2rem;                  
	    font-size: 1.25rem;
	    font-weight: 700;
	    color: #0f172a;
	    margin-bottom: 0.6rem;
	    line-height: 1.6;
	    padding-bottom: 0.2rem;
		}

	.resalehome .project-grid .text .name .name-text {
	    flex: 1;                   
	    display: -webkit-box;
	    -webkit-line-clamp: 2;      
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    word-break: break-word;     
	}

	.resalehome .project-grid .text .name > i.flag-icon {
		width: 22px;
		height: 22px;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.3rem;
		margin-top: 0.3rem;
	}

	.resalehome .project-grid .text .inborder {
		border-top: 1px solid #d7d7d7;
		border-bottom: 1px solid #d7d7d7;
		padding: 8px 0;
		margin-bottom: 7px;
	}

	.resalehome .project-grid .text .build,
	.resalehome .project-grid .text .area,
	.resalehome .project-grid .text .layout {
		margin-bottom: 0.4rem;
		font-size: 1.0rem;
		color: #334155;
	    display: block;
	}

	.resalehome .project-grid .text p.build {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.resalehome .project-grid .text p.build > span {
		color: #8E4E0F;
		font-weight: bold;
		text-decoration: underline;
		text-underline-offset: 3px;
	}

	.resalehome .project-grid .text p.build > span > a {
		color: inherit;
	}

	.resalehome .project-grid .text .area {
	   
	}

	.resalehome .project-grid .text .layout {
	    margin-bottom: 0;
	}

	.resalehome .project-grid .text .build::before,
	.resalehome .project-grid .text .area::before,
	.resalehome .project-grid .text .layout::before,
	.resalehome .project-grid .text .price1::before {
	    content: "\2022";
	    margin-right: 0.3rem;
	    color: #b8860b;
	    font-weight: bold;
	    font-size: 1.1rem;
	    display: inline-block;
	}

	.resalehome .project-grid .text .price1 {
		color: #202020;
		font-weight: bold;
		margin-bottom: 0.3rem;
	}

	.resalehome .project-grid .text .price2 {
	    font-size: 0;     
	    text-align: right;
	    margin-bottom: 0;
	    line-height: 1.4;
	}

	.resalehome .project-grid .text .price2 .price-currency {
	    font-size: 0.9rem;
	    font-weight: 400;
	    color: #000000;
	    vertical-align: baseline;
	}

	.resalehome .project-grid .text .price2 b {
	    font-size: 1.5rem;
	    color: #F33E00;
	    margin: 0 0.2rem;
	    font-family: Arial;
	}

	.resalehome .project-grid .text .price2 .price-unit {
	    font-size: 0.9rem;
	    font-weight: 400;
	    color: #000000;
	    vertical-align: baseline;
	}

	.resalehome .custom-hr {
		margin: 0 0 3rem 0;
	}

	.resalehome .project-grid ~ .more-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 2rem 0;
	}

	.resalehome .project-grid ~ .more-btn a:hover {
		text-decoration: none;
	}

	.resalehome .project-grid ~ .more-btn .more {
		padding: 0.3rem 3rem;
		border-radius: 2rem;
		color: #8E4E0F;
		line-height: 1em;
		border: 1px solid #8E4E0F;
		margin: 1rem 0;
	}

	.resalehome .project-grid ~ .more-btn .more:hover {
		background: #F8F3E7;
		cursor: pointer; 
	}

	/* 響應式調整 */
	@media (max-width: 768px) {
	    .resalehome .filter-advanced .filter-row-gap {
	        max-height: 150px;
	        overflow: hidden;
	        transition: max-height 0.45s cubic-bezier(0.33, 1, 0.68, 1);
	    }

	    .resalehome .filter-advanced .filter-row-gap.expanded {
	        max-height: 560px;
	    }

	    .resalehome .filter-row-gap [class*="col-"] {
	        flex: 0 0 50%;
	        max-width: 50%;
	    }
	    .resalehome .project-grid {
	        grid-template-columns: 1fr;
	        gap: 1.5rem;
	    }

		.resalehome .custom-hr {
			margin: 0 0 1.5rem 0;
		}

		.resalehome .filter-toggle-wrapper {
			width: 100%;
			height: 2rem;
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			background: none;
		}

		.resalehome .filter-toggle-wrapper button {
			box-shadow: none;
		    border: none;
		    outline: none;
		    z-index: 2;
		    width: 24px;        
		    height: 24px;        
		    background: #fff;
		    position: absolute;
		    left: 50%;           
		    top: 50%;         
		    transform: translate(-50%, -50%); /* 精确偏移自身宽高的一半 */
		    padding: 0;
		    display: inline-flex;
		    align-items: center;
		    justify-content: center;
		    cursor: pointer;
		}

		.resalehome .filter-toggle-wrapper button > i {
			font-size: 24px;
			color: #D4C699;
			display: block;
			transform: rotate(90deg);
		}

		.resalehome .filter-toggle-wrapper button i.rotated {
		    transform: rotate(-90deg);
		    transition: transform 0.3s ease;
		}

		.resalehome .filter-toggle-wrapper .isline {
			width: 100%;
			height: 1px;
			border-top: 1px solid #D4C699;
			z-index: 1;
		}


	}

	@media (max-width: 576px) {
	    .resalehome .filter-row-gap [class*="col-"] {
	        flex: 0 0 100%;
	        max-width: 100%;
	    }
	    .resalehome .search-full-row .form-control {
	        height: 48px;
	    }
	    .resalehome .project-grid .text .name {
	        font-size: 1.1rem;
	    }
	}

	/* 輔助容器寬度 */
	.resalehome .container-custom {
	    max-width: 1400px;
	    margin: 0 auto;
	    padding: 0 16px;
	}

	/* banner 下邊距 */
	.banner img {
	    width: 100%;
	    display: block;
	}

	/* 全局表單字體避免縮放 */
	select, input, button {
	    font-size: 16px;
	}

/* ========== 详情页面 ========== */
/* ========== 主轮播专用样式 ========== */
	.resalehome-detail .detail-carousel {
		padding-top: 3.75rem;
		position: relative;
	}

	.resalehome-detail .detail-carousel .owl-carousel .item .-banner a {
	    text-decoration: none;
	    display: block;
	    position: relative;
	}

	.resalehome-detail .detail-carousel .owl-carousel .item .-banner a .-bg {
	    width: 100%;
	    height: 450px;
	    background-position: center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}

	.resalehome-detail .detail-carousel .owl-carousel .item .-banner a p {
	    display: none;
	    position: absolute;
	    width: 100%;
	    left: 0;
	    bottom: 0;
	    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #222 100%);
	    padding: 40px 12px 12px 12px;
	    color: #fff;
	    margin: 0;
	    justify-content: space-between;
	}

	.resalehome-detail .detail-carousel .owl-carousel .owl-item.center .item .-banner a p {
	    display: flex;
	}

	.resalehome-detail .detail-carousel .owl-carousel .owl-nav {
	    position: absolute;
	    width: 100%;
	    display: flex;
	    padding: 0 10px;
	    top: 50%;
	    top: calc(50% - 34px);
	    left: 50%;
	    transform: translate(-50%, -50%);
	}

	.resalehome-detail .detail-carousel .owl-carousel .owl-nav button {
		outline: none;
		position: absolute;
	}

	.resalehome-detail .detail-carousel .owl-carousel .owl-nav .owl-prev {
	    left: 0px;
	}

	.resalehome-detail .detail-carousel .owl-carousel .owl-nav .owl-next {
	    right: 0px;
	}

	.resalehome-detail .detail-carousel .owl-carousel .owl-nav .owl-prev i,
	.resalehome-detail .detail-carousel .owl-carousel .owl-nav .owl-next i {
	    background-color: rgba(0,0,0,.8);
    	padding: 15px 8px;
	    cursor: pointer;
	    color: #fff;
	    font-size: 20px;
	    border-radius: 4px;
	}

	.resalehome-detail .detail-carousel .owl-carousel .owl-nav .disabled i {
	    background-color: rgba(0,0,0,.3);
	}

/*第二个section内部样式*/
	.resalehome-detail .container {
		padding: 1rem;
	}

	@media (min-width: 992px) {
	    .resalehome-detail .container {
	        max-width: 1400px;
	    }

		.resalehome-detail .container > .row .col-main {
	        flex: 0 0 72%;
	        max-width: 72%;
	    }
	    .resalehome-detail .container > .row .col-side {
	        flex: 0 0 28%;
	        max-width: 28%;
	    }
	}

	.resalehome-detail .container .build-name {
		font-size: 1.62rem;
		border-bottom: 1px solid #d4d4d4;
		padding: 1rem 0;
		font-weight: 600;
	}

	.resalehome-detail .container .build-name i.flag-icon,
	.resalehome-detail .hotline-contain p.phone i.flag-icon {
		width: 1.62rem;
		height: 1.62rem;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.4rem;
		margin-bottom: 3px;
	}

	.resalehome-detail .container .price-info {
		font-size: 1.06rem;
	}

	.resalehome-detail .container .price-info p {
		margin-bottom: 0.2rem;
	}

	.resalehome-detail .container .price-info p > span {
		font-weight: bold;
		font-family: Arial;
	}

	.resalehome-detail .container .price-info .num1 {
		color: #8E4E0F;
	}

	.resalehome-detail .container .price-info .num2 {
		color: #F33E00;
		font-size: 1.2rem;
	}

	.resalehome-detail .container .price-info .num2.max {
		font-size: 2.25rem;
	}

	.resalehome-detail .container .price-info .col-md-6:last-child {
	    display: flex;
	    justify-content: flex-end;
	}

	.resalehome-detail .container h3.sec-title {
		font-size: 1.375rem;
		font-weight: bold;
		color: #333;
		padding: 0.6rem 0;
		margin: 0;
	}

	.resalehome-detail .container h3.sec-title i {
	    color: #CCB188;
	    font-size: 1.125rem;
	    margin-right: 3px;
	    vertical-align: baseline;
	}

	.resalehome-detail .build-info {
		padding: 0 0.3rem;
	}

	.resalehome-detail .build-info .col-md-6 p {
		margin-bottom: 0.4rem;
	}

	.resalehome-detail .build-info .col-md-6 p::before,
	.resalehome-detail .hotline-contain p.dot::before {
	    content: "\2022";
	    margin-right: 0.3rem;
	    color: #b8860b;
	    font-weight: bold;
	    font-size: 1.2rem;
	    display: inline-block;
	}

	.resalehome-detail .build-info .col-md-6 p > span a {
		color: #8E4E0F;
	    font-weight: bold;
	    text-decoration: underline;
	   /* text-decoration-thickness: 2px;*/
	    text-underline-offset: 5px;
	}

	.resalehome-detail .build-info + .explanation {
		background: rgb(246,246,246);
		padding: 1rem 1.1rem;
		border-radius: 3px;
	}

	.resalehome-detail .build-info + .explanation p {
		margin: 0;
	}

	.resalehome-detail .appliances-icon {
		display: flex;
		background: rgb(249,248,245);
		margin-bottom: 1rem;
		min-height: 5.8rem;
		padding: 0.5rem;
		border-radius: 4px;
	}

	.resalehome-detail .appliances-icon .roomname {
		border-right: 1px solid #D9D3BF;
		width: 6.4rem;
		min-width: 6.4rem;
		padding-top: 0.4rem;
		text-align: right;
		padding-right: 0.8rem;
	}

	.resalehome-detail .appliances-icon .icon-list > ul {
		display: flex;
		flex-wrap: wrap;
		margin: -2px -6px;
		padding-left: 1.2rem;
	}

	.resalehome-detail .appliances-icon .icon-list > ul > li {
		list-style-type: none;
		margin: 2px 6px;
		font-size: 1.06rem;
		display: flex;
		align-items: center;
	}

	.resalehome-detail .appliances-icon .icon-list > ul > li > i {
		font-size: 1.625rem;
		color: #8E4E0F;
		margin-right: 3px;
	}

	.resalehome-detail .section .sec-nav {
		display: flex;
		margin: 0 -0.2rem;
		padding-bottom: 1rem;
	}

	.resalehome-detail .section .sec-nav > span {
		padding: 0 0.2rem;
		font-size: 1.06rem;
		cursor: pointer;
	}

	.resalehome-detail .section .sec-nav > span.active {
		color: #8E4E0F;
		font-weight: bold;
	}

	.resalehome-detail .section ._vr-contain,
	.resalehome-detail .section ._map-contain {
	    width: 100%;
	    aspect-ratio: 2.14 / 1;
	    overflow: hidden;
	    background-color: #f8fafc;
	}

	.resalehome-detail .section ._vr-contain img,
	.resalehome-detail .section ._map-contain img,
	.resalehome-detail .section ._vr-contain iframe {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	    transition: transform 0.3s;
	}

	.resalehome-detail .section ._vedio-contain img {
	    width: 100%;
	}

	.resalehome-detail .section ._vedio-contain .-video .-cover::after {
	    content: "";
	    display: block;
	    width: 80px;
	    height: 80px;
	    background-image: url(../img/player-icon.svg);
	    background-size: cover;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    transition: ease-in-out .3s;
	    cursor: pointer;
	}

	.resalehome-detail .section .short-video-content .-video {
	    position: relative;
	    width: 100%;
	    padding-top: 177.25%;
	}

	.resalehome-detail .section .short-video-content .-video iframe,
	.image-content .-video div {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}

	.resalehome-detail .section .amenities-info ul {
		padding: 0;
	}

	.resalehome-detail .section .amenities-info ul li {
		list-style-type: none;
	}

	.resalehome-detail .section .amenities-info ul li p {
		font-size: 1.06rem;
		line-height: 1.7;
		margin: 0;
	}

	.resalehome-detail .section .amenities-info ul li p.-tit {
		font-weight: bold;
	}

	/*專線固定欄位樣式*/
		.resalehome-detail .hotline-contain {
			border: 1px solid #D6D6D6;
			border-radius: 8px;
			padding: 0.8rem;
			transition: all 0.2s ease;
			position: relative;
		}

		.resalehome-detail .hotline-contain > i {
	    	position: absolute;
	    	right: 0.5rem;
	    	top: 0.5rem;
	    	padding: 1rem ;
	    	background-image: url(../img/up-icon.svg);
		    background-position: center center;
		    background-size: 1.8rem;
		    background-repeat: no-repeat;
		    opacity: 0;
	    }

		.resalehome-detail .hotline-contain.fixed-bottom-sidebar {
		    position: fixed;
		    bottom: 0;   
		    z-index: 1000;
		    background: #fff;
		    /*box-shadow: 0 -4px 12px rgba(0,0,0,0.1);*/
		    margin: 0;
		}

		.resalehome-detail .hotline-contain p {
			margin: 0;
			font-size: 1.06rem;
		}

		.resalehome-detail .hotline-contain hr {
			margin: 0.7rem 0;
		}

		.resalehome-detail .hotline-contain p.phone {
			color: #8E4E0F;
			font-size: 1.75rem;
			font-weight: bold;
		}

		.resalehome-detail .hotline-contain p.phone span {
			font-size: 1.6rem;
			font-family: Arial;
		}

		.resalehome-detail .hotline-contain p.price span {
			color: #F33E00;
			font-size: 1.2rem;
			font-family: Arial;
			font-weight: bold;
		}

		.resalehome-detail .hotline-contain p.price span.max {
			font-size: 2.25rem;
		}

		.resalehome-detail .hotline-contain p.price span.gold {
			font-size: 2.25rem;
			font-size: inherit;
			color: #8E4E0F;
		}

		.resalehome-detail .hotline-contain .spans {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-around;
			padding: 0.5rem 0;
		}

		.resalehome-detail .hotline-contain .spans span {
			padding: 0.1rem 1.2rem;
			border: 1px solid #7D5800;
			border-radius: 1rem;
			color: #7D5800;
			white-space: nowrap;
			margin-top: 0.5rem;
			text-align: center;
		}

		.resalehome-detail .hotline-contain .spans span:hover {
			background: #F8F3E7;
			cursor: pointer;
		}

		.resalehome-detail .hotline-contain .codearea {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			padding: 0.5rem 0.5rem 0;
		}

		.resalehome-detail .hotline-contain .codearea > div {
			display: flex;
			justify-content: center;
			align-items: center;
			flex-direction: column;
			text-align: center;
		}

		.resalehome-detail .hotline-contain .codearea > div a,
		.resalehome-detail .hotline-contain .codearea > div a:hover {
			color: inherit;
			text-decoration: none;
		}

		.resalehome-detail .hotline-contain .codearea > div p {
			padding-top: 0.3rem;
		}

		.resalehome-detail .hotline-contain .codearea img {
			width: 3.8rem;
		}

	/* 輪播樣式 */

		/* 确保轮播容器不会溢出，图片/视频自适应 */
		.resalehome-detail ._vedio-contain .owl-carousel,
		.resalehome-detail .short-video-content .owl-carousel {
		    overflow: hidden;
		}

		/* 导航按钮样式优化（与主轮播风格一致） */
		.resalehome-detail .video-carousel .owl-nav,
		.resalehome-detail .svideo-carousel .owl-nav {
		    position: absolute;
		    top: 50%;
		    width: 100%;
		    margin-top: -20px;
		    pointer-events: none;
		}

		.resalehome-detail .video-carousel .owl-nav button,
		.resalehome-detail .svideo-carousel .owl-nav button {
		    position: absolute;
		    pointer-events: auto;
		    width: 36px;
		    height: 36px;
		    border-radius: 50%;
		    background: rgba(255,255,255,0.8);
		    color: #8E4E0F;
		    font-size: 20px;
		    display: flex;
		    align-items: center;
		    justify-content: center;
		    outline: none;
		}

		.resalehome-detail .video-carousel .owl-nav .disabled {
		    background: rgba(255,255,255,0.3);
		    opacity: 0.5;
		}

		.resalehome-detail .video-carousel .owl-nav .owl-prev,
		.resalehome-detail .svideo-carousel .owl-nav .owl-prev {
		    left: -0;
		}

		.resalehome-detail .video-carousel .owl-nav .owl-next,
		.resalehome-detail .svideo-carousel .owl-nav .owl-next {
		    right: 0;
		}

		.fade:not(.show) {
		    display: none;
		}

	/* 响应式 */
	@media (max-width: 1260px) {
		.resalehome-detail .hotline-contain .codearea {
			justify-content: space-around;
		}
	}

	@media (max-width: 992px) {
	    .resalehome-detail .detail-carousel .owl-carousel .item .-banner a .-bg {
	        height: 420px;
	    }

	    .resalehome-detail .hotline-contain {
	        position: fixed;
	        bottom: 0;
	        left: 0;
	        width: 100%;
	        z-index: 1050;
	        background: #fff;
	        box-shadow: 0 -4px 12px rgb(0 0 0 / 15%);
    		border-radius: 12px 12px 0 0;
	        margin: 0;
	        padding: 0.5rem 0.8rem;
	        border: none;
	    }

	    .resalehome-detail .hotline-contain > i {
	    	opacity: 1;
	    }

	    .resalehome-detail .hotline-contain .hotline-content {
	        max-height: 80vh;              
	        overflow: hidden;
	        transition: max-height 0.35s cubic-bezier(0.33, 1, 0.68, 1),
	                    padding 0.35s ease;
	        padding: 0.5rem;
	    }

	    .resalehome-detail .hotline-contain.collapsed .hotline-content {
	        max-height: 4.5rem;
	        padding-bottom: 0; 
	    }
	}

	@media (max-width: 768px) {
		.resalehome-banner .inner {
			height: 10rem;
		}

		.resalehome-banner .inner .-title {
			font-size: 1.6rem;
		}

		.resalehome .filter-advanced {
		    padding: 1rem 0;
		}

		.resalehome-detail .container .price-info .col-md-6:last-child {
		    justify-content: flex-start;
		}

	    .resalehome-detail .detail-carousel .owl-carousel .item .-banner a .-bg {
	        height: 300px;
	    }
	    .resalehome-detail .detail-carousel .owl-carousel .owl-nav .owl-prev,
	    .resalehome-detail .detail-carousel .owl-carousel .owl-nav .owl-next {
	        font-size: 36px !important;
	    }

		.resalehome-detail .appliances-icon .icon-list > ul > li {
			width: 50%;
			margin: 2px 0;
		}

	    .resalehome-detail .video-carousel .owl-nav .owl-prev,
	    .resalehome-detail .svideo-carousel .owl-nav .owl-prev { left: 0; }
	    .resalehome-detail .video-carousel .owl-nav .owl-next,
	    .resalehome-detail .svideo-carousel .owl-nav .owl-next { right: 0; }

		.resalehome-detail .hotline-contain .spans span {
			display: inline-block;
			min-width: 48%;
		}
	}

	@media (max-width: 576px) {
	    .resalehome-detail .detail-carousel .owl-carousel .item .-banner a .-bg {
	        height: 240px;
	    }
	}

