body {
    margin: 0;
    padding: 0;
}
.contentnew-title-mb {
    display: none;
}
.contentnew-mb{
    display: none;
}
.contentnew-mb-list{
    display: none;
}
.end-mb{
    display: none;
}
.mbondy {
    display: none;
}
.end-logo-mb{
    display: none;
}

.gw {
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
}

.gw .header {
    width: 100%;
    height: 100vh;
    position: relative;
}

.gw .header .header-img {
    width: 100%;
    animation: zoomIn 1s ease-out forwards;
    display: block;
}

.gw .contentnew {
    padding-top: 0.95rem;
    padding-left: 1.24rem;
    padding-right: 1.24rem;
    padding-bottom: 1.09rem;
    background: rgba(212, 207, 201, 0.48)
}

.gw .contentnew .contentnew-tag {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.7rem;
    color: #66513A;
    line-height: 1rem;
    text-align: center;
}

.gw .contentnew .contentnew-text {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.22rem;
    color: #66513A;
    line-height: 0.31rem;
    text-align: center;
    margin-top: 0.26rem;
}

.gw .contentnew .contentnew-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 6.3rem;
    margin-top: 0.65rem;
}

.gw .contentnew .contentnew-list2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 6.3rem;
    margin-top: 0.52rem;
}

.gw .contentnew .contentnew-list-item {
    width: 50%;
    background: #A38E78;
    padding: 1.14rem 1.28rem 0 0.83rem;
    box-sizing: border-box;
}

.gw .contentnew .contentnew-list-item2 {
    width: 50%;
    background: #E6E4E1;
    padding: 1.14rem 1.28rem 0 0.83rem;
    box-sizing: border-box;
}

.gw .contentnew .contentnew-list-img {
    width: 50%;
    box-sizing: border-box;
}

.gw .contentnew .contentnew-list-item-title {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.69rem;
    color: #FFFFFF;
}

.gw .contentnew .contentnew-list-item-title2 {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.69rem;
    color: #66513A;
}

.gw .contentnew .contentnew-list-item-text {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.25rem;
    margin-top: 0.47rem;
}

.gw .contentnew .contentnew-list-item-text2 {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.18rem;
    color: #66513A;
    line-height: 0.25rem;
    margin-top: 0.47rem;
}

.gw .contentnew-title {
    height: 10.80rem;
    position: relative;
    background: url(../jpg/new_02.jpg) no-repeat center center;
    background-size: cover;
}

.gw .contentnew-title-body {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
}

.gw .contentnew-title-tag {
    font-family: Poppins, Poppins;
    font-weight: bold;
    font-size: 0.5rem;
    color: #FFFFFF;
    line-height: 0.65rem;
    text-align: center;
    padding-top: 3.85rem;
}

.gw .contentnew-title-text {
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.31rem;
    text-align: center;
    margin-top: 0.26rem;
}

.gw .contentnew-title-text2 {
    font-family: Poppins, Poppins;
    font-weight: 200;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.31rem;
    text-align: center;
    margin-top: 0.46rem;
}

@keyframes zoomIn {
    from {
        transform: scale(1.3);
    }

    to {
        transform: scale(1);
    }
}

