.top-banner {
    background-color: #fff;
    width: 100%;
/*     z-index: 1; */
    position: relative;
    overflow: hidden;
    /*     margin-top: 100px; */
}

.banner {
    position: relative;
}


.home .top-banner .banner {
    height: inherit;
}

.home .banner-text {
    color: #fff;
    width: 70%;
    position: absolute;
    top: 30%;
    left: 0%;
    right: 0px;
    margin: 0 auto;
    z-index: 5;
    font-size: 22px;

}

.home .banner-text h5 {
    font-size: 24px;
    font-weight: 700;
}

.home .banner-text,
.home .banner-text h5,
.home .banner-text p {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, .35);
    color: #fff;

}


.home .banner-cover {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 100%;
    background-image: url('../images/banner-cover.png');
    background-size: 100%;
    background-repeat: no-repeat;
    height: 120px;
}

.home .top-banner button.slick-arrow {
    top: 40%;
    position: absolute;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    border: 0px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.home .top-banner button.slick-prev {
    background-image: url('../images/banner-prev.png');
    left: 15px;
}

.home .top-banner button.slick-next {
    background-image: url('../images/banner-next.png');
    right: 15px;
}

.home .top-banner button.slick-arrow:hover {
    opacity: .8;
    transition: all .3s ease-in-out;
}

.home .slick-dots button {
    border: 0px;
    border-radius: 100%;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    background-color: #B2C9CC;

}

.home .slick-dots li.slick-active button {
    background-color: #1C396B;
}

.home .slick-dots li {
    display: inline-block;
    margin-right: 20px;
}

.home .slick-dots li:last-child {
    margin-right: 0px;
}


.home ul.slick-dots {
    text-align: center;
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 88;
}



/* main-page */


.section {
    position: relative;
    padding: 0px 0px 0px;
    overflow: hidden;
}

p {
    color: #423A3A;
}

.about-info {
    width: 40%;
}

.picture {
    width: 60%;
}

.title h4 {
    color: #A48B78;
    font-size: 18px;
}

.title h3 {
    font-size: 36px;
}




.section1 .container {
    max-width: 1218px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .9);
    border-radius: 24px;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 15%;
}


.section1 {
    background-image: url('../images/bg.png');
    padding: 0px 0px 200px;
    width: 100%;
    /*     min-height: 1500px; */
    background-repeat: no-repeat;
    background-size: cover;


    min-height: inherit;
    background-position: center top;



}



.aboutfixed {
    /*     position: fixed; */
    /*     top: 25%; */
    left: 0px;
    right: 0px;
    position: relative;
    top: 0px;

}

.aboutfixedno {
    position: relative;
}

.section1 .text {
    padding-right: 40px;
}


/* ===section2=== */

.section2 {
    /*     background-image: url('../images/bg.png');
    background-attachment: fixed;
    width: 100%;
    min-height: 1800px;
    background-repeat: no-repeat;
    background-size: 100%; */

}

.news-content {
    /*     width: 70%; */
    margin: 0 auto;
    /*    background-color: rgba(255, 255, 255, .9);
    border-radius: 30px; */
    padding: 30px;
    box-sizing: border-box;
    max-width: 886px;
    color: #423A3A;


}

.news-content li,
.news-content a {
    color: #423A3A;
}

.section2 .container {}

.news-content .title {
    text-align: center;
}

.news-list {
    margin-top: 25px;
    height: 300px;
    overflow-y: scroll;
    scrollbar-color: #D9D9D9 transparent;
}

.news-list .list li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #423A3A;
    padding: 15px 15px;
}

ul.list {
    padding-right: 15px;
}

li .date {
    width: 35%;

}

li.info {
    width: 65%;
    padding-left: 15px;
}



/* ===section3=== */
.section3 {
    /*     background-color: #ECE5D7; */
    padding-bottom: 0;
    z-index: 5;
    margin-top: -100px;
}

.section3:after {
    content: "";
    background-color: #ECE5D7;
    display: block;
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 130px;
    z-index: -1;
}




.section3top-bg {
    background-image: url('../images/page-top.png');
    background-size: 100%;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
    height: 150px;
    background-position: center top;
    background-repeat: no-repeat;
    /*     margin-top: -130px; */
    margin-top: 0px;
}


.section3bottom-bg {
    background-image: url('../images/bg2.jpg');
    background-size: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
    height: 80px;
    background-position: center top;
    background-repeat: no-repeat;
}



.section3 .title {
    text-align: center;
}

.section3 .title h3 {
    color: #423A3A;
    letter-spacing: 10px;
    font-weight: 600;
}


.section3 .container {
    padding-top: 20px;
    padding-bottom: 50px;
}

.section3 .serve-info {
    width: 50%;

}

.serve-info .text:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #000;
    display: block;
    margin: 20px 0px;
}

.servecontent {
    max-width: 1240px;
    margin: 0 auto;
}

.servecontent .serve-info h3 {
    text-align: left;
    font-size: 28px;

    letter-spacing: 8px;

    font-weight: 600;
}

.section3 .serve-info .text {
    width: 100%;

    /*    margin-right: 0px; */
}

.section3 .picture {
    width: 50%;
}

.flex-r {
    flex-direction: row-reverse;
}

.food .serve-info {
    /*     transform: translateX(15%); */
    padding-left: 80px;
    box-sizing: border-box;
}

.food {
    padding-top: 50px;
}

.art {
    padding-top: 50px;

}

.art .serve-info {
    padding-right: 80px;
    box-sizing: border-box;
}

/* ===section4=== */
.section4 {
    background-color: #fff;
    padding-top: 20px;
}

.section4 .title {
    text-align: center;
    margin-bottom: 50px;
}

.section4 .container {
    /*     max-width: 100%; */
    /*     padding: 0px; */
}

.section4 .slider-box {}

.responsive-slider {}

.slider-info {
    padding: 0px 10px;
    box-sizing: border-box;
}

.slider-info:hover .servepicture img {
    transform: scale(1.1);
    transition: all .5s ease-in-out;
}

.servepicture img {
    transition: all .5s ease-in-out;
}

.servepicture {
    overflow: hidden;
}

@media screen and (min-width:1170px) {
    .servepicture {
        height: 230px;
        object-fit: cover;
        vertical-align: middle;
    }

}

.responsive-slider .slick-list {
    width: 85%;
    margin: 0 auto;
    /*      transform: translateX(30%); */

}

.slider-text {
    width: 100%;
}


.responsive-slider button.slick-arrow {
    top: 30%;
    position: absolute;
    z-index: 9;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px;
    text-indent: -9999px;
    border: 0px;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.responsive-slider button.slick-prev {
    background-image: url('../images/prev.png');
    left: 0%;
}

.responsive-slider button.slick-next {
    background-image: url('../images/next.png');
    right: 0%;
}

.responsive-slider button.slick-arrow:hover {
    opacity: .8;
    transition: all .3s ease-in-out;
    transform: scale(1.1);
}

.slider-text {
    padding: 12px 0px;
    box-sizing: border-box;
}

.slider-info a {
    color: #423A3A;
}


.slider-info .slider-text p {
    font-size: 18px;
    font-weight: 400;
}

.section4 .btn-box {
    max-width: 360px;
    margin: 50px auto;
}

.section4 .btn-box a {
    color: #fff;
    background-color: #1C396B;
    border-radius: 36px;
    font-weight: 500;
    height: 60px;
    line-height: 60px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 2px;
    font-size: 18px;

}




/* ===RWD====*/
@media (max-width: 1200px) {
    .section1 .container {
        max-width: 100%;
        /*         margin: 0 auto; */
    }

    .section1 {
        padding-left: 100px;
        padding-right: 100px;
        box-sizing: border-box;
    }

    .section3top-bg {
        margin-top: 30px;
    }

    .home .banner-cover {
        bottom: 0%;

    }

}

@media (max-width: 990px) {


    .servepicture {
        /*         height: 120px; */
    }

    .home .banner-cover {
        height: 100px;
        background-size: cover
    }

    .home .banner-text {
        width: 70%;
    }

    .section3top-bg {
        margin-top: 50px;
    }

    .section1 {
        padding-bottom: 150px;
    }

    .section3 .container {
        padding-top: 0;
    }


}

@media screen and (max-width:780px) {
    .home .banner img {
        transform: scale(1);
        margin-top: 0%;
    }
    .home .banner-text h5{
        font-size: 18px;
    }

    .section1 {
        padding: 120px 20px 200px;
        box-sizing: border-box;
        min-height: 100%;
        background-image: url('../images/mb-bg.jpg');
    }

    .flex,
    .section1 .flex,
    .news-list .list li {
        flex-wrap: wrap;
    }

    .about-info,
    .picture {
        width: 100%;
        /*   padding: 30px; */
        box-sizing: border-box;
    }

    .section2 {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .news-content {
        /*         margin-top: 40%; */
        width: 100%;
        padding: 0px;
    }

    li .date,
    li.info,
    .food .serve-info,
    .section3 .picture,
    .section3 .serve-info {
        width: 100%;
    }

    .section3top-bg {
        margin-top: 0px;
    }

    .food .serve-info {
        transform: translateX(0%);
    }

    .flex-r {
        flex-direction: column-reverse;
    }

    .art {
        flex-direction: column-reverse;
    }

    .responsive-slider button.slick-prev {
        left: 40%;
        top: inherit;
        bottom: -80px;
    }

    .responsive-slider button.slick-next {
        right: 40%;
        left: inherit;
        top: inherit;
        bottom: -80px;
    }

    .responsive-slider .slick-list:after {
        display: none;
    }

    .section3 .serve-info .text {
        width: 100%;
    }

    .servecontent {
        padding: 35px 0px;
    }

    .slick-slide .thumbnail img {
        height: 100vh;
    }

    .home .top-banner {
        height: 100vh;
        margin-top: 0;
    }

    .home .banner-cover {
        bottom: -50px;
        background-image: url('../images/banner-cover-mb.png');
        height: 150px;
        background-size: 100%;
    }

    .news-list {
        height: 430px;
        margin-top: 20px;
    }

    .aboutfixed {
        position: relative;
    }

    .home .section1 .container {
        max-width: 100%;
        flex-direction: column-reverse;
        margin-top: 0%;
        border-radius: 12px;
        padding-top: 32px;
        box-sizing: border-box;
        padding-bottom: 32px;
    }

    .about-info .title {
        text-align: center;
    }

    .about-info .text p:first-child {
        text-align: center;
    }

    .section3top-bg img {
        transform: scale(1.5);
    }

    .serve-info h3 {
        text-align: center;
    }

    .serve-info .text:before {
        margin: 20px auto;
    }

    .section4 .btn-box {
        margin-top: 130px;
    }

    .section4 .slick-slide {
        margin-left: -50px;
    }

    .section4 .slider-info {
        padding-right: 70px;
    }

    .responsive-slider .slick-list {
        /*         transform: translateX(10px); */
        margin: 0 auto;
        width: 100%;
        padding-left: 40px;
    }

    .home .banner-text {
        text-align: center;
        margin: 0 auto;
        left: 0px;
        right: 0px;
        font-size: 21px;
        top: 20%;
    }

    .servepicture {
        /*         height: 300px; */
    }

    .home .container {
        padding: 0px 20px;
    }

    .news-list .list li {
        padding: 15px 0px;
        font-size: 18px;
    }

    li .date {
        font-size: 16px;
    }

    .title h4 {
        font-size: 16px;
    }

    .title h3 {
        font-size: 32px;
    }

    .section1 .text {
        padding-right: 0;
    }

    .section3 {
        margin-top: -100px;
    }

    .section3top-bg {
        background-image: url('../images/page-top-mb.png');
    }

    .section3 .container {
        padding-top: 50px;
    }

    .servecontent .serve-info h3 {
        text-align: center;
        font-size: 24px;
    }

    .section3 .serve-info .text p {
        font-size: 18px;
    }

    .food .serve-info {
        padding-left: 0;
        padding-top: 30px;
    }

    .art .serve-info {
        padding-right: 0;
        padding-top: 30px;
    }

    .section4 .btn-box {
        max-width: 280px;
    }

    .section4 .btn-box a {
        font-size: 16px;
    }

    .company span.location_on {
        transform: translateY(-5px);
    }

    .footer .company li {
        font-size: 14px;
    }
}




@media screen and (max-width:640px) {
    .servepicture {
        /*         height: 200px; */
    }

    .home .banner-text {
        font-size: 18px;
    }

    .home .top-banner button.slick-next {
        right: 5px;
    }

    .home .top-banner button.slick-prev {
        left: 5px;
    }

    .home .top-banner button.slick-arrow {
        display: none !important;
    }

    .home .banner-text {
        width: 95%;
    }

    .section1 {
        padding: 80px 20px 200px;
    }

    .section3top-bg {
        margin-top: 30px;
    }

    .section3 .container {
        padding-top: 0px;
    }

    .responsive-slider button.slick-prev {
        left: 34%;
    }

    .responsive-slider button.slick-next {
        right: 34%;
    }



}

@media screen and (max-width:480px) {
    .servepicture {
        /*         height: 150px; */
    }

    .section3top-bg img {
        transform: scale(2.3);
    }

    .home .banner-text {
        font-size: 16px;
    }

    .home .banner-cover {
        bottom: 0px;
        height: 80px;
        background-size: 110%;
        background-position: center 0px;
    }

    .section3top-bg {
        margin-top: 40px;
    }

    .section1 {
        padding-bottom: 150px;
    }

    .responsive-slider button.slick-prev {
        left: 30%;
    }

    .responsive-slider button.slick-next {
        right: 30%;
    }

    .servecontent {
        padding: 20px 0px;
    }
}

@media screen and (max-width:430px) {
    .section3top-bg img {
        transform: scale(3.5);
        left: -15%;
        display: block;
        position: relative;
    }
}



@media screen and (max-width:375px) {
    .home .banner-text {
        font-size: 14px;
    }

    .home .banner-cover {
        bottom: 0px;
        height: 80px;
        background-size: 130%;
    }

    .section3top-bg {
        height: 120px;
    }

    .responsive-slider button.slick-prev {
        left: 28.3%;
    }

    .responsive-slider button.slick-next {
        right: 28.3%;
    }

}




@media screen and (max-width:320px) {
    .home .banner-cover {
        background-size: 150%;
    }

    .section3top-bg {
        margin-top: 60px;
    }


}