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

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

#main {
    overflow-x: hidden;
    background-color: #e5e5e5;
}

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: rgba(0, 0, 0, 0.4) !important;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.05);
}

header {
    position: relative;
}

/* .banner {
    height: 829px;
} */

.banner-img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 104px;
    padding: 0 28px !important;
}

.logo {
    width: 98px;
}

nav .list-item span {
    font-size: 18px;
    color: #fff;
    padding: 0 24px;
    height: 31px;
    text-align: center;
    line-height: 31px;
    display: block;
}

nav .list-item:hover{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}


nav .active {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.about {
    padding-top: 88px;
    padding-bottom: 60px;
}

.title {
    border-bottom: 1px solid #313131;
}

.title .h1,
.title .h2 {
    text-align: center;
}

.title .h1 {
    font-weight: 800;
    font-size: 44px;
    color: #404040;
}

.title .h2 {
    font-weight: 400;
    font-size: 30px;
    color: #404040;
}

.about-text {
    padding-top: 40px;
}

.about-text p {
    font-weight: 400;
    font-size: 18px;
    color: #404040;
    line-height: 48px;
    text-align: center;
}

.service {
    padding-bottom: 100px;
}

.swiper-slide img {
    width: 100%;
    min-height: 263px;
    transition: all 1s;
}

.swiper-slide img:hover {
    transform: scale(1.03);
}

.swiper-slide span {
    margin-top: 12px;
    color: #404040;
}

.service-banner {
    position: relative;
    margin-top: 40px;
}

.service-swiper-button-prev {
    background: #7d7d7d;
    width: 11px;
    background-color: transparent;
    position: absolute;
    left: -20px;
    z-index: 999;
}

.service-swiper-button-next {
    background: #7d7d7d;
    width: 11px;
    background-color: transparent;
    position: absolute;
    right: -20px;
    z-index: 999;
}

.swiper-slide-content {
    color: #404040;
}

.dress {
    padding-bottom: 90px;
}

.dress-banner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.dress-banner .swiper-slide img {
    min-height: 628px;
}

.more-link>a {
    width: 138px;
    height: 33px;
    border-radius: 8px;
    border: 1px solid #404040;
    color: #404040;
    text-align: center;
    line-height: 33px;
}

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

.picture {
    padding-bottom: 94px;
}

.picture-item img {
    max-width: 100%;
    width: 100%;
    transition: all 1s;
}

.picture-item img:hover {
    transform: scale(1.06);
}

.picture-item {
    margin-bottom: 40px;
    color: #404040;
}

.picture-item:nth-child(2),
.picture-item:nth-child(5) {
    margin-top: 40px;
}

.picture-list {
    padding-top: 40px;
}

.picture-item span {
    font-size: 14px;
    margin-top: 20px;
}

.news {
    padding-bottom: 97px;
}

.news-list {
    padding-top: 60px;
    padding-bottom: 40px;
}

.news-img {
    position: relative;
}

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

.news-item>.h1 {
    font-size: 16px;
    font-weight: 400;
    color: rgba(148, 121, 86, 1);
    margin: 20px 0;
}

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

.news-item a {
    font-size: 16px;
    color: #7b7b7b;
}

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

.news-item .text {
    width: 179px;
    height: 114px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(26, 26, 26, 0.51);
    color: #ffffff;
}
.news-item .text p{
    color: #ffffff;
}

.news-item .text p:nth-child(1) {
    font-size: 15px;
    margin-bottom: 0;
}

.news-item .text p:nth-child(2) {
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 0;
}

.product {
    padding-bottom: 86px;
}

.product-list {
    padding-top: 40px;
}

.product-item img {
    max-width: 100%;
    width: 100%;
    transition: all 1s;
    border-radius: 8px;
}

.product-item img:hover {
    transform: scale(1.06);
}

.product-item {
    margin-bottom: 24px;
}

.message {
    padding-bottom: 68px;
}

.message-form {
    padding-top: 40px;
}

.message .checkbox {
    padding-left: 10px;
    color: #404040;
    font-size: 18px;
}

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

.message .form-item {
    margin-bottom: 36px;
}

.message .label {
    font-size: 18px;
    color: #404040;
}

.message .red {
    color: red;
}

.message .input {
    width: 100%;
    height: 44px;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
}

.message .select {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 44px;
    border: none;
    margin-top: 10px;
}

.message textarea {
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100px;
    padding: 20px;
    margin-top: 10px;
    font-size: 20px;
}

.service-radio {
    margin-top: -30px !important;
}

.message button {
    width: 124px;
    height: 34px;
    border-radius: 8px;
    border: 2px solid #313131;
    text-align: center;
    line-height: 28px;
    font-size: 20px;
    color: #404040;
}

.submit-btn {
    margin-top: 20px !important;
    margin-left: 0px !important;
}

footer {
    background-image: url(/assets/images/foot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0;
    color: #fff;
}

.logo2 {
    width: 129px;
}

.qrcode img {
    width: 48%;
    max-width: 155px;
    margin-right: 1%;
}

.foot-logo {
    position: relative;
}

.foot-logo::after {
    content: "";
    position: absolute;
    right: 50px;
    width: 1px;
    height: 100%;
    background: #FFFFFF;
    background-color: #fff;
}

.icons {
    margin-top: 20px;
}

.icons img {
    width: 58px;
    margin: 0 4px;
}

.contact p {
    margin-bottom: 5px;
    font-size: 18px;
}

.navbar {
    background-color: rgba(0, 0, 0, 0.9);
    height: 70px;
}

.navbar-toggler {
    color: #fff !important;
    border-color: #fff !important;
}

@media screen and (max-width: 576px) {
    .mobile-logo {
        width: 50px;
    }
    .banner {
        height: auto;
    }
    .banner-img {
        position: relative;
        margin-top: 70px;
    }
    .foot-logo::after {
        background-color: transparent;
    }
    .title .h1 {
        font-size: 30px;
    }
    .title .h2 {
        font-size: 20px;
    }
    .service-swiper-button-prev {
        position: absolute;
        left: 0;
    }
    .service-swiper-button-next {
        position: absolute;
        right: 0;
    }
    .picture-item span {
        font-size: 18px;
        text-align: center;
    }
    .news-item {
        margin-bottom: 20px;
    }
    .picture-item:nth-child(2),
    .picture-item:nth-child(5) {
        margin-top: 0px;
    }
    .message-form .row {
        flex-direction: column;
    }
    .message .input,
    .message .select {
        /* width: calc(100vw - 30px); */
        width: 100%;
    }
    .message textarea {
        /* width: calc(100vw - 30px); */
        width: 100%;
    }
    /* .checkbox .col-4 {
        width: calc(100vw - 30px);
    } */
    .submit-btn {
        align-items: center;
    }
    footer {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.8);
    }
    footer .col-lg-4 {
        margin-bottom: 20px;
    }
    .qrcode {
        display: flex;
        justify-content: center;
    }
    .qrcode img {
        margin: 0 5px;
    }
}

@media screen and (min-width:577px) and (max-width:992px) {
    .swiper-slide img {
        min-height: auto;
    }
    .mobile-logo {
        width: 100px;
    }
    .navbar {
        height: 120px;
    }
    .banner {
        height: auto;
    }
    .banner-img {
        position: relative;
        margin-top: 120px;
    }
    .dress-banner .swiper-slide img {
        min-height: auto;
    }
    .message .input,
    .message .select,
    .message textarea {
        width: 90%;
    }
    .picture-item:nth-child(2),
    .picture-item:nth-child(5) {
        margin-top: 0px;
    }
    .foot-logo::after {
        background-color: transparent;
    }
    footer {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.8);
    }
    footer .col-lg-4 {
        margin-bottom: 20px;
    }
    .qrcode {
        display: flex;
        justify-content: center;
    }
    .qrcode img {
        margin: 0 5px;
    }
}

@media screen and (min-width:821px) and (max-width:1024px) {
    .dress-banner .swiper-slide img {
        min-height: auto;
    }
    .message .input,
    .message .select,
    .message textarea {
        width: 90%;
    }
    .banner {
        height: auto;
    }
    nav>a {
        padding: 0 12px;
    }
    .qrcode {
        padding-left: 80px;
    }
    .qrcode img {
        width: 120px;
        margin-bottom: 10px;
        margin-right: 0;
    }
}