.page-banner {
    position: relative;
}
.page-banner .banner-image,
.contact-map {
    width: 100%;
    height: 500px;
}
.page-banner .banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-banner .page-title {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.page-banner .page-title .title {
    max-width: 515px;
    background: rgba(60, 60, 59, 1);
    padding: 20px 40px;
}
.page-banner .page-title .title h1 {
    color: #FFFFFF;
    line-height: 1.95rem;
    text-transform: uppercase;
    margin: 0;
}

.section-text {
    padding: 100px 0 92px;
}
.section-text .text-box {
    display: flex;
    align-items: flex-start;
}
.section-text .text-box .title {
    width: calc(628 / 1320* 100%);
    margin: 0;
    margin-right: calc(60 / 1320* 100%);
    line-height: 2.85rem;
    text-align: left;
    color: #373736;
    text-transform: uppercase;
}
.section-text .text-box .content {
    width: calc(630 / 1320* 100%);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.333rem;
    color: #000000;
    text-align: justify;
    margin-top: -6px;
}
.section-text .text-box .content p {
    margin: 0 0 25px 0;
}
.section-text .text-box .content p:last-child{
    margin: 0;
}
.the-team {
    padding-bottom: 110px;
}
.the-team .title {
    line-height: 2.85rem;
    margin: 0;
    text-transform: uppercase;
}

.the-team .team-box {
    margin-top: 30px;
    display: flex;
    gap: calc(61 / 1320* 100%);
}
.the-team .team-box .team-box-left {
    width: calc(629 / 1320* 100%);
    /*max-height: 460px;*/
    overflow: hidden;
}
.the-team .team-box .team-box-left img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.the-team .team-box .team-box-right {
    width: calc(630 / 1320* 100%);
    display: flex;
    gap: 60px;
    flex-direction: row;
    flex-wrap: wrap;
}
.the-team .team-box-right .team-item {
    background: #9D9D97;
    width: calc(calc(100% - 60px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.the-team .team-box-right .team-item img {
    max-width: 74px;
    max-height: 75px;
}
.the-team .team-box-right .team-item .title {
    font-size: 1.111rem;
    font-weight: 700;
    line-height: 1.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}


/* project */
.page-banner .page-title .type-project {
    padding: 8px 14px;
    display: inline-block;
    color: #FFFFFF;
    font-size: 0.667rem;
    line-height: 0.444rem;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 30px;
    background: #AAC547;
    margin-bottom: 14px;
}
.page-banner .page-title .title .place-time {
    font-size: 1.111rem;
    line-height: 0.778rem;
    font-weight: 300;
    margin-top: 10px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.project-detail {
    padding: 100px 0 74px;
}
.project-detail .project-box {
    display: flex;
    gap: calc(60/1320*100%);
}
.project-detail .project-box-left {
    width: calc(630 / 1320* 100%);
}
.meta-slider {
    position: absolute;
    width: 100%;
    height: 60px;
    bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 2px;
}

.project-detail .project-box-right {
    width: calc(629 / 1320* 100%);
}

.project-detail .swiper {
	aspect-ratio: 3 / 2;
	background: rgba(60, 60, 59, 1);
}
.project-detail .swiper-slide.image-item {
	display: flex;
	justify-content: center;
	align-items: center;
    background: transparent;
    flex-shrink: 0;
	aspect-ratio: 3 / 2;
}
.project-detail .swiper-slide.image-item img {
    height: 100%;
    object-fit: cover;

}
.meta-slider .swiper-pagination {
    width: 107px;
    height: 60px;
    background: #EFEEEC;
    font-size: 1rem;
    line-height: 1.35rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    position: unset;
}

.meta-slider .swiper-button {
    width: 96px;
    height: 60px;
    background: #EFEEEC;
    display: flex;
    flex-direction: row-reverse;
    z-index: 1;
    gap: 14px;
}
.meta-slider .swiper-button .swiper-button-next, 
.meta-slider .swiper-button .swiper-button-prev {
    position: unset;
    margin: 0;
    width: 50%;
    height: 100%;
} 
.meta-slider .swiper-button .swiper-button-next {
    justify-content: flex-start;
}
.meta-slider .swiper-button .swiper-button-prev {
    justify-content: flex-end;
}
.meta-slider .swiper-button-next:after, 
.meta-slider .swiper-button-prev:after{
    content: "";
}
.meta-slider .swiper-button svg{
    width: 12.8px;
    height: 12.8px;
}

.project-detail .project-owner, .project-detail .architect {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.2rem;
    color: #3C3C3B;
    margin-bottom: 12px;
    display: flex;
    gap: 20px;
    margin-top: -3px;
}
.project-detail .project-owner .name, .project-detail .architect .name {
    font-weight: 700;
    min-width: 151px;
}
.project-detail .project-description {
    margin-top: 38px;
}
.project-detail .project-description .title {
    margin: 0;
    font-size: 1.111rem;
    font-weight: 700;
    line-height: 0.778rem;
    text-transform: uppercase;
}
.project-detail .project-description .content {
    margin-top: 15px;
}
.project-detail .project-description .content p {
    margin: 0 0 22px 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.35rem;
    text-align: justify;
}
.project-pagination {
    padding-bottom: 116px;
}
.project-pagination .container {
    display: flex;
    justify-content: space-between;
}
.project-pagination .project-prev,
.project-pagination .project-next {
    width: calc(calc(100% - 20px) / 2);
    display: flex;
}
.project-pagination .project-prev {
    justify-content: flex-start;
    align-items: flex-start;
}
.project-pagination .project-next {
    justify-content: flex-end;
}
.project-pagination .project-next a {
    text-align: right;
}
.project-pagination .project-prev a {
    text-align: left;
}
.project-pagination .project-prev a, 
.project-pagination .project-next a {
    height: 100%;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.35rem;
    display: flex;
    flex-direction: row;
    gap: 10px;
    color: #3C3C3B;
    text-decoration: none;
    position: relative;
    align-items: center;
}
.project-pagination .project-prev a::before, 
.project-pagination .project-next a::before {
    transition: all 0.3s ease-in-out;
    width: 0;
    position: absolute;
    left: 0;
    top: 100%;
    content: "";
    height: 3px;
    background: #AAC547;
}
.project-pagination .project-prev a:hover::before, 
.project-pagination .project-next a:hover::before{
    width: 100%;
}
.project-pagination .project-prev a svg,
.project-pagination .project-next a svg {
    flex-shrink: 0;
}

