* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

#main {
    overflow-x: hidden;
}

li {
    list-style: none;
}

input,
button,
textarea {
    outline: none;
    border: none;
}

.header-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    transition: all 0.5s linear;
    background-color: #FFF3D1 !important;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

.header {
    position: relative;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #B9BABC;
    background-color: #FFF;
}

.header a {
    color: #59493F;
    margin: 0 22px;
}

.logo {
    width: 200px;
    max-height: 120px;
    object-fit: contain;
    object-position: center;
    margin-left: 80px;
    margin-right: 60px;
}

.foot-logo {
    width: 205px;
    height: 77px;
}

.banner {
    margin: 25px 0;
}

.about {
    /* margin-top: 60px;
    margin-bottom: 115px; */
    text-align: center;
    font-size: 18px;
    color: #59493F;
}
.about p{
    line-height: 36px;
    letter-spacing: 2px;
}
.ban-swiper-button-prev {
    position: absolute;
    left: 20px;
    z-index: 2;
}

.prev-img,
.next-img {
    width: 34px;
    height: 34px;
}

.ban-swiper-button-next {
    position: absolute;
    right: 20px;
    z-index: 2;
}

.title>.h1 {
    font-weight: 400;
    font-size: 34px;
    color: #59493F;
}

.title>.h2 {
    font-weight: 200;
    font-size: 22px;
    color: #33250D;
    margin-top: -6px;
}

.service-list {
    /* margin-top: 54px;
    margin-bottom: 107px; */
    flex-wrap: wrap;
}

.service-item {
    width: calc((100% - 80px) / 5);
    position: relative;
    margin-bottom: 20px;
    margin-right: 20px;
}

.service-item .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.service-item .mask>.more {
    position: absolute;
    bottom: 20px;
    right: 17px;
    width: 54px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 8px;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #968981;
}

.service-item .mask>.more:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.service-item .mask:hover {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
}

.service-item .mask-text {
    width: 100%;
    height: 100%;
}

.service-item:nth-child(5n) {
    margin-right: 0;
}

.service-item {
    color: #59493F;
}

.service-item .img img {
    width: 100%;
}

.feature-title {
    margin-top: 45px;
    margin-bottom: 58px;
}

.feature-title>p {
    font-weight: 400;
    font-size: 27px;
    color: #59493F;
}

.feature-title>img {
    width: 382px;
    height: 24px;
    margin-top: 35px;
}

.feature-item:nth-child(1) img {
    width: 73px;
}

.feature-item:nth-child(2) img {
    width: 85px;
}

.feature-item:nth-child(3) img {
    width: 62px;
}

.feature-item {
    color: #59493F;
}

.feature-item:hover {
    color: #666;
}

.feature-text {
    margin-top: 34px;
    margin-bottom: 97px;
}

.feature-text p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: center;
}

.news {
    margin-bottom: 87px;
}

.news-list {
    margin-top: 59px;
    margin-bottom: 53px;
}

.news-img {
    position: relative;
}

.news-img>img {
    width: 100%;
}

.news-item>h2 {
    font-size: 18px;
    color: #947956;
    line-height: 36px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.news-item>p {
    font-size: 16px;
    color: #7B7B7B;
    line-height: 36px;
}

.news-item a {
    font-size: 16px;
    color: #7B7B7B;
    line-height: 36px;
}

.news-item a:hover {
    color: #947956;
}

.news-item .text {
    width: 100%;
    height: 116px;
    position: absolute;
    left: 0;
    background-color: rgba(143, 127, 112, 0.5);
    background-size: 100% 100%;
}
.news-item .text p{
    color: #ffffff;
}
.news-item .text>p:nth-child(1) {
    font-size: 15px;
    margin-bottom: 4px;
}

.news-item .text>p:nth-child(2) {
    font-size: 21px;
    margin-bottom: 4px;
}

.more>a {
    width: 300px;
    height: 74px;
    background: #FCDDC1;
    border-radius: 14px;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
    color: #59493F;
}

.more>a:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.comment {
    padding-bottom: 108px;
}

.comment-list {
    padding-top: 68px;
    padding-bottom: 48px;
    padding-left: 200px;
    padding-right: 200px;
}

.comment-content {
    border: 1px solid #efefef;
    overflow: hidden;
}

.comment-item .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-item {
    transition: all 1s;
}

.comment-item:hover {
    transform: scale(1.03);
}

.comment-item .col-lg-6 {
    position: relative;
}

.comment-item .col-lg-6:nth-child(n)::after {
    content: "";
    position: absolute;
    bottom: calc(50% - 10px);
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
}

.comment-item:nth-child(2n) .col-lg-6:nth-child(n)::after {
    left: 0px;
    border-color: transparent transparent transparent #fff;
}

.comment-text {
    padding: 2vmax 24px 5vmax 24px;
}

.comment-text .comment-text-title {
    font-weight: 500;
    font-size: 14px;
    color: #FF7200;
    /* line-height: 23px; */
}

.comment-text>p {
    font-weight: 400;
    font-size: 18px;
    color: #78909C;
    line-height: 31px;
    margin: 12px 0;
}

.customer {
    font-weight: 500;
    font-size: 17px;
    color: #2F3030;
    line-height: 23px;
    text-align: right;
}

.comment-item:nth-child(2n) {
    flex-direction: row-reverse;
}

.comment-content .col-lg-6 {
    padding: 0;
}

.swiper-container {
    position: relative;
    width: 100% !important;
}

.swiper-wrapper {
    width: 50% !important;
}

.swiper-slide {
    text-align: center !important;
    width: auto !important;
}

.slide-image {
    height: 400px !important;
    width: auto;
}

.my-gallery figure {
    margin: 0px !important;
}

.message {
    padding-bottom: 71px;
}

.message .message-text {
    border-radius: 8px;
    border: 1px solid #59493F;
    padding: 18px 0;
    color: #59493F;
    margin: 40px 0;
}

.message .message-text p {
    text-align: center;
    margin-bottom: 8px;
    font-size: 18px;
}

.message .message-text p:nth-child(1) {
    font-size: 23px;
}

.message .form .label {
    color: #59493F;
    font-size: 20px;
}

.message .input {
    border-radius: 8px;
    border: 1px solid #59493F;
    width: 400px;
    height: 44px;
    padding: 0 20px;
    /* margin-top: 10px; */
    font-size: 20px;
}

.message textarea {
    border: 1px solid #59493F;
    width: 400px;
    height: 300px;
    padding: 20px;
    /* margin-top: 10px; */
    font-size: 20px;
}

.message .form-item {
    margin-bottom: 2vmax;
}

.message .form-item p {
    color: #666;
}

.message .radio {
    margin-top: 10px;
    padding-left: 20px;
    color: #59493F;
    font-size: 18px;
}

.message .radio input {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    position: relative;
}

.message .radio input::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1.2px solid #59493F;
    border-radius: 50%;
}

.message .radio input:checked:after {
    content: "";
    width: 12px;
    height: 12px;
    text-align: center;
    background: #59493F;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 4px;
    left: 4px;
    border-color: #59493F;
}

.message .checkbox {
    padding-left: 10px;
    color: #59493F;
    font-size: 22px;
}

.message .checkbox input {
    margin-right: 8px;
    width: 20px;
    height: 20px;
    position: relative;
}

.form-content {
    padding: 0 80px;
}

.submit button {
    width: 227px;
    height: 46px;
    background: #FCDDC1;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.52);
    border-radius: 23px;
    line-height: 40px;
    text-align: center;
    font-size: 23px;
    color: #1A1A1A
}

.submit button:hover {
    background-color: #000;
    color: #fff;
}

footer {
    background-color: #F2C647;
    padding-top: 45px;
    padding-bottom: 35px;
}

footer .foot-info {
    margin-top: 14px;
    color: #59493F;
    text-align: center;
}

footer .foot-info p {
    font-size: 15px;
    margin-bottom: 2px;
}

footer .foot-info p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 17px;
}

footer .icons {
    margin-top: 10px;
}

footer .icons a {
    font-size: 24px;
    color: rgba(89, 73, 63, 1);
    margin: 0 6px;
}

footer .icons a:nth-child(1) {
    font-size: 28px;
}

footer .icons a:nth-child(2) {
    font-size: 30px;
}

footer .icons a:hover {
    color: #000;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 576px) {
    .mobile-logo {
        width: 120px;
    }
    .banner {
        margin-top: 80px;
    }
    .service-item {
        width: calc(50% - 10px) !important;
        margin-right: 0;
    }
    .service-list {
        justify-content: space-between;
    }
    .service-item .mask>.more {
        bottom: 10px;
    }
    .title>.h1 {
        font-size: 30px;
    }
    .title>.h2 {
        font-size: 20px;
    }
    .feature-title>img {
        width: 100%;
    }
    .comment-list {
        padding-left: 0;
        padding-right: 0;
    }
    .comment-item .col-lg-6:nth-child(n)::after,
    .comment-item:nth-child(2n) .col-lg-6:nth-child(n)::after {
        display: none;
    }
    .form-content {
        padding: 0;
    }
    .message .message-text p:nth-child(1) {
        font-size: 20px;
    }
    .message .message-text p {
        font-size: 16px;
    }
    .message .input,
    .message textarea {
        width: 100%;
    }
    .form {
        flex-direction: column;
    }
    .submit button {
        width: 200px;
        font-size: 20px;
    }
}

@media screen and (min-width:577px) and (max-width:992px) {
    .banner {
        margin-top: 100px;
    }
    .mobile-logo {
        width: 160px;
    }
    .service-item {
        width: calc(50% - 10px) !important;
        margin-right: 0;
    }
    .service-list {
        justify-content: space-between;
    }
    .comment-list {
        padding-left: 0;
        padding-right: 0;
    }
    .form-content {
        padding: 0;
    }
    .message .input,
    .message textarea {
        width: 100%;
    }
    .form {
        flex-direction: column;
    }
}

@media screen and (min-width:821px) and (max-width:1024px) {
    .logo {
        margin-left: 0;
        margin-right: 0;
        width: 150px;
        height: 56px;
    }
    .service-item {
        width: calc(50% - 10px) !important;
        margin-right: 0;
    }
    .service-list {
        justify-content: space-between;
    }
    .comment-list {
        padding-left: 0;
        padding-right: 0;
    }
    .form-content {
        padding: 0 20px;
    }
}