@font-face {
    font-family: 'FormaDJR Text';
    src: url('../fonts/FormaDJRTxt-Regular.woff2') format('woff2'),
         url('../fonts/FormaDJRTxt-Regular.woff') format('woff'),
         url('../fonts/FormaDJRTxt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'FormaDJR Text';
    src: url('../fonts/FormaDJRTxt-Md.woff2') format('woff2'),
         url('../fonts/FormaDJRTxt-Md.woff') format('woff'),
         url('../fonts/FormaDJRTxt-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'FormaDJR Text';
    src: url('../fonts/FormaDJRTxt-Bold.woff2') format('woff2'),
         url('../fonts/FormaDJRTxt-Bold.woff') format('woff'),
         url('../fonts/FormaDJRTxt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'FormaDJR Text';
    src: url('../fonts/FormaDJRTxt-ExBold.woff2') format('woff2'),
         url('../fonts/FormaDJRTxt-ExBold.woff') format('woff'),
         url('../fonts/FormaDJRTxt-ExBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
body {
    padding-top: 0;
	font-family: 'FormaDJR Text', sans-serif;
	color: #232323;
}
img {
    max-width: 100%;
    height: auto;
}
.header-page .container {
    max-width: 1550px;
	width: 100%;
}
.header-page .logo-top {
    text-align: center;
    padding-top: 40px;
}
.header-page h1.title-page {
    text-align: center;
    font-weight: 800;
    color: #f1be7e;
    text-transform: uppercase;
    margin-top: 78px;
    margin-bottom: 0;
	font-size: 55px;
}
.header-page .subtitle-page {
    text-align: center;
    margin: 0;
    font-weight: 800;
    color: #5a8492;
    text-transform: uppercase;
    font-size: 55px;
}
body.landingpage2025 .sticky-toogle {
    cursor: pointer;
}
.trainghiem-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
	margin-top: 25px;
	margin-bottom: 0;
}
.trainghiem-header .item {
    display: flex;
    align-items: center;
    gap: 18px;
    background-color: #F1F1F1;
    padding: 10px 40px 10px 10px;
    border-radius: 8px;
	position: relative;
}
.trainghiem-header .item .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.trainghiem-header .item .thumb {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    overflow: hidden;
}
.trainghiem-header .item .item-info .title {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.trainghiem-header .item .item-info .sub-title {
    font-size: 20px;
}
.trainghiem-header .item.item-1 {
    top: -67px;
}
.trainghiem-header .item.item-3 {
    top: -85px;
}
.header-page {
    display: block;
    position: relative;
    padding-bottom: 60px;
}
.menu-header {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 5px;
    left: 0;
    z-index: 22;
}
.menu-header .menu-nav-fixed {
    display: flex;
    align-items: center;
}
.menu-header .menu-nav-fixed {
    display: flex;
    align-items: center;
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    border-radius: 70px;
}
.menu-header .menu-nav-fixed .list-menu {
    display: flex;
    background-color: #fff;
    border: 3px solid #fff;
    border-radius: 60px;
}
.menu-header .menu-nav-fixed .item-title {
    color: #232323;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 18px 16px 18px 32px;
    line-height: normal;
}
.menu-header .menu-nav-fixed .list-menu a {
    font-size: 24px;
    font-weight: 500;
    padding: 11.5px 27px;
    display: inline-block;
    line-height: normal;
    transition: all 0.3s ease-out;
	outline: none;
	text-decoration: none;
}
.menu-header .menu-nav-fixed .list-menu a.active {
    background-color: #F0BD7E;
    border-radius: 60px;
    color: #232323;
}
.group-menu-section .section-apartment.section-1 {
    padding-top: 60px;
}
.section-apartment {
    display: block;
    position: relative;
    padding-bottom: 80px;
}
.section-apartment .top-section {
    display: block;
    text-align: center;
    border-radius: 25px 25px 0 0;
    padding-top: 45px;
    padding-bottom: 160px;
}
.section-apartment .top-section h3 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}
.section-apartment .top-section h2 {
    margin: 0 0 10px;
    color: #f1be7e;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
}
.section-apartment .top-section .desc {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.main-apartment {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: -107px;
}
.lists-apartment .items {
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 40px;
}
.lists-apartment .row-apartment {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.lists-apartment .thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background-color: #ECECEC;
    border-radius: 7px;
}
.lists-apartment .thumb img, .lists-apartment .thumb a {
    height: 100%;
    width: 100%;
    object-fit: cover;
	position: relative;
    display: block;
	transition: all 0.3s ease-out;
}
.lists-apartment .info-apartment {
    margin-top: 16px;
    display: block;
    position: relative;
}
.lists-apartment .info-apartment .item-info {
    display: flex;
	font-size: 18px;
    justify-content: space-between;
    gap: 10px;
}
.lists-apartment .info-apartment .item-arrow {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
    margin: 10px 0;
}
.lists-apartment .info-apartment .item-arrow:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2.5px;
    width: 35px;
    height: 5px;
    background-color: #E6E6E6;
}
.lists-apartment .thumb .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.lists-apartment .thumb .overlay .icon {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F0BD7E;
    border-radius: 100%;
    transition: all 0.3s ease-out;
    color: #000;
}
.lists-apartment .info-apartment .item-arrow:after {
    content: "";
    position: absolute;
    right: 0;
    top: -2.5px;
    width: 35px;
    height: 5px;
    background-color: #E6E6E6;
}
.lists-apartment .items .wapprer:hover .thumb img {
    transform: scale(1.1);
}
.lists-apartment .items .wapprer:hover .overlay {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
}
.lists-apartment .info-apartment .item-info .title {
    color: #5a8492;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}
.lists-apartment .info-apartment .item-info .title:hover {
    color: #f1be7e;
}
.main-apartment .show-more {
    text-align: center;
    display: block;
}
.btn.btn-icon {
    background-color: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 60px;
    display: inline-flex;
    align-items: center;
    padding: 2px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
	outline: none;
}
.btn.btn-icon span.icon-arrow {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F0BD7E;
    border-radius: 100%;
	transition: all 0.3s ease-out;
}
.btn.btn-icon span.icon-arrow svg {
    max-width: 28px;
    height: auto;
}
.btn.btn-icon .title-btn {
    padding: 0 50px 0 20px;
    min-height: 54px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
	transition: all 0.3s ease-out;
	color: #5a8492;
}
.main-apartment .show-more .btn.btn-icon .title-btn {
    color: #232323;
}
.btn.btn-icon .icon-arrow.arrow-right {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.btn.btn-icon:hover span.icon-arrow {
    width: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.btn.btn-icon:hover .icon-arrow.arrow-right {
    width: 54px;
    height: 54px;
    visibility: visible;
    opacity: 1;
}
.btn.btn-icon:hover .title-btn {
    padding: 0 20px 0 50px;
}
.section-dktv {
    display: block;
    position: relative;
}
.marquee .wrapper {
    display: flex;
	overflow: hidden;
	flex-direction: row;
}
.marquee .item-marquee {
    display: inline-flex;
    font-size: 86px;
    padding-left: 80px;
	font-weight: 800;
	line-height: normal;
}
.marquee .item-marquee:not(.active) {
	color: #fff;
	-webkit-text-stroke: 1px #5a8492;
	text-stroke: 1px #5a8492;
	font-weight: 800;
}
.marquee .item-marquee.active {
    color: #5a8492;
}
.section-footerdk .top-section .sub-title,
.section-dktv .top-section .sub-title {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.section-footerdk .top-section .sub-title .item,
.section-dktv .top-section .sub-title .item {
    color: #f1be7e;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
}
.section-dktv .info-dangky {
    display: block;
    position: relative;
    padding: 110px 30px 100px;
    margin-top: -105px;
}
.section-dktv .info-dangky .bg-top {
    position: absolute;
    top: 0;
    max-width: 15%;
    left: 30px;
    border-radius: 10px;
    overflow: hidden;
	z-index: -1;
}
.section-dktv .info-dangky .bg-bottom {
    position: absolute;
    right: 30px;
    bottom: 80px;
    max-width: 22%;
    border-radius: 10px;
    overflow: hidden;
	z-index: -1;
}
.box-info-dktv {
    max-width: 680px;
    margin: 0 auto;
}
.box-info-dktv .wrapper {
    border: 1px solid #E3E2E2;
    border-radius: 16px;
    display: block;
    position: relative;
    margin-top: 115px;
}
.box-info-dktv .icon-img:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 58px;
    background-color: #F1F1F1;
    border-radius: 16px 16px 0 0;
}
.box-info-dktv .icon-img img {
    position: relative;
}
.box-info-dktv .icon-img {
    display: block;
    position: relative;
    text-align: center;
    padding: 0 50px;
    margin-top: -70px;
}
.box-info-dktv .desc {
    font-size: 30px;
    color: #5a8492;
    font-weight: 500;
    font-style: italic;
    padding-top: 40px;
    padding-bottom: 76px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    line-height: normal;
	position: relative;
    background-color: #fff;
    border-radius: 0 0 15px 15px;
}
.box-info-dktv .list-action {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-top: -30px;
    z-index: 1;
    position: relative;
}
.box-info-dktv .btn.btn-icon .title-btn {
    padding: 0 30px 0 15px;
}
.box-info-dktv .btn.btn-icon:hover .title-btn {
    padding: 0 15px 0 30px;
}
.zalo-icon:hover svg path[fill="#5A8492"] {
    fill: #F1BE7E;
}
.zalo-icon:hover svg circle {
    fill: #5A8492;
}
.section-knln {
    background-color: #F1F1F1;
    display: block;
    position: relative;
    padding: 60px 0 60px 30px;
    border-radius: 20px;
}
.section-knln .top-section {
    display: block;
    position: relative;
    text-align: center;
    padding-right: 60px;
}
.top-section .lable-section {
    display: inline-block;
    position: relative;
    border: 1px solid rgba(214,214,214,0.5);
    border-radius: 40px;
    font-size: 24px;
    font-weight: 500;
    padding: 16px 24px;
    line-height: normal;
}
.top-section .lable-section svg.icon {
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.section-knln .top-section .title-section {
    font-size: 45px;
    color: #5a8492;
    font-weight: 800;
    max-width: 965px;
    margin: 0 auto;
    text-transform: uppercase;
    padding-top: 30px;
}
.section-knln .top-section .desc {
    font-size: 22px;
    max-width: 655px;
    margin: 0 auto;
    padding-top: 25px;
}
.section-knln .main-section {
    display: block;
    position: relative;
    margin-top: 60px;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 35px;
    height: 5px;
    border-radius: 5px;
}
.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #598391;
}
.knln_slider .swiper-slide {
    height: initial;
}
.knln_slider .swiper-slide .wrapper-slide {
    background-color: #fff;
    border-radius: 15px;
    height: 100%;
    padding: 40px 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.knln_slider .swiper-slide h3 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.knln_slider .swiper-slide .desc {
    font-size: 20px;
    line-height: normal;
}
.knln_slider .swiper-slide .icon {
    text-align: right;
    display: block;
    margin-bottom: 20px;
}
.knln_slider .swiper-slide .icon img {
    max-height: 75px;
    width: auto;
}
.knln_slider .swiper-slide .number-text svg.icon {
    position: absolute;
    margin: 0;
    left: 0;
    top: 8px;
    width: 17px;
    height: 17px;
}
.knln_slider .swiper-slide .number-text {
    display: block;
    position: relative;
    color: #b1b1b1;
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: -28px;
}
.section-kncct {
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.section-kncct:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.section-kncct .top-section .title-section {
    margin: 0 auto;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    max-width: 965px;
    font-weight: 800;
    line-height: 1.5;
}
.section-kncct .top-section .lable-section {
    color: #fff;
    margin-bottom: 30px;
}
.section-kncct .top-section {
    text-align: center;
    position: relative;
    display: block;
    padding-top: 70px;
}
.section-kncct .main-section {
    display: block;
    position: relative;
    margin-top: 12%;
    padding: 0 30px;
}
.kncct_lists .swiper-slide {
    height: initial;
}
.kncct_lists .swiper-slide .wrapper-slide {
    background-color: #fff;
    height: 100%;
    border-radius: 16px;
    padding: 42px 0;
}
.kncct_lists .swiper-slide h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3;
    padding: 0 30px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.kncct_lists .swiper-slide .desc {
    display: block;
    padding: 0 30px;
    font-size: 20px;
    line-height: 1.3;
    margin-top: 28px;
}
.section-kncct .main-section .swiper.kncct_lists {
    padding-bottom: 50px;
}
.image-preview img {
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.4s ease, opacity 0.4s ease;
}
.dmcpg_lists .main-accordion {
    width: 42.5%;
}
.lists-accordion .accordion-item:last-child {
	border-bottom: 0;
}
.lists-accordion .accordion-item {
    display: flex;
    gap: 28px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 0;
    padding: 20px;
    border-bottom: 1px solid #7F9FAA;
}
.lists-accordion .accordion-item .img-accordion .wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.lists-accordion .accordion-item .img-accordion img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}
.zalo-icon svg {
    display: block;
}
.lists-accordion .accordion-item .img-accordion {
    width: 21.6%;
    position: relative;
    height: initial;
}
.lists-accordion .accordion-title {
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
}
.lists-accordion .accordion-item .accordion-content {
    font-size: 20px;
    line-height: normal;
    display: none;
}
.accordion-item.active {
    border-color: #4f8a9c;
    background: #f0f9fa;
}
.image-preview img.fade-change {
    opacity: 0;
    transform: scale(0.95);
}
.section-dmcpg {
    display: block;
    position: relative;
}
.section-dmcpg .top-section {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 62px;
}
.section-dmcpg .top-section .title-section {
    font-size: 45px;
    font-weight: 800;
    line-height: 1.3;
    color: #5a8492;
    margin: 0 auto;
    max-width: 935px;
    text-transform: uppercase;
    padding-top: 26px;
}
.section-dmcpg .top-section .desc {
    font-size: 22px;
    line-height: 1.3;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 46px;
}
.section-dmcpg .dmcpg_lists {
    position: relative;
    display: flex;
}
.section-dmcpg .main-section {
    position: relative;
    display: block;
    padding: 0 30px;
}
.dmcpg_lists .image-preview img {
    width: 100%;
    border-radius: 15px;
    display: block;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}
.dmcpg_lists .image-preview {
    flex: 0 0 66.5%;
    height: initial;
    display: flex;
    position: relative;
}
.dmcpg_lists .main-accordion {
    flex: 1;
    margin-left: -196px;
    order: 2;
    z-index: 1;
    margin-top: 38px;
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}
.dmcpg_lists .main-accordion .lists-accordion {
    background: #598391;
    padding: 10px;
    order: 2;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    overflow: hidden;
}
.lists-accordion .accordion-item .accordion-info {
    display: flex;
    align-items: center;
	justify-content: space-between;
    gap: 10px;
    width: calc(100% - 21.6%);
	min-height: 62px;
}
.lists-accordion .accordion-item.active {
    border-color: #4f8a9c;
    background: #fff;
    border-radius: 12px;
}
.lists-accordion .accordion-item .accordion-info span.icon svg.icon-close {
    display: none;
}
.lists-accordion .accordion-item.active .accordion-title {
    color: #5a8492;
    margin-bottom: 10px;
}
.lists-accordion .accordion-item.active span.icon svg.icon-more {
    display: none;
}
.lists-accordion .accordion-item.active span.icon svg.icon-close {
    display: block;
}
.footer-form-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    padding: 0 15px;
	margin-top: 50px;
}
.footer-form-contact .text-title {
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
}
.section-footerdk {
    display: block;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.section-footerdk .form-dangky {
    margin: 52px auto 0;
    max-width: 1170px;
    padding: 0 30px;
}
.form-dangky .wrapper {
    display: flex;
    position: relative;
    flex-direction: row;
}
.form-dangky .info-form {
    width: 54%;
    position: relative;
    border-radius: 16px 0 0 16px;
    padding: 10px;
    background-position: center;
    background-size: cover;
}
.form-dangky .main-form {
    width: 46%;
    border: 8px solid #F1F1F1;
    border-left: 0;
    border-radius: 0 16px 16px 0;
    padding: 38px 40px;
	text-align: center;
}
.form-dangky .main-form h3 {
    margin: 0;
    color: #f1be7e;
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3;
}
.form-dangky .main-form h4 {
    margin: 0 0 32px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    color: #5a8492;
}
.form-dk-kts-phogia input.wpcf7-text {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0;
    font-size: 20px;
	outline: none;
}
.form-dk-kts-phogia textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #D9D9D9;
    padding: 16px 0;
    font-size: 20px;
    height: 110px;
	outline: none;
}
.form-dk-kts-phogia span.wpcf7-spinner {
    display: none;
}
.form-dk-kts-phogia .submit .wpcf7-submit {
    margin: 0;
    width: 248px;
    height: 60px;
    outline: none;
    border-radius: 60px;
    border: 1px solid #F0BD7E;
    background-color: #F0BD7E;
    color: #232323;
    font-size: 20px;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 700;
}
.form-dk-kts-phogia .submit .wpcf7-submit:hover {
    background-color: #fff;
}
.form-dk-kts-phogia p {
    margin: 0;
}
.form-dk-kts-phogia .item {
    text-align: left;
    margin-bottom: 5px;
}
.form-dk-kts-phogia .item.submit {
    margin-top: 35px;
    text-align: center;
	margin-bottom: 0;
}
.form-dangky .info-form:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.form-dangky .info-form .wrap {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 10px;
    width: calc(100% - 20px);
}
.form-dangky .info-form .icon-img {
    position: relative;
    background-color: #F1F1F1;
    height: 57px;
    border-radius: 10px;
}
.form-dangky .info-form .icon-img img {
    position: absolute;
    top: -70px;
    left: -40px;
}
.form-dangky .info-form .desc {
    color: #5a8492;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
    font-style: italic;
    line-height: normal;
    padding: 28px;
}
#dangkytuvan.popup-overlay {
    z-index: 999999;
}
#apartment-popup .popup-header.scrolled {
    box-shadow: 0 1px 0 #DBDBDB;
}
#apartment-popup .note-bang_gia a:hover {
    color: #f1be7e;
}
.popup-overlay {
  display: none; /* ẩn mặc định */
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}
.popup {
    width: 100%;
    margin: 0px auto;
    border-radius: 8px;
    position: relative;
    max-width: 1170px;
    padding: 0 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup span.popup-close {
    width: 65px;
    height: 65px;
    background-color: #598391;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    right: -80px;
    top: -5px;
}
body.no-scroll {
    overflow: hidden;
}
.popup .form-dangky {
    display: block;
    background-color: #fff;
    border-radius: 16px;
    flex: 1;
    position: relative;
}
.popup .form-dangky .main-form {
    border: 0;
}
.popup .form-dangky .main-form h4 {
    margin-bottom: 16px;
}
.popup span.popup-close:hover {
    background-color: #fff;
}
.popup span.popup-close:hover svg path {
    fill: #f1be7e;
}
#apartment-popup .popup-content {
    background-color: #fff;
    height: 100%;
    width: 80%;
    float: right;
    overflow-y: auto;
}
#apartment-popup.popup-overlay {
    display: block;
    opacity: 0;
    visibility: hidden;
	z-index: -1;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
#apartment-popup.popup-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 99999;
	transition: transform 0.4s ease, opacity 0.4s ease;
}
#apartment-popup .popup-header {
    display: flex;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 22;
    background-color: #fff;
    padding: 20px 40px;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.popup-prev-next button {
    border: 1px solid #DCDCDC;
    width: 52px;
    height: 52px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    background-color: #fff;
}
.popup-prev-next button.popup-prev svg {
    transform: rotate(180deg);
}
.popup-prev-next button:hover {
    background-color: #598391;
	border-color: #598391;
}
.popup-prev-next button:hover svg path {
    fill: #fff;
}
.popup-prev-next {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}
#apartment-popup .popup-header .btn.btn-icon span.icon-arrow {
    background-color: #598391;
}
#apartment-popup .popup-header .popup-title {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: normal;
    display: none;
}
#apartment-popup .popup-header .popup-title.show-title {
    display: block;
}
.popup-content .top-apartment {
    text-align: center;
    padding-top: 20px;
}
.top-apartment h3 {
    margin: 0;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.top-apartment h2 {
    margin: 0 0 10px;
    font-size: 45px;
    font-weight: 800;
    text-transform: uppercase;
    color: #f1be7e;
    line-height: 1.3;
}
.top-apartment .price {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}
.top-apartment .apartment-info {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-top: 35px;
    flex-wrap: wrap;
}
.top-apartment .apartment-info .item {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    border: 1px solid #DBDBDB;
    border-radius: 40px;
    padding: 8.5px 15px;
    font-size: 18px;
    line-height: normal;
}
#apartment-popup .main-apartment {
    margin-top: 60px;
    padding: 0 40px;
}
#apartment-popup .main-apartment h2 {
    color: #5a8492;
    font-size: 35px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
}
#apartment-popup .main-apartment h2 span.numb {
    color: #c8c8c8;
}
#apartment-popup .main-apartment .desc {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 40px;
    text-align: right;
}
#apartment-popup .main-apartment .desc .wrap {
    max-width: 600px;
    display: inline-block;
}
#apartment-popup .main-apartment .gallery {
    margin-bottom: 40px;
}
#apartment-popup .note-bang_gia a{
	color: #5a8492;
}
#apartment-popup .note-bang_gia {
    text-align: center;
    color: #5a8492;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
}
.section-dktv.popup-footer {
    border-top: 1px solid #E3E3E3;
    margin-top: 50px;
    padding-top: 40px;
}
#apartment-popup .main-apartment .gallery img {
    margin-bottom: 10px;
}
#apartment-popup .main-apartment .gallery img:last-child {
    margin-bottom: 0;
}
#khuyenmai-popup .form-dangky .info-form {
    width: 38%;
}
#khuyenmai-popup .form-dangky .main-form {
    width: 62%;
    padding: 0;
}
#khuyenmai-popup .list-action {
    display: flex;
    justify-content: center;
    gap: 15px;
	padding: 0 30px 40px;
}
#khuyenmai-popup .km-inner .icon-img {
    display: block;
    text-align: center;
    position: relative;
	padding: 0 30px;
}
#khuyenmai-popup .km-inner .icon-img:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 58px;
    background-color: #F1F1F1;
}
#khuyenmai-popup .km-inner .icon-img img {
    position: relative;
}
#khuyenmai-popup .km-inner .desc {
    font-size: 30px;
    line-height: normal;
    color: #5a8492;
    margin-top: 40px;
    margin-bottom: 40px;
	padding: 0 30px;
}
#khuyenmai-popup .sub-title {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#khuyenmai-popup .sub-title .item {
    color: #f1be7e;
    font-size: 38px;
    font-weight: 800;
    text-transform: uppercase;
}
#khuyenmai-popup .top-title {
    background-color: #598391;
    display: block;
    position: relative;
    border-radius: 0 14px 0 0;
}
#khuyenmai-popup .top-title h2 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: normal;
    padding: 18px 15px;
    margin: 0;
}
#khuyenmai-popup .form-dangky .info-form:before {
	display: none;
}
.section-dmcpg .top-section {
    padding: 0 20px;
}
.form-dangky .info-form:before {
	border-radius: 16px 0 0 16px;
}
.item-phone .btn.btn-icon .title-btn {
    font-size: 24px;
}
@media (max-width: 1300px) {
	.kncct_lists .swiper-slide h3, .kncct_lists .swiper-slide .desc {
		padding: 0 20px;
	}
	.kncct_lists .swiper-slide .wrapper-slide {
		padding: 30px 0;
	}
	.lists-accordion .accordion-title {
		font-size: 22px;
	}
	.lists-accordion .accordion-item .accordion-content {
		font-size: 18px;
	}
	.knln_slider .swiper-slide .wrapper-slide {
		padding: 30px 20px;
	}
	.lists-apartment .info-apartment .item-info .title {
		font-size: 22px;
	}
	.trainghiem-header {
		margin-top: 70px;
	}
	.popup {
		padding: 0 60px;
	}
	.popup span.popup-close {
		right: -56px;
		top: 4px;
		width: 50px;
		height: 50px;
	}
	#apartment-popup .popup-header .popup-title {
		font-size: 26px;
	}
}
@media (max-width: 1199px) {
	#khuyenmai-popup .top-title h2 {
		font-size: 30px;
	}
	#khuyenmai-popup .sub-title .item {
		font-size: 28px;
	}
	#khuyenmai-popup .km-inner .desc {
		font-size: 26px;
	}
	.popup .btn.btn-icon .title-btn {
		padding: 0 26px 0 15px;
	}
	.form-dangky .info-form .icon-img img {
		top: -48px;
		left: -40px;
		max-width: 450px;
	}
	.form-dangky .main-form h3 {
		font-size: 40px;
	}
	.form-dangky .main-form h4 {
		font-size: 30px;
	}
	.popup span.popup-close svg {
		width: 20px;
	}
	.header-page h1.title-page {
		margin-top: 70px;
		font-size: 46px;
	}
	.header-page .subtitle-page {
		font-size: 40px;
	}
	.trainghiem-header {
        margin-top: 94px;
    }
	body:not(.scroll-down) .page-header {
		width: 180px;
		height: 55px;
	}
	.menu-header .menu-nav-fixed .item-title, .menu-header .menu-nav-fixed .list-menu a {
		font-size: 18px;
	}
	.section-apartment .top-section h3 {
		font-size: 26px;
	}
	.section-apartment .top-section h2 {
		font-size: 40px;
	}
	.section-apartment .top-section .desc {
		font-size: 22px;
	}
	.marquee .item-marquee {
		font-size: 76px;
	}
	.section-footerdk .top-section .sub-title .item, .section-dktv .top-section .sub-title .item {
		font-size: 36px;
	}
	.section-dmcpg .top-section .title-section,
	.section-knln .top-section .title-section,
	.section-kncct .top-section .title-section {
		font-size: 40px;
	}
	.section-footerdk .form-dangky {
		padding: 0 45px;
	}
	#apartment-popup .popup-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	#apartment-popup .main-apartment {
		padding: 0 20px;
	}
}
@media (max-width: 1023px) {
    .popup span.popup-close {
        right: -25px;
        top: -30px;
        width: 50px;
        height: 50px;
    }
	.popup {
        padding: 0 35px;
    }
	.menu-header .menu-nav-fixed .list-menu a {
		padding: 11px 22px;
	}
    body:not(.scroll-down) .header-right .sticky-toogle {
        display: none;
    }
    body:not(.scroll-down) .header-right .headersearch-block {
        display: none;
    }
	.header-right {
        top: 9px;
        right: 74px;
        z-index: 99;
    }
	body:not(.scroll-down) .page-header .navbar-header-wrapper .collapse, body:not(.scroll-down) .page-header .navbar-header-wrapper .navbar-header {
        display: flex;
        opacity: 1;
        padding-left: 0;
    }
	.header-right .headersearch-block {
		display: none;
	}
	body:not(.scroll-down) .page-header .navbar-header-wrapper .navbar-header .logo-wrapper {
        display: none;
        opacity: 0;
    }
	.page-header .navbar-header-wrapper .navbar-header {
		position: relative;
		width: 95px;
	}
	body:not(.scroll-down) .page-header {
        width: 130px;
        height: 55px;
    }
	.page-header>.container {
		width: 100%;
	}
	.scroll-down .page-header .navbar-header-wrapper .navbar-header {
		width: 100%;
	}
	.header-page .logo-top {
		padding-top: 10px;
		text-align: left;
	}
}
@media (max-width: 991px) {
	.form-dangky .wrapper {
		flex-wrap: wrap;
		flex-direction: column;
	}
    .form-dangky .info-form {
        width: 100%;
        min-height: 500px;
		border-radius: 16px;
    }
	.form-dangky .info-form:before {
		border-radius: 16px;
	}
	.popup .form-dangky .main-form {
		width: 100%;
	}
	#khuyenmai-popup .form-dangky .main-form {
		width: 100%;
		margin-top: -16px;
		border-radius: 16px 16px 16px 0;
	}
	#khuyenmai-popup .form-dangky .info-form {
		width: 100%;
		min-height: 300px;
	}
	#khuyenmai-popup .top-title {
		border-radius: 14px 14px 0 0;
	}
	.popup {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.header-page h1.title-page {
        font-size: 38px;
    }
	.header-page .subtitle-page {
        font-size: 38px;
    }
	.trainghiem-header {
		margin-top: 35px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.trainghiem-header .item.item-1 {
		top: 0;
	}
	.trainghiem-header .item {
		display: inline-flex;
	}
	.trainghiem-header .item.item-3 {
		top: 0;
	}
	.menu-header {
		top: 54px;
		z-index: 99;
	}
	.dmcpg_lists .main-accordion {
		margin-left: 0;
		margin-top: -90px;
	}
	.section-dmcpg .dmcpg_lists {
		flex-wrap: wrap;
		padding: 0 20px;
	}
	.dmcpg_lists .image-preview {
		flex: none;
		width: 100%;
		height: 468px;
	}
	.section-dmcpg .main-section {
		padding: 0;
	}
	.section-kncct .main-section {
		padding: 0 0px 0 20px;
	}
	.section-kncct .top-section {
		padding: 70px 20px 0;
	}
	.section-knln {
		padding-left: 20px;
	}
	.section-knln .top-section {
		padding-right: 20px;
	}
	.header-page .container,
	.main-apartment,
	.section-dktv .info-dangky {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-footerdk .top-section .sub-title {
		padding: 20px 20px 0;
	}
	.form-dangky .info-form .desc {
		font-size: 28px;
	}
	.form-dangky .main-form {
		width: 100%;
		border: 8px solid #F1F1F1;
		border-radius: 16px;
		padding-top: 50px;
		margin-top: -20px;
	}
	.section-footerdk {
		padding: 50px 0;
	}
	.header-page h1.title-page {
		margin-top: 50px;
	}
	#apartment-popup .popup-content {
		width: 100%;
	}
}
@media (max-width: 850px) {
	.lists-apartment .items {
		width: 50%;
	}
	.section-dktv .info-dangky .bg-bottom,
	.section-dktv .info-dangky .bg-top {
		display: none;
	}
	.box-info-dktv .desc {
		font-size: 28px;
	}
}
@media (max-width: 767px) {
    .header-right {
        right: 13px;
    }
	.header-right .sticky-toogle {
		width: 35px;
		margin: 0px 5px 0px 15px;
	}
    body:not(.scroll-down) .page-header {
        width: 120px;
        height: 55px;
    }
	.menu-header .menu-nav-fixed .item-title, .menu-header .menu-nav-fixed .list-menu a {
        font-size: 14px;
    }
	.menu-header .menu-nav-fixed .list-menu a {
        padding: 14px 22px;
    }
	.section-apartment .top-section h2 {
        font-size: 32px;
    }
	.section-apartment .top-section h3 {
        font-size: 22px;
    }
	.section-apartment .top-section .desc {
        font-size: 18px;
    }
	.lists-apartment .items {
        width: 100%;
    }
	.section-dmcpg .top-section .title-section, .section-knln .top-section .title-section, .section-kncct .top-section .title-section {
        font-size: 32px;
    }
	.section-apartment {
		padding-bottom: 50px;
	}
	.marquee .item-marquee {
        font-size: 56px;
    }
	.section-footerdk .top-section .sub-title .item, .section-dktv .top-section .sub-title .item {
        font-size: 30px;
    }
	.btn.btn-icon .title-btn {
		padding: 0 32px 0 15px;
	}
	.footer-form-contact .text-title {
		font-size: 20px;
	}
	.form-dangky .info-form .icon-img img {
		max-width: 100%;
		top: -70px;
	}
	.menu-header {
		padding: 0 0;
	}
	#apartment-popup .popup-header .popup-title.show-title {
		display: none;
	}
	.trainghiem-header {
		flex-direction: column;
	}
	.trainghiem-header .item.item-1 {
		align-self: flex-start;
	}
	.trainghiem-header .item.item-2 {
		align-self: center;
	}
	.trainghiem-header .item.item-3 {
		align-self: flex-end;
	}
	.trainghiem-header .item{
		max-width: auto;
	}
	.box-info-dktv .icon-img img {
		max-width: 420px;
	}
	.box-info-dktv .icon-img {
		margin-top: -52px;
		padding-bottom: 2px;
	}
	.box-info-dktv .icon-img:before {
		height: 45px;
		bottom: -7px;
	}
	.box-info-dktv .list-action {
		gap: 10px;
	}
	.item-phone .btn.btn-icon .title-btn {
		font-size: 16px;
	}
	.box-info-dktv .btn.btn-icon .title-btn {
		padding: 0 18px 0 10px;
		font-size: 16px;
	}
	.dmcpg_lists .image-preview {
		height: auto;
		padding-top: 76%;
	}
	.lists-accordion .accordion-title {
		font-size: 18px;
	}
	.lists-accordion .accordion-item .accordion-content {
        font-size: 16px;
    }
	.form-dangky .info-form .icon-img {
		height: 48px;
	}
	.form-dangky .info-form .icon-img img {
		top: -54px;
		max-width: 465px;
	}
	.popup-prev-next button {
		width: 35px;
		height: 35px;
	}
	.popup-prev-next button svg {
		height: auto;
		width: 10px;
	}
	.popup-header .btn.btn-icon span.icon-arrow {
        width: 32px;
        height: 32px;
    }
	.popup-header .btn.btn-icon {
        font-size: 16px;
    }
	.popup-header .btn.btn-icon span.icon-arrow svg {
        max-width: 15px;
    }
	.popup-header .btn.btn-icon .title-btn {
        min-height: 30px;
		padding: 0 20px 0 10px;
    }
	#apartment-popup .popup-header {
		padding: 10px 20px;
	}
	.wpcf7 .wpcf7-form-control-wrap {
        margin-bottom: 20px;
    }
	.form-dangky .main-form h3 {
        font-size: 28px;
    }
	.form-dangky .main-form h4 {
        font-size: 20px;
		margin-bottom: 18px;
    }
	.form-dangky .main-form {
        padding: 38px 20px 30px;
    }
	.form-dk-kts-phogia .item.submit {
		margin-top: 15px;
	}
	#khuyenmai-popup .form-dangky .info-form {
		min-height: auto;
		padding-top: 67%;
	}
	#khuyenmai-popup .km-inner .icon-img:before {
		height: 45px;
	}
	.btn.btn-icon span.icon-arrow.arrow-right,
	.popup-header .btn.btn-icon span.icon-arrow.arrow-right {
		display: none;
	}
	.btn.btn-icon span.icon-arrow,
	#apartment-popup .popup-header .btn.btn-icon span.icon-arrow {
		visibility: visible;
		opacity: 1;
	}
	.top-apartment .apartment-info {
		margin-top: 20px;
	}
	#apartment-popup .main-apartment {
		margin-top: 30px;
	}
	#apartment-popup .main-apartment .gallery {
		margin-bottom: 25px;
	}
	.section-dktv .info-dangky {
		padding: 110px 20px 50px;
	}
	.header-right {
        right: 74px;
    }
}
@media (max-width: 539px) {
	.box-info-dktv .list-action {
		flex-wrap: wrap;
	}
	.footer-form-contact {
		flex-wrap: wrap;
		gap: 20px;
	}
	.section-footerdk .form-dangky {
		padding: 0 28px;
	}
	.form-dangky .info-form .icon-img img {
		left: 0;
		top: -21px;
	}
	.form-dangky .info-form .desc {
		font-size: 18px;
		padding: 20px;
	}
	.form-dk-kts-phogia input.wpcf7-text {
		height: 36px;
		font-size: 18px;
	}
	.form-dk-kts-phogia textarea {
		font-size: 18px;
		height: 60px;
		padding: 0;
	}
	.section-footerdk .top-section .sub-title .item, .section-dktv .top-section .sub-title .item {
		font-size: 22px;
	}
	.marquee .item-marquee {
        font-size: 42px;
    }
	.form-dangky .info-form {
        min-height: auto;
        padding-top: 76%;
    }
	.section-footerdk {
        padding: 20px 0 40px;
    }
	.box-info-dktv .desc {
        font-size: 20px;
    }
	.lists-apartment .info-apartment .item-info .title {
        font-size: 18px;
    }
	.section-apartment .top-section h2 {
        font-size: 26px;
    }
	.header-page h1.title-page {
        font-size: 32px;
    }
	.header-page .subtitle-page {
        font-size: 30px;
    }
	.lists-apartment .info-apartment .item-info .info:nth-child(2) {
		min-width: 80px;
		justify-content: right;
		text-align: right;
	}
    .box-info-dktv .icon-img {
        margin-top: -16px;
        padding: 0;
    }
	.box-info-dktv .icon-img img {
		position: relative;
		top: -10px;
		padding: 0 15px;
	}
	.kncct_lists .swiper-slide h3,
	.knln_slider .swiper-slide h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.kncct_lists .swiper-slide .desc,
	.knln_slider .swiper-slide .desc {
		font-size: 16px;
	}
	.section-footerdk .form-dangky {
		margin-top: 20px;
	}
	.marquee .item-marquee {
		padding-left: 30px;
	}
	.top-section .lable-section {
		font-size: 20px;
	}
	.lists-accordion .accordion-item .img-accordion {
		display: none;
	}
	.lists-accordion .accordion-item .accordion-info {
		width: 100%;
	}
	.section-knln {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.section-kncct {
		margin-top: 35px;
	}
	.section-dmcpg .top-section {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.footer-form-contact {
		margin-top: 30px;
	}
	.popup {
		padding: 0 20px;
		height: 100vh;
		overflow-x: auto;
		padding-top: 34px;
		padding-bottom: 20px;
	}
	#khuyenmai-popup .list-action {
		flex-wrap: wrap;
	}
	#khuyenmai-popup .km-inner .desc {
        font-size: 20px;
    }
	#khuyenmai-popup .top-title h2 {
        font-size: 20px;
    }
	#khuyenmai-popup .sub-title .item {
        font-size: 18px;
    }
	#khuyenmai-popup .km-inner .icon-img {
		padding: 0 20px;
	}
	#khuyenmai-popup .popup {
		padding-top: 355px;
	}
	.popup span.popup-close {
		right: -16px;
		top: -20px;
		width: 40px;
		height: 40px;
	}
	#khuyenmai-popup .form-dangky .main-form {
		margin-top: -30px;
	}
	.top-apartment h2 {
		font-size: 34px;
	}
	.popup-content .top-apartment {
		padding: 20px 20px 0;
	}
	#apartment-popup .main-apartment h2 {
		font-size: 30px;
	}
	.box-info-dktv .wrapper {
		margin-top: 50px;
	}
	.trainghiem-header .item .item-info .title {
		font-size: 16px;
	}
	.trainghiem-header .item .item-info .sub-title {
		font-size: 16px;
	}
	.item-phone .btn.btn-icon .title-btn {
		font-size: 20px;
	}
	.trainghiem-header .item .thumb {
		width: 50px;
		height: 50px;
	}
	.menu-header .menu-nav-fixed .item-title {
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 16px;
	}
	.menu-header .menu-nav-fixed {
		position: relative;
		margin-top: 10px;
	}
	.menu-header .menu-nav-fixed .item-title {
		position: absolute;
		top: -25px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 16px;
		padding: 0;
		display: inline-flex;
	}
	.menu-header .menu-nav-fixed .item-title:after {
		content: "";
		left: 50%;
		position: absolute;
		bottom: -5px;
		width: 120px;
		height: 3px;
		background-color: #F1F1F1;
		transform: translateX(-50%);
	}
	.menu-header.is-sticky .menu-nav-fixed .item-title {
		display: none;
	}
	.menu-header.is-sticky .menu-nav-fixed {
        margin-top: 0;
    }
	.group-menu-section .section-apartment.section-1 {
		padding-top: 30px;
	}
	.section-footerdk .top-section .sub-title .item-icon svg, .section-dktv .top-section .sub-title .item-icon svg {
		max-width: 45px;
		height: auto;
	}
	.box-info-dktv .btn.btn-icon .title-btn {
		padding: 0 20px 0 10px;
	}
	.item-phone .btn.btn-icon .title-btn {
        font-size: 18px;
    }
	.box-info-dktv .list-action {
		gap: 10px;
		margin-top: -25px;
	}
	.btn.btn-icon .title-btn {
		min-height: 40px;
	}
	.btn.btn-icon span.icon-arrow {
		width: 40px;
		height: 40px;
	}
	.btn.btn-icon {
		font-size: 16px;
	}
	.btn.btn-icon span.icon-arrow svg {
		max-width: 22px;
	}
	.zalo-icon svg {
		height: auto;
		width: 46px;
	}
	.box-info-dktv .icon-img img {
        max-width: 365px;
    }
	.item-phone .btn.btn-icon .title-btn {
		display: none;
	}
	.knln_slider .swiper-slide .wrapper-slide {
        padding: 25px 15px;
    }
	.knln_slider .swiper-slide .icon img {
		max-height: 64px;
	}
	.section-dmcpg .top-section .desc {
		font-size: 18px;
		padding-top: 26px;
	}
	.footer-form-contact .text-title {
        font-size: 18px;
    }
	.form-dk-kts-phogia .submit .wpcf7-submit {
		height: 45px;
		font-size: 18px;
	}
	.form-dangky .info-form .icon-img img {
		top: -46px;
		max-width: 370px;
	}
	.form-dangky .info-form .icon-img {
		height: 40px;
	}
	.popup-inner .top-apartment h3 {
		font-size: 22px;
	}
	.top-apartment h2 {
        font-size: 22px;
    }
	.top-apartment .price {
		font-size: 16px;
	}
	.top-apartment .apartment-info {
		flex-wrap: nowrap;
		gap: 10px;
	}
	#khuyenmai-popup .list-action {
		gap: 10px;
	}
	.popup .btn.btn-icon .title-btn {
		padding: 0 16px 0 10px;
	}
	#khuyenmai-popup .list-action {
		gap: 10px;
		padding: 0 15px 30px;
	}
	#khuyenmai-popup .km-inner .desc {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	#khuyenmai-popup .popup {
        padding-top: 34px;
    }
	#dangkytuvan.popup-overlay .form-dangky .info-form {
		padding-top: 67%;
	}
	#dangkytuvan.popup-overlay .wpcf7 .wpcf7-form-control-wrap {
		margin-bottom: 10px;
	}
	.popup .form-dangky .main-form {
		padding: 35px 20px 25px;
	}
	.lists-apartment .items {
		margin-bottom: 20px;
	}
    .form-dangky .info-form .icon-img img {
        top: -34px;
        max-width: 100%;
        padding: 0 14px;
    }
}
@media (max-width: 480px) {
	.menu-header .menu-nav-fixed .list-menu a {
		padding: 14px 12px;
		font-size: 17px;
	}
	.section-apartment .top-section h3 {
        font-size: 16px;
    }
	.section-apartment .top-section h2 {
        font-size: 20px;
    }
	.section-apartment .top-section .desc {
        font-size: 14px;
    }
	.section-apartment .top-section {
		padding-bottom: 135px;
	}
	.btn.btn-icon {
		font-size: 16px;
	}
	.btn.btn-icon span.icon-arrow {
		width: 40px;
		height: 40px;
	}
	.btn.btn-icon span.icon-arrow svg {
		max-width: 20px;
	}
	.main-apartment .show-more .btn.btn-icon .title-btn {
		min-height: 40px;
	}
	.lists-apartment .thumb .overlay .icon {
		width: 45px;
		height: 45px;
	}
	.lists-apartment .info-apartment .item-info {
		font-size: 16px;
	}
	.lists-apartment .info-apartment .item-info .title {
        font-size: 16px;
    }
	.box-info-dktv .wrapper:before {
		height: 38px;
	}
	.box-info-dktv .icon-img {
        margin-top: -32px;
    }
	.box-info-dktv .desc {
		padding-top: 25px;
		padding-bottom: 60px;
	}
	.section-dmcpg .top-section .title-section, .section-knln .top-section .title-section, .section-kncct .top-section .title-section {
        font-size: 24px;
    }
	.section-knln .top-section .desc {
		font-size: 18px;
	}
	.section-knln .main-section {
		margin-top: 40px;
	}
	.section-kncct .top-section {
        padding: 40px 20px 0;
    }
	.section-kncct .top-section .lable-section {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.section-kncct .top-section .title-section {
		font-size: 22px;
	}
	.section-kncct .main-section .swiper.kncct_lists {
		padding-bottom: 32px;
	}
	.form-dangky .info-form .icon-img {
		height: 32px;
	}
	.top-apartment .apartment-info .item {
		font-size: 14px;
		padding: 8px 8px;
		gap: 5px;
	}
	#apartment-popup .main-apartment h2 {
        font-size: 24px;
		margin-bottom: 20px;
    }
	#apartment-popup .main-apartment .desc {
		font-size: 18px;
		margin-bottom: 25px;
	}
	#apartment-popup .note-bang_gia {
		font-size: 16px;
		margin: 0;
	}
}
@media (max-width: 400px) {
	.section-footerdk .top-section .sub-title .item, .section-dktv .top-section .sub-title .item {
        font-size: 19px;
    }
	.box-info-dktv .icon-img img {
        max-width: 315px;
		top: -5px;
    }
	.box-info-dktv .icon-img {
        margin-top: -32px;
    }
	.box-info-dktv .icon-img:before {
        height: 35px;
        bottom: -7px;
    }
	.box-info-dktv .list-action {
        gap: 8px;
    }
	.top-section .lable-section {
        font-size: 18px;
    }
	.top-apartment .price {
		font-size: 14px;
	}
	#khuyenmai-popup .km-inner .icon-img:before {
		height: 30px;
	}
	.header-page .logo-top {
		max-width: 160px;
		padding-top: 14px;
	}
	.menu-header .menu-nav-fixed .list-menu a {
		font-size: 16px;
	}
}
@media (max-width: 369px) {
	#khuyenmai-popup .list-action {
		padding: 0 6px 30px;
	}
}