/* 2020-01-27 */
body {
    padding: 0;
    margin: 94px 0 0 0;
    background: #fff;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

a {
    text-decoration: none;
    color: #000000;
}

    a:hover {
        text-decoration: none;
        color: #000000;
    }

    a:active, a:focus {
        outline: none;
    }

input,
textarea {
    outline: none;
}

    input:active,
    textarea:active {
        outline: none;
    }

:focus {
    outline: none;
}

textarea {
    resize: none;
}

textarea {
    resize: vertical;
}

textarea {
    resize: horizontal;
}

textarea,
input[type="text"],
input[type="email"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

p {
    text-align: left;
}

ul {
}

    ul li {
        list-style-type: none;
    }

ol {
    padding-left: 20px;
}

    ol li {
        padding-left: 20px;
    }

.center-align {
    text-align: center;
}

.right-align {
    text-align: right;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.clear {
    clear: both;
}

.container {
    position: relative;
    width: 1280px;
    margin: 0 auto;
}

section {
    width: 100%;
    margin-bottom: 20px;
}

.col-6 {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 0;
    width: calc(50% - 2px);
}

.line-r {
    padding-right: 117px;
    border-right: 1px solid #000;
}

.line-b {
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
}

.title {
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase
}

.title1 {
color: #02076b;
    font-size: 24px;
    line-height: 4px;
    text-transform: uppercase

}

.gap-40 {
    height: 40px;
}

/* header */
header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 94px;
    z-index: 999;
    background: #fff;
}

.logo {
    float: left;
    width: 281px;
    height: 30px;
    margin: 32px 0;
}

    .logo a {
        display: block;
        width: 221px;
        height: 30px;
    }

    .logo img {
        width: 100%;
        height: auto;
    }

#menu-icon {
    display: none;
}

.main-menu {
    float: left;
    display: block;
    min-width: 580px;
    padding-left: 114px;
    margin: 35px 0;
}

    .main-menu ul {
        padding: 0;
        margin: 0;
    }

        .main-menu ul li {
            position: relative;
            display: inline-block;
            text-align: center;
        }

            .main-menu ul li a {
                display: block;
                margin: 0 30px;
                color: #000;
                font-size: 14px;
                font-weight: 600;
                line-height: 20px;
                text-transform: uppercase;
                text-decoration: none;
            }

            .main-menu ul li ul {
                position: absolute;
                top: 44px;
                left: 0;
                min-width: 205px;
                padding: 0;
                background: #fff;
                box-shadow: 0px 10px 20px rgba(81, 78, 78, 0.2);
            }

                .main-menu ul li ul li {
                    display: block;
                    width: 100%;
                    margin: 0;
                    text-align: left;
                }

                    .main-menu ul li ul li a {
                        display: block;
                        padding: 0 24px 10px 24px;
                        margin: 0;
                        font-size: 14px;
                        font-weight: 600;
                        line-height: 20px;
                    }

                    .main-menu ul li ul li:first-child a {
                        width: auto;
                        padding: 24px 24px 10px 24px;
                    }

                    .main-menu ul li ul li:last-child a {
                        width: auto;
                        padding: 0 24px 24px 24px;
                    }

    .main-menu .angle-down {
        padding: 0 22px 0 0;
        background-image: url(../images/icon-angle-down.png);
        background-position: center right;
        background-repeat: no-repeat;
    }

    .main-menu .angle-up {
        padding: 0 22px 0 0;
        background-image: url(../images/icon-angle-up.png);
        background-position: center right;
        background-repeat: no-repeat;
    }

    .main-menu ul li.login-mob {
        display: none;
    }

.login {
    float: right;
    min-width: 75px;
    margin: 35px 0;
    text-align: right;
}

    .login a {
        padding-left: 26px;
        background-image: url(../images/icon-unlogin.png);
        background-repeat: no-repeat;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        text-transform: uppercase;
    }

/* banner main page */
#banner {
}

#banner-main {
    position: relative;
}

.carousel-item {
    position: relative;
}

.banner-main-btn-main-cont-box {
    position: absolute;
    top: 165px;
    left: 80px;
}

.banner-main-title {
    width: 420px;
    color: #fff;
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
}

.banner-main-txt {
    width: 420px;
    margin-top: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}

.banner-main-btn {
    width: 168px;
    height: 44px;
    margin-top: 40px;
    background-color: #fff;
}

    .banner-main-btn a {
        display: block;
        width: 100%;
        height: 44px;
        color: #000;
        font-size: 14px;
        line-height: 44px;
        font-weight: 600;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
    }

#banner-main .owl-dots {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 40px;
    width: calc(100% - 64px);
    height: 3px;
    text-align: center;
}

#banner-main .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: calc(16.6% - 16px);
    height: 3px;
    margin: 0 8px;
    background: rgba(255, 255, 255, 0.5);
}
    #banner-main .owl-dot.active {
        background: rgba(255, 255, 255, 1);
    }

/* content */
#content h1 {
        margin: 0 0 60px 0;
        color: #000;
        font-size: 36px;
        line-height: 44px;
        font-weight: 400;
        text-transform: uppercase;
}
#content h2 {
        margin: 0 0 60px 0;
        color: #02076b;
        font-size: 22px;
        line-height: 24px;
        font-weight: 400;
        
        text-align: justify;
        
}
.left-txt {
}

    .left-txt p {
        margin: 0 0 40px 0;
        color: #797C7D;
        font-size: 18px;
        line-height: 24px;
    }

    .left-txt a {
        display: inline-block;
        vertical-align: top;
        height: 31px;
        font-family: 'DM Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 31px;
        text-decoration: underline;
        cursor: pointer;
    }

.btn-gs {
    padding-left: 48px;
    margin-right: 40px;
    background-image: url(../images/icon-green-statement.png);
    background-repeat: no-repeat;
    text-transform: uppercase;
}

.btn-nsf {
    padding-left: 48px;
    background-image: url(../images/icon-nsf.png);
    background-repeat: no-repeat;
}

.right-txt {
    padding-left: 118px;
}

    .right-txt p {
        margin: 0 0 20px 0;
        color: #797C7D;
        font-size: 18px;
        line-height: 28px;
    }

/* collections */
#collections .title {
}

#colors .title {
}

.box-button {
    position: absolute;
    top: 0;
    right: 0;
}

.js-prev,
.js-next {
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #D8DAE0;
    font-size: 0;
    cursor: pointer;
}

    .js-prev img,
    .js-next img {
        width: 22px;
        height: 21px;
        margin: 24.5px 24px;
    }

#collections-carousel .owl-carousel {
    position: relative;
    margin-top: 60px;
}

.collections-img {
    width: 290px;
    height: 520px;
}

.collections-title {
    position: absolute;
    left: 24px;
    bottom: 24px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.collections-a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

/* carousel with hover */ 
#hover-carousel .owl-carousel {
    position: relative;
    margin-top: 20px;
}

.hover-carousel-img {
    width: 290px;
    height: 280px;
}

.hover-carousel-title {
    position: absolute;
    left: 24px;
    bottom: 24px;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.hover-carousel-a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-carousel-a:hover {    
    background-color: rgba(0, 0, 0, 0.5);
}


/* footer */
footer .title {
    margin: 0 0 60px 0;
    font-family: 'DM Sans', sans-serif;
}

footer .input {
    width: 100%;
    padding: 12px 0;
    margin: 0 0 60px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D8DAE0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

    footer .input::-webkit-input-placeholder {
        color: #797C7D;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }

    footer .input:-moz-placeholder {
        color: #797C7D;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
footer .input-75 .input {
    width: 75%;
    padding: 12px 0;
    margin: 0 0 60px 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #D8DAE0;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.box-submit-btn {
    width: 100%;
}

.submit-btn {
    width: 145px;
    height: 44px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.label-address {
    margin-bottom: 24px;
    color: #797C7D;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}

.txt-address {
    margin-bottom: 60px;
    font-family: 'DM Sans', sans-serif;
    color: #000;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
}

.sitemap {
    /*margin-top: -21px;*/
    padding: 30px 0;
    background: #02076b;
    font-size: 0;
    text-align: left;
}

.sitemap-col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
}

.sitemap-col,
.sitemap-col a {
    color: #fff;
}

.sitemap-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.soc-icons {
    text-align: center;
}

.sitemap-list ul {
    padding: 0;
}

.sitemap-list ul li {    
    padding: 5px 10px 0 0;
    line-height: 0;
}

.sitemap-list a {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;    
}

.sitemap hr {
    margin-top: 15px;
    border-width: 0.5px;
    border-color: rgba(255, 255, 255, 0.5);
}

.soc-icon {
    display: inline-block;
    vertical-align: top;
}

.soc-icon a img {
    width: 32px;
    height: 32px;
    margin: 30px 7.5px 0 7.5px;
}

.bottom {
    width: 100%;
    margin: 30px 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
}

/* about page */
#banner-about {
    position: relative;
}
.banner-about-cont-box {
    position: absolute;
    top: 100px;
    left: 80px;
}
.about-txt.p-right {
    padding-right: 125px;
}
.banner-about-title {
    width: 350px;
    color: #fff;
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
}
.banner-about-txt {
    width: 350px;
    margin-top: 24px;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
}
#content-about h1 {
    margin: 0 0 40px 0;
    color: #000;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    text-transform: uppercase;
}
.about-txt p {
    margin: 0 0 20px 0;
    color: #797C7D;
    font-size: 22px;
    line-height: 28px;
}
    .about-txt p.upper-txt {
        margin: 40px 0;
        color: #000000;
        font-size: 22px;
        line-height: 28px;
        text-transform: uppercase;
    }
.about-txt a {
    display: inline-block;
    vertical-align: top;
    height: 31px;
    margin-bottom: 60px;
    font-family: 'DM Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    line-height: 31px;
    text-decoration: underline;
    cursor: pointer;
}
.about-txt hr {
    display:none;
}
#image-about img {
    display: block;
    width: 100%;
}

/* item page */
.pos-1 {
    order: 1;
}
.pos-2 {
    order: 2;
}
.item-big-img {
    position: sticky;
    top: 134px;
    width: 100%;
    height: auto;
    padding-bottom: 90px;
}
.breadcrumbs {
    width: 100%;
}
.breadcrumbs,
.breadcrumbs a {    
    color: #797C7D;
    font-size: 14px;
    line-height: 18px;
}
#content .title h1 {
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase;
    margin: 32px 0;
}
.item-icon {
    height: 32px;
    margin-bottom: 60px;
}
.item-btn-gs,
.item-btn-nsf,
.item-btn-usgbc,
.item-btn-ce {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin-right: 12px;
    background-repeat: no-repeat;
}
.item-btn-gs {    
    background-image: url(../images/icon-green-statement.png);
}
.item-btn-nsf {
    background-image: url(../images/icon-nsf.png);
}
.item-btn-usgbc {
    background-image: url(../images/icon-usgbc.png);
}
.item-btn-ce {
    background-image: url(../images/icon-ce.png);
}
.item-desc {
    display: inline-block;
    vertical-align: top;
    width: 242px;
    margin-bottom: 60px;
    color: #797C7D;
    font-size: 18px;
    line-height: 24px;
}
.item-desc span {
    padding-left: 12px;
    color: #000;
}
.item-desc .item-desc-line {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D8DAE0;
}
.item-desc .item-desc-line:last-child {
    border: none;
}
.item-desc-img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 243px;
    height: 243px;
    margin-left: 36px;
}
.item-desc-img img {
    width: 100%;
    height: auto;
}
.item-icon-zoom {
    position: absolute;
    display: block;
    bottom: 32px;
    right: 16px;
    width: 108px;
    height: 32px;
    padding: 8px 12px;
    background: #fff;
    background-image: url(../images/icon-zoom.png);
    background-size: 16px;
    background-position: 15% 50%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
}
.item-btns {
    margin-bottom: 60px;
}
.item-btn-order {
    display: inline-block;
    padding: 12px 28px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.item-btn-order:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;    
}
.item-btn-specs {
    display: inline-block;
    padding: 12px 38px;
    margin-left: 16px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.item-btn-specs:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;    
}
.item-gallery-box {
    margin-bottom: 6px;
}
.item-gallery-box .item-gallery {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    margin-right: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.item-gallery-img {
    width: 80px;
    height: 80px;
}
.item-gallery-img img {
    width: 100%;
    height: auto;
}
.item-gallery-title {    
    margin: 4px 0 0 0 ;
    color: #000;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}
#similar-carousel {}
#similar-color-carousel {}

.box-button {
    position: absolute;
    top: 0;
    right: 0;
}
.js-prev,
.js-next {
    padding: 0;
    background: #FFFFFF;
    border: 1px solid #D8DAE0;
    font-size: 0;
}
    .js-prev img,
    .js-next img {
        width: 22px;
        height: 21px;
        margin: 24.5px 24px;
    }
#similar-carousel .owl-carousel {
    position: relative;
    margin-top: 60px;
}
#similar-color-carousel .owl-carousel {
    position: relative;
    margin-top: 60px;
}
.similar-item {
    position: relative;
}
.similar-img {
    width: 151px;
    height: 155px;
}
.similar-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}
.similar-title {
    width: 151px;
    margin-top: 10px;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.similar-a {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
} 

/* popup */
#idIndicator2_popupTitle,
#idIndicator2_popupBody {
    min-width: 510px;
}
.popup-btn {
    width: 100%;
    margin-top: 40px;
    font-size: 0;
}
.popup-check-btn {
    display: inline-block;
    padding: 12px 24px;
    margin-right: 12px;
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.popup-check-btn:hover {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;    
}
.popup-cont-btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.popup-cont-btn:hover {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;    
}
.item-popup-title-box {
    width: 510px;
    height: 24px;
}
.item-popup-title {
    display: inline-block;
    width: calc(100% - 30px);
    color: #000;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.item-popup-close {
    float: right;
}
.item-popup-img img {
    width: 100%;
    height: 100%;
    max-height: 550px;
    object-fit: cover;
    object-position: 50% 50%;
}


/* covid page */
.content-txt-box p {
    margin: 0 0 20px 0;
    color: #797C7D;
    font-size: 22px;
    line-height: 28px;
}

.content-txt-box strong {
    margin: 0 0 20px 0;
    color: #000;
    font-size: 22px;
    line-height: 28px; 
    text-transform: uppercase;   
}


/* Responsive */
@media all and (max-width: 1310px) {
    .container {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    /* collections */
    .box-button {
        position: absolute;
        top: 0;
        right: 15px;
    }
}

@media all and (max-width: 1198px) {
    .banner-main-btn-main-cont-box {
        position: absolute;
        top: 125px;
        left: 80px;
    }

    .left-txt a {
        display: inline-block;
        vertical-align: top;
        height: 31px;
        width: 100%;
        margin-right: 0;
        font-family: 'DM Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 31px;
        text-decoration: underline;
        cursor: pointer;
    }
        .left-txt a.btn-nsf {
            margin-top: 20px;
        }

    /* about page */
    .banner-about-cont-box {
        position: absolute;
        top: 60px;
        left: 80px;
    }
    .about-txt a {
        display: inline-block;
        vertical-align: top;
        height: 31px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
        font-family: 'DM Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 31px;
        text-decoration: underline;
        cursor: pointer;
    }
        .about-txt a.btn-nsf {
            margin-top: 0;
        }
}

@media only screen and (min-width: 993px) {
    .main-menu {
        display: block !important;
    }
}

@media all and (max-width: 992px) {
    body {
        margin-top: 66px;
    }

        body.no-scroll {
            overflow: hidden;
        }

    section {
        width: 100%;
        margin-bottom: 40px;
    }

    .col-6 {
        display: inline-block;
        width: 100%;
    }

    .line-b {
        padding-bottom: 40px;
        border-bottom: 1px solid #000;
    }

    .line-r {
        padding-right: 0;
        border-right: none;
    }

    .title {
        font-size: 36px;
        line-height: 44px;
        text-transform: uppercase;
    }

    /* header */
    header {
        position: fixed;
        top: 0;
        width: 100%;
        height: 66px;
        z-index: 999;
        background: #fff;
    }

    .logo {
        float: left;
        width: 143px;
        height: 24px;
        margin: 30px 0 12px 0;
    }

        .logo a {
            display: block;
            width: 143px;
            height: 24px;
        }

    #menu-icon {
        display: block;
        float: right;
        width: 20px;
        height: 14px;
        margin: 35px 0 17px 0;
    }

    .open-menu {
        background-image: url(../images/icon-open.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

        .open-menu.active {
            background-image: url(../images/icon-close.png);
            background-position: center center;
            background-repeat: no-repeat;
        }

    .main-menu {
        display: none;
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        width: 100%;
        min-width: 100%;
        height: calc(100vh - 66px);
        padding-top: 60px;
        padding-left: 0;
        padding-bottom: 100px;
        margin: 0;
        background-color: #fff;
        overflow-y: auto;
    }

        .main-menu ul li {
            position: relative;
            display: block;
            text-align: center;
        }

            .main-menu ul li a {
                display: block;
                margin: 0 0 24px 0;
                color: #000;
                font-size: 16px;
                font-weight: 600;
                line-height: 22px;
                text-transform: uppercase;
                text-decoration: none;
            }

            .main-menu ul li.sub-menu a {
                padding-left: 22px;
                margin: 0 0 16px 0;
            }

            .main-menu ul li ul {
                display: block;
                position: relative;
                top: auto;
                left: auto;
                width: 100%;
                min-width: 100%;
                box-shadow: none;
                text-align: center;
            }

                .main-menu ul li ul li {
                    text-align: center;
                }

                    .main-menu ul li ul li a {
                        display: block;
                        padding: 0 0 10px 0 !important;
                        margin: 0 !important;
                        font-size: 14px;
                        font-weight: 500;
                        line-height: 20px;
                    }

                    .main-menu ul li ul li:first-child a {
                        width: auto;
                        padding: 0 0 10px 0 !important;
                    }

                    .main-menu ul li ul li:last-child a {
                        width: auto;
                        padding: 0 0 24px 0 !important;
                    }

    .login {
        display: none;
    }

    .main-menu ul li.login-mob {
        display: block;
    }

        .main-menu ul li.login-mob a {
            margin: 60px 0 0 0;
            font-size: 14px;
            font-weight: 600;
            line-height: 18px;
            text-transform: uppercase;
        }

    .icon-unlogin {
        padding: 0 0 0 26px;
        background-image: url(../images/icon-unlogin.png);
        background-repeat: no-repeat;
    }

    /* banner main page */
    .banner-main-img img {
        display: block;
        width: 100%;
        height: 420px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .banner-main-btn-main-cont-box {
        position: absolute;
        top: 40px;
        left: 20px;
    }

    .banner-main-title {
        max-width: 288px;
        color: #fff;
        font-size: 36px;
        line-height: 48px;
        text-transform: uppercase;
    }

    .banner-main-txt {
        max-width: 288px;
        margin-top: 12px;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
    }

    .banner-main-btn {
        width: 156px;
        height: 44px;
        margin-top: 20px;
        background-color: #fff;
    }

    #banner-main .owl-dots {
        position: absolute;
        left: 17px;
        right: 17px;
        bottom: 20px;
        width: calc(100% - 34px);
        height: 3px;
        text-align: center;
    }

    #banner-main .owl-dot {
        display: inline-block;
        vertical-align: top;
        width: calc(16.6% - 6px);
        height: 3px;
        margin: 0 3px;
        background: rgba(255, 255, 255, 0.5);
    }

    /* content */
    #content h1 {
        margin: 0 0 24px 0;
        color: #000;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .left-txt p {
        margin: 0 0 40px 0;
        color: #797C7D;
        font-size: 14px;
        line-height: 18px;
    }

    .btn-nsf {
        margin-top: 0;
    }

    .right-txt {
        padding-left: 0;
        margin-top: 40px;
    }

        .right-txt p {
            margin: 0 0 20px 0;
            color: #797C7D;
            font-size: 16px;
            line-height: 22px;
        }

            .right-txt p:last-child {
                margin: 0;
            }

    /* footer */
    footer .title {
        padding-top: 40px;
        margin: 0 0 40px 0;
        border-top: 1px solid #000;
        font-family: 'DM Sans', sans-serif;
    }

    footer .input {
        width: 100%;
        padding: 12px 0;
        margin: 0 0 32px 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #D8DAE0;
        color: #000;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
    }

        footer .input::-webkit-input-placeholder {
            color: #797C7D;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            text-transform: uppercase;
        }

        footer .input:-moz-placeholder {
            color: #797C7D;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            text-transform: uppercase;
        }
    
    footer .input-75 .input {
        width: 100%;
        padding: 12px 0;
        margin: 0 0 60px 0;
        border-top: none;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #D8DAE0;
        color: #000;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .label-address {
        margin-bottom: 12px;
        color: #797C7D;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .txt-address {
        margin-bottom: 24px;
        font-family: 'DM Sans', sans-serif;
        color: #000;
        font-size: 24px;
        line-height: 24px;
        text-transform: uppercase;
    }
    
    /*
    .sitemap {
        padding: 30px 0;
    }
    
    .sitemap-col {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        margin-top: 20px;
    }
    */
    
    .bottom {
        width: 100%;
        margin: 24px 0;
        font-family: 'DM Sans', sans-serif;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        text-transform: uppercase;
    }

    /* about page */
    .banner-about-img img {
        display: block;
        width: 100%;
        height: 280px;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .banner-about-cont-box {
        position: absolute;
        top: 40px;
        left: 20px;
    }
    .banner-about-title {
        width: 250px;
        color: #fff;
        font-size: 36px;
        line-height: 48px;
        text-transform: uppercase;
    }
    .banner-about-txt {
        width: 250px;
        margin-top: 12px;
        color: #fff;
        font-size: 16px;
        line-height: 22px;
    }
    .about-txt.p-right {
        padding-right: 0;
    }
    #content-about h1 {
        margin: 0 0 24px 0;
        color: #000;
        font-size: 24px;
        line-height: 30px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .about-txt p {
        margin: 0 0 24px 0;
        color: #797C7D;
        font-size: 14px;
        line-height: 18px;
    }
    .about-txt a {
        display: inline-block;
        vertical-align: top;
        height: 31px;
        margin-bottom: 20px;
        font-family: 'DM Sans', sans-serif;
        color: #000000;
        font-size: 14px;
        line-height: 31px;
        text-decoration: underline;
        cursor: pointer;
    }
    .about-txt p.txt-line {
        padding-top: 40px;
        margin: 0 0 24px 0;
        border-top: 1px solid #000;
    }
    .about-txt p.upper-txt {
        padding-top: 40px;
        margin: 40px 0 24px 0;
        border-top: 1px solid #000;
        color: #000000;
        font-size: 22px;
        line-height: 28px;
        text-transform: uppercase;
    }
    .about-txt hr {
        display: block;
        margin-bottom: 40px;
        border-top: 1px solid #000;
    }
    #image-about img {
        display: block;
        width: 100%;
        height: 380px;
        object-fit: cover;
        object-position: 80% 50%;
    }
}

@media all and (max-width: 768px) {
    #collections-carousel {
        padding-bottom: 75px;
    }

    .box-button {
        position: absolute;
        top: auto;
        bottom: 0;
        right: auto;
        left: 15px;
    }

    #collections-carousel .owl-carousel {
        position: relative;
        margin-top: 24px;
    }
    
    #hover-carousel {
        padding-bottom: 75px;
    }
    
    #hover-carousel .owl-carousel {
        position: relative;
        margin-top: 24px;
    }
}
/*
@media all and (max-width: 580px) {
    .sitemap {
        margin-top: -41px;
        padding: 30px 0;
    }
    
    .sitemap-col {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin-top: 20px;
    }
}
*/
@media all and (max-width: 494px) {
    .btn-nsf {
        margin-top: 20px;
    }
}

@media all and (max-width: 350px) {
    .banner-main-title,
    .banner-main-txt {
        max-width: 270px;
    }
}