﻿body {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

header {
    background: white;
    position: relative;
}

.button-general-information-mid {
	display: none;
}

.menu-bottom .line-41 {
    height: 1px;
    background: #636669;
}

.paginationjs-pages ul {
	padding:0px;
}

.paginationjs-page {
	display:none;
}

.paginationjs-prev {
	margin-right:8px;
}

.paginationjs-next {
	margin-left:8px;
}

/*-----moi--------*/
#page-body .paginationjs-page {
	display: flex;
}

.page-body {
	width: 100%;
}
/*-----moi--------*/



/*-------------------------background--------------------------*/

.background {
    display: flex;
    padding: 48px 0px;
    background: var(--Neutral-800, #272727);
    width: 100vw;
    height:100%;
    margin-bottom: 48px;
}

.map {
	display:none;
	position: absolute;
    z-index: 9;
    top: 200px;
    right: 285px;
    padding-top:60px;
}

.box-background {
    display: flex;
    height:100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.title-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.title-top-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.in-title-top-left {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #F5F5F5 -1.11%, #8F8F8F 98.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-top-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.in-content-top-left {
    color: var(--Neutral-300, #DFE1E1);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.title-top-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
}

.box-img-background {
    height: 100%;
    width: 100%;
}

.img-background {
    border-radius: 6px;
    width: 100%;
    height: 536px;
    flex-shrink: 0;
}

.box-img-background a {
    display: block; /* Đảm bảo thẻ <a> không làm lệch cấu trúc */
    width: 100%;
}

.box-img-background .item-column-left,
.box-img-background .img-column-right {
    /* Đảm bảo các phần tử này giữ nguyên kích thước và vị trí */
    background-size: cover;
    background-position: center;
    width: 100%;
}

.lightbox .lb-prev {
    background-image: url('/_catalogs/masterpage/RoxLease/img/prev.png') !important;
}
.lightbox .lb-next {
    background-image: url('/_catalogs/masterpage/RoxLease/img/next.png') !important;
}
.lightbox .lb-loading {
    background-image: url('/_catalogs/masterpage/RoxLease/img/loading.gif') !important;
}
.lightbox .lb-close {
    background-image: url('/_catalogs/masterpage/RoxLease/img/close.png') !important;
}

.column-left {
	height:100%;
    width: 100%;
    gap:0px;
}

.img-column-left {
    flex: 1 0 0;
    border-radius: 6px;
    width: 100%;
    height: 252px;
}

.column-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.img-column-right {
    height: 252px;
    width: 100%;
    border-radius: 6px;
    position: relative;
}

.button-background {
    display: inline-flex;
    padding: 8px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Neutral-50, #F7F7F7)!important;
    position: absolute;
    bottom: 17px;
    right: 17px;
}

.text-button-background {
    color: var(--Neutral-800, #272727);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}


.item-column:nth-child(1),
.item-column:nth-child(2) {
    padding-right: 20px;
}

.item-column-left:nth-child(1) {
    margin-bottom: 32px;
}

.in-box-1 {
	width:100%;
}

/*-------------------------------body------------------------------*/

.body {
    width: 100vw;
}

.item-box-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}


.item-box-body {
    margin-bottom: 32px;
}


.icon-title {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.text-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4px;
}

.in-text-body {
    color: var(--Neutral-500, #7C8083);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}



.box-button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.button-body-bottom {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 9.714px;
    border-radius: 8px;
    border: 1px solid var(--Neutral-600, #636669)!important;
}

.in-button-body-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.text-button-body {
    color: var(--Neutral-600, #636669);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.body-bottom {
	flex-direction: column;
}

/*-------------------------general-information--------------------*/

.general-information {
    display: flex;
    width: 100vw;
    padding: 48px 0;
    align-items: center;
    margin-bottom: 48px;
    gap: 32px;
    background: var(--Neutral-100, #EFF0F0);
    position: relative;
}

.box-general-information-left {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
}

.general-information-top {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.title-general-information-top {
    color: var(--Neutral-900, #262727);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.title-general-information-top img {
	width:100%;
}

.general-information-mid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
}

.box-general-information-mid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
}

.in-box-general-information-mid {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.box-icon-general-information-mid {
    display: flex;
    align-items: center;
    gap: 12px;
    height:100%;
    flex-shrink: 0;
    width:35%;
}

.text-icon-general-information-mid {
    color: var(--Neutral-700, #4A4D4F);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
}

.title-icon-general-information-mid {
    color: var(--Neutral-900, #262727);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    flex: 1 0 0;
}

.general-information-bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}

.content-general-information-bottom {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.content-general-information-bottom .in-content-general-information-bottom *{
	background:none !important;
	font-family: Calibri !important;
	color: var(--Neutral-800, #272727)!important;
}

.in-content-general-information-bottom {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.title-general-information-bottom {
    color: var(--Neutral-700, #4A4D4F);
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.08px;
    width: 300px;
    flex-shrink: 0;
}

.content-title-general-information-bottom {
    color: var(--Neutral-800, #272727);
    text-align: justify;
    font-family: Calibri;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.08px;
    flex: 1 0 0;
}

.item-general-information:nth-child(2) {
    padding-left: 120px;
    position:relative;
}

.box-general-information-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    position: sticky;
    top:80px;
}

.box-register {
    width: 100%;
    background: var(--Neutral-800, #272727);
}

.in-box-register .line {
	display:none;
}

input,
textarea {
    color: white!important;
}

.thong-tin-them {
	display: flex;
    padding: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 32px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    visibility: hidden;
    position: fixed;
    top: 150px;
    right: 500px;
    width: 50%;
    overflow: auto;
    z-index: 1000;
}

.tieu-de {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.text-tieu-de {
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(180deg, #F5F5F5 -1.11%, #8F8F8F 98.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.noi-dung {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.noi-dung-ben-trong {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.thong-tin-tien-ich {
    color: var(--Neutral-100, #EFF0F0);
    font-family: Calibri;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.thong-tin-them::-webkit-scrollbar {
    width: 10px;
}

.thong-tin-them::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.80);
    border-radius: 50px;
}

.thong-tin-them::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background: var(--Neutral-600, #636669);
}

.overlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    overflow:auto;
}
/*-----------------------mobile----------------------*/
@media screen and (max-width: 768px) {
    body {
        background: var(--Neutral-100, #EFF0F0);
    }

    header {
        background: #272727;
        backdrop-filter: blur(18.70967674255371px);
        -webkit-backdrop-filter: blur(18.70967674255371px);
    }

    .safe-area {
        padding: 0px;
        width:100vw;
    }

    .menu {
        padding: 0px 16px;
    }

    .box-phone {
        background: none;
        padding: 0px;
    }

    .number-menu {
        display: none;
    }

    .box-title-background-top {
        display: none;
    }

    .icon-menu-deck {
        display: none;
    }

    .icon-menu-mobile {
        display: block;
    }

    .box-footer-1 {
        margin-bottom: 16px;
    }

    .box-footer-2 {
        margin-bottom: 16px;
    }

    .column-footer {
        margin-bottom: 16px;
        padding: 0px;
    }

    .text-in-box {
        display: none;
    }

    .box-icon-footer .in-box-icon-footer {
        display: none;
    }

    .column-footer:nth-child(4) {
        display: flex;
    }

    .menu-decktop {
        padding: 0px;
    }

    .menu-box {
        width: 100%;
        gap: 8px;
        padding: 32px 16px;
    }

    .menu-icon-top {
        width: 100%;
        justify-content: space-between;
    }

    .in-menu-icon-top {
        width: 100%;
    }

    .menu-bottom {
        gap: 6px;
    }

    .box-content-menu {
        gap: 6px;
    }
    
    .img-column-right {
		border-radius: 0px;
		height: 140px;
	}
}

/*----------------------background--------------------------*/
@media screen and (max-width: 768px) {
    .background {
        padding: 0px;
    }
    
    .body-top-left {
		gap: 8px;
	}

    .box-background {
        gap: 16px;
        overflow: hidden;
    }

    .box-background-top-left {
        padding: 0 16px;
        overflow: auto;
        width: 100vw;
    }

    .title-top {
        flex-direction: column;
        padding: 0 16px;
        align-items: unset;
        width:100vw;
    }

    .title-top-left {
        margin-bottom: 16px;
    }
    
    .svg-box-top-right {
		display: flex;
		width: 40px;
		height: 40px;
		padding: 10.667px 21.333px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2.667px;
		border-radius: 33.333px;
		border: 0.667px solid var(--Neutral-300, #DFE1E1);
	}
	
	.in-text-body {
		font-weight: 700;
	}

    .title-top-right {
        justify-content: flex-start;
    }

    .row {
        width: 100%;
        margin: 0px;
    }
    
    .column-right {
		flex-direction: unset;
		gap: 0px;
	}
    
    .item-column:nth-child(2) {
		display:none;
	}


    .item-column:nth-child(1),
    .item-column:nth-child(2) {
        padding: 0px;
        border-radius: 0px;
    }

    .img-column-left:nth-child(2) {
        display: none;
    }

    .img-column-left:nth-child(1) {
        border-radius: 0px;
    }

    .img-column-right:nth-child(2) {
        border-radius: 0px;
    }

    .item-column-left:nth-child(1) {
        margin: 0px;
    }

    .img-background {
        border-radius: 0px;
        height: 345.361px;
    }

    .item-column:nth-child(3) {
        padding: 0px;
    }
    
    .map {
		top: 300px;
    	right: 15px;
    	padding-top:5px;
	}
	
	iframe {
	    width: 300px;
    	height: 300px;
	}
	
	.button-body-bottom {
		padding:8px 16px;
		border-radius: 4px;
		border: 1px solid var(--Neutral-400, #B0B2B5)!important;
	}
	
	.box-img {
		border-radius: 0px;
	}
}

/*--------------------------body----------------------*/
@media screen and (max-width: 768px) {
    .body-top {
        margin-bottom: 16px;
        padding: 0 16px;
    }

    .item-box-body {
        padding: 0px !important;
    }

    .img-body {
        border-radius: 0px;
    }

    .content-img-body {
        padding: 0 16px;
    }
    
    .overlay {
    	display: none!important;
   	}
   	
   	.thong-tin-them {
	    display: none;
	    position: unset;
	    width: 100%;
        height: 100%;
        z-index: 1;
	}
	
	.text-tieu-de {
		font-size: 18px;
	}
	
	.general-information {
		margin-bottom:32px;
		padding:0px;
	}
	
	.title-img-body {
		font-size:20px;
	}
	
	.in-box-register .line {
		width: 41px;
	}
	
	.title-input-1 {
		font-size:16px;
	}
	
	.in-box-register .line {
		display:block;
	}

}

/*---------------------general-information---------------*/
@media screen and (max-width: 768px) {
	.box-icon-general-information-mid {
		width:45%;
		align-items: flex-start;
	}
	
	.title-icon-general-information-mid {
		align-items: flex-start;
	}

    .line-844 {
        width: 100%;
    }

    .in-box-general-information-mid {
        justify-content: unset;
    }

    .in-content-general-information-bottom {
        display: unset;
    }

    .item-general-information:nth-child(2) {
        padding: 0px;
    }

    .box-general-information-right {
        padding: 48px 0 0 0;
    }

    .box-register {
        border-radius: 0px;
    }

    .in-button-condition {
        background: var(--Primary-500, #ED1B34);
    }
    
    .in-box-1 {
		width:100%;
	}
}

/*-------------------body--------------------*/
@media screen and (max-width: 768px) {
    .body-top-right {
        display: none;
    }

    .item-box {
        padding: 0px !important;
        margin-bottom: 32px !important;
    }

    .block-button-mobile {
        display: flex;
    }
    
    #s4-workspace {
		background: unset;
	}
}