.albums_bds_wrap .swiper.mainSwiper {
    height: 450px;
	width: 100%;
	border-radius: var(--radius);
}
.thumbsSwiper .swiper-slide {
    opacity: 0.65;
    cursor: pointer;
    border-radius: var(--radius);
    overflow: hidden;
	height: 90px;
	min-height: 90px;
	max-height: 90px;
}
.thumbsSwiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.thumbsSwiper .swiper-slide-thumb-active, .thumbsSwiper .swiper-slide:hover {
    opacity: 1;
    border: 2px solid var(--primary);
}
.swiper-button-next, .swiper-button-prev {
    background: #fff;
    width: 30px;
    height: 40px;
    border-radius: var(--radius);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
    font-weight: 900;
    color: var(--primary) !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    display: none;
}
.swiper-button-next:hover, .swiper-button-prev:hover, .swiper-button-next:focus, .swiper-button-prev:focus {
    background: var(--primary);
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after, .swiper-button-next:focus:after, .swiper-button-prev:focus:after {
    color: #fff !important;
}
.swiper-pagination {
    bottom: 16px;
    right: 16px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 14px;
    padding: 1px 8px;
    line-height: 22px;
    height: 22px;
    font-family: "Roboto Medium",Roboto,Arial !important;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
}
.albums_bds_wrap .swiper-wrapper > .swiper-slide > a > img {
    width: 100%;
    height: 100%;
    display: block;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.albums_bds_wrap + .header_bds_wrap {
    margin-top: 1em;
}
.breadcrumb_bds_wrap, .breadcrumb_bds_wrap a, .breadcrumb_bds_wrap strong {
    font-size: 14px;
    color: #999;
    font-weight: normal;
}
.breadcrumb_bds_wrap a:hover, .breadcrumb_bds_wrap span.breadcrumb_last {
    color: #000;
}
h1.bds_title {
    font-size: 24px;
    font-weight: 500;
    margin: 0;
}
.feature_bds_wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 5em;
}
.feature_bds_wrap .feature_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.feature_title {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
}
.feature_value {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
}
.feature_ext {
    font-weight: normal;
    font-size: 12px;
    color: #505050;
    line-height: 1.2;
}
.dia_chi_wrap + .feature_bds_wrap, .header_bds_wrap + .mo_ta_bds_wrap, .mo_ta_bds_wrap + .dac_diem_bds_wrap, .dac_diem_bds_wrap + .ban_do_bds_wrap {
    margin-top: 1.2em;
}
.breadcrumb_bds_wrap + h1.bds_title {
    margin-top: 5px;
}
.feature_bds_wrap, .dac_diem_bds_wrap {
    border-top: 1px solid #ddd;
    padding-top: 1.5em;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5em;
}
.dia_chi_wrap {
    margin-top: 8px;
    font-size: 15px;
    color: #505050;
}
.header_bds_wrap i, .dac_diem_bds_wrap i {
    margin-right: 5px;
}
div+.box_shadow_wrap{
	margin-top: 1em;
}
.box_shadow_wrap, aside.widget {
    box-shadow: 0px 0px 26px 0px rgba(22, 73, 172, 0.12);
    padding: 15px 15px;
    border-radius: var(--radius);
}
.title_tab_bds {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
	font-family: 'Lexend';
}
.mo_ta_bds.tab_item p, .mo_ta_bds.tab_item ul {
    margin-bottom: 0.5em;
}
.dac_diem_bds {
    column-count: 2;
    column-gap: 30px;
}
.dac_diem_item {
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
    display: flex;
    align-items: flex-start;
    padding: 10px 0px;
    margin-bottom: -1px;
    font-size: 15px;
	color: #2C2C2C;
}
.dac_diem_item strong {
    font-weight: 500;
    min-width: 180px;
    width: 180px;
}
.tab_item {
    font-size: 15px;
}
.share-dropdown {
    position: relative;
    display: inline-block;
}

.share-toggle {
    background: none;
    border: none;
    cursor: pointer;
    min-height: auto;
    line-height: normal;
    width: auto;
    padding: 0;
    margin: 0;
}
.share-menu {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    border-radius: var(--radius);
    box-shadow: 0px 8px 20px 0px rgba(182,182,182,0.42);
    z-index: 3;
    padding: 10px;
    min-width: 180px;
}
.share-menu .btn_share {
    display: flex;
    align-items: center;
    padding: 5px 0;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 14px;
	cursor: pointer;
}
.share-menu .btn_share:hover {
    color: var(--primary);
}
.share-menu .btn_share img {
    width: 20px;
    margin-right: 10px;
}
.share-dropdown.active .share-menu {
    display: block;
}
.share-dropdown img {
    width: 25px;
}
.info_bds_wrap {
    background: var(--bg-gradient);
    border-radius: var(
    --radius);
    box-shadow: 0px 4px 16px 0px rgba(44, 44, 44, 0.08);
    padding: 16px 0 1px;
}
.inner_info {
    background: #fff;
    margin: 8px 4px 4px;
    border-radius: var(--radius);
    padding-bottom: 16px;
}
.avatar_info {
    padding: 0 16px 16px;
    display: flex;
    align-items: center;
}
.avatar_info img {
    border: 2px solid #fff;
    border-radius: 100%;
    margin-right: 12px;
    margin-top: -25px;
    width: 80px;
    height: 80px;
    background: #fff;
}
.title_info {
    font-family: 'Lexend';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -0.4px;
    color: #fff;
    text-align: right;
    padding: 0px 4px 0 110px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.avatar_info span {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Lexend';
    letter-spacing: -.4px;
}
.btn_info_wrap, .agent_info_wrap {
    padding: 16px 16px;
    border-top: 1px solid #ddd;
}
.inner_info > div:last-child {
    padding-bottom: 0;
}
.agent_info_wrap {
    display: flex;
    flex-wrap: nowrap;
}
.agent_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    font-size: 13px;
    text-align: center;
    color: #2C2C2C;
    line-height: 1.2;
    gap: 7px;
    position: relative;
    width: calc(100% / 2);
}
.agent_info span {
    text-wrap: balance;
}
.agent_info strong {
    font-size: 18px;
    font-family: 'Lexend';
    font-weight: 500;
    color: #000;
}
.agent_info:not(:last-child):after {
    content: "";
    position: absolute;
    background: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 24px;
}
a.btn_cus {
    color: #2C2C2C !important;
    background: #fff;
    border: solid 1px #ccc;
    font-family: 'Lexend';
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.2px;
    padding: 13px 15px;
    border-radius: var(--radius);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
a.btn_cus+a.btn_cus {
    margin-top: 10px;
}
a.btn_hotline {
    background: var(--mau-phu);
    color: #fff !important;
    border: 0;
}
a.btn_zalo:hover {
    background: #FAFAFA;
}
a.btn_hotline:hover {
    background: #d52817;
}
.bds_widget_title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -.3px;
    font-family: 'Lexend';
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: center;
}
ul.danh_muc_bds {
    list-style: none;
    margin: 0;
    max-height: 230px;
    overflow-y: auto;
}
ul.danh_muc_bds::-webkit-scrollbar-thumb {
    background: #ccc !important;
}
ul.danh_muc_bds li {
	margin: 0 !important;
}
ul.danh_muc_bds li a {
    font-size: 14px;
    display: block;
    padding: 7px 0;
    color: #222;
}
ul.danh_muc_bds li a:hover {
    color: var(--primary);
}
.bds_widget_title:before {
    content: "";
    font-family: 'fontawesome';
}
.contact_info_wrap {
    background: #fff;
    position: fixed;
    height: 79px;
    width: 100%;
    right: 0px;
    left: 0;
    margin: auto;
    z-index: 99;
    bottom: 0;
    box-sizing: border-box;
    display: block;
    padding: 16px;
    box-shadow: 0px -2px 2px rgba(203, 203, 203, 0.25);
}
.contac_infor_inner {
    gap: 16px;
}
.contact_info_wrap .avatar_info {
    height: 52px;
    min-width: 52px;
    display: flex;
    background: var(--bg-gradient);
    padding: 0;
    overflow: hidden;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.contact_info_wrap .avatar_info img {
    margin: 0;
    min-width: 52px;
    width: 52px;
    height: 52px;
    border: 0;
    padding: 2px;
    background: transparent;
}
.contact_info_wrap a.btn_cus {
    padding: 0 12px !important;
    width: 95px !important;
    height: 48px;
    margin: 0 !important;
}
.contact_info_wrap a.btn_cus.btn_hotline {
    width: calc(100% - 95px - 52px) !important;
}
.navigation_wrap {
    background: #fff;
    border-bottom: 1px solid #F2F2F2;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 4px 8px rgba(182, 182, 182, 0.18);
    margin-top: 0;
    top: 0;
    z-index: 99;
    position: fixed;
    transition: all ease-in .3s;
}
.nav_wrap, .nav_wrap li {
    margin: 0;
}
.nav_wrap {
    display: block;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    white-space: nowrap;
}
.nav_wrap li {
    display: inline-block;
}
.nav_wrap li:first-child {
    margin-left: 16px;
}
.nav_wrap li:last-child {
    margin-right: 16px;
}
.nav_wrap a {
    font-family: 'Lexend';
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -.2px;
    color: #999;
    display: block;
    padding: 16px;
	position: relative;
}
.nav_wrap li a:after {
    background: var(--mau-phu);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all ease-in-out .3s;
}
.nav_wrap li.active a:after {
	width: 100%;
}
.nav_wrap li.active a {
    color: var(--primary);
}
.date_wrap {
	margin-top: 1.5em;
    column-count: 4;
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
	padding: 16px 0;
	border-top: 1px solid #ddd;
/* 	border-bottom: 1px solid #ddd; */
}
.date_wrap .date_item {
    display: flex;
    flex-direction: column;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.date_wrap .date_item strong {
    font-weight: 500;
    color: #000;
}
.post-item.bds-item > .col-inner {
    border: 1px solid #F2F2F2;
    box-shadow: 0px 4px 6px 0px rgba(44, 44, 44, 0.04);
    border-radius: var(--radius) !important;
    background: #fff;
}
.post-item.bds-item > .col-inner .box-image.box-image-bds {
    border-radius: var(--radius) var(--radius) 0 0;
}
.box-bds .box-text.box-text-bds {
    padding: 12px 16px 16px;
}
h5.post-title.post-title-bds {
    font-size: 14px;
    font-family: 'Lexend';
    font-weight: 500;
    margin: 0;
    line-height: 20px;
    height: 40px;
}
.price_bds {
    color: var(--alert);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 10px;
    line-height: 20px;
    margin-top: 7px;
}
.date_box_bds {
    font-size: 12px;
    color: #999;
    line-height: 16px;
    margin: 7px 0 0;
}
.address_bds {
    color: #505050;
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}
.count_post_bds {
    font-size: 14px;
    color: #2C2C2C;
    line-height: 20px;
	margin-top: 5px;
}
.album_count_bds {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    z-index: 2;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Lexend';
    display: flex;
    gap: 5px;
    color: #fff;
    width: 100%;
    padding: 10px;
    justify-content: flex-end;
}
.arrow_right_bds {
    display: inline-flex;
    color: #2C2C2C;
    background: #fff;
    border: solid 1px #ccc;
    font-family: 'Lexend';
    font-size: 18px;
    line-height: 20px;
    padding: 0px 10px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
}
.box-bds .date_box_bds {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrow_right_bds:hover {
    border: solid 1px #ccc;
    background: #FAFAFA;
}
.album_count_bds:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(44, 44, 44, 0) 0%, #2c2c2c 108.75%);
    z-index: -1;
}
.box_bds_taxonomy .box-text {
    padding: 16px;
	text-shadow: none !important;
}
.title_tx_bds {
    font-size: 18px;
    font-family: 'Lexend';
    letter-spacing: -.2px;
    font-weight: 500;
    line-height: 24px;
}
.dark .count_post_bds, .dark .title_tx_bds {
    color: #fff !important;
}
.box_bds_taxonomy:hover .title_tx_bds, .box_bds_taxonomy:hover .count_post_bds {
    text-decoration: underline;
}
.box_bds_taxonomy .overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);
    transform: rotate(-180deg);
    pointer-events: none;
}
.slider.row-slider .col.post-item.bds-item {
    padding-bottom: 12px;
}
div+.sidebar_custom {
    margin-top: 1.5em;
}

@media (min-width: 550px) and (max-width: 849px) {
	.thumbsSwiper .swiper-slide {
		height: 75px;
		min-height: 75px;
		max-height: 75px;
	}
	.agent_info {
		padding: 0 40px;
	}
	.title_info {
		padding-right: 30px;
	}
	.feature_bds_wrap {
		gap: 2em;
	}
	.date_wrap{
		gap: 40px
	}
}

@media (max-width: 549px) {
	.albums_bds_wrap .swiper.mainSwiper {
		height: calc(100vw * 210 / 360);
	}
	.thumbsSwiper .swiper-slide {
		height: 65px;
		min-height: 65px;
		max-height: 65px;
	}
	h1.bds_title {
		font-size: 18px;
	}
	.feature_bds_wrap {
		gap: 2em;
		justify-content: flex-start;
	}
	.dac_diem_bds {
		column-count: 1;
	}
	h5.post-title.post-title-bds {
		height: auto;
	}
	.title_tx_bds {
		font-size: 16px;
	}
	.date_wrap {
		gap: 10px;
		column-count: 2;
		display: block;
	}
	.date_wrap .date_item {
		margin-bottom: 10px;
	}
}
