/* Legacy page-section styles, split out of global.css (Phase 3 of
   GLOBAL-CSS-MIGRATION.md). Loaded only on non-v2026 templates. Each section
   dies when its page converts to v2026 — see the plan file. */
@layer legacy {
/* Slider styles */
.slick-dots {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    padding-top: 25px;
}
.slick-dots li {
    clear: none;
    display: inline-block;
    margin: 0 8px;
    padding: 0 0;
}
.slick-dots li:before {
    display: none;
}
.slick-dots li button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #d5d5d5;
    outline: none;
    text-align: left;
    text-indent: -1000px;
    overflow: hidden;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    border: 4px solid #fff;
}
.slick-dots li.slick-active button {
    border-color: #ed0530;
    background: #ed0530;
}
.slick-arrow {
    position: absolute;
    top: 50%;
    width: 13px;
    height: 21px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: -10.5px;
    background-image: url("./images/prev-next.png");
    background-size: 200% 200%;
    background-repeat: no-repeat;
    text-align: left;
    background-color: transparent;
    text-indent: -1000px;
    z-index: 800;
    overflow: hidden;
}
.slick-arrow.slick-prev {
    left: 0;
    background-position: left bottom;
}
.slick-arrow.slick-prev:hover {
    background-position: left top;
}
.slick-arrow.slick-next {
    right: 0;
    background-position: right bottom;
}
.slick-arrow.slick-next:hover {
    background-position: right top;
}
/* Slider - photos */
.section-slider-photos .container {
    position: relative;
}
.section-slider-photos .link-more {
    position: absolute;
    bottom: 0;
    right: 20px;
}
@media (max-width: 767px) {
    .section-slider-photos .link-more {
        clear: both;
        position: static;
        margin-top: 30px;
    }
}
.section-slider-photos .half.left {
    padding-right: 22px;
}
.section-slider-photos .half.right {
    padding-left: 22px;
}
.section-slider-photos .photosDots {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-left: 22px;
    width: auto;
    display: inline-block;
}
@media (max-width: 1020px) {
    .section-slider-photos .photosDots {
        left: 0;
        padding-left: 20px;
    }
}
@media (max-width: 767px) {
    .section-slider-photos .photosDots {
        bottom: 60px;
    }
}
.section-slider-photos .photo {
    border-radius: 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    position: relative;
    width: 100%;
    height: 346px;
}
.section-slider-photos .photo.video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    content: "";
    background: url("./images/play.png") center center no-repeat;
    background-size: 90px 90px;
}
.section-slider-photos .slick-dots li {
    margin: 0 0;
    margin-right: 16px;
}
.section-slider-photos .slide {
    outline: none !important;
}
.section-slider-photos .text {
    padding-bottom: 55px;
}
.section-slider-photos h3 {
    font-size: 30px;
    line-height: 39px;
    font-weight: 500;
    margin-bottom: 18px;
}
@media (max-width: 1020px) {
    .section-slider-photos h3 {
        font-size: 28px;
        line-height: 35px;
    }
}
@media (max-width: 450px) {
    .section-slider-photos h3 {
        font-size: 25px;
        line-height: 32px;
    }
}
.section-slider-photos.no-slider .text {
    padding-bottom: 0;
}
.section-slider-photos.no-slider .link-more {
    position: static;
}
/* Slider - images */
.section-slider-images .imagesDots {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: auto;
    display: inline-block;
}
@media (max-width: 1020px) {
    .section-slider-images .imagesDots {
        position: relative;
        clear: both;
        margin-top: 30px;
        left: 0;
    }
}
.section-slider-images .slick-dots li {
    margin: 0 0;
    margin-right: 16px;
}
.section-slider-images .slide {
    outline: none !important;
}
.section-slider-images .text {
    padding-top: 100px;
    padding-bottom: 55px;
}
@media (max-width: 1020px) {
    .section-slider-images .text {
        padding-top: 0;
        padding-bottom: 10px;
    }
}
/* FAQ */
.accordion {
    width: 100%;
    min-height: 1%;
    clear: both;
    margin: 35px auto 20px auto;
}
.accordion:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.accordion .item {
    text-align: left;
    margin-bottom: 13px;
    min-height: 1%;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    border-radius: 5px;
    width: 100%;
}
.accordion .item:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.accordion .accordion-link {
    width: 100%;
    display: block;
    padding: 18px 25px 15px 25px;
    color: #000;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    line-height: 23px;
    min-height: 1%;
    font-weight: 500;
}
.accordion .accordion-link:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.accordion .accordion-link:before {
    z-index: 10;
    width: 14px;
    height: 4px;
    background: #000;
    content: "";
    display: none;
    top: 50%;
    margin-top: -2px;
    position: absolute;
    right: 17px;
}
.accordion .accordion-link:after {
    height: 14px;
    z-index: 10;
    width: 4px;
    background: #000;
    content: "";
    display: none;
    top: 50%;
    visibility: visible;
    margin-top: -7px;
    position: absolute;
    right: 22px;
}
.accordion .accordion-link .link-more {
    float: right;
    display: inline-block;
    margin-left: 20px;
}
.accordion .accordion-link.active:after {
    opacity: 0;
}
@media (max-width: 1020px) {
    .accordion .accordion-link {
        padding: 18px 50px 15px 20px;
    }
    .accordion .accordion-link .link-more {
        display: none;
    }
    .accordion .accordion-link:before,
    .accordion .accordion-link:after {
        display: block;
    }
}
.accordion .content {
    padding: 5px 25px 0 25px;
    display: none;
}
.accordion .content p {
    font-size: 15px;
    line-height: 22px;
}
.accordion .content ul li {
    font-size: 15px;
    line-height: 22px;
}
.accordion .content.active {
    display: block;
}
@media (max-width: 1020px) {
    .accordion .content {
        padding: 5px 20px 0 20px;
    }
}
.accordion.accordion-detail {
    margin: 0 auto;
}
.accordion.accordion-detail .item {
    margin-bottom: 0;
    box-shadow: none;
    border-radius: 0 0;
    border-bottom: 1px solid #d5d5d5;
}
.accordion.accordion-detail .item:last-of-type {
    border-bottom: none;
}
.accordion.accordion-detail .accordion-link {
    padding: 22px 119px 19px 0;
}
.accordion.accordion-detail .accordion-link .link-more {
    position: absolute;
    top: 19px;
    right: 0;
}
@media (max-width: 1020px) {
    .accordion.accordion-detail .accordion-link {
        padding: 22px 40px 19px 0;
    }
    .accordion.accordion-detail .accordion-link:before {
        right: 0;
    }
    .accordion.accordion-detail .accordion-link:after {
        right: 5px;
    }
}
.accordion.accordion-detail .content {
    padding: 5px 0 0 0;
}
/* Text boxes */
.section-text-boxes .container {
    padding: 0 10px;
}
.section-text-boxes .row {
    padding: 0 10px;
}
.section-text-boxes .boxes {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
    min-height: 1%;
}
.section-text-boxes .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    .section-text-boxes .boxes {
        display: block;
        padding: 0 10px;
    }
}
.section-text-boxes .box {
    flex: 1 1 auto;
    width: 33.333%;
    max-width: 33.333%;
    text-align: left;
    margin: 0;
    margin-bottom: 25px;
}
.section-text-boxes .box .inner {
    border-radius: 5px;
    overflow: hidden;
    text-decoration: none;
    margin: 0 10px;
    background-color: #fff;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    min-height: 100%;
}
@media (max-width: 1020px) {
    .section-text-boxes .box {
        width: 100%;
        border: none;
        max-width: none;
        min-height: 1px;
        float: none;
        clear: both;
        margin: 0 auto;
        min-height: 1%;
        display: block;
        margin-bottom: 30px;
        background-color: transparent;
    }
    .section-text-boxes .box:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
.section-text-boxes .img {
    clear: both;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 175px;
    position: relative;
}
.section-text-boxes .text {
    clear: both;
    text-align: left;
    padding: 29px;
}
@media (max-width: 767px) {
    .section-text-boxes .text {
        padding: 29px 20px;
    }
}
/* Intro */
.section-intro {
    width: 100%;
    min-height: 1%;
    position: relative;
    padding: 0 0 !important;
}
.section-intro:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .dots {
    position: absolute;
    bottom: 112px;
    margin: 0 0;
    width: 100%;
    left: 0;
    clear: both;
    display: block;
}
@media (max-width: 767px) {
    .section-intro .dots {
        bottom: 70px;
    }
}
.section-intro .intro-slider {
    width: 100%;
}
.section-intro .introDots {
    min-height: 1%;
}
.section-intro .introDots:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .introDots .slick-dots {
    min-height: 1%;
    padding: 0 0;
}
.section-intro .introDots .slick-dots:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .introDots li {
    display: block;
    float: left;
    margin: 0 0;
    margin-right: 26px;
    width: 18px;
    height: 18px;
}
.section-intro .introDots li button {
    border: none;
    background: #ffffff;
    width: 8px;
    height: 8px;
    position: relative;
    top: 5px;
    margin: 0 auto;
    display: block;
}
.section-intro .introDots li.slick-active button {
    width: 18px;
    height: 18px;
    top: 0;
    background: #ed0530;
}
.section-intro .slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.section-intro .slide .container {
    padding: 140px 20px 150px 20px;
    min-height: 600px;
}
@media (max-width: 767px) {
    .section-intro .slide .container {
        padding: 90px 20px 50px 20px;
        max-height: 400px;
        min-height: 400px;
        height: 400px;
    }
}
.section-intro .container {
    position: relative;
}
.section-intro .text {
    width: 100%;
    max-width: 545px;
}
.section-intro .text * {
    color: #fff;
}
.section-intro h2 {
    font-size: 50px;
    line-height: 57px;
    font-weight: bold;
    margin-bottom: 31px;
}
@media (max-width: 1020px) {
    .section-intro h2 {
        font-size: 40px;
        line-height: 48px;
    }
}
@media (max-width: 450px) {
    .section-intro h2 {
        font-size: 26px;
        line-height: 35px;
    }
}
.section-intro p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 40px;
}
@media (max-width: 1020px) {
    .section-intro p {
        font-size: 16px;
        line-height: 27px;
    }
}
.section-intro .button {
    min-width: 180px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.section-intro .link-more {
    font-size: 16px;
    font-weight: 500;
}
.section-intro .info {
    position: absolute;
    top: 30px;
    width: 160px;
    right: 20px;
    min-height: 1%;
}
.section-intro .info:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-intro .info .box {
    clear: both;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 13px;
    border-radius: 5px;
    position: relative;
    color: #fff;
    padding: 10px;
    padding-top: 11px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    min-height: 55px;
    padding-left: 68px;
}
.section-intro .info .box .icon {
    position: absolute;
    width: 68px;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 13px;
    display: block;
    line-height: 55px;
    height: 55px;
    vertical-align: middle;
}
.section-intro .info .box .icon.help {
    background: url("./images/help.png") center center no-repeat;
    background-size: 38px 38px;
}
.section-intro .info .box .icon.umbrella {
    background: url("./images/umbrella.png") center center no-repeat;
    background-size: 36px 38px;
}
@media (max-width: 767px) {
    .section-intro .info {
        display: none;
    }
}
/* Icons */
.section-icons {
    margin-top: -53px;
    position: relative;
    z-index: 50;
}
.section-icons .container {
    padding: 0 14px;
}
@media (max-width: 1020px) {
    .section-icons .container {
        padding: 0 10px;
    }
}
.section-icons .inner {
    border-radius: 5px;
    background-color: #fff;
    height: 106px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 100px;
    padding-right: 15px;
    vertical-align: middle;
    line-height: 106px;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.section-icons .inner span {
    line-height: 20px;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
}
.section-icons .inner:hover span {
    color: #fff;
}
@media (max-width: 1100px) {
    .section-icons .inner {
        padding-left: 80px;
        background-position: 16px center;
    }
}
.section-icons .icon {
    display: block;
    float: left;
    width: 22%;
    padding: 0 6px;
    text-decoration: none;
}
.section-icons .icon.no-icon {
    width: 12%;
}
.section-icons .icon.no-icon .inner {
    padding: 0 0;
    text-align: center;
}
.section-icons .icon.no-icon .inner:hover {
    background: #ed0530;
}
.section-icons .icon.icon1 .inner {
    background-image: url("./images/icon1.svg");
    background-size: 46px 54px;
}
.section-icons .icon.icon1 .inner:hover {
    background-image: url("./images/icon1-hover.svg");
    background-color: #d91f43;
}
.section-icons .icon.icon2 .inner {
    background-image: url("./images/icon2.svg");
    background-size: 52px 46px;
}
.section-icons .icon.icon2 .inner:hover {
    background-image: url("./images/icon2-hover.svg");
    background-color: #008cc0;
}
.section-icons .icon.icon3 .inner {
    background-image: url("./images/icon3.svg");
    background-size: 48px 58px;
}
.section-icons .icon.icon3 .inner:hover {
    background-image: url("./images/icon3-hover.svg");
    background-color: #e3672a;
}
.section-icons .icon.icon4 .inner {
    background-image: url("./images/icon4.svg");
    background-size: 44px 53px;
}
.section-icons .icon.icon4 .inner:hover {
    background-image: url("./images/icon4-hover.svg");
    background-color: #1e447f;
}

.section-icons .icon.icon5 .inner {
    background-image: url("./images/icon5.svg");
    background-size: 44px 53px;
}
.section-icons .icon.icon5 .inner:hover {
    background-image: url("./images/icon5-hover.svg");
    background-color: #4baaa5;
}
.section-icons .icon.icon6 .inner {
    background-image: url("./images/icon6.svg");
    background-size: 50px 38px;
}
.section-icons .icon.icon6 .inner:hover {
    background-image: url("./images/icon6-hover.svg");
    background-color: #d91f43;
}
.section-icons.sk .icon {
    width: 25%;
}
@media (max-width: 1020px) {
    .section-icons .icon {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .section-icons .icon.no-icon {
        width: 100%;
        margin-bottom: 0;
    }
    .section-icons .icon.no-icon .inner {
        height: auto;
        line-height: normal;
        padding: 25px 20px;
    }
    .section-icons .icon.no-icon span br {
        display: none;
    }
}
@media (max-width: 450px) {
    .section-icons .icon {
        width: 100%;
    }
}
@media (max-width: 1020px) {
    .section-icons .part {
        min-height: 1%;
        width: 100%;
        clear: both;
    }
    .section-icons .part:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
/* Why */
.section-why {
    text-align: center;
}
@media (max-width: 1020px) {
    .section-why .container {
        padding: 0 10px;
    }
}
.section-why .col {
    width: 18%;
    margin-right: 2.5%;
    float: left;
    text-align: left;
}
.section-why .col.last {
    margin-right: 0;
}
@media (max-width: 1020px) {
    .section-why .col {
        width: 33.333%;
        margin: 0 0;
        padding: 0 10px;
    }
}
@media (max-width: 767px) {
    .section-why .col {
        width: 100%;
    }
}
@media (max-width: 1020px) {
    .section-why .part {
        min-height: 1%;
        width: 100%;
        clear: both;
        margin-bottom: 30px;
    }
    .section-why .part:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
    .section-why .part:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .section-why .part {
        margin-bottom: 0;
    }
}
.section-why h2 {
    margin-bottom: 42px;
}
.section-why h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding-bottom: 20px;
    position: relative;
    display: block;
    margin-bottom: 18px;
    width: 100%;
}
.section-why h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    height: 3px;
    background: #ed0530;
    width: 92px;
}
@media (max-width: 767px) {
    .section-why h3 br {
        display: none;
    }
}
/* Filters */
.section-filters form p {
    float: left;
    display: inline-block;
    clear: none;
    margin: 10px 0;
    margin-right: 30px;
    min-height: 1%;
}
.section-filters form p:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-filters form label {
    clear: none;
    height: 50px;
    line-height: 51px;
    width: auto;
    margin: 0 0;
    margin-right: 19px;
    float: left;
    display: inline-block;
}
.section-filters form input,
.section-filters form select {
    width: 212px;
    display: block;
    clear: none;
    float: left;
}
/* Gallery */
.section-gallery .container {
    padding: 0 10px;
}
.section-gallery .row {
    padding: 0 10px;
}
.section-gallery .gallery {
    width: 100%;
    min-height: 1%;
    clear: both;
}
.section-gallery .gallery:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-gallery a.link-gallery {
    display: block;
    text-decoration: none;
    border: 10px solid #fff;
    float: left;
    width: 33.333%;
}
.section-gallery a.link-gallery .inner {
    height: 340px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    position: relative;
    width: 100%;
}
.section-gallery a.link-gallery .inner:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(255, 54, 0, 0.8);
    display: block;
    content: "";
    background-image: url("./images/detail.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 42px 42px;
    opacity: 0;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
.section-gallery a.link-gallery:hover .inner:before {
    opacity: 1;
}
.section-gallery a.link-gallery:nth-child(1) {
    width: 45%;
}
.section-gallery a.link-gallery:nth-child(1) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(2) {
    width: 22%;
}
.section-gallery a.link-gallery:nth-child(2) .inner {
    height: 160px;
}
.section-gallery a.link-gallery:nth-child(4) {
    width: 22%;
}
.section-gallery a.link-gallery:nth-child(4) .inner {
    height: 160px;
}
.section-gallery a.link-gallery:nth-child(3) {
    width: 33%;
    float: right;
}
.section-gallery a.link-gallery:nth-child(3) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(5) {
    width: 33%;
}
.section-gallery a.link-gallery:nth-child(5) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(6) {
    width: 34%;
}
.section-gallery a.link-gallery:nth-child(6) .inner {
    height: 340px;
}
.section-gallery a.link-gallery:nth-child(7) {
    width: 33%;
}
.section-gallery a.link-gallery:nth-child(7) .inner {
    height: 340px;
}
@media (max-width: 1100px) {
    .section-gallery a.link-gallery {
        width: 33.333% !important;
    }
    .section-gallery a.link-gallery .inner {
        height: 28vw !important;
    }
}
@media (max-width: 767px) {
    .section-gallery a.link-gallery {
        width: 50% !important;
    }
    .section-gallery a.link-gallery .inner {
        height: 44vw !important;
    }
}
/* Detail */
.img-detail {
    width: 100%;
    clear: both;
    height: 28vw;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}
.single-blogposts .img-detail {
    box-shadow: inset 0 -60px 40px -40px rgba(0, 0, 0, 0.07);
}
@media (max-width: 1020px) {
    .img-detail {
        height: 45vw;
    }
}
@media (max-width: 767px) {
    .img-detail {
        height: 65vw;
    }
}
.detail-info {
    min-height: 1%;
    margin-bottom: 20px;
}
.detail-info:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.detail-info span {
    margin-right: 20px;
}
.detail-info .tag {
    position: static;
    float: left;
    margin-bottom: 10px;
    clear: none;
}
.detail-info .date {
    float: left;
    margin-bottom: 10px;
    clear: none;
    line-height: 25px;
}
.section-detail .detail-main-content {
    width: 65%;
    float: left;
    padding-right: 20px;
}
@media (max-width: 1020px) {
    .section-detail .detail-main-content {
        width: 100%;
        padding-right: 0;
    }
}
.section-detail .detail-main-content.right {
    padding-left: 35px;
    padding-right: 0;
    border-left: 1px solid #d5d5d5;
}
@media (max-width: 1020px) {
    .section-detail .detail-main-content.right {
        border-left: none;
        padding-left: 0;
    }
}
.section-detail .detail-main-content.download-list {
    padding-left: 15px;
}
@media (max-width: 1020px) {
    .section-detail .detail-main-content.download-list {
        padding-left: 0;
    }
}
.section-detail .detail-main-content.contact-main-content {
    padding-right: 0;
}
.section-detail .detail-main-content.contact-main-content .row {
    padding-right: 20px;
}
.section-detail .detail-main-content.contact-main-content .boxes {
    padding-right: 0;
}
.section-detail .detail-sidebar {
    width: 35%;
    float: left;
    padding-left: 20px;
}
@media (max-width: 1020px) {
    .section-detail .detail-sidebar {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}
.section-detail .detail-sidebar .contact-form {
    padding: 30px;
    border-radius: 5px;
    background: url("./images/bg-contact-small.jpg") center center no-repeat;
}
.section-detail .detail-sidebar .contact-form h2,
.section-detail .detail-sidebar .contact-form h3 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 32px;
    padding: 0 0;
}
.section-detail .detail-sidebar .contact-form label,
.section-detail .detail-sidebar .contact-form h2,
.section-detail .detail-sidebar .contact-form h3,
.section-detail .detail-sidebar .contact-form p {
    color: #fff;
}
.section-detail .detail-sidebar .contact-form input,
.section-detail .detail-sidebar .contact-form select,
.section-detail .detail-sidebar .contact-form textarea {
    border: none;
    background: #fff;
}
.section-detail .detail-sidebar .contact-form input[type="checkbox"]:before {
    background: #ed0530;
    top: 3px;
    left: 3px;
}
.section-detail .detail-sidebar .contact-form .checkbox label {
    font-size: 12px;
}
@media (max-width: 767px) {
    .section-detail .detail-sidebar .contact-form {
        padding: 25px 20px;
    }
}
.section-detail .detail-sidebar.left {
    padding-left: 0;
    padding-right: 0;
}
@media (max-width: 1020px) {
    .section-detail .detail-sidebar.left {
        padding-top: 0;
    }
}
.section-detail .map-info li {
    padding-left: 0;
}
.section-detail .map-info li span {
    position: relative;
    padding-left: 33px;
}
.section-detail .map-info li span:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 14px;
    height: 14px;
}
.section-detail .map-info li span.color1:before {
    background: #009ede;
}
.section-detail .map-info li span.color2:before {
    background: #77848c;
}
.section-detail .map-info li span.color3:before {
    background: #846a58;
}
.section-detail .map-info li span.color4:before {
    background: #99c455;
}
.section-detail .map-info li span.color5:before {
    background: #e06537;
}
.section-detail .map-info li span.color6:before {
    background: #f4bc44;
}
.section-detail .map-info li span.color7:before {
    background: #b13667;
}
.section-detail .map-info li span.color8:before {
    background: #58b9b3;
}
.section-detail .map-info li span.color9:before {
    background: #925aa1;
}
.section-detail .map-info li:before {
    display: none;
}
.section-detail .side-menu {
    width: 100%;
    padding: 0 0;
}
.section-detail .side-menu li {
    padding: 0 0;
    margin: 0 0;
    background: none;
}
.section-detail .side-menu li:before {
    display: none;
}
.section-detail .side-menu li a {
    padding: 13px 0;
    display: block;
    width: 100%;
    padding-right: 45px;
    font-size: 15px;
    text-decoration: none;
    position: relative;
}
.section-detail .side-menu li a:before {
    display: block;
    content: "";
    position: absolute;
    width: 7px;
    height: 8px;
    right: 24px;
    top: 50%;
    margin-top: -4px;
    background: url("./images/list-grey.png") left center no-repeat;
    background-size: 100% 100%;
}
.section-detail .side-menu li a.active,
.section-detail .side-menu li a:hover {
    color: #ed0530;
}
.section-detail .side-menu li a.active:before,
.section-detail .side-menu li a:hover:before {
    background-image: url("./images/list.png");
}
.section-detail .side-menu li a.active {
    font-weight: bold;
}
@media (max-width: 1020px) {
    .section-detail .side-menu li a:before {
        right: 0;
    }
}
/* Download */
.download-list .item {
    padding-left: 20px;
    width: 33.333%;
    float: left;
    text-decoration: none;
    height: 330px;
    /*ov: 300px*/
    margin-bottom: 18px;
}
.download-list .item h3 {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    line-height: 19px;
    padding-top: 15px;
    margin-bottom: 4px;
}
.download-list .item p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px;
}
.download-list .item .download {
    padding-left: 18px;
    text-decoration: underline;
    background: url("./images/download.png") left center no-repeat;
    background-size: 12px 14px;
    font-size: 15px;
    color: #000000;
}
.download-list .item:hover .download {
    text-decoration: none;
}
.download-list .img {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 180px;
    text-align: center;
    line-height: 180px;
    display: inline-block;
}
.download-list .img img {
    max-width: 88%;
    max-height: 88%;
    vertical-align: middle;
    display: inline-block;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1020px) {
    .download-list .item {
        width: 50%;
        padding-left: 0;
        padding-right: 20px;
    }
    .download-list .item:nth-child(even) {
        padding-right: 0;
    }
}
@media (max-width: 500px) {
    .download-list .item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}
/* Contact information */
.section-contact-information .boxes {
    margin: 0 auto;
    padding-top: 0;
    display: flex;
    flex-wrap: wrap;
    min-height: 1%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
}
.section-contact-information .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 767px) {
    .section-contact-information .boxes {
        display: block;
    }
}
.section-contact-information .people-heading {
    padding-top: 85px;
}
.section-contact-information .people-boxes {
    margin-bottom: -60px;
}
.section-contact-information .contact-box {
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    flex: 1 1 auto;
    padding: 17px 24px;
    text-align: left;
    margin-right: 20px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    background-color: #fff;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}
.section-contact-information .contact-box p {
    margin: 0 0;
}
.section-contact-information .contact-box:hover {
    background-color: #ed0530;
}
.section-contact-information .contact-box:hover * {
    color: #fff;
}
.section-contact-information .contact-box.with-photo {
    padding: 0 0;
    min-height: 1%;
    min-height: 200px;
    padding-left: 143px;
    position: relative;
}
.section-contact-information .contact-box.with-photo:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-contact-information .contact-box.with-photo p {
    font-size: 14px;
    line-height: 1.4;
}
.section-contact-information .contact-box.with-photo p strong {
    font-size: 15px;
}
.section-contact-information .contact-box.with-photo .text {
    padding: 15px;
    width: 100%;
}
.section-contact-information .contact-box.with-photo .photo {
    width: 143px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 767px) {
    .section-contact-information .contact-box {
        width: 100%;
        max-width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
}
.section-contact-information h3 {
    padding-top: 17px;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 22px;
    line-height: 23px;
}
/* Products - list, detail */
.section-products-list .container {
    padding: 0 10px;
}
.section-products-list .row {
    padding: 0 10px;
}
.section-products-list h2 {
    font-size: 25px;
}
.section-products-list .main-categories {
    margin-bottom: 45px;
    min-height: 1%;
}
.section-products-list .main-categories:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-products-list .main-categories .box {
    width: 25%;
    margin-bottom: 20px;
    float: left;
    padding: 0 10px;
}
.section-products-list .main-categories .box.orange .text {
    background-color: rgba(246, 150, 49, 0.8);
}
.section-products-list .main-categories .box.green .text {
    background-color: rgba(139, 197, 73, 0.8);
}
.section-products-list .main-categories .box.yellow .text {
    background-color: rgba(255, 199, 4, 0.8);
}
.section-products-list .main-categories .box.blue .text {
    background-color: rgba(0, 148, 206, 0.8);
}
@media (max-width: 1020px) {
    .section-products-list .main-categories .box {
        width: 50%;
    }
}
@media (max-width: 767px) {
    .section-products-list .main-categories .box {
        width: 100%;
    }
}
.section-products-list .main-categories .inner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 385px;
}
.section-products-list .main-categories .text {
    position: absolute;
    top: 20px;
    height: 267px;
    width: calc(100% - 40px);
    padding: 20px;
    left: 20px;
}
.section-products-list .main-categories .text * {
    color: #fff;
}
.section-products-list .main-categories h3 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
}
.section-products-list .main-categories p {
    line-height: 20px;
    margin: 0 0;
}
.section-products-list .main-categories .button {
    width: 176px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -88px;
}
.section-products-list .other-categories .boxes {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 1%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
}
.section-products-list .other-categories .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    .section-products-list .other-categories .boxes {
        display: block;
        padding: 0 10px;
    }
}
.section-products-list .other-categories .box {
    flex: 1 1 auto;
    width: calc(50% - 20px);
    max-width: calc(50% - 20px);
    text-align: left;
    border-radius: 5px;
    margin: 0 10px;
    margin-bottom: 30px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.section-products-list .other-categories .box .img {
    flex: none;
    width: 180px;
}
.section-products-list .other-categories .box .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.section-products-list .other-categories .box .text {
    padding: 23px 30px;
    flex: 1 1 0%;
    width: auto;
}
@media (max-width: 1020px) {
    .section-products-list .other-categories .box {
        width: 100%;
        border: none;
        max-width: none;
        min-height: 1px;
        float: none;
        clear: both;
        margin: 0 auto;
        margin-bottom: 30px;
        min-height: 1%;
        display: flex;
        background-color: transparent;
    }
    .section-products-list .other-categories .box:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
@media (max-width: 767px) {
    .section-products-list .other-categories .box {
        margin-bottom: 20px;
    }
    .section-products-list .other-categories .box .text {
        padding: 23px 20px;
    }
}
@media (max-width: 550px) {
    .section-products-list .other-categories .box .img {
        display: none;
    }
    .section-products-list .other-categories .box .text {
        padding: 30px 20px;
    }
}
.section-products-list .other-categories p {
    margin-bottom: 22px;
}
.section-products-list .other-categories h3 {
    font-size: 22px;
    clear: both;
    margin-bottom: 20px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    width: 100%;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
}
.section-products-list .other-categories h3:before {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    background: #ed0530;
    height: 3px;
    width: 92px;
    content: "";
}
.product-detail-form form span.label {
    margin: 0 0;
    width: auto;
    float: left;
    height: 50px;
    line-height: 40px;
    display: inline-block;
    margin-left: 10px;
}
.product-detail-form form .upload-file {
    height: 50px;
    line-height: 22px;
    padding: 14px 0;
    display: inline-block;
}
.product-detail-form form .upload-file.short {
    float: left;
    margin-left: 25px;
}
@media (max-width: 500px) {
    .product-detail-form form .upload-file.short {
        float: none;
        clear: left;
        display: block;
        margin-left: 0;
    }
}
.section-products-icons .container {
    padding: 0 10px;
}
.section-products-icons .box {
    width: 20%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
@media (max-width: 1020px) {
    .section-products-icons .box {
        width: 33.333%;
        margin-bottom: 20px;
    }
    .section-products-icons .box:last-of-type {
        margin-bottom: 0;
    }
}
@media (max-width: 767px) {
    .section-products-icons .box {
        width: 50%;
    }
}
.section-products-icons .inner {
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    padding: 35px 15px 25px 15px;
}
.section-products-icons .img {
    height: 70px;
    line-height: 70px;
    margin-bottom: 19px;
    width: 100%;
}
.section-products-icons .img img {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.section-products-icons h3 {
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.section-products-boxes .container {
    padding: 0 10px;
}
.section-products-boxes .boxes {
    margin: 0 auto;
    display: flex;
    min-height: 1%;
    max-width: 100%;
    align-items: stretch;
    flex-direction: row;
}
.section-products-boxes .boxes:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
@media (max-width: 1020px) {
    .section-products-boxes .boxes {
        display: block;
        padding: 0 10px;
    }
}
.section-products-boxes .box {
    flex: 1 1 auto;
    text-align: left;
    border-radius: 5px;
    margin: 0 10px;
    padding: 30px 220px 80px 40px;
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    background-color: #fff;
    background-repeat: no-repeat;
    position: relative;
    background-position: right center;
    background-size: auto 100%;
}
.section-products-boxes .box h3 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 18px;
}
.section-products-boxes .box p {
    margin-bottom: 0;
}
.section-products-boxes .box .link-more {
    position: absolute;
    left: 40px;
    bottom: 30px;
}
.section-products-boxes .box.box1 {
    background-image: url("./images/product-box1.jpg");
}
.section-products-boxes .box.box2 {
    background-image: url("./images/product-box2.jpg");
}
@media (max-width: 1020px) {
    .section-products-boxes .box {
        width: 100%;
        border: none;
        max-width: none;
        min-height: 1px;
        float: none;
        clear: both;
        margin: 0 auto;
        margin-bottom: 30px;
        min-height: 1%;
        display: block;
        padding-right: 200px;
    }
    .section-products-boxes .box:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
}
@media (max-width: 767px) {
    .section-products-boxes .box {
        padding: 30px 20px;
        margin-bottom: 20px;
        padding-bottom: 70px;
        padding-right: 200px;
    }
    .section-products-boxes .box .link-more {
        left: 20px;
        bottom: 30px;
    }
}
@media (max-width: 550px) {
    .section-products-boxes .box {
        padding-right: 100px;
    }
}
@media (max-width: 450px) {
    .section-products-boxes .box {
        padding-right: 20px;
        background: #fff !important;
    }
}
.img-products-detail {
    height: auto !important;
    margin-bottom: 0;
    padding: 0 20px;
}
.img-products-detail .container {
    height: 430px;
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0 0;
    max-width: 1060px;
}
@media (max-width: 1020px) {
    .img-products-detail .container {
        height: 55vw;
    }
}
@media (max-width: 767px) {
    .img-products-detail .container {
        height: 65vw;
    }
}
@media (max-width: 500px) {
    .img-products-detail .container {
        height: auto;
        padding-top: 50px;
        padding-bottom: 40px;
    }
}
.img-products-detail .info {
    position: absolute;
    right: 0;
    text-align: right;
    top: 90px;
    max-width: 355px;
}
.img-products-detail .info h3 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 12px;
    font-family: "Roboto", sans-serif;
}
@media (max-width: 1020px) {
    .img-products-detail .info {
        top: 40px;
    }
}
@media (max-width: 500px) {
    .img-products-detail .info {
        position: static;
        text-align: left;
        margin-bottom: 150px;
    }
}
.img-products-detail .download {
    position: absolute;
    right: 0;
    padding: 23px 0;
    padding-right: 35px;
    padding-left: 133px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.5);
    bottom: 72px;
    min-width: 45%;
}
.img-products-detail .download a {
    text-decoration: none;
}
.img-products-detail .download img {
    display: block;
    position: absolute;
    left: 37px;
    width: 65px;
    bottom: 10px;
}
.img-products-detail .download h3 {
    font-weight: 500;
    margin: 0 0;
    line-height: 28px;
    font-size: 23px;
    font-family: "Roboto", sans-serif;
    color: #fff;
}
@media (max-width: 1020px) {
    .img-products-detail .download {
        bottom: 30px;
    }
}
@media (max-width: 500px) {
    .img-products-detail .download {
        position: relative;
        right: auto;
        bottom: auto;
        text-align: left;
        padding: 15px 0;
        padding-right: 20px;
        padding-left: 130px;
    }
    .img-products-detail .download h3 {
        font-size: 20px;
        line-height: 25px;
    }
}
.section-products-slider {
    z-index: 10;
    position: relative;
}
.section-products-slider .container {
    padding: 0 0;
}
.section-products-slider .slick-dots {
    padding: 0 20px;
    text-align: center;
    padding-top: 10px;
}
.section-products-slider .row {
    padding: 0 20px;
}
.section-products-slider .product {
    padding: 20px;
    outline: none !important;
}
.section-products-slider .inner {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    border-radius: 5px;
    text-align: center;
    position: relative;
}
.section-products-slider .img {
    height: 326px;
    line-height: 326px;
    vertical-align: middle;
    text-align: center;
}
.section-products-slider .img img {
    display: inline-block;
    max-width: 85%;
    max-height: 85%;
    vertical-align: middle;
}
.section-products-slider .text {
    padding: 20px;
    padding-top: 5px;
    height: 190px;
    padding-bottom: 0;
}
.section-products-slider .text h3 {
    font-size: 18px;
    font-weight: 500;
    clear: both;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 7px;
}
.section-products-slider .text p {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
}
.section-products-slider .slider-products2 .img {
    height: 300px;
    line-height: 300px;
}
.section-products-slider .slider-products2 .text {
    height: 290px;
}
.section-products-slider .slider-products2 .link-more {
    margin-bottom: 25px;
}
.section-products-slider .slider-products-with-buttons .text {
    height: 355px;
    padding-bottom: 90px;
    position: relative;
}
.section-products-slider .slider-products-with-buttons .text .button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: 230px;
    padding: 0 10px;
    margin-left: -115px;
}
.section-products-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    outline: none;
    cursor: pointer;
    margin-top: -20px;
    background-size: 8px 13px;
    background-repeat: no-repeat;
    text-align: left;
    background-position: center center;
    text-indent: -3000px;
    z-index: 800;
    border-radius: 50%;
    border: 1px solid #d5d5d5;
    overflow: hidden;
    background-color: #fff;
}
.section-products-slider .slick-arrow:hover {
    background-color: #ed0530;
    border-color: #ed0530;
    background-position: center center;
}
.section-products-slider .slick-arrow.slick-prev {
    left: 0;
    background-image: url("./images/arrow-left-black.png");
}
.section-products-slider .slick-arrow.slick-prev:hover {
    background-image: url("./images/arrow-left-white.png");
}
.section-products-slider .slick-arrow.slick-next {
    right: 0;
    background-image: url("./images/arrow-right-black.png");
}
.section-products-slider .slick-arrow.slick-next:hover {
    background-image: url("./images/arrow-right-white.png");
}
@media (max-width: 767px) {
    .section-products-slider .text {
        height: auto !important;
        padding: 5px 20px 30px 20px !important;
    }
    .section-products-slider .text .button {
        position: static !important;
        margin: 0 auto !important;
    }
}
.section-products-detail {
    position: relative;
    z-index: 20;
}
.section-products-detail .introduction {
    width: 100%;
    min-height: 1%;
    clear: both;
    margin-bottom: 45px;
}
.section-products-detail .introduction:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-products-detail .introduction .buttons {
    min-height: 1%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 18px;
}
.section-products-detail .introduction .buttons:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.section-products-detail .introduction .button {
    margin-bottom: 23px;
    min-width: 165px;
    margin-right: 16px;
    border: 1px solid;
    color: #000;
    font-size: 14px;
    font-weight: normal;
    float: left;
}
.section-products-detail .introduction .button:hover {
    color: #fff;
}
.section-products-detail .introduction .quote {
    font-size: 21px;
    font-weight: 500;
    font-style: italic;
    line-height: 27px;
    margin: 0 0;
    padding-left: 70px;
    margin-bottom: 30px;
    min-height: 60px;
    background-size: 48px 46px;
    background-position: left 3px;
    background-repeat: no-repeat;
}
.section-products-detail .introduction .text {
    width: 55%;
    float: left;
    padding-right: 30px;
    padding-top: 65px;
}
.section-products-detail.orange .introduction .button {
    border-color: #f69731;
}
.section-products-detail.orange .introduction .button:hover {
    background-color: #f69731;
}
.section-products-detail.orange .introduction .quote {
    background-image: url("./images/quote-orange.png");
}
.section-products-detail.red .introduction .button {
    border-color: #ed0530;
}
.section-products-detail.red .introduction .button:hover {
    background-color: #ed0530;
}
.section-products-detail.red .introduction .quote {
    background-image: url("./images/quote-red.png");
}
.section-products-detail.green .introduction .button {
    border-color: #8cc549;
}
.section-products-detail.green .introduction .button:hover {
    background-color: #8cc549;
}
.section-products-detail.green .introduction .quote {
    background-image: url("./images/quote-green.png");
}
.section-products-detail.blue .introduction .button {
    border-color: #0094ce;
}
.section-products-detail.blue .introduction .button:hover {
    background-color: #0094ce;
}
.section-products-detail.blue .introduction .quote {
    background-image: url("./images/quote-blue.png");
}
.section-products-detail.yellow .introduction .button {
    border-color: #ffc600;
}
.section-products-detail.yellow .introduction .button:hover {
    background-color: #ffc600;
}
.section-products-detail.yellow .introduction .quote {
    background-image: url("./images/quote-yellow.png");
}
@media (max-width: 1020px) {
    .section-products-detail .introduction .text {
        width: 100%;
        padding-right: 0;
    }
}
@media (max-width: 767px) {
    .section-products-detail .introduction .button {
        margin-right: 15px;
        margin-bottom: 15px;
    }
}
@media (max-width: 450px) {
    .section-products-detail .introduction .button {
        margin: 0 0;
        margin-bottom: 15px;
        width: 100% !important;
    }
}
.products-side-menu {
    position: fixed;
    right: 0;
    z-index: 99999;
    bottom: 60px;
}
.products-side-menu .side-menu-link {
    clear: both;
    position: relative;
    opacity: 0.7;
    text-decoration: none;
    margin-bottom: 6px;
    display: inline-block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    min-height: 1%;
}
.products-side-menu .side-menu-link:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    height: 0;
}
.products-side-menu .side-menu-link .icon {
    border-radius: 6px 0 0 6px;
    display: block;
    width: 62px;
    height: 62px;
    position: relative;
    z-index: 20;
}
.products-side-menu .side-menu-link .text {
    z-index: 10;
    position: absolute;
    right: 62px;
    top: 13px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    -moz-box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    box-shadow: 0px 0px 18px 0px rgba(87, 87, 87, 0.2);
    border-radius: 6px 0 0 6px;
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    min-width: 220px;
    text-align: right;
    display: none;
}
.products-side-menu .side-menu-link.active {
    opacity: 1;
}
.products-side-menu .side-menu-link:hover {
    opacity: 1;
}
.products-side-menu .side-menu-link:hover .text {
    display: block;
}
.products-side-menu .side-menu-link.orange .icon {
    background: #f69731 url("./images/icon1-hover.png") center center no-repeat;
    background-size: 31px 37px;
}
.products-side-menu .side-menu-link.green .icon {
    background: #8cc549 url("./images/icon2-hover.png") center center no-repeat;
    background-size: 34px 30px;
}
.products-side-menu .side-menu-link.yellow .icon {
    background: #ffc600 url("./images/icon3-hover.png") center center no-repeat;
    background-size: 37px 39px;
}
.products-side-menu .side-menu-link.blue .icon {
    background: #0094ce url("./images/icon4-hover.png") center center no-repeat;
    background-size: 28px 34px;
}
@media (max-width: 767px) {
    .products-side-menu {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 50px;
    }
    .products-side-menu .side-menu-link {
        width: 100%;
        clear: both;
        display: block;
        min-height: 1%;
        opacity: 1;
    }
    .products-side-menu .side-menu-link:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        overflow: hidden;
        height: 0;
    }
    .products-side-menu .side-menu-link .icon {
        border-radius: 5px;
        float: left;
        position: static;
        clear: none;
    }
    .products-side-menu .side-menu-link .text {
        display: inline-block;
        float: left;
        text-align: left;
        width: auto;
        clear: none;
        padding: 0 0;
        position: static;
        margin: 0 0;
        padding-left: 20px;
        margin-top: 13px;
        min-width: 1px;
        background: none;
        box-shadow: none !important;
    }
}
}