.gw .header .header-text {
    position: absolute;
    left: 50%;
    top: 7.42rem;
    font-size: 0.55rem;
    transform: translate(-50%, 50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.end-logo{
    padding-top: 1.48rem;
    padding-bottom: 1.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
 
}
.end-logo-img{
    width: 8.78rem;
    /* height: 1.1rem; */
    height: auto;
    object-fit: fill;
}

@media screen and (max-width: 750px) {
    .mbondy {
        display: block;
    }

    .header-text {
        display: none;
    }

    .gw .header .header-text2 {
        display: block;
        font-family: Poppins, Poppins;
        font-weight: bold;
        color: #FFFFFF;
        position: absolute;
        left: 50%;
        bottom: 1.04rem;
        transform: translate(-50%, 0);
        width: 6.2rem;
        text-align: center;
        z-index: 10;
    }

    .gw .header .header-text2>div:first-child {
        font-size: 0.49rem;
        line-height: 0.68rem;
        font-weight: bold;
    }


    body {
        overflow-x: hidden;
        width: 100%;
    }

    .gw {
        width: 100%;
        overflow-x: hidden;
    }

    .header {
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }

    .header .header-img {
        width: 100%;
        height: 100vh;
        object-fit: cover;
    }

    .gw .contentnew {
        width: 100%;
        box-sizing: border-box;
        padding: 2rem 1.5rem;
        background: #D4CFC9;
    }


    .contentnew-title {
        display: none;
    }

    .contentnew-title-mb {
        display: block;
    }
    .contentnew-title-mb-img{
        height: 4.22rem;
        width: 100%;
    }
    .contentnew-title-mb-text{
        background: #E6E4E1;
        padding: 0.84rem 0.72rem 1.58rem 0.72rem;
        margin-top: -0.3rem;
    }
    .contentnew-title-mb-text-tag{
        font-family: Poppins, Poppins;
        font-weight: bold;
        font-size: 0.42rem;
        color: #66513A;
        line-height: 0.59rem;
        text-align: center;
    }
    .contentnew-title-mb-text-content{
        font-family: Poppins, Poppins;
        font-weight: 400;
        font-size: 0.22rem;
        color: #66513A;
        line-height: 0.31rem;
        margin-top: 0.55rem;
        text-align: center;
    }
    .contentnew{
        display: none;
    }
    .contentnew-mb{
        display: block;
        background-color: #D4CFC9;
        padding: 1.43rem 0.6rem 1.43rem 0.6rem;
    }
    .contentnew-mb-tag{
        font-family: Poppins, Poppins;
        font-weight: bold;
        font-size: 0.72rem;
        color: #66513A;
        line-height: 0.76rem;
    }
    .contentnew-mb-text{
        font-family: Poppins, Poppins;
        font-weight: 400;
        font-size: 0.28rem;
        color: #66513A;
        line-height: 0.39rem;
        text-align: left;

        margin-top: 1.15rem;
    }
    .contentnew-mb-list{
        display: block;
    }
    .contentnew-mb-list-item-all{
        background: #A38E78;
        padding: 0.85rem 0.60rem 0.68rem 0.60rem;
    }
    .contentnew-mb-list-item-tag{
        font-family: Poppins, Poppins;
        font-weight: bold;
        font-size: 0.72rem;
        color: #FFFFFF;
        line-height: 0.76rem;
        text-align: left;
    }
    .contentnew-mb-list-item-text{
        font-family: Poppins, Poppins;
        font-weight: 400;
        font-size: 0.28rem;
        color: #FFFFFF;
        line-height: 0.39rem;
        text-align: left;
        margin-top: 0.35rem;
    }
    .contentnew-mb-list-img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-top: 1rem;
    }
    .contentnew-mb-list-item-all2{
        background: #E6E4E1;
        padding: 0.85rem 0.60rem 0.68rem 0.60rem;
    }
    .contentnew-mb-list-item-tag2{
        font-family: Poppins, Poppins;
        font-weight: bold;
        font-size: 0.72rem;
        color: #66513A;
        line-height: 0.76rem;
    }
    .contentnew-mb-list-item-text2{
        font-family: Poppins, Poppins;
        font-weight: 400;
        font-size: 0.28rem;
        color: #66513A;
        line-height: 0.39rem;
        margin-top: 0.35rem;
    }
    .contentnew-title-mb-text-content2{
        font-family: Poppins, Poppins;
        font-weight: 200;
        font-size: 0.22rem;
        color: #66513A;
        line-height: 0.31rem;
        text-align: center;
        margin-top: 1.15rem;
    }
    .contentnew-title-mb-text-content3-left-tag-span{
        font-family: Montserrat, Montserrat;
        font-weight: 800;
        font-size: 0.41rem;
        color: #66513A;
        line-height: 0.46rem;
        text-align: left;
    }
    .contentnew-title-mb-text-content3-left-tag-span2{
        font-family: Montserrat, Montserrat;
        font-weight: 500;
        font-size: 0.17rem;
        color: #66513A;
        line-height: 0.24rem;
        text-align: left;
        margin-left: 0.09rem;
    }
    .contentnew-title-mb-text-content3-left-tag2{
        font-family: Montserrat, Montserrat;
        font-weight: 300;
        font-size: 0.17rem;
        color: #66513A;
        line-height: 0.24rem;
        text-align: left;
        margin-top: 0.09rem;
    }
    .contentnew-title-mb-text-content3{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.5rem;
    }
    .contentnew-title-mb-text-content3-left-tag{
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: baseline;
    }
    .end{
        display: none;
    }
    .end-mb{
        display: block;
  
        background-image: url(../jpg/uni588758_med-res%2c_with_credit_watermark.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;

        
    }
    .end-logo{
        display: none;
    }
    .end-mb-text-box{
        
        padding-top: 3.2rem;
        padding-bottom: 3.04rem;
        background-color:  rgba(0, 0, 0, 0.31);
    }
    .end-mb-text{
        font-family: Poppins, Poppins;
        font-weight: bold;
        font-size: 0.5rem;
        color: #FFFFFF;
        line-height: 0.65rem;
        text-align: center;
        margin-top: 1.5rem;
    }
    .end-mb-text2{
        font-family: Poppins, Poppins;
        font-weight: 400;
        font-size: 0.25rem;
        color: #FFFFFF;
        margin-top: 0.81rem;
        text-align: center;
    }
    .end-mb-text3{
        font-family: Poppins, Poppins;
        font-weight: 300;
        font-size: 0.25rem;
        color: #FFFFFF;
        text-align: center;
        margin-top: 0.81rem;
    }
    .end-logo-mb{
        margin-top: 0.68rem;
        padding-bottom: 0.68rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .end-logo-mb-img{
        width: 6.98rem;
        height: 0.88rem;
    }
}

