#banner1 {
    position: relative;
    height: 643px;
    background: url(../img/products-banner.jpg) top center no-repeat;
    background-size: cover;
}
#banner1-text-wrap {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 36px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
}
#products_nav {
    padding: 80px 0;
    text-align: center;
    font-size: 24px;
}
#products_nav > a {
    display: inline-block;
    padding: 0 0.5em;
    margin: 0 30px;
    vertical-align: middle;
    opacity: 0.6;
}
#products_nav > a:hover {
    opacity: 1;
}
#products_nav > a.selected {
    font-weight: bold;
    opacity: 1;
}
.products_nav-vbar {
    display: inline-block;
    width: 0;
    height: 1em;
    border-right: 1px solid #888;
    vertical-align: middle;
}
#banner2 {
    height: 418px;
    background: url(img/sub_banner.jpg) top center no-repeat;
    background-size: cover;
}
#banner2-inner {
    position: relative;
    width: 96%;
    max-width: 1110px;
    height: 100%;
    margin: 0 auto;
}
#banner2-text-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 28px;
    color: #fff;
    text-shadow: 2px 2px 3px #000;
    word-break: keep-all;
}
#products_content {
    padding-top: 80px;
    background-color: #fff;
}
#products_content-title {
    position: relative;
    width: 96%;
    max-width: 1110px;
    height: 1.5em;
    border-top: 1px solid #2a2a2a;
    margin: 0.75em auto 0;
    font-size: 35px;
}
#products_content-title > span {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 8%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    white-space: nowrap;
}
#products_content-items {
    max-width: 1410px;
    margin: 0 auto 115px;
    text-align: center;
    font-size: 15px;
}
.products_content-item {
    position: relative;
    display: inline-block;
    width: 446px;
    margin: 70px 12px 0;
}
.products_content-item-name {
    display: block;
    margin: 0 auto 5px;
}
.products_content-item-box {
    position: relative;
    padding: 0 30px 23px;
    border: 1px solid #2a2a2a;
}
.products_content-item-amount {
    text-align: right;
}
.products_content-item-image {
    display: block;
    margin: 45px 0 16px;
}
.products_content-item-description {
    position: relative;
    height: 146px;
    line-height: 1.3;
    text-align: left;
}
.products_content-item-description-inner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.products_content-item-description-inner > p {
    position: relative;
    padding-left: 0.7em;
    margin: 4px 0;
    letter-spacing: -0.6px;
    word-break: keep-all;
    text-align: left;
}
.products_content-item-description-inner > p:before {
    content: '-';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.products_content-item-button {
    display: block;
    width: 224px;
    max-width: 100%;
    height: 43px;
    margin: 6px auto 0;
    font-size: 19px;
    line-height: 43px;
    background-color: #33140f;
    color: #fff;
}
.products_content-item-tag {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    #banner1 {
        height: 600px;
    }
    #banner1-text-wrap {
        font-size: 32px;
    }
    #products_content-items {
        margin: -15px auto 100px;
    }
    .products_content-item {
        width: 48.5%;
        margin: 50px 1% 0;
    }
    .products_content-item:nth-child(even) {
        margin-left: 0;
    }
    .products_content-item-box {
        padding: 0 16px 16px;
    }
    .products_content-item-description-inner > p {
        word-break: unset;
    }
}

@media (max-width: 767px) {
    #banner1 {
        height: 500px;
        background-image: url(../img/products-banner_m.jpg);
    }
    #banner1-text-wrap {
        font-size: 30px;
    }
    #banner1-text-wrap > br {
        display: inline;
    }
    #products_nav {
        padding: 65px 0;
    }
    #products_nav > a {
        padding: 0 0.2em;
        margin: 0 18px;
    }
    #banner2 {
        height: 380px;
        background-image: url(img/sub_banner_m.jpg);
    }
    #banner2-text-wrap {
        font-size: 26px;
    }
    #products_content {
        padding-top: 65px;
    }
    #products_content-title {
        font-size: 30px;
    }
    #products_content-items {
        font-size: 13px;
    }
    .products_content-item-name {
        max-width: 80%;
    }
    .products_content-item-box {
        padding: 0 12px 12px;
    }
    .products_content-item-description-inner {
        left: -5px;
        right: -5px;
    }
    .products_content-item-button {
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}

@media (max-width: 543px) {
    #banner1 {
        height: 350px;
    }
    #banner1-text-wrap {
        font-size: 20px;
    }
    #products_nav {
        padding: 50px 0;
        font-size: 16px;
        letter-spacing: -0.5px;
    }
    #products_nav > a {
        margin: 0 8px;
    }
    #products_nav > a:first-child {
        margin-left: 0;
    }
    #products_nav > a:last-child {
        margin-right: 0;
    }
    #banner2 {
        height: 260px;
        background-position: center;
    }
    #banner2-text-wrap {
        font-size: 16px;
    }
    #products_content {
        padding-top: 45px;
    }
    #products_content-title {
        font-size: 24px;
    }
    #products_content-title > span {
        padding: 0 15px;
    }
    #products_content-items {
        width: 96%;
        margin-bottom: 80px;
    }
    .products_content-item {
        width: 100%;
        margin: 40px 0 0;
    }
    .products_content-item-name {
        margin-bottom: 0;
    }
    .products_content-item-image {
        display: block;
        margin: 25px 0 10px;
    }
}

#footer-about {
  font-size: 13px;
}
/* #products_content-items {
  font-size: 15px;
} */
