﻿/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJFQNcOM.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hJVQNcOM.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/fonts/6xKtdSZaM9iE8KbpRA_hK1QN.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

* {
    padding: 0;
    margin: 0;
}

html, body {
    background: #fff;
    color: #111;
    font-size: 14px;
    font-family: 'Quicksand', sans-serif;
}

::selection {
    color: #fff;
    background: #cb4694;
}

.container {
    width: 1700px;
    margin: 0 auto;
    display: block;
    position: relative;
}

a {
    color: #000;
    text-decoration: none;
}

    a:hover {
        color: #000;
        text-decoration: underline;
    }

.header {
    box-shadow: 0 0 30px rgba(0,0,0,.1);
}

    .header .container {
        height: 136px;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 1920px;
    }

    .header .logo {
        padding-left: 142px;
        padding-top: 36px;
        min-height: 121px;
        border-left: 24px solid #cb4694;
    }

    .header .nav ul {
        display: flex;
        align-items: center;
        list-style: none;
    }

    .header .nav ul {
        margin-top: 30px;
        margin-right: 240px;
    }

    .header .nav li {
        padding: 0 50px;
    }

    .header .nav a {
        color: #000;
        font-size: 24px;
        font-weight: 700;
        text-decoration: none;
    }

        .header .nav a:hover {
            text-decoration: underline;
        }

    .header .nav .search {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border: 0;
        padding-right: 20px;
    }

        .header .nav .search input {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .header .nav .search input {
            border: 1px solid #ccc;
            opacity: 0;
        }

        .header .nav .search button {
            padding: 0 15px;
            cursor: pointer;
        }

        .header .nav .search a {
            border-left: 1px solid #eee;
            padding: 0 15px;
            font-weight: normal;
            font-size: 18px;
            text-decoration: none;
        }

    .header form {
        margin: 0 35px;
        border: 1px solid #ccc;
        padding: 0 4px;
    }

    .header .nav input {
        height: 30px;
        line-height: 30px;
        border: 0 none;
        padding: 0 10px;
        outline: 0 none;
    }

    .header .nav button {
        background: none;
        border: 0 none;
        vertical-align: middle;
    }

.section-1,
.section-1 .container {
    height: 1899px;
    background: url(../images/banner-111.jpg) no-repeat center top;
}

.section-2 .container {
    display: flex;
    padding: 135px 0;
    background: url(../images/bg_text.png) no-repeat 0 730px;
}

    .section-2 .container .about {
        padding-right: 20px;
        font-size: 24px;
        line-height: 2;
    }

.section-2 strong {
    font-size: 42px;
    font-weight: normal;
    color: #666;
}

.section-3 {
    padding-bottom: 130px;
}

    .section-3 ul {
        display: flex;
        flex-wrap: wrap;
    }

    .section-3 li {
        list-style: none;
        margin-left: 50px;
        width: 387px;
        height: 573px;
        margin-bottom: 50px;
    }

        .section-3 li img {
            width: 387px;
            height: 573px;
            display: block;
        }

    .section-3 ul li:first-child,
    .section-3 ul li:nth-of-type(5) {
        margin-left: 0;
    }


.section-4,
.section-4 .container {
    height: 929px;
    background: url(../images/sec-4.jpg) no-repeat center top;
}

.section-5,
.section-5 .container {
    height: 965px;
    background: url(../images/catalog.jpg) no-repeat center top;
}

.section-6 {
    background: #a59e97;
    color: #fff;
    font-size: 30px;
    height: 164px;
    display: flex;
    align-items: center;
    text-align: center;
}

    .section-6 h1 {
        font-weight: normal;
    }

.about-details .container {
    padding-bottom: 150px;
}

.about-details p {
    font-size: 20px;
    line-height: 2;
}

.about-details img {
    margin: 100px auto;
    display: block;
}

.about-details h1 {
    font-size: 50px;
    margin-bottom: 50px;
}

.contact-details {
    background: #a59e96;
    color: #000;
}

    .contact-details h1 {
        font-size: 50px;
        text-align: center;
        padding: 100px 0;
    }

    .contact-details .content {
        display: flex;
    }

    .contact-details ul,
    .contact-details p {
        margin-left: 30px;
    }

    .contact-details li {
        list-style: none;
        font-size: 22px;
        line-height: 1.5;
    }

    .contact-details p {
        color: #fff;
        font-size: 24px;
        margin-bottom: 40px;
    }

    .contact-details .content div {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

.catalog-lists h3 {
    border-bottom: 1px solid #ebebeb;
    height: 135px;
    font-size: 30px;
    text-align: center;
    line-height: 135px;
    font-weight: normal;
}

.catalog-lists ul {
    display: flex;
    flex-wrap: wrap;
}

.catalog-lists li {
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    width: 566px;
    padding: 60px 0;
}

.catalog-lists ul li:nth-of-type(3n+2) {
    text-align: center;
}

.catalog-lists ul li:nth-of-type(3n+3) {
    text-align: right;
}

.catalog-lists a {
    text-align: center;
    display: inline-block;
}

    .catalog-lists a:hover {
        text-decoration: none;
    }

.catalog-lists img {
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    width: 298px;
    height: 404px;
    display: block;
}

.catalog-lists .item-title {
    font-size: 36px;
    padding: 40px 0 10px;
}

.catalog-lists .item-desc {
    font-size: 18px;
    line-height: 2;
}

.catalog-lists .item-info {
    font-size: 18px;
    line-height: 2;
}

.product-nav {
    background: #d4d4d4;
    height: 42px;
    font-size: 22px;
    display: flex;
    align-items: center;
}

    .product-nav li {
        list-style: none;
    }

.product-theme {
}

    .product-theme ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product-theme li {
        list-style: none;
        width: 110px;
        text-align: center;
        font-size: 12px;
    }

        .product-theme li .item-title {
            padding-top: 5px;
            visibility: hidden;
        }

        .product-theme li.active .item-title {
            visibility: visible;
        }

    .product-theme img {
        width: 40px;
        height: 40px;
    }

.product-details {
    display: flex;
    justify-content: center;
    padding: 40px 0 100px;
}

    .product-details .item-media {
        width: 500px;
        margin-right: 100px;
    }

        .product-details .item-media img {
            width: 450px;
            height: 450px;
            display: block;
        }

        .product-details .item-media ul {
            display: flex;
            flex-wrap: wrap;
            margin-top: 40px;
        }

            .product-details .item-media ul img {
                width: 90px;
                height: 90px;
                display: block;
                border: 1px solid #000;
                object-fit: contain;
            }

        .product-details .item-media li {
            list-style: none;
            margin-left: 26px;
            margin-bottom: 24px;
        }

        .product-details .item-media ul li:first-child {
            margin-left: 0;
        }

    .product-details ul li:nth-of-type(5),
    .product-details ul li:nth-of-type(9),
    .product-details ul li:nth-of-type(13) {
        margin-left: 0;
    }

    .product-details table {
        width: 600px;
        font-size: 20px;
    }

        .product-details table th,
        .product-details table td {
            border-bottom: 1px solid #eee;
            padding: 15px 0;
            text-align: center;
        }

        .product-details table th {
            width: 330px;
            text-align: left;
            font-size: 28px;
            font-weight: normal;
        }

        .product-details table h1 {
            font-weight: normal;
            font-size: 50px;
            margin-bottom: 10px;
        }

.swiper-1 img {
    display: block;
    margin: 0 auto;
}

.swiper-1 .swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-1 .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 20px !important;
    opacity: 1;
    background: rgba(255,255,255,0.5);
}

.swiper-1 .swiper-pagination {
    bottom: 45px !important;
}

.collection {
    background: #a59e97;
    color: #fff;
    text-align: center;
    padding-bottom: 200px;
}

    .collection h1 {
        font-size: 70px;
        font-weight: normal;
        padding: 100px 0 0;
    }

    .collection ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .collection li {
        list-style: none;
        border-top: 5px solid #fff;
        width: 202px;
        margin: 100px 5px 0;
    }

    .collection .item-number {
        padding-top: 30px;
        font-size: 38px;
    }

    .collection .item-title {
        color: #000;
        padding-bottom: 30px;
        font-size: 28px;
        height: 80px;
    }

    .collection img {
        width: 200px;
        height: 200px;
        display: block;
    }

.pager {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

    .pager a {
        min-width: 40px;
        height: 40px;
        border-radius: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: 700;
        background: #cb4694;
        color: #fff;
        text-decoration: none;
        margin: 0 10px;
    }

    .pager .prev,
    .pager .next {
        font-family: SimSun;
    }

    .pager .active {
        color: #cb4694;
        background: #fff;
    }

.footer {
    color: #fff;
    background: #000;
    border-bottom: 19px solid #cb4694;
    font-size: 17px;
}

    .footer a {
        color: #fff;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

    .footer .container {
        padding: 50px 0;
        min-height: 454px;
        display: block;
        background: url(../images/bg_footer.png) no-repeat right 200px #000;
        overflow: hidden;
    }

    .footer h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .footer ul li {
        line-height: 2;
        list-style: none;
    }

    .footer .logo,
    .footer .about,
    .footer .products,
    .footer .contatti {
        float: left;
        width: 20%;
        overflow: hidden;
    }

    .footer .about,
    .footer .products,
    .footer .contatti {
        padding-top: 20px;
    }

.viewer-backdrop {
    background-color: rgba(0, 0, 0, .9) !important;
}

.viewer-list img {
    width: 120px !important;
    height: 120px !important;
}

.viewer-list {
    padding: 40px 0 100px !important;
    height: 120px !important;
}

    .viewer-list > li {
        width: 120px !important;
        height: 120px !important;
    }

.swiper-img {
    height: 970px;
    background-repeat: no-repeat;
    background-position: center top;
}

.login form {
    padding-top: 100px;
    padding-left: 600px;
    min-height: 500px;
}

.login p {
    font-size: 16px;
    color: #111;
}

.login .el-form-item {
    border-radius: 10px;
    border: 1px solid #aaa;
    width: 280px;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 12px;
    margin: 20px 0 10px;
}

    .login .el-form-item label {
        flex-shrink: 0;
        font-size: 16px;
        line-height: 1;
        margin-right: 5px;
    }

    .login .el-form-item input {
        width: 100%;
        height: 40px;
        line-height: 1;
        border: 0 none;
        outline: 0 none;
        font-size: 16px;
        padding: 0;
    }

.login button {
    width: 120px;
    height: 40px;
    border-radius: 12px;
    background: #000;
    color: #fff;
    border: 0 none;
    outline: 0 none;
    font-size: 17px;
    margin-top: 40px;
}


.login .field-validation-error,
.login .validation-summary-errors {
    color: red;
    font-size: 16px;
}

.menu {
    color: #fff;
    font-size: 17px;
    position: absolute;
    z-index: 100;
    width: 100%;
    display: none;
}

    .menu a {
        color: #fff;
        text-decoration: none;
    }

        .menu a:hover {
            text-decoration: underline;
        }

    .menu .container {
        padding: 50px 0;
        min-height: 454px;
        display: block;
        background: rgba(0,0,0,.7);
        overflow: hidden;
    }

    .menu h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .menu ul li {
        line-height: 2;
        list-style: none;
    }

    .menu .logo2,
    .menu .about,
    .menu .products,
    .menu .contatti {
        float: left;
        width: 20%;
        overflow: hidden;
    }

    .menu .about,
    .menu .products,
    .menu .contatti {
        padding-top: 20px;
    }
