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

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none !important;
}

#main {
    overflow: hidden;
}

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

.logo {
    width: 120px;
    margin: 0 20px;
}

.header {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.header a {
    position: relative;
    font-size: 24px;
    color: #947956;
    margin: 0 24px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
}

.header .active {
    /* font-weight: 500; */
}

.header .active::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -10px;
    width: 1px;
    height: calc(100% - 8px);
    background-color: #947957;
}

.header .active::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -10px;
    width: 1px;
    height: calc(100% - 8px);
    background-color: #947957;
}

.header p {
    margin-bottom: 0;
}

.left-nav {
    position: absolute;
    right: calc(50% + 180px);
}

.right-nav {
    position: absolute;
    left: calc(50% + 140px);
}

.icons {
    position: absolute;
    right: 0;
}

.icons>a {
    font-size: 24px;
    color: #947956;
    margin: 0;
}

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

.icon-instagram-fill {
    font-size: 27px !important;
    margin: 0 10px !important;
}

.logo-text>span {
    font-size: 24px;
    color: #947956;
    margin-top: 10px;
}

.banner .swiper-slide img {
    width: 100%;
}

.banner .swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.services {
    padding: 120px 0;
}

.title>img {
    width: 700px;
}

.services p {
    font-size: 24px;
    color: #947956;
    text-align: center;
    line-height: 60px;
    margin: 80px 0;
    font-weight: 400;
}

.services-list {
    flex-wrap: wrap;
    justify-content: center;
}

.services-item {
    width: 20%;
    margin-bottom: 60px;
    padding: 0 10px;
    align-items: center;
    transition: all 0.5s;
}

.services-item:nth-child(1) {
    position: relative;
    top: 90px;
}

.services-item:nth-child(3) {
    position: relative;
    top: 90px;
}

.services-item:nth-child(5) {
    position: relative;
    top: 90px;
}

.services-item:nth-child(7) {
    position: relative;
    top: 90px;
}

.services-item>img {
    width: 100%;
}

.services-item>h2 {
    margin-top: 20px;
    font-weight: 400;
    color: #947956;
    font-size: 24px;
    position: relative;
}

.services-item:hover {
    transform: scale(1.02);
}

.services-item>h2::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -10px;
    width: 1px;
    height: calc(100% - 8px);
    background-color: #947957;
}

.services-item>h2::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -10px;
    width: 1px;
    height: calc(100% - 8px);
    background-color: #947957;
}

.services-item>span {
    color: #947956;
    font-size: 22px;
    text-align: center;
    line-height: 24px;
}

.reason {
    padding: 100px 0;
}

.line>img {
    width: 100%;
}

.title2 {
    width: 40%;
    margin: 80px 0;
}

.title2>img {
    width: 100%;
}

.reason-list {
    margin-bottom: 80px;
}

/* .reason-item img {
    height: 120px;
} */

.reason-item>h2 {
    color: #191919;
    font-size: 24px;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

.reason-item>span {
    color: #947956;
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.reason-item>p {
    font-size: 18px;
    color: 191919;
    padding: 0 12px;
}

.link a {
    display: block;
    color: #fff;
    font-size: 30px;
    width: 280px;
    height: 52px;
    background-image: url(/assets/images/btn.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 52px;
}

.link a:hover {
    color: #947957;
}

.products {
    padding: 100px 0;
}

.product-list {
    margin-bottom: 80px;
}

.videos {
    padding: 100px 0;
}

.video-list {
    margin-bottom: 80px;
}

.video-wrap {
    position: relative;
}

.video-content {
    padding: 0 !important;
}

.video-content p {
    text-align: center;
    font-size: 24px;
    color: #434343;
}

.video-wrap video {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    width: calc((100% - 40px));
    height: calc((100% - 40px));
    display: none;
}

.mask {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    width: calc((100% - 40px));
    height: calc((100% - 40px));
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-img {
    width: 40px;
}

.video-item {
    padding: 20px;
}

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

.scheme {
    padding: 100px 0;
}

.scheme-list {
    margin-top: 60px !important;
}

.scheme-item {
    position: relative;
    border: 2px solid #947956;
    border-radius: 16px;
    padding: 20px !important;
    margin-bottom: 40px;
    min-height: 610px;
}

.scheme-item>h2 {
    font-size: 26px;
    color: #262626;
    font-weight: 400;
    margin-top: 10px;
}

.scheme-item .price {
    padding-bottom: 20px;
    border-bottom: 1px solid #434343;
}

.scheme-item .price span {
    color: #a40000;
}

.scheme-item .price span:nth-child(1) {
    font-size: 22px;
}

.scheme-item .price span:nth-child(2) {
    font-size: 32px;
}

.scheme-item>p {
    font-size: 20px;
    color: #262626;
    padding-top: 14px;
}

.scheme-item .detail-link {
    /* margin-top: 10px;
    position: absolute;
    bottom: 40px;
    left: 0; */
    width: 100%;
}

.scheme-item .detail-link>a {
    text-decoration: underline !important;
    font-size: 24px;
    color: #947956;
}

.scheme-item .detail-link>a:hover {
    color: #a40000;
}

.news-list {
    margin: 80px 0;
}

.news-img {
    position: relative;
}

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

.news-item>h2 {
    font-size: 22px;
    font-weight: 400;
    color: #947956;
    margin: 20px 0;
}

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

.news-item .more {
    font-size: 20px;
    color: #7b7b7b;
}

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

.news-item .text {
    width: 250px;
    height: 150px;
    position: absolute;
    left: 0;
    background-image: url(/assets/images/text-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
}

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

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

.message {
    padding: 100px 0;
}

.message .message-form {
    margin: 80px 0;
}

.message-text {
    border: 2px solid #cdbe9f;
    border-radius: 16px;
    padding: 70px 0;
}

.message-text h2 {
    font-size: 36px;
    font-weight: 400;
    color: #9f7d5e;
    position: relative;
}

.message-text h2::before {
    content: "";
    position: absolute;
    top: 10px;
    left: -20px;
    width: 6px;
    height: 20px;
    background-color: #9e7c5d;
}

.message-text h2::after {
    content: "";
    position: absolute;
    top: 10px;
    right: -20px;
    width: 6px;
    height: 20px;
    background-color: #9e7c5d;
}

.message-text p {
    margin-bottom: 0;
    margin-top: 10px;
    color: #9f7d5e;
    font-size: 22px;
}

.message .form {
    padding: 40px;
}

.message .form .label {
    color: #9e7c5d;
    font-size: 22px;
}

.message .input {
    border: 2px solid #9e7c5d;
    width: 400px;
    height: 44px;
    padding: 0 20px;
    margin-top: 10px;
    font-size: 20px;
}

.message textarea {
    border: 2px solid #9e7c5d;
    width: 400px;
    height: 300px;
    padding: 20px;
    margin-top: 10px;
    font-size: 20px;
}

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

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

.message .radio {
    margin-top: 10px;
    padding-left: 20px;
    color: #9e7c5d;
    font-size: 22px;
}

.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 #9e7c5d;
    border-radius: 50%;
}

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

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

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

footer {
    padding: 120px 0;
    background-color: #e6dfd0;
}

footer .logo {
    width: 200px;
}

footer .logo-text p {
    color: #292929;
    font-size: 18px;
    margin-top: 6px;
    margin-bottom: 0;
}

footer .title-name {
    position: relative;
    font-size: 18px;
    color: #292929;
    display: inline-block;
    margin-bottom: 20px;
}

footer .container {
    position: relative;
}

footer .title-name::before {
    content: "";
    position: absolute;
    top: 4px;
    left: -10px;
    width: 1px;
    height: calc(100% - 8px);
    background-color: #292929;
}

footer .title-name::after {
    content: "";
    position: absolute;
    top: 4px;
    right: -10px;
    width: 1px;
    height: calc(100% - 8px);
    background-color: #292929;
}

footer .icons {
    position: relative;
}

.footer-info {
    position: absolute;
    right: 0;
}

.footer-info p {
    font-size: 20px;
    color: #504e4d;
}

.footer-left {
    position: absolute;
    left: 0;
}

.logo-mobile {
    width: 60px;
}

@media screen and (max-width: 576px) {
    .services-item {
        width: 100%;
    }
    .services-item:nth-child(1) {
        position: relative;
        top: 0px;
    }
    .services-item:nth-child(3) {
        position: relative;
        top: 0px;
    }
    .services-item:nth-child(5) {
        position: relative;
        top: 0px;
    }
    .services-item:nth-child(7) {
        position: relative;
        top: 0px;
    }
    .title2 {
        width: 80%;
    }
    .reason-item {
        margin-bottom: 40px;
    }
    .services,
    .reason,
    .products,
    .videos,
    .scheme,
    .message,
    footer {
        padding: 60px 0;
    }
    .link a {
        width: 240px;
        height: 44px;
        line-height: 44px;
        font-size: 24px;
    }
    .message .message-form {
        padding: 40px 0;
    }
    .message .form {
        flex-direction: column;
    }
    .message .form {
        padding: 10px;
    }
    .message .input {
        width: 100%;
    }
    .message textarea {
        width: 100%;
    }
    .footer-left {
        position: relative;
    }
    .footer-info {
        position: relative;
    }
    footer>.container>.d-flex {
        flex-direction: column;
    }
    .footer-logo {
        margin: 30px 0;
    }
    .title>img {
        width: 250px;
    }
    .news-item {
        margin-bottom: 40px;
    }
}

@media screen and (min-width:577px) and (max-width:820px) {
    .scheme-item {
        min-height: 700px;
    }
    .message .form {
        flex-direction: column;
    }
    .message .form {
        padding: 10px;
    }
    .message .input {
        width: 100%;
    }
    .footer-left {
        position: relative;
    }
    .footer-info {
        position: relative;
    }
    footer>.container>.d-flex {
        flex-direction: column;
    }
    .footer-logo {
        margin: 60px 0;
    }
    .news-item {
        margin-bottom: 40px;
    }
}

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