
.baseTittle .Lt {
    width: 35%;
}

@media screen and (max-width: 992px) {

    .baseTittle .Lt {
        text-align: center;
    }
}


@media screen and (max-width: 768px) {
    
    .baseTittle .Lt {
        width: 100%;
    }
}

.item1{
    padding-left: 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: auto;
    margin-bottom: 100px;
}

.item1 .tittles{
    width: 70%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}

.item1 .tittles .hr-bottom{
    width: fit-content;
    flex-grow: 0;
}

.item1 .tittles .year{
    font-family: 'CHei2HK';
    font-size: 32px;
    color: var(--B59E85);
    padding: 10px 20px;
}

.item1 .tittles .tittle1{
    font-family: 'jf-jinxuan-M';
    font-size: 40px;
    color: var(--595757);
    padding: 10px 20px;
}

.item1 .tittles .tittle2{
    font-family: 'jf-jinxuan-M';
    font-size: 30px;
    color: var(--B59E85);
    padding: 10px 20px;
    flex-grow: 1;
}

@media screen and (max-width: 992px) {
    .Swiper1 img {
        min-height: auto;
    }
}



/* Swiper1 */

.Swiper1{
    overflow: hidden;
    width: 40%;
    min-height: max-content;
    max-height: 600px;
    height: 100%;
    border-bottom: 47px solid var(--B59E85-40);
}

.Swiper1 img{
    min-height: 500px;
    width: 100%;
    cursor: pointer;
    transition-duration: 0.5s;

    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

.Swiper1 img:hover{
    filter: opacity(0.7); ; 
}


.Swiper1 .swiper {
    width: 100%;
    height: 100%;
}

.Swiper1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* Swiper2 */

.modal-fullscreen .modal-body {
    overflow-y: clip;
}

.modal-header {
    border-bottom: 0 ;
}

.modal-header .btn-close {
    padding: 1rem 1rem;
    margin: 0 0 0 auto;
}

.Swiper2 {
    margin: auto;
}

.Swiper2 .swiper-slide {
    margin: auto;
}

.Swiper2 img {
    height: 75vh;
}

.Swiper2 .swiper-pagination{
    width: 40%;
    right: 0;
    left: auto;
    bottom: 8%;
    color: var(--B59E85);
    font-family: 'CHei2HK';
    font-size: 25px;
}

.Swiper2 .swiper2-prev{
    left: 15vw;
    position: absolute;
    top: 45vh;
    color: var(--B59E85);
    font-size: 20px;
    font-family: 'jf-jinxuan-M';
}

.Swiper2 .swiper2-next {
    right: 15vw;
    position: absolute;
    top: 45vh;
    color: var(--B59E85);
    font-size: 20px;
    font-family: 'jf-jinxuan-M';
}

@media screen and ((max-height: 1200px) or (max-width: 1440px)) {
    .Swiper2 img {
        max-height: none;
    }

    .Swiper2 .swiper2-prev,
    .Swiper2 .swiper2-next {
        top: 88%;
    }

    .Swiper2 .swiper2-prev{
        left: 45%;
    }

    .Swiper2 .swiper2-next {
        right: 45%;
    }
    
}

@media screen and ((max-height: 768px) or (max-width: 768px)) {
    .Swiper2 .swiper-pagination {
        bottom: 7%;
    }

    .Swiper2 img {
        height: 70vh;
    }

    .modal-body {
        padding: 0;
    }


}

@media screen and (max-width: 500px){

    .Swiper2 img {
        height: 60vh;
        margin-top: 15%;
    }

    .Swiper2 .swiper2-prev{
        left: 40%;
    }

    .Swiper2 .swiper2-next {
        right: 40%;
    }

}

@media screen and (max-height: 700px){

    .Swiper2 img {
        margin-top: 5%;
    }

}
/* contents */

.contents{
    width: 57%;
}

.contents .background{
    height: 47px;
    background: var(--B59E85-40);
}

.contents .content{
    border: 1px solid var(--B59E85-40);
    margin-top: 50px;
    padding: 10% 5%;
    display: flex;
}

.contents .content1{
    font-family: 'jf-jinxuan-M';
    font-size: 15px;
    color: var(--595757);
    width: 80%;
    line-height: 2.5;
    padding-right: 5%;
}

.contents .content2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contents .content2 i{
    color: var(--B59E85);
}

.contents .content2 label{
    font-family: 'jf-jinxuan-M';
    font-size: 24px;
    color: var(--595757);
}

.contents .content2 hr{
    height: 1px;
    width: 95%;
    color: var(--B59E85);
}


@media screen and (max-width: 1440px) {
    
    .item1 {
        padding-left: 100px;
    }

    .Swiper1 {
        width: 45%;
    }

    .contents {
        width: 50%;
    }

    .contents .content {
        flex-direction: column;
        margin-top: 0;
        padding: 5%;
    }

    .contents .content1 {
        width: 100%;
        padding-right: 0;
        text-align: center;
        line-height: 2;
    }

}

@media screen and (max-width: 992px) {
    .item1 {
        flex-direction: column;
        padding-left: 0;
        width: 90%;
        margin: auto;
        align-items: center;
    }

    .item1 .tittles {
        width: 100%;
    }

    .Swiper1 {
        width: 100%;
        border: 0;
    }

    .Swiper1 img {
        min-height: auto;
    }

    .contents {
        width: 100%;
        margin: 5% auto;
    }

    .contents .background {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .item1 .tittles {
        flex-wrap: wrap;
        width: 100%;
        margin-top: 20px;
    }

    .item1 .tittles .square {
        display: none;
    }

    .item1 .tittles .year {
        width: 100%;
        text-align: center;
        border: 0;
    }

    .item1 .tittles .tittle1 {
        font-size: 30px;
        width: 50%;
        text-align: end;
        padding-left: 0;
    }

    .item1 .tittles .tittle2 {
        font-size: 25px;
        width: 50%;
        text-align: start;
        padding-right: 0;
    }
}

/* .item2 */

.item2{
    padding: 0 150px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: auto;
    margin-bottom: 100px;
}

.item2 .tittles {
    width: 100%;
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
    position: relative;
}

.item2 .tittles .hr-bottom {
    width: max-content;
    flex-grow: 0;
}

.item2 .tittles .tittle {
    font-family: 'jf-jinxuan-M';
    font-size: 30px;
    color: var(--B59E85);
    padding: 10px 30px;
    line-height: 1;
}

.item2 .EN {
    padding-right: 50px;
    height: 60px;
    text-align: center;
    align-content: end;
    font-family: 'Outfit';
    overflow: hidden;
    color: var(--FBFBFB);
    font-size: clamp(16px, 6vw, 120px);
    line-height: 0.25;
    position: absolute;
    bottom: 20px;
    text-shadow: 1px 1px var(--B59E85), -1px 1px var(--B59E85), 1px -1px var(--B59E85), -1px -1px var(--B59E85);
}

.item2 .EN-hr {
    width: 65%;
    max-width: 1100px;
    border-bottom: 1px solid var(--B59E85);
    padding-bottom: 10px;
    z-index: 1;
}

.item2 .projects{
    display: flex;
    justify-content: space-evenly;
    width: 90%;
    margin: auto;
}

.item2 .project{
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: center;
    margin: auto;
}

.item2 .project img{
    height: 500px;
}

.item2 .project .name{
    font-family: 'jf-jinxuan-M';
    font-size:24px;
    color: var(--595757);
    margin-top: 20px;
}

@media screen and (max-width: 1440px) {
    
    .item2 {
        padding: 0 100px;
    }

    .item2 .project img{
        height: 300px;
    }

    .item2 .projects {
        width: 100%;
    }
}


@media screen and (max-width: 992px) {
    .item2 {
        padding: 0 50px;
        margin-top: 50px;
    }

    .item2 .projects {
        flex-direction: column;
        width: 80%;
    }

    .item2 .project{
        width: 100%;
        margin-bottom: 50px;
    }

    .item2 .project img {
        height: auto;
    }

}

@media screen and (max-width: 768px) {

    .item2 {
        width: 90%;
        padding: 0;
        margin: auto;
        margin-top: 50px;
    }

    .item2 .tittles {
        flex-wrap: wrap;
    }

    .item2 .tittles .square {
        display: none;
    }


    .item2 .EN {
        width: 100%;
        position: relative;
        font-size: 10vw;
        padding-right: 0;
    }

    .item2 .EN-hr {
        display: none;
    }
   
    .item2 .tittles .tittle {
        width: 80%;
        text-align: center;
        margin: auto;
        margin-top: 20px;
    }

    .item2 .projects {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .item1 .tittles .tittle1 {
        width: 100%;
        text-align: center;
        border: 0;
        padding-right: 0;
    }

    .item1 .tittles .tittle2 {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
}