﻿@charset "UTF-8";
@import url("fonts/css/fontello.css");
@import url("scss/plugins/animate.css");
@import url("scss/plugins/bootstrap.min.css");
@import url("scss/plugins/mCustomScrollbar.css");
@import url("scss/plugins/plugins.css");
@import url("scss/plugins/jquery.fancybox.min.css");
@import url("scss/plugins/lightgallery.css");
@import url("scss/plugins/aos.css");
@import url("select2.min.css");

/*----------用來移除上下箭頭----------*/
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

/*----------用來移除叉叉按鈕----------*/
input[type="date"]::-webkit-clear-button {
    display: none;
}

input[type="date"]:not(.hasText)::-webkit-datetime-edit-fields-wrapper {
    color: white;
    pointer-events: none;
}

input[type="date"]:focus::-webkit-datetime-edit-fields-wrapper {
    color: black;
    pointer-events: all;
}

@font-face {
    font-family: Mr Dafoe;
    src: url(MrDafoe-Regular.ttf);
}

.font-76 {
    font-size: 76px;
}

.font-74 {
    font-size: 74px;
}

.font-60 {
    font-size: 60px;
}

.font-55 {
    font-size: 55px;
}

.font-48 {
    font-size: 48px;
}

.font-40 {
    font-size: 40px;
}

.font-35 {
    font-size: 35px;
}

.font-32 {
    font-size: 32px;
}

.font-30 {
    font-size: 30px;
}

.font-28 {
    font-size: 28px;
}

.font-26 {
    font-size: 26px;
}

.font-25 {
    font-size: 25px;
}

.font-23 {
    font-size: 23px;
}

.font-22 {
    font-size: 22px;
}

.font-20 {
    font-size: 20px;
}

.font-18 {
    font-size: 18px;
}

.font-17 {
    font-size: 17px;
}

.font-16 {
    font-size: 16px;
}

.font-15 {
    font-size: 15px;
}

.font-14 {
    font-size: 14px;
}

.font-12 {
    font-size: 12px;
}

@media (max-width: 1400px) {
    .font-76 {
        font-size: 60px;
    }

    .font-74 {
        font-size: 60px;
    }

    .font-60 {
        font-size: 50px;
    }

    .font-55 {
        font-size: 45px;
    }

    .font-48 {
        font-size: 40px;
    }

    .font-40 {
        font-size: 35px;
    }

    .font-35 {
        font-size: 30px;
    }

    .font-32 {
        font-size: 30px;
    }
}

@media (max-width: 1200px) {
    .font-76 {
        font-size: 50px;
    }

    .font-74 {
        font-size: 50px;
    }

    .font-60 {
        font-size: 40px;
    }

    .font-55 {
        font-size: 40px;
    }

    .font-48 {
        font-size: 36px;
    }

    .font-40 {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .font-76 {
        font-size: 40px;
    }

    .font-74 {
        font-size: 45px;
    }

    .font-60 {
        font-size: 35px;
    }

    .font-55 {
        font-size: 35px;
    }

    .font-48 {
        font-size: 28px;
    }

    .font-40 {
        font-size: 26px;
    }

    .font-35 {
        font-size: 28px;
    }

    .font-32 {
        font-size: 28px;
    }

    .font-30 {
        font-size: 25px;
    }

    .font-28 {
        font-size: 25px;
    }

    .font-26 {
        font-size: 22px;
    }

    .font-25 {
        font-size: 22px;
    }

    .font-23 {
        font-size: 18px;
    }

    .font-22 {
        font-size: 18px;
    }

    .font-20 {
        font-size: 18px;
    }

    .font-18 {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .font-76 {
        font-size: 30px;
    }

    .font-74 {
        font-size: 35px;
    }

    .font-35 {
        font-size: 26px;
    }

    .font-32 {
        font-size: 26px;
    }

    .font-28 {
        font-size: 20px;
    }

    .font-17 {
        font-size: 15px;
    }

    .font-16 {
        font-size: 15px;
    }
}

.noscroll,
.noscroll body {
    overflow: hidden;
}

.noscroll body {
    position: relative;
}

[data-aos="fade-up"] {
    transform: translate3d(0, 30px, 0);
}

[data-aos="fade-down"] {
    transform: translate3d(0, -30px, 0);
}

[data-aos="fade-right"] {
    transform: translate3d(-30px, 0, 0);
}

[data-aos="fade-down-right"] {
    transform: translate3d(-30px, -30px, 0);
}

[data-aos="fade-up-right"] {
    transform: translate3d(-30px, 30px, 0);
}

[data-aos="fade-up-left"] {
    transform: translate3d(30px, 30px, 0);
}

.text-green {
    color: #00984e;
}

.text-lightGreen {
    color: #61b85f;
}

.text-lightGreen-1 {
    color: #009845;
}

.text-gray {
    color: #666666;
}

.text-lightGray {
    color: #737373;
}

.text-red {
    color: red;
}

.border-bottom-gray {
    border-bottom: 1px solid #dddddd;
}

.border-gray {
    border: 1px solid #dddddd;
}

.lh13 {
    line-height: 1.3em;
}

.lh17 {
    line-height: 1.7em;
}

.lh18 {
    line-height: 1.8em;
}

.lh19 {
    line-height: 1.9em;
}

.les1 {
    letter-spacing: 1px;
}

.les2 {
    letter-spacing: 2px;
}

.les3 {
    letter-spacing: 3px;
}

.les5 {
    letter-spacing: 5px;
}

.bg-green {
    background: #00984e;
}

.bg-lightgreen-1 {
    background: #009845;
}

.bg-gray {
    background: #f9f9f9;
}

.bg-gray-1 {
    background: #f2f2f2;
}

.bg-darkGray {
    background: #f2f2f2;
}

.lh17 {
    line-height: 1.7em;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 48px;
}

.notoSans {
    font-family: "Noto Sans TC";
}

.notoSerifTC {
    font-family: "Noto Serif TC";
}

.FjallaOne {
    font-family: "Fjalla One";
}

.arial {
    font-family: "arial";
}

.MrDafoe {
    font-family: "Mr Dafoe", cursive;
}

.M-PLUS-1p {
    font-family: "M PLUS 1p";
    font-weight: bold;
}

.Hepta-Slab {
    font-family: "Hepta Slab";
    font-weight: 600;
}

.noneList {
    list-style: none;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.max350 {
    max-width: 350px;
    width: calc(100% - 40px);
    margin: auto;
}

.max500 {
    max-width: 500px;
    margin: auto;
}

.max740 {
    max-width: 740px;
    margin: auto;
}

.max755 {
    max-width: 755px;
    margin: auto;
}

.max816 {
    max-width: 816px;
    width: calc(100% - 40px);
    margin: auto;
}

.max870 {
    max-width: 870px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1000 {
    max-width: 1000px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1180 {
    max-width: 1180px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1200 {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1300 {
    max-width: 1300px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1380 {
    max-width: 1380px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1420 {
    max-width: 1420px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1438 {
    max-width: 1438px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1460 {
    max-width: 1460px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1480 {
    max-width: 1480px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1495 {
    max-width: 1495px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1500 {
    max-width: 1500px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1510 {
    max-width: 1510px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1600 {
    max-width: 1600px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1643 {
    max-width: 1643px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1658 {
    max-width: 1658px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1694 {
    max-width: 1694px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1720 {
    max-width: 1720px;
    width: calc(100% - 40px);
    margin: auto;
}

.max1920 {
    max-width: 1920px;
    margin: auto;
}

@media (max-width: 575px) {
    .max1920 {
        width: calc(100% - 40px);
    }
}

.slick-arrow-type-1 .slick-arrow {
    width: 37px;
    height: 37px;
    background: transparent;
    border: 1px solid #404040;
    border-radius: 50%;
    transition: border 0s, background 0s;
}

.slick-arrow-type-1 .slick-arrow:not(.slick-disabled):hover {
    background: #00984e;
    border: #00984e;
}

.slick-arrow-type-1 .slick-arrow:not(.slick-disabled):hover i {
    color: white;
}

.slick-arrow-type-1 .slick-arrow.slick-disabled {
    opacity: 0.2;
}

.slick-arrow-type-1 .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #404040;
    transition: color 0s;
}

.slick-dots-type-1 .slick-dots li {
    width: 18px;
    height: 18px;
    margin: 7.5px;
    position: relative;
    padding: 0;
}

.slick-dots-type-1 .slick-dots li.slick-active button {
    background: #00984e;
}

.slick-dots-type-1 .slick-dots li button {
    width: auto;
    height: auto;
    background: #f2f2f2;
    border: none;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

@media (max-width: 575px) {
    .slick-dots-type-1 .slick-dots li {
        width: 14px;
        height: 14px;
    }
}

.slick-dots-type-2 .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 7.5px;
}

.slick-dots-type-2 .slick-dots li.slick-active button {
    background: white;
}

.slick-dots-type-2 .slick-dots li button {
    height: 100%;
    width: 100%;
    border: 1px solid white;
    border-radius: 5px;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

@media (min-width: 1400px) {
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xxl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

/* ==========================================================================
clear
========================================================================== */
button,
input,
select,
textarea {
    font-family: "Source Sans Pro", Verdana, Heiti TC, Microsoft JhengHei, "微軟正黑體";
    margin: 0;
}

textarea {
    -webkit-appearance: none;
}

button,
input {
    line-height: normal;
    outline: 0;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    nowhitespace: afterproperty;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

figure,
address {
    padding: 0;
    margin: 0;
}

* {
    outline: 0;
    -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;
}

/* ==========================================================================
public
========================================================================== */
html,
body {
    margin: 0;
    padding: 0;
    height: 100.1%;
}

body {
    height: 100.1% !important;
    overflow-x: hidden;
    font-family: "roboto", "微軟正黑體";
    color: black;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
}

.safari body {
    -webkit-text-size-adjust: none;
}

body:after {
    display: block;
    content: "We're sorry! this website does not support your browser, please upgrade your browser, thank you.";
    position: fixed;
    z-index: 100000000000000;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    padding: 50px;
    background-color: #fff;
    text-align: center;
    font-size: 20px;
    color: #3f3f3f;
}

:root body:after {
    display: none;
}

.wp {
    min-width: 320px;
    overflow: hidden;
    background-color: #fff;
}

.lol {
    opacity: 0;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

.msie .lol {
    visibility: visible;
    opacity: 1;
}

/* ==========================================================================
public
========================================================================== */
/*不顯示外虛線*/
button,
a {
    outline: none !important;
}

a,
a:active {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
    /* for IE */
}

a:hover {
    text-decoration: none;
    color: initial;
}

a {
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a.link,
.editor a {
    color: #555555;
}

a.link:hover,
.editor a:hover {
    border-color: #00938d;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    line-height: normal;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    image-rendering: -webkit-optimize-contrast;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

.hidden {
    display: none;
}

ul.noneStyle {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.noneList {
    padding: 0;
    list-style: none;
}

ul.noneStyle>li {
    list-style: none;
}

ul {
    padding-left: 1.1em;
}

/* form */
.form .group {
    margin-bottom: 20px;
}

.form .red {
    color: #e60012;
}

input,
select,
button,
textarea {
    font-family: Arial, Verdana, "Heiti TC", "Microsoft JhengHei", 微軟正黑體;
}

textarea {
    resize: none;
}

.form .form-control {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #41af34;
    border-radius: 5px;
    color: #000;
    font-size: 18px;
    transition: border 0.5s, background 0.5s;
}

.form .form-control:hover {
    border-color: #41af34;
}

.form .form-control:focus {
    border-color: #41af34;
    outline: 0;
    background-color: #f4fff3;
}

.buttonBlock {
    margin-top: 30px;
}

.button {
    display: inline-block;
    min-width: 185px;
    height: 50px;
    padding: 10px 20px;
    border-radius: 50px;
    background-color: #1bb0ad;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    transition: background 0.5s, color 0.5s;
}

.button:hover {
    background-color: #139895;
}

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #888888;
}

::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #888888;
}

::-o-placeholder {
    /* Mozilla Firefox 19+ */
    color: #888888;
}

::-ms-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}

::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #888888;
}

/**/
.scrollbar,
.scrollbarX {
    -webkit-overflow-scrolling: touch;
}

.scrollbarX {
    overflow-x: auto;
}

.jqimgFill,
.main {
    opacity: 0;
    transition: opacity 0.1s;
}

.main>.inner {
    line-height: normal;
    min-height: calc(100vh - 360px);
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.full {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

table {
    -webkit-backface-visibility: visible;
}

.table {
    width: 100%;
    border-collapse: collapse;
}

.msie .table {
    table-layout: fixed;
}

.select2-container {
    font-size: 16px;
}

.select2-container .select2-search {
    display: none;
}

.select2-container .select2-results__option {
    padding: 10px 20px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #009845;
}

.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #dddddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    color: #404040;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url("images/common/arrow-down.svg") center no-repeat;
    width: 10px;
    height: 7px;
    border: none;
}

@media (max-width: 576px) {
    .select2-container--default .select2-selection--single {
        height: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 40px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 38px;
    }
}

.breadcrumb {
    padding-top: 115px;
    padding-left: 125px;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
    background: inherit;
}

@media (max-width: 1600px) {
    .breadcrumb {
        padding-left: 40px;
    }
}

@media (max-width: 1199px) {
    .breadcrumb {
        padding-left: 20px;
    }
}

@media (max-width: 991px) {
    .breadcrumb {
        padding-top: 70px;
    }
}

@media (max-width: 575px) {
    .breadcrumb {
        line-height: 1.7em;
        margin-bottom: 0;
        padding-top: 65px;
        padding-bottom: 10px;
    }
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

.edit {
    line-height: 1.8em;
}

.edit .group {
    margin-bottom: 50px;
}

.edit .group span.d-block {
    margin-bottom: 15px;
}

.edit .group p {
    margin-bottom: 10px;
    color: #737373;
}

.edit p {
    margin-bottom: 25px;
}

.edit img {
    margin-bottom: 45px;
}

.edit ul.greenDotStyle li {
    padding-left: 1em;
    position: relative;
}

.edit ul.greenDotStyle li:not(:last-child) {
    margin-bottom: 10px;
}

.edit ul.greenDotStyle li::before {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #009845;
    margin-left: -1em;
    margin-top: 0.7em;
}

.edit .mix {
    display: flex;
    align-items: center;
}

.edit .mix:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("images/common/arrow-down-green.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 25px;
}

.edit ul.links-group {
    margin-left: -4px;
}

.edit ul.links-group li {
    line-height: 1em;
}

.edit ul.links-group li:not(:last-child) {
    border-right: 1px solid #009845;
}

@media (max-width: 575px) {
    .edit .group {
        margin-bottom: 30px;
    }

    .edit .group p {
        color: black;
    }

    .edit img {
        margin-bottom: 20px;
    }

    .edit ul.greenDotStyle li:not(:last-child) {
        margin-bottom: 5px;
    }

    .edit .mix {
        display: block;
    }

    .edit .mix img {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .edit .mix img {
        width: 30%;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pages ul li {
    margin: 0 15px;
}

.pages ul .skips {
    width: auto;
    height: auto;
    line-height: 2;
    margin: 0 2px;
    opacity: .7 !important;
    color: #000;
}

.pages ul li.active {
    border: 1px solid #009845;
    border-radius: 5px;
    padding: 0 12px;
    margin: 0 3px;
}

.pages ul li.active a {
    color: #009845;
    font-weight: bold;
}

.pages ul li:not(.active):hover a {
    color: #61b85f;
}

.pages ul li.disabled {
    opacity: 0.3;
}

.pages ul li.disabled a {
    cursor: initial;
}

.pages ul li.disabled:hover a {
    color: black !important;
}

.pages ul li a {
    line-height: 33px;
}

.pages ul .prev.disabled,
.pages ul .next.disabled {
    display: none;
}

.pages ul .prev,
.pages ul .next {
    width: auto;
    white-space: nowrap;
    margin-left: 10px;
}

.pages ul .prev {
    margin-left: 0px;
    margin-right: 10px;
}

.pages ul .prev a,
.pages ul .next a {
    background: #009845;
    color: #fff;
    line-height: 1;
    padding: 5px 12px;
    padding-right: 3px;
    padding: 3px;
    border-radius: 5px;
    position: relative;
    top: 6px;
}

.pages ul .prev a {
    padding-left: 3px;
    padding-right: 12px;
    padding: 3px;
}

.pages ul .prev a:after,
.pages ul .next a:before {
    content: "";
    display: inline-block;
    font-size: 12px;
    font-family: Tahoma;
}

.pages ul .prev a:after {
    content: "";
}

/* @media (max-width: 575px) {
    .pages {
        display: flex !important;
    }

    .pages .pagination {
        width: 100%;
    }

    .pages ul li {
        display: none;
    }

    .pages ul .next {
        width: 100%;
        display: block;
        margin: 0;
        opacity: 1 !important;
    }

    .pages ul .next a {
        position: static;
        line-height: 2;
        padding: 8px 12px;
        font-size: 14px;
        opacity: 1 !important;
        background: #fff;
        border: 1px solid #61b85f;
        color: #61b85f !important;
        transition: none;
    }

    .pages ul .next a:hover {
        background: #009845;
        color: #fff !important;
    }

    .pages ul .next a ix {
        display: none;
    }

    .pages ul .next a:before {
        content: "更多文章";
        font-size: inherit;
        opacity: 1 !important;
    }

    [data-controller="Service"] .pages ul .next a:before {
        content: "更多據點";
    }

    [data-controller="Products"] .pages ul .next a:before,
    .product-items .pages ul .next a:before {
        content: "更多商品";
    }
} */

.prev_back_next {
    display: flex;
    justify-content: space-between;
    letter-spacing: 1px;
}

.prev_back_next>div>div {
    transition: opacity 0.3s;
}

.prev_back_next>div>div:hover {
    opacity: 0.5;
}

.date span:not(:last-child) {
    position: relative;
}

.date span:not(:last-child):after {
    content: "";
    display: block;
    height: 13px;
    width: 1px;
    background: #bdbdbd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-title {
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 29px;
}

.page-title::after {
    content: "";
    display: block;
    height: 50px;
    width: 1px;
    background: #009845;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

@media screen and (max-width: 575px) {
    .page-title {
        padding-bottom: 35px;
        margin-bottom: 15px;
    }

    .page-title:after {
        height: 25px;
    }
}

.product-items {
    letter-spacing: 1px;
}

.product-items li img {
    transform: scale(0.8);
}

.product-items .title-block ul {
    text-align: center;
}

.product-items .title-block ul {
    max-width: 100%;
    display: inline-flex;
    justify-content: start;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}

.product-items .title-block ul li {
    flex: 0 0 auto;
}

.product-items .title-block ul li:not([role="presentation"]) {
    padding: 0 33px;
    position: relative;
}

.product-items .title-block ul li:not([role="presentation"]).active a {
    border-bottom: 2px solid #009845;
}

.product-items .title-block ul li:not([role="presentation"]):not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: #dddddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product-items .title-block ul li:not([role="presentation"]) a {
    transition: color 0.1s;
}

.product-items .title-block ul li:not([role="presentation"]) a:hover {
    color: #009845;
}

.product-items .content-block ul:not(.slick-dots) {
    margin-left: -32px;
    margin-right: -32px;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 32px;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a .img-wrapper .dec .circle {
    opacity: 0;
    width: 138.7px;
    height: 138.7px;
    transition: opacity 0.3s;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a:hover .img-wrapper .dec .circle {
    opacity: 0.7;
    opacity: 0;
}

.product-items ul li:hover a h3:after,
.product-items ul li:hover a h4:after,
.product-items ul li:hover a h5:after {
    width: 100%;
    opacity: 1;
}

.product-items ul li {
    overflow: hidden;
}

.product-items ul li:hover .img-wrapper {
    animation: jumping 0.8s infinite alternate;
    animation-delay: 0.4s;
}

.product-items ul li img {
    transition: all 0.4s ease;
}

.product-items ul li:hover img {
    transform: scale(0.95);
}

.product-items ul li a h3,
.product-items ul li a h4,
.product-items ul li a h5 {
    position: relative;
}

.product-items ul li a h3:after,
.product-items ul li a h4:after,
.product-items ul li a h5:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 8px;
    margin: 7px auto 0;
    background: #009845;
    opacity: 0.1;
    transform: translateX(-50%);
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}

.product-items ul li a>span>span:first-child {
    font-weight: bold;
    width: 100%;
    padding-bottom: 5px;
    color: #3f3f3f !important;
}

.product-items ul li a>span>span:last-child {
    opacity: .7;
}

.product-items ul li a>span>span:last-child span {
    display: inline !important;
}

.product-items ul li a>span+span>span:last-child span {
    display: block !important;
}

.product-items ul li a>span>span:last-child span:after {
    content: "、";
    opacity: .5;
}

.product-items ul li a>span>span:last-child span:last-child:after {
    display: none;
}

.product-items ul li a>span+span>span:last-child span:after {
    display: none;
}

.product-items ul li a>span>span:first-child+span- {
    font-size: smaller;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h3,
.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h4,
.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h5 {
    border-bottom: 1px solid #e5e5e5;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h4,
p {
    margin-bottom: 0;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table {
    margin-bottom: 10px;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table>span {
    display: block;
    float: left;
}

.product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table>span>span {
    display: block;
    margin-bottom: 5px;
}

@media (max-width: 1600px) {
    .product-items .content-block ul:not(.slick-dots) {
        margin-left: -20px;
        margin-right: -20px;
    }

    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 32px 20px;
    }
}

@media (max-width: 1199px) {
    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
        -ms-flex: 0 0 50%;
        flex: 0 1 50%;
        max-width: 50%;
        min-width: 50%;
    }
}

@media (max-width: 575px) {

    .product-items ul li a>h3,
    .product-items ul li a>h4,
    .product-items ul li a>h5 {
        border-bottom: 1px solid #009845 !important;
        text-align: left !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }

    .product-items ul li a>span {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .product-items ul li a>span>span:last-child {
        font-size: 12px;
    }
}

@media (max-width-: 575px) {

    .product-items ul li a h3:after,
    .product-items ul li a h4:after,
    .product-items ul li a h5:after {
        background: transparent;
    }

    .product-items .title-block ul:not(.slick-dots).slick-dots li {
        padding: 0;
    }

    .product-items .title-block ul:not(.slick-dots) li.slick-slide {
        padding: 0;
    }

    .product-items .title-block ul:not(.slick-dots) li.slick-slide.slick-slide {
        padding-bottom: 10px;
    }

    .product-items .title-block ul:not(.slick-dots) li.slick-slide:not(:last-child):after {
        display: none;
    }

    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 10px 20px;
    }

    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table {
        margin-bottom: 0;
    }
}

.recommend-items {
    letter-spacing: 1px;
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
    .recommend-items li img {
        transform: scale(0.8);
    }
}

.recommend-items .title-block ul {
    justify-content: center;
}

.recommend-items .title-block ul li:not([role="presentation"]) {
    padding: 0 33px;
    position: relative;
}

.recommend-items .title-block ul li:not([role="presentation"]).active a {
    border-bottom: 2px solid #009845;
}

.recommend-items .title-block ul li:not([role="presentation"]):not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: #dddddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.recommend-items .title-block ul li:not([role="presentation"]) a {
    transition: color 0.1s;
}

.recommend-items .title-block ul li:not([role="presentation"]) a:hover {
    color: #009845;
}

.recommend-items .content-block ul:not(.slick-dots) {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 10px;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 32px;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a .img-wrapper .dec .circle {
    opacity: 0;
    width: 138.7px;
    height: 138.7px;
    transition: opacity 0.3s;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a:hover .img-wrapper .dec .circle {
    opacity: 0.7;
    opacity: 0;
}

.recommend-items ul li {
    overflow: hidden;
}

.recommend-items ul li:hover .img-wrapper {
    animation: jumping 0.8s infinite alternate;
    animation-delay: 0.4s;
}

.recommend-items ul li img {
    transition: all 0.4s ease;
}

.recommend-items ul li:hover img {
    transform: scale(1.1);
}

.recommend-items ul li a h3 {
    position: relative;
}

.recommend-items ul li a h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 8px;
    margin: 7px auto 0;
    background: #009845;
    opacity: 0.1;
    transform: translateX(-50%);
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}

@media (max-width: 575px) {
    .recommend-items ul li a h3:after {
        background: transparent;
    }
}

.recommend-items ul li:hover a h3:after {
    width: 100%;
    opacity: 1;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h3,
.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h4,
.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h5 {
    border-bottom: 1px solid #e5e5e5;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h4,
p {
    margin-bottom: 0;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table {
    margin-bottom: 10px;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table>span {
    display: block;
    float: left;
}

.recommend-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table>span>span {
    display: block;
    margin-bottom: 5px;
}

.recommend-addon-items {
    letter-spacing: 1px;
    padding: 0 20px;
}

@media screen and (max-width: 991px) {
    .recommend-addon-items li img {
        transform: scale(0.8);
    }
}

.recommend-addon-items .title-block ul {
    justify-content: center;
}

.recommend-addon-items .title-block ul li:not([role="presentation"]) {
    padding: 0 33px;
    position: relative;
}

.recommend-addon-items .title-block ul li:not([role="presentation"]).active a {
    border-bottom: 2px solid #009845;
}

.recommend-addon-items .title-block ul li:not([role="presentation"]):not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    height: 15px;
    width: 1px;
    background: #dddddd;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.recommend-addon-items .title-block ul li:not([role="presentation"]) a {
    transition: color 0.1s;
}

.recommend-addon-items .title-block ul li:not([role="presentation"]) a:hover {
    color: #009845;
}

.recommend-addon-items .content-block ul:not(.slick-dots) {
    margin-left: -32px;
    margin-right: -32px;
    padding: 0 10px;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    padding: 32px;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a .img-wrapper .dec .circle {
    opacity: 0;
    width: 138.7px;
    height: 138.7px;
    transition: opacity 0.3s;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a:hover .img-wrapper .dec .circle {
    opacity: 0.7;
    opacity: 0;
}

.recommend-addon-items ul li {
    overflow: hidden;
}

.recommend-addon-items ul li:hover .img-wrapper {
    animation: jumping 0.8s infinite alternate;
    animation-delay: 0.4s;
}

.recommend-addon-items ul li img {
    transition: all 0.4s ease;
}

.recommend-addon-items ul li:hover img {
    transform: scale(1.1);
}

.recommend-addon-items ul li a h3 {
    position: relative;
}

.recommend-addon-items ul li a h3:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 8px;
    margin: 7px auto 0;
    background: #009845;
    opacity: 0.1;
    transform: translateX(-50%);
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}

@media (max-width: 575px) {
    .recommend-addon-items ul li a h3:after {
        background: transparent;
    }
}

.recommend-addon-items ul li:hover a h3:after {
    width: 100%;
    opacity: 1;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h3,
.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h4,
.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h5 {
    border-bottom: 1px solid #e5e5e5;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h4,
p {
    margin-bottom: 0;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table {
    margin-bottom: 10px;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table>span {
    display: block;
    float: left;
}

.recommend-addon-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a>span.d-table>span>span {
    display: block;
    margin-bottom: 5px;
}

.block-style-1 h2,
.block-style-1 h3,
.block-style-1>span {
    position: relative;
    z-index: 1;
}

.block-style-1 h2.no-decLine:after,
.block-style-1 h3.no-decLine:after,
.block-style-1>span.no-decLine:after {
    display: none;
}

.block-style-1 h2:after,
.block-style-1 h3:after,
.block-style-1>span:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background: #009845;
}

.block-style-1 .jqimgFill {
    height: 400px;
}

.block-style-1 .links.links-style-1 {
    z-index: 1;
    width: 610px;
}

.block-style-1 .links.links-style-1 li.active {
    position: relative;
}

.block-style-1 .links.links-style-1 li.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.block-style-1 .links.links-style-1 li a:hover img {
    transform: scale(1.1);
}

.block-style-1 .links.links-style-1 li a img {
    transition: transform 0.3s;
    height: 40px;
}

.block-style-1 .links.links-style-2 {
    max-width: calc(100% - 40px);
}

.block-style-1 .links.links-style-2 li {
    padding: 0 35px;
}

.block-style-1 .links.links-style-2 li a {
    display: block;
}

.block-style-1 .links.links-style-2 li a:hover span {
    color: #009845;
}

.block-style-1 .links.links-style-2 li a span {
    transition: color 0.1s;
}

.block-style-1 .links.links-style-2 li.active a {
    display: block;
    border-bottom: 2px solid #009845;
}

.block-style-1 .links.links-style-3 li {
    padding: 5px 20px;
    margin: 1px 0;
    float: left;
}

.block-style-1 .links.links-style-3 li a {
    display: block;
}

.block-style-1 .links.links-style-3 li.active a {
    color: #009845;
}

.block-style-1 .toggle {
    display: none;
}

@media (max-width: 1400px) {
    .block-style-1 .jqimgFill {
        height: 350px;
    }
}

@media (max-width: 1199px) {
    .block-style-1 .jqimgFill {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .block-style-1 .jqimgFill {
        height: 250px;
    }

    .block-style-1 h2,
    .block-style-1 h3>span {
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .block-style-1 .links.links-style-2 li {
        padding: 0px;
        flex: 0 0 100%;
    }

    .block-style-1>.d-flex {
        max-width: 350px;
        display: block !important;
        padding-top: 20px;
        position: relative;
        border: none;
        margin: auto;
    }

    .block-style-1 .toggle {
        display: block;
        font-size: 16px;
        background: #009845;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        position: relative;
    }

    .block-style-1 .toggle:after {
        content: "+";
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    .block-style-1 .links {
        display: none;
        position: absolute !important;
        background: white;
        width: 100%;
        max-width: initial !important;
        z-index: 3;
        box-shadow: 0px 0px 5px rgba(0, 19, 8, 0.2);
        padding-top: 5px !important;
        margin-top: 10px !important;
        border-radius: 5px;
        padding-bottom: 5px !important;
    }

    .block-style-1 .links li {
        padding: 0 20px !important;
    }

    .block-style-1 .links li.active a {
        border: none !important;
    }

    .block-style-1 .links li:not(:last-child) a {
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .block-style-1 .links li a {
        padding-bottom: 10px !important;
        padding-top: 10px;
    }

    .block-style-1 .links li a span {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {

    .block-style-1 h2,
    .block-style-1 h3,
    .block-style-1>span {
        margin-top: 0;
    }

    .block-style-1 h2:after,
    .block-style-1 h3:after,
    .block-style-1>span:after {
        display: none;
    }

    .block-style-1 .jqimgFill {
        height: 200px;
    }

    .block-style-1 .links {
        width: 100%;
    }

    .block-style-1 .links.links-style-3 li {
        padding-right: 0;
        padding-left: 0;
    }

    .block-style-1 .links.links-style-2 {
        max-width: 100%;
    }

    .block-style-1>.d-flex {
        width: calc(100% - 40px);
        max-width: initial;
    }
}

.block-style-2 {
    padding-top: 100px;
}

.block-style-2 .banner .jqimgFill {
    height: 250px;
}

.block-style-2 .banner .text img {
    width: 86px;
}

.block-style-2 .banner .text .jqimgFill {
    width: 86px;
    height: 86px;
}

.block-style-2 .banner .text span:nth-child(3) {
    position: relative;
}

.block-style-2 .banner .text span:nth-child(3)::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.block-style-2 .signout {
    right: 125px;
    bottom: 45px;
    transition: text-shadow 0.3s;
}

.block-style-2 .signout:hover {
    text-shadow: 0px 0px 3px gray;
}

.block-style-2 .toggle {
    display: none;
}

.block-style-2 .links {
    max-width: calc(100% - 40px);
}

.block-style-2 .links li {
    padding: 0 35px;
}

.block-style-2 .links li a {
    display: block;
}

.block-style-2 .links li a:hover span {
    color: #009845;
}

.block-style-2 .links li a span {
    color: 0.1s;
}

.block-style-2 .links li.active a {
    display: block;
    border-bottom: 2px solid #009845;
}

@media (max-width: 1600px) {
    .block-style-2 .signout {
        right: 40px;
    }
}

@media (max-width: 1400px) {
    .block-style-2 .jqimgFill {
        height: 350px;
    }
}

@media (max-width: 1199px) {
    .block-style-2 .jqimgFill {
        height: 300px;
    }
}

@media (max-width: 991px) {
    .block-style-2 {
        padding-top: 55px;
    }

    .block-style-2 .jqimgFill {
        height: 250px;
    }

    .block-style-2 .signout {
        right: 20px;
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .block-style-2 .banner .text span:nth-child(3)::before {
        width: 20px;
    }

    .block-style-2 .links li {
        padding: 0px;
        flex: 0 0 100%;
    }

    .block-style-2>.d-flex {
        max-width: 350px;
        display: block !important;
        padding-top: 20px;
        position: relative;
        border: none;
        margin: auto;
    }

    .block-style-2 .toggle {
        display: block;
        font-size: 16px;
        background: #009845;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        position: relative;
    }

    .block-style-2 .toggle:after {
        content: "+";
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    .block-style-2 .links {
        display: none;
        position: absolute !important;
        background: white;
        width: 100%;
        max-width: initial !important;
        z-index: 3;
        box-shadow: 0px 0px 5px rgba(0, 19, 8, 0.2);
        padding-top: 5px !important;
        margin-top: 10px !important;
        border-radius: 5px;
        padding-bottom: 5px !important;
    }

    .block-style-2 .links li {
        padding: 0 20px !important;
    }

    .block-style-2 .links li.active a {
        border: none !important;
    }

    .block-style-2 .links li:not(:last-child) a {
        border-bottom: 1px solid #e5e5e5 !important;
    }

    .block-style-2 .links li a {
        padding-bottom: 10px !important;
        padding-top: 10px;
    }

    .block-style-2 .links li a span {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

@media (max-width: 575px) {
    .block-style-2 .banner .text {
        width: 100%;
    }

    .block-style-2 .banner .text span:nth-child(3)::before {
        display: none;
    }

    .block-style-2 .jqimgFill {
        height: 200px;
    }

    .block-style-2 .links {
        width: 100%;
    }

    .block-style-2>.d-flex {
        width: calc(100% - 40px);
        max-width: initial;
    }
}

.shareLinks {
    top: 0;
    right: 0;
    z-index: 1;
}

.shareLinks>div {
    cursor: pointer;
    width: 45px;
}

.shareLinks>div i {
    font-size: 18px;
    color: #666666;
}

.shareLinks ul {
    display: none;
}

.shareLinks ul li {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: opacity 0.3s;
    cursor: pointer;
}

.shareLinks ul li:hover {
    opacity: 0.8;
}

.shareLinks ul li:nth-child(1) {
    background: #00c300;
}

.shareLinks ul li:nth-child(2) {
    background: #3c5a99;
}

.shareLinks ul li:nth-child(2) a {
    display: block;
}

.shareLinks ul li:nth-child(2) a i {
    font-size: 25px;
}

.shareLinks ul li:nth-child(2) a i::before {
    color: white;
    margin: 0;
}

@media (max-width: 575px) {
    .shareLinks>div {
        width: 40px;
    }

    .shareLinks ul li {
        width: 40px;
        height: 40px;
    }

    .shareLinks ul li:nth-child(1) img {
        width: 35px;
    }

    .shareLinks ul li:nth-child(2) a i {
        font-size: 22px;
    }
}

.video.modal .modal-content {
    background: transparent;
    border: none;
}

.video.modal .modal-content .modal-header {
    border: none;
    position: absolute;
    right: 0;
    right: -85px;
    top: 25px;
    padding: 0;
}

.video.modal .modal-content .modal-header button {
    opacity: 1;
}

.video.modal .modal-content .modal-header button i {
    color: white;
}

.video.modal .modal-content .modal-body {
    padding: 0;
}

@media (max-width: 1400px) {
    .video.modal .modal-content .modal-header {
        position: static;
    }
}

@media (min-width: 576px) {
    .video.modal .modal-dialog {
        max-width: 1200px;
        margin: 1.75rem auto;
    }
}

/*hover有 more區塊*/
.items {
    margin-left: -10px;
    margin-right: -10px;
}

.items li {
    padding-left: 10px;
    padding-right: 10px;
}

.items li a:hover .text-block {
    pointer-events: all;
    opacity: 1;
    border-radius: 0;
    width: 100%;
    height: 100%;
}

.items li a:hover .text-block .text {
    opacity: 1;
    -webkit-animation: opacity;
    animation: opacity;
    animation-delay: 0.2s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.items li a:hover .text-block .text .series,
.items li a:hover .text-block .text span,
.items li a:hover .text-block .text .more {
    animation-name: fadeInUp;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.items li a:hover .text-block .text .series {
    animation-delay: 0.1s;
}

.items li a:hover .text-block .text span {
    animation-delay: 0.2s;
}

.items li a:hover .text-block .text .more {
    animation-delay: 0.3s;
}

.items li a:hover .name {
    opacity: 0;
}

.items li a img {
    width: 100%;
}

.items li a .name {
    bottom: 17%;
    left: 9%;
    transition: opacity 0.3s;
}

.items li a .name.bottom {
    bottom: 11%;
}

.items li a .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    pointer-events: none;
    opacity: 0;
    border-radius: 25px;
    transition: opacity 0.5s, border-radius 0.3s, width 0.3s, height 0.3s;
}

.items li a .text-block .text {
    width: 80%;
    opacity: 0;
}

.items li a .text-block .text.narrow-width {
    width: 52%;
}

.items li a .text-block .text .more {
    width: 57px;
    height: 57px;
    background: rgba(17, 122, 64, 0.7);
    font-size: 12px;
    transform: scale(0.83);
    transition: background 0.3s;
}

.items li a .text-block .text .more:hover {
    background: #117a40;
}

@media screen and (max-width: 1400px) {
    .items li a .text-block .text.narrow-width {
        width: 80%;
    }
}

@media screen and (max-width: 575px) {
    .items li a:hover .text-block .text {
        animation: none;
    }

    .items li a .name {
        display: none;
    }

    .items li a .text-block {
        position: static;
        transform: none;
        width: 100%;
        opacity: 1;
        background: inherit;
        color: black;
        pointer-events: all;
        border-radius: 0;
    }

    .items li a .text-block .text {
        opacity: 1;
        width: 100%;
    }

    .items li a .text-block .text.narrow-width {
        width: 100%;
    }

    .items li a .text-block .text .series,
    .items li a .text-block .text span {
        animation: none !important;
    }

    .items li a .text-block .text .more {
        animation: none !important;
        background: #117a40;
    }
}

.green-btn {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    color: white;
    background: #009845;
    display: table;
    line-height: 50px;
    text-align: center;
    transition: opacity 0.3s;
}

.green-btn:hover {
    color: white;
    opacity: 0.8 !important;
}

@media (max-width: 575px) {
    .green-btn {
        height: 45px;
        line-height: 45px;
    }
}

.white-btn {
    height: 50px;
    border-radius: 30px;
    color: #009845;
    background: white;
    border: 2px solid #009845;
    display: table;
    line-height: 50px;
    text-align: center;
    transition: opacity 0.3s;
    cursor: pointer;
}

.white-btn:hover {
    opacity: 0.8 !important;
    color: #009845;
}

@media (max-width: 575px) {
    .white-btn {
        height: 45px;
        line-height: 45px;
    }
}

.blue-btn {
    width: 200px;
    height: 50px;
    border-radius: 30px;
    color: white;
    background: #3b5998;
    display: table;
    line-height: 50px;
    text-align: center;
    transition: opacity 0.3s;
}

.blue-btn:hover {
    color: white;
    opacity: 0.8 !important;
}

@media (max-width: 575px) {
    .blue-btn {
        height: 45px;
        line-height: 45px;
    }
}

/*核取框*/
input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked+label .icon-ok::before {
    position: absolute;
    opacity: 1;
}

input[type="checkbox"]+label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
}

input[type="checkbox"]+label .icon-ok {
    margin-top: 3px;
    display: inline-block;
    height: 16px;
    border: 1px solid #d9d9d9;
    position: relative;
    cursor: pointer;
    margin-right: 6px;
    vertical-align: middle;
    border-radius: 3px;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
    background: white;
}

input[type="checkbox"]+label .icon-ok::before {
    color: white;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    font-size: 12px;
}

input[type="checkbox"]+label a:hover {
    color: #009845;
    text-decoration: underline;
}

.main-section.center-style {
    margin-top: 100px;
    height: 879px;
    background-repeat: no-repeat;
    background-position: center;
}

.main-section.center-style .block {
    width: 100%;
    max-width: 480px;
    background: rgba(0, 0, 0, 0.7);
    padding: 40px 35px;
}

.main-section.center-style .block .field-group input {
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid #858585;
    color: white;
}

.main-section.center-style .block form .remember>div {
    width: 90px;
}

.main-section.center-style .block form .remember>ul li:nth-child(1) {
    position: relative;
    padding-right: 5px;
    margin-right: 10px;
}

.main-section.center-style .block form .remember>ul li:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #d9d9d9;
}

.main-section.center-style .block form .remember>ul li a:hover {
    color: #61b85f;
}

.main-section.center-style .block form .field-group .input-group input:focus {
    box-shadow: 0 0 5px gray;
}

.main-section.center-style .block form hr {
    background: rgba(255, 255, 255, 0.15);
}

.main-section.center-style .block form>p a {
    color: white;
}

.main-section.center-style .block form>p a:hover {
    color: #61b85f;
}

@media (max-width: 1199px) {
    .main-section.center-style {
        height: 700px;
    }
}

@media (max-width: 991px) {
    .main-section.center-style {
        margin-top: 55px;
    }
}

@media (max-width: 575px) {
    .main-section.center-style {
        height: auto;
    }

    .main-section.center-style .block {
        max-width: initial;
        position: static;
        -webkit-transform: none;
        transform: none;
        padding: 40px 20px;
    }

    .main-section.center-style .block .group input {
        padding: 13px 20px;
    }
}

/*表單區塊*/
.group-box {
    border-bottom: 1px solid #dddddd;
    color: #404040;
}

form {
    /*輸入框欄位*/
}

form .row {
    margin-left: -8px;
    margin-right: -8px;
}

form .row .field-group {
    padding-right: 8px;
    padding-left: 8px;
}

form.max500 .field-group {
    max-width: 500px;
}

form .field-group {
    margin-left: auto;
    margin-right: auto;
}

form .field-group .input-group {
    position: relative;
}

form .field-group .input-group input {
    -webkit-appearance: initial;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 100%;
    height: 50px;
    line-height: 27px;
    padding: 23px 20px 0;
    font-size: 13px;
}

form .field-group .input-group input:focus+label,
form .field-group .input-group input.hasText+label {
    top: 7px;
    transform: translateY(0%);
    font-size: 13px;
}

form .field-group .input-group input:focus {
    border: 1px solid #009746;
    box-shadow: 0 0 5px #80cba3;
}

form .field-group .input-group input.hasInitData {
    font-size: 16px;
    padding-top: 0;
}

form .field-group .input-group .verificationCode-img {
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    border-radius: 5px;
}

form .field-group .select-group {
    position: relative;
}

form .field-group .select-group .select2 {
    width: 100% !important;
    border-radius: 5px;
    height: 50px;
}

form .field-group .select-group .select2.hasText .select2-selection__rendered {
    display: block;
}

form .field-group .select-group .select2.hasText+.placeLabel {
    top: 7px;
    transform: translateY(0%);
    font-size: 13px;
}

form .field-group .select-group .select2.select2-container--focus {
    border: 1px solid #009746;
    box-shadow: 0 0 2px #80cba3;
}

form .field-group .select-group .select2.select2-container--open+.placeLabel {
    top: 7px;
    transform: translateY(0%);
    font-size: 13px;
}

form .field-group .select-group .select2 .select2-selection {
    height: 48px;
}

form .field-group .select-group .select2 .select2-selection__rendered {
    height: 50px;
    line-height: 50px;
    padding: 9px 20px 0;
    display: none;
    font-size: 13px;
}

form .field-group .file-group {
    position: relative;
    height: 50px;
}

form .field-group .file-group>label {
    position: relative;
    width: 100%;
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

form .field-group .file-group>label input[type="file"] {
    cursor: pointer;
    width: 100%;
    opacity: 0;
    height: 50px;
    padding: 23px 20px 0;
    font-size: 13px;
}

form .field-group .file-group>label input[type="file"].hasText+.placeLabel {
    top: 7px;
    transform: translateY(0%);
    font-size: 13px;
}

form .field-group .file-group>label .img-wrapper {
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    background: #f2f2f2;
    width: 83px;
    height: 100%;
}

form .field-group .file-group>label .img-wrapper img {
    width: 20px;
}

form .field-group .file-group>label .val {
    position: absolute;
    bottom: 5px;
    left: 20px;
    font-size: 13px;
}

form .field-group .textarea-group {
    position: relative;
}

form .field-group .textarea-group textarea {
    border: 1px solid #dddddd;
    border-radius: 5px;
    width: 100%;
    padding: 28px 20px 10px 20px;
    font-size: 13px;
    height: 145px;
}

form .field-group .textarea-group textarea:focus+label,
form .field-group .textarea-group textarea.hasText+label {
    top: 7px;
    transform: translateY(0%);
    font-size: 13px;
}

form .field-group .textarea-group textarea:focus {
    border: 1px solid #009746;
    box-shadow: 0 0 2px #80cba3;
}

form .field-group .textarea-group .placeLabel {
    top: 20px;
}

form .field-group .tip {
    color: #8d8d8d;
    letter-spacing: 1px;
}

form .field-group .placeLabel {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 16px;
    transition: font 0.1s ease, top 0.1s ease, transform 0.1s ease, -webkit-transform 0.1s ease, -moz-transform 0.1s ease, -o-transform 0.1s ease;
}

form .field-group input:-webkit-autofill,
form .field-group input:-webkit-autofill:hover,
form .field-group input:-webkit-autofill:focus,
form .field-group input:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

/*select2 第一個 一律空白 隱藏*/
.select2-container .select2-results__options li:first-child {
    display: none;
}

input[type="checkbox"]:checked+label .icon-ok {
    background: #009746;
    border: 1px solid #009746;
}

input[type="checkbox"]:checked+label .icon-ok::before {
    position: absolute;
    opacity: 1;
}

.green-dec-line li a:hover .img-wrapper .dec {
    opacity: 1;
    width: 88%;
    height: 86%;
    border-radius: 35px;
    opacity: 0;
}

.green-dec-line li a .img-wrapper .dec {
    width: 100%;
    height: 100%;
    border: 1px solid #00984e;
    opacity: 0;
    transition: opacity 0.3s, width 0.3s, height 0.3s, border-radius 0.3s;
}

.green-dec-line li a .img-wrapper .dec .circle {
    width: 88.7px;
    height: 88.7px;
    transition: opacity 0.3s;
    background: rgba(0, 152, 69, 0.69);
}

@media (max-width: 575px) {
    .green-dec-line a .img-wrapper .dec {
        display: none;
    }
}

.share-group {
    top: 185px;
    right: 125px;
    z-index: 1;
    color: #797676;
    cursor: pointer;
}

.share-group .share {
    transition: color 0.3s;
}

.share-group .share:hover {
    color: #009845;
}

.share-group>div:nth-child(2) {
    display: none;
    background: white;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    margin-top: 20px;
    border-radius: 10px;
}

.share-group>div:nth-child(2)::before {
    content: "";
    display: block;
    background: url("images/common/tri.png") center no-repeat;
    width: 17px;
    height: 11px;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
}

.share-group>div:nth-child(2) ul li a:hover {
    color: #009845;
}

@media screen and (max-width: 1600px) {
    .share-group {
        right: 40px;
    }
}

@media screen and (max-width: 991px) {
    .share-group {
        right: 20px;
        top: 120px;
    }
}

@media screen and (max-width: 575px) {
    .share-group .share span {
        display: none !important;
    }
}

.gray-between-line:before,
.gray-between-line:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #dddddd;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gray-between-line::before {
    left: -50px;
}

.gray-between-line::after {
    right: -50px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #009845;
}

@media screen and (max-width: 575px) {
    .pagination {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {

    #modify .block-style-2 .border-bottom-gray,
    #password .block-style-2 .border-bottom-gray,
    #favorite .block-style-2 .border-bottom-gray {
        width: calc(100% - 40px);
        margin: auto;
    }
}

.select2-dropdown {
    border: 1px solid #ddd;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "";
    background: url(images/common/breadcrumb-arrow.svg) center no-repeat;
    width: 4px;
    height: 7px;
    position: relative;
    top: -2px;
}

/* ==========================================================================
header
==========================================================================*/
#header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    z-index: 100;
    background: white;
}

#header {
    border-bottom: 1px solid #009845;
}

#header.scroll {
    -webkit-box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.09);
}

#header a.logo {
    top: 50%;
    left: 125px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 195px;
}

#header a.logo .svg path {
    fill: black !important;
}

#header .menu-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    height: 38px;
}

#header .menu-toggle .wrapper {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #009845;
    position: relative;
    display: inline-block;
}

#header .menu-toggle .wrapper div {
    height: 2px;
    background-color: white;
    -webkit-transition: width 0.5s ease, top 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s ease, top 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s ease, top 0.5s, transform 0.5s;
    transition: width 0.5s ease, top 0.5s, transform 0.5s, -webkit-transform 0.5s;
    position: absolute;
    left: 12px;
    width: 14px;
}

#header .menu-toggle .wrapper div.bar1 {
    top: 13px;
}

#header .menu-toggle .wrapper div.bar2 {
    top: 19px;
}

#header .menu-toggle .wrapper div.bar3 {
    top: 25px;
}

#header .menu-toggle.active .wrapper div.bar1 {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#header .menu-toggle.active .wrapper div.bar2 {
    opacity: 0;
}

#header .menu-toggle.active .wrapper div.bar3 {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header .bg_phone .scroll_wrapper .tag {
    display: none;
}

#header .bg_phone .scroll_wrapper nav {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: left;
    margin-left: 27%;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li {
    height: 100%;
    float: left;
    z-index: 1;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li:nth-child(1) {
    margin-right: 83px;
    margin-left: 48px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li:nth-child(2) {
    margin-right: 55px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li>.submenu>ul>li i {
    font-size: 22px;
    position: absolute;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li>.submenu>ul>li i.icon-emblem-1 {
    color: #d9a85e;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li>.submenu>ul>li i.icon-emblem-2 {
    color: #00a9ce;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li>.submenu>ul>li i.icon-emblem-3 {
    color: #662b2f;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li>.submenu>ul>li img {
    margin-left: 3px;
    width: 20px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(1)>.submenu>ul>li>.submenu>ul>li span {
    margin-left: 3px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style {
    width: 125px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(5) a svg {
    width: 79px;
    height: 72px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(5) a svg path {
    fill: #00984e !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(5) a:hover svg path {
    fill: white !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(6) a {
    padding-top: 10px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(6) a svg {
    width: 108px;
    height: 94px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(6) a svg path {
    stroke: #00984e !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(6) a:hover svg path {
    stroke: white !important;
    fill: white !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(7) a svg {
    width: 82px;
    height: 64.7px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(7) a svg path {
    fill: #00984e !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(7) a:hover svg path {
    fill: white !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li .submenu ul.column {
    width: 400px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li .submenu ul.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 230px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li .submenu ul.column li {
    width: 33.33%;
    width: 40%;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li {
    margin: 0px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.pic-text img {
    float: left;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.pic-text>div {
    float: left;
    width: 335px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.pic-text>div .more {
    float: right;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.pic-text>div .more span {
    color: #00984e;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.block-style {
    width: 220px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.block-style svg {
    width: 77px;
    height: 77px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.block-style svg path {
    stroke: #00984e !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(2) .submenu ul.column {
    width: 290px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(2) .submenu ul.column li {
    width: 50%;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(3) .submenu ul.column {
    width: 240px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(3) .submenu ul.column li {
    width: 50%;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(4) {
    margin-left: 60px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4) .submenu>ul>li:nth-child(1) .submenu>ul>li ul li>span:nth-child(1) {
    width: 85px;
    display: inline-block;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(1) .submenu>ul>li>* {
    float: left;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(1) .submenu>ul>li a {
    letter-spacing: 0;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(4) {
    margin-left: 50px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5) {
    margin-left: 60px;
    margin-right: 0;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5)>div {
    float: left;
    text-align: center;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5)>div>span {
    display: block;
    color: #00984e;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5)>div>span span {
    color: black;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(6),
#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(7),
#header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(8) {
    display: none;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li.active>span.list {
    color: #00984e;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:hover>span.list {
    color: #00984e;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li:hover .submenu {
    display: block;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>span.list {
    font-size: 16px;
    display: block;
    cursor: pointer;
    padding: 0 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    color: #1a1a1a;
    letter-spacing: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>span.list i.icon-right-open-mini {
    display: none;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100px;
    letter-spacing: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.96);
    box-shadow: 5px 7px 26px -5px rgba(110, 98, 98, 0.15);
    border-bottom: 1px solid #eee;
    animation: line 1s;
    animation-delay: 1s;
    padding-top: 50px;
    padding-bottom: 58px;
    z-index: 2;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2px;
    background: #00984e;
    opacity: 0;
}


@media (min-width: 991px) {

    #header .bg_phone .scroll_wrapper nav ul.menu>li:hover .submenu {
        pointer-events: all;
        opacity: 1;
        transform: translateY(0);
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu {
        display: block;
        pointer-events: none;
        transition: all 0.6s cubic-bezier(0.85, 0, 0.15, 1);
        opacity: 0;
        transform: translateY(20px);
        margin-top: 1px;
    }

    .submenu-about {
        overflow: hidden;
    }

    .submenu-about>ul {
        position: relative;
        display: flex !important;
        width: auto;
        max-width: 1500px;
        margin: 0 auto;
        flex-wrap: nowrap;;
        padding: 0 20px;
    }

    .submenu-about >ul>li {
        flex: 1 1 auto;
        width: auto !important;
        margin: 0 !important;
        line-height: 1.5;
    }

    .submenu-about .cert-list {
        line-height: 1.3;
    }


    .submenu-about ul>li.menu-about-pictures img {
        margin: 0 15px;
        border: 1px solid #dfdfdf;
        max-width: initial;
        width: auto;
        height: 150px;
    }

    .submenu-about .article-menu-list {
        display: flex;
    }

    .submenu-about .article-menu-list > * {
        padding-right: 20px;
    }

    .submenu-about .article-menu-list img {
        width: 120px !important;
        height: 80px !important;
        max-width: none;
    }
}

@media (max-width: 1400px) {
    .submenu-about ul>li.menu-about-pictures img~img {
        display: none;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .submenu-about ul>li.menu-about-pictures img {
        margin: 0;
        margin-left: 40px;
    }

    .submenu-about ul>li.menu-about-pictures img~img {
        display: none;
    }
}

@media (max-width: 991px) {
    .submenu-about ul>li.menu-about-pictures img {
        display: none !important;
    }
}


.article-menu-list a .subject {
    text-align: center;
    display: block;
    margin: 5px;
}

.article-menu-list a img {
    transition: .5s;
}

.article-menu-list a:hover img {
    opacity: .7;
}

@media (max-width: 991px) {
    .article-menu-list a .subject {
        text-align: left;
    }

    .article-menu-list a img {
        display: none !important;
    }
}


.idea-menu-list {
    display: flex !important;
    flex-wrap: nowrap;
    max-width: 1200px;
}


.idea-menu-list > li {
    flex: 0 0 50%;
}

.idea-menu-list > li > a {
    display: flex;
}

.idea-menu-list > li > a > .thumb {
    flex: 1 1 220px;
    
}

.idea-menu-list > li > a > .thumb img {
    display: block;
    width: 220px !important;
    height: 150px !important;
    max-width: none;
    transition: .5s;
}

.idea-menu-list > li > a:hover .thumb img {
    opacity: .7;
}

.idea-menu-list > li > a > .text {
    flex: 1 1 auto;
    padding-left: 30px;
}

.idea-menu-list > li > a > .text .subject {
    color: #00984e;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.idea-menu-list > li > a .more {
    color: #00984e;
    text-align: right;
    margin-top: 20px;
}


@media (max-width: 991px) {
    .idea-menu-list {
        display: block !important;
        flex-wrap: wrap;
    }

    .idea-menu-list .text {
        padding-left: 0 !important;
    }

    .idea-menu-list .subject {
        color: #000 !important;
        font-weight: normal !important;
    }

    .idea-menu-list .subject ~ *{
        display: none !important;
    }

    .idea-menu-list a img {
        display: none !important;
    }
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul {
    display: table;
    margin: auto;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li {
    margin: 0 30px;
    float: left;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style {
    margin: 0 15px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style a {
    border: 2px solid #00984e;
    display: block;
    border-radius: 15px;
    color: #00984e;
    text-align: center;
    height: 145px;
    padding-top: 20px;
    position: relative;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style a:hover {
    background: #00984e;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style a:hover svg path {
    stroke: white !important;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style a:hover span {
    color: white;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style a svg path {
    -webkit-transition: stroke 0.3s;
    transition: stroke 0.3s;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style a span {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: bold;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li span.list {
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #00984e;
    margin-bottom: 10px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li span.list i.icon-right-open-mini {
    display: none;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li .submenu ul li {
    margin-bottom: 11px;
    color: #404040;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li .submenu ul.column li {
    margin-bottom: 10px;
}

#header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li span.list.spec+.submenu ul.column li {
    float: left;
}

#header .bg_phone .scroll_wrapper nav ul.menu a:hover {
    color: #00984e;
}

#header .menu2 {
    position: absolute;
    right: 185px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .menu2 li {
    float: left;
    position: relative;
    padding: 0 10px;
    cursor: pointer;
}

#header .menu2 li:not(:last-child):after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #b2b2b2;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#header .menu2 li img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    width: 23px;
}

#header .menu2 li img:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}

#header .person {
    background: #00984e;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 125px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .search .gray-mask {
    top: 100px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    background-color: black;
    position: absolute;
    transition: all 0.6s;
    pointer-events: none;
    opacity: 0;
}

#header .search .gray-mask.active {
    pointer-events: all;
    opacity: 0.5;
}

#header .search form {
    z-index: 1;
    border-top: 2px solid #00984e;
    position: fixed;
    top: 100px;
    left: 0;
    background: white;
    width: 100%;
    padding-top: 28px;
    padding-bottom: 37px;
    display: none;
}

#header .search form>span {
    font-size: 20px;
    color: #00984e;
    display: block;
    text-align: center;
    font-weight: bold;
    padding-bottom: 12px;
}

#header .search form>div {
    max-width: 1240px;
    width: calc(100% - 40px);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#header .search form>div.advanced>div .input-wrapper button[type="submit"] {
    display: none;
}

#header .search form>div.advanced>div .input-wrapper>img {
    display: block;
}

#header .search form>div.advanced>button[type="button"] i:nth-child(1) {
    display: none;
}

#header .search form>div.advanced>button[type="button"] i:nth-child(2) {
    display: inline-block;
}

#header .search form>div>div {
    color: #404040;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    margin-left: 141px;
    max-width: 976px;
}

#header .search form>div>div .input-wrapper {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    padding: 10.5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header .search form>div>div .input-wrapper input {
    border: none;
    -webkit-appearance: none;
    padding-right: 20px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-right: 1px solid #dddddd;
}

#header .search form>div>div .input-wrapper button[type="submit"] {
    margin-left: 20px;
}

#header .search form>div>div .input-wrapper button[type="submit"] img {
    width: 24px;
}

#header .search form>div>div .input-wrapper>img {
    display: none;
    width: 18px;
    margin-left: 20px;
}

#header .search form>div>div .advanced-wrapper>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .search form>div>div .advanced-wrapper>div .row {
    margin-top: 8px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    width: 105%;
}

#header .search form>div>div .advanced-wrapper>div .row.hasTwo>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

#header .search form>div>div .advanced-wrapper>div .row.hasThree>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}

#header .search form>div>div .advanced-wrapper>div .row.hasFour>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

#header .search form>div>div .advanced-wrapper>div .row>div {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

#header .search form>div>div .advanced-wrapper>div .row>div>span {
    width: 100% !important;
}

#header .search form>div>div .advanced-wrapper>div button[type="submit"] {
    width: 130px;
    height: 48px;
    background: #00984e;
    color: white;
    border-radius: 5px;
    margin-top: 8px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

#header .search form>div>div .advanced-wrapper>div button[type="submit"]:hover {
    opacity: 0.8;
}

#header .search form>div>button[type="button"] {
    margin-left: 30px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .search form>div>button[type="button"].open i:nth-child(1) {
    display: none;
}

#header .search form>div>button[type="button"].open i:nth-child(2) {
    display: inline-block;
}

#header .search form>div>button[type="button"] i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #00984e;
    border-radius: 50%;
    color: white;
    position: relative;
}

#header .search form>div>button[type="button"] i:nth-child(2) {
    display: none;
}

#header .search form>div>button[type="button"] i::before {
    margin: 0;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 44%;
    -webkit-transform: scale(0.8) translate(-50%, -50%);
    transform: scale(0.8) translate(-50%, -50%);
}

#header .search form>div>button[type="button"] span {
    font-size: 16px;
    color: #00984e;
    font-weight: bold;
    margin-left: 5px;
}

#header .catalogues {
    position: fixed;
    top: 100px;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}

#header .catalogues.active {
    pointer-events: all;
}

#header .catalogues.active .panel {
    -webkit-transform: none;
    transform: none;
}

#header .catalogues.active .gray-mask {
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    background-color: black;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

#header .catalogues.active .gray-mask {
    opacity: 0.5;
    pointer-events: all;
}

#header .catalogues .panel {
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    right: 0;
    height: calc(100vh - 100px);
    width: 450px;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
}

#header .catalogues .panel .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#header .catalogues .panel .title-header {
    background: #009843;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

#header .catalogues .panel .title-header div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .catalogues .panel .title-header div img {
    float: left;
    cursor: pointer;
}

#header .catalogues .panel .title-header div img:nth-child(1) {
    width: 22px;
    margin-right: 20px;
}

#header .catalogues .panel .title-header div img:nth-child(2) {
    width: 25px;
    margin-right: 20px;
}

#header .catalogues .panel .title-header div img:nth-child(3) {
    width: 22px;
}

#header .catalogues .panel .content .catalogue.edit-mode .title .toggle {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
}

#header .catalogues .panel .content .catalogue.edit-mode .title .toggle>span {
    display: none;
}

#header .catalogues .panel .content .catalogue.edit-mode .title .toggle div {
    display: block;
}

#header .catalogues .panel .content .catalogue.edit-mode .title>div:nth-child(2) .pen img:nth-child(1) {
    display: none;
}

#header .catalogues .panel .content .catalogue.edit-mode .title>div:nth-child(2) .pen img:nth-child(2) {
    display: block;
}

#header .catalogues .panel .content .catalogue .title {
    background: #f2f2f2;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 30px;
}

#header .catalogues .panel .content .catalogue .title>div.toggle {
    cursor: pointer;
    padding: 17px 0;
    padding-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

#header .catalogues .panel .content .catalogue .title>div.toggle:hover {
    background: #d0d0d0;
}

#header .catalogues .panel .content .catalogue .title>div.toggle div {
    display: none;
}

#header .catalogues .panel .content .catalogue .title>div.toggle div input {
    width: 160px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    padding: 0 10px;
}

#header .catalogues .panel .content .catalogue .title>div:nth-child(2) {
    margin-right: -12px;
}

#header .catalogues .panel .content .catalogue .title>div:nth-child(2) div {
    float: left;
    cursor: pointer;
    width: 45px;
    padding: 17px 0;
    text-align: center;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

#header .catalogues .panel .content .catalogue .title>div:nth-child(2) div:hover {
    background: #d0d0d0;
}

#header .catalogues .panel .content .catalogue .title>div:nth-child(2) div.pen img:nth-child(1) {
    width: 20px;
}

#header .catalogues .panel .content .catalogue .title>div:nth-child(2) div.pen img:nth-child(2) {
    display: none;
    margin: auto;
    width: 24px;
}

#header .catalogues .panel .content .catalogue .title>div:nth-child(2) div:nth-child(2) img {
    width: 22px;
}

#header .catalogues .panel .content .catalogue .title>div:nth-child(2) div.trash img {
    width: 18px;
}

#header .catalogues .panel .content .catalogue>ul>li {
    padding: 17px 0;
    border-bottom: 1px solid #dddddd;
}

#header .catalogues .panel .content .catalogue>ul>li>div {
    padding: 0 30px;
}

#header .catalogues .panel .content .catalogue>ul>li>div>div img {
    align-self: flex-start;
    width: 80px;
}

#header .catalogues .panel .content .catalogue>ul>li>div>div>div ul {
    color: #8c8c8c;
}

#header .catalogues .panel .content .catalogue>ul>li>div>div .delete {
    width: 20px;
    top: 0;
    right: 0;
    cursor: pointer;
}

#header .addCatalogue {
    position: fixed;
    top: 100px;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}

#header .addCatalogue.active {
    pointer-events: all;
}

#header .addCatalogue.active .panel {
    -webkit-transform: none;
    transform: none;
}

#header .addCatalogue.active .gray-mask {
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    background-color: black;
    position: absolute;
    opacity: 0.5;
}

#header .addCatalogue .gray-mask.active {
    left: 0;
    top: 55px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: absolute;
    opacity: 0.5;
}

#header .addCatalogue .panel {
    z-index: 1;
    right: 0;
    height: calc(100vh - 100px);
    width: 450px;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateX(450px);
    transform: translateX(450px);
}

#header .addCatalogue .panel .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#header .addCatalogue .panel .title {
    background: #009843;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 30px;
}

#header .addCatalogue .panel .title .icon-cancel-1 {
    cursor: pointer;
}

#header .addCatalogue .panel form {
    padding: 22px 30px;
    background: #f7f7f7;
    margin-bottom: 30px;
}

#header .addCatalogue .panel .btns {
    padding: 0 30px;
}

@media screen and (max-width: 1600px) {
    #header a.logo {
        left: 80px;
    }

    #header .bg_phone .scroll_wrapper nav {
        margin-left: 350px;
    }


    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li .submenu ul.column {
        width: 300px;
        max-height: 260px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li .submenu ul.column li {
        width: 50%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.block-style {
        width: 190px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li {
        margin: 0 25px;
    }

    #header .person {
        right: 40px;
    }

    #header .menu2 {
        right: 100px;
    }
}

@media screen and (max-width: 1500px) {

    #header .bg_phone .scroll_wrapper nav {
        margin-left: 350px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>span.list {
        padding: 0 25px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li {
        margin: 0 20px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(2) .submenu ul.column li {
        width: 100%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(2) .submenu ul.column {
        width: 180px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(2) .submenu ul.column {
        width: 180px;
        display: block;
    }
}

@media screen and (max-width: 1400px) {
    #header a.logo {
        left: 40px;
    }

    #header .bg_phone .scroll_wrapper nav {
        margin-left: 260px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li .submenu ul.column {
        width: 270px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style {
        width: 110px;
        margin: 0 15px !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(5) a svg {
        width: 50px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(6) a svg {
        width: 63px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style:nth-child(7) a svg {
        width: 63px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style span {
        width: 80%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(2) .submenu ul.column {
        width: 180px;
        display: block;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(3) .submenu ul.column {
        width: 180px;
        display: block;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(4) {
        margin-left: 20px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(3) .submenu ul.column li {
        width: 100%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li.pic-text {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(4) {
        margin-left: 10px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5) {
        margin-left: 0;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5)>div {
        margin-right: 20px !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5)>div img {
        width: 100px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5) .submenu>ul>li:nth-child(5) img {
        width: 200px;
    }
}

@media screen and (max-width: 1300px) {
    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li {
        margin: 0 10px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>span.list {
        padding: 0 20px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(3)>.submenu>ul>li.block-style {
        width: 105px;
    }
}

@media screen and (max-width: 1199px) {
    #header a.logo {
        left: 20px;
    }

    #header .bg_phone .scroll_wrapper nav {
        margin-left: 230px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>span.list {
        padding: 0 8px;
    }

    #header .bg_phone .scroll_wrapper .person {
        right: 20px;
    }

    #header .bg_phone .scroll_wrapper .menu2 {
        right: 80px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5)>.submenu>ul>li:not(:last-child) {
        height: 177px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(5)>.submenu>ul>li:last-child {
        width: 66.66% !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul {
        width: 100%;
        padding: 0 10px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li {
        width: 33.33%;
        margin: 0 !important;
        padding: 0 10px !important;
        margin-bottom: 20px !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.block-style {
        width: 150px !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.pic-text {
        width: 100% !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li.pic-text>div {
        width: auto !important;
    }
}

@media (max-width: 991px) {
    #header {
        height: 55px;
    }

    #header.menuOpen {
        border-bottom: 2px solid #009845;
    }

    #header a.logo {
        width: 128px;
    }

    #header .menu-toggle {
        display: block;
    }

    #header .gray_block.active {
        left: 0;
        top: 55px;
        width: 100vw;
        height: 100vh;
        background-color: black;
        position: absolute;
        opacity: 0.5;
    }

    #header .bg_phone {
        width: 320px;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        display: block;
        right: 0;
        top: 55px;
        height: calc(100vh - 55px);
        z-index: 40;
        pointer-events: none;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        background: white;
        -webkit-transform: translateX(320px);
        transform: translateX(320px);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    #header .bg_phone.active {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        pointer-events: all;
    }

    #header .bg_phone .scroll_wrapper {
        -webkit-overflow-scrolling: touch;
    }

    #header .bg_phone .scroll_wrapper nav {
        margin-left: 0;
        display: block;
        height: auto;
        float: none;
        padding-bottom: 60px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu {
        position: relative;
        padding: 0;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li {
        height: 55px;
        float: none;
        color: black;
        border-bottom: 1px solid #dddddd;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(3)>.submenu>ul>li.block-style {
        margin: auto !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(3)>.submenu>ul>li .submenu ul.column {
        width: 100%;
        display: block;
        max-height: initial;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(3)>.submenu>ul>li .submenu ul.column li {
        width: 100%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4)>.submenu>ul>li.pic-text img {
        display: none;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4)>.submenu>ul>li.pic-text p {
        display: none;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(4)>.submenu>ul>li:nth-child(3) .submenu ul.column {
        width: 100%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4)>.submenu>ul>li.pic-text .more {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4)>.submenu>ul>li.pic-text .more i {
        display: none;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4)>.submenu>ul>li.pic-text .more span {
        display: none;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4)>.submenu>ul>li.pic-text div {
        line-height: 53px;
        padding: 0;
        width: 100% !important;
        position: relative;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(4)>.submenu>ul>li:nth-child(2) .submenu ul.column {
        width: 100%;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:not(:last-child) {
        height: 53px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li.mt-4:last-child {
        display: none;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:nth-child(1) .submenu>ul {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:nth-child(1) .submenu>ul>li {
        border-bottom: none;
        padding-right: 20px !important;
        padding-left: 20px !important;
        height: auto;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:nth-child(1) .submenu>ul>li a {
        line-height: 30px;
        padding: 0;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:nth-child(1) .submenu>ul>li:nth-child(3) {
        height: auto;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:nth-child(1) .submenu>ul>li:nth-child(3) ul {
        padding-top: 4px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:nth-child(1) .submenu>ul>li:nth-child(3) ul li {
        border-bottom: none;
        height: 30px;
        margin-bottom: 0;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(5)>.submenu>ul>li:nth-child(1) .submenu>ul>li>span {
        line-height: 30px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(6),
    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(7),
    #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(8) {
        display: block;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li span.list {
        margin-bottom: 0 !important;
        color: black !important;
        padding-left: 20px;
        padding-right: 0;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-weight: normal !important;
        cursor: pointer;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li span.list i.icon-right-open-mini {
        display: block !important;
        margin-left: auto;
        padding-right: 13px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li span.list .icon-earth {
        margin-left: -3px;
        margin-right: 7px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li span.list .icon-society {
        margin-left: -3px;
        margin-right: 7px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li a.list {
        display: block;
        height: 100%;
        padding: 0 20px;
        line-height: 53px;
        font-size: 16px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li a.list:hover {
        color: black;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li a.list i {
        font-size: 20px;
        color: black;
        margin-left: -5px;
        margin-right: 5px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu {
        border: none;
        min-height: 100%;
        display: block;
        width: 100%;
        position: absolute;
        top: 0px;
        padding: 0;
        z-index: 1;
        -webkit-transform: translateX(320px);
        transform: translateX(320px);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        background: white;
        padding-bottom: 150px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu.active {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul {
        padding: 0;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li {
        width: 100%;
        margin-bottom: 0 !important;
        padding: 0 !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li.block-style {
        width: 100% !important;
        margin: auto !important;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li.block-style a {
        border: none;
        padding-top: 0 !important;
        line-height: 53px;
        height: 53px;
        color: black;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li.block-style a:hover {
        background: white;
        color: black;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li.block-style a:hover span {
        color: black;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li.block-style a svg {
        display: none;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li.block-style a span {
        position: static;
        -webkit-transform: none;
        transform: none;
        width: 100% !important;
        text-align: left;
        font-weight: normal;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li a {
        display: block;
        height: 100%;
        padding: 0 20px;
        line-height: 53px;
        font-size: 16px;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li span.list.spec {
        padding: 0;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li span.list.spec a {
        padding: 0;
        width: 100%;
        padding-left: 20px;
        color: #009845;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu li .submenu>ul>li span.list.spec i {
        padding: 0;
        height: 100%;
        line-height: 55px;
        background: #009845;
        color: white;
        width: 55px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .bg_phone .scroll_wrapper nav ul.menu a:hover {
        color: black;
    }

    #header .bg_phone .scroll_wrapper .tag {
        display: block;
        font-weight: bold;
        text-align: center;
        padding: 15px 20px;
        border-bottom: 1px solid #dddddd;
        font-size: 16px;
    }

    #header .bg_phone .scroll_wrapper .tag i {
        position: absolute;
        left: 12px;
        cursor: pointer;
    }

    #header .menu2 {
        right: 65px;
    }

    #header .menu2 li {
        padding: 0 8px;
    }

    #header .menu2 li::after {
        opacity: 0;
    }

    #header .person {
        display: none;
    }

    #header .search .gray-mask.active {
        top: 55px;
        height: calc(100vh - 55px);
    }

    #header .search form {
        top: 55px;
    }

    #header .search form>div {
        display: block;
    }

    #header .search form>div>div {
        margin-left: 0;
    }

    #header .search form>div>div .advanced-wrapper>div .row.hasFour>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #header .search form>div>div .advanced-wrapper>div .row.hasThree>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    #header .search form>div>button[type="button"] {
        display: table;
        margin: auto;
    }

    #header .catalogues {
        top: 55px;
        height: calc(100vh - 55px);
    }

    #header .catalogues.active .gray-mask {
        height: calc(100vh - 55px);
    }

    #header .catalogues .panel {
        height: calc(100vh - 55px);
        padding-bottom: 30px;
    }

    #header .catalogues .panel .title-header {
        padding: 0 20px;
    }

    #header .catalogues .panel .content .catalogue .title {
        padding-right: 20px;
    }

    #header .catalogues .panel .content .catalogue .title>div.toggle {
        padding-left: 20px;
    }

    #header .catalogues .panel .content .catalogue>ul>li>div {
        padding: 0 20px;
    }

    #header .addCatalogue {
        top: 55px;
        height: calc(100vh - 55px);
    }

    #header .addCatalogue.active .gray-mask {
        height: calc(100vh - 55px);
    }

    #header .addCatalogue .panel {
        height: calc(100vh - 55px);
    }

    #header .addCatalogue .panel .title {
        padding: 0 20px;
    }

    #header .addCatalogue .panel form {
        padding-right: 20px;
        padding-left: 20px;
    }

    #header .addCatalogue .btns {
        padding: 0 20px;
    }
}

@media (max-width: 576px) {
    #header .search form {
        padding-top: 25px;
        padding-bottom: 20px;
    }

    #header .search form>div>div .input-wrapper {
        padding: 8px 20px;
    }

    #header .search form>div>div .input-wrapper button[type="submit"] img {
        width: 20px;
    }

    #header .search form>div>div>.advanced-wrapper>div {
        display: block;
    }

    #header .search form>div>div>.advanced-wrapper>div .row {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #header .search form>div>div>.advanced-wrapper>div .row.hasFour>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #header .search form>div>div>.advanced-wrapper>div .row.hasTwo>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #header .search form>div>div>.advanced-wrapper>div .row.hasThree>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #header .search form>div>div>.advanced-wrapper>div button[type="submit"] {
        width: 100%;
        height: 40px;
    }

    #header .bg_phone {
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    #header .bg_phone .scroll_wrapper nav ul.menu>li .submenu {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    #header .gray_block {
        display: none;
    }

    #header .menu2 li {
        padding: 0 5px;
    }

    #header .menu2 li img {
        width: 23px;
    }
}

/* ==========================================================================
footer
==========================================================================*/
footer {
    background: #fbfbfb;
    padding-top: 110px;
    padding-bottom: 100px;
}

footer ul.float {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 2;
}

footer ul.float li {
    border-radius: 10px;
    width: 45px;
    height: 45px;
    color: white;
    padding-top: 2px;
    text-align: center;
    margin-bottom: 8px;
    cursor: pointer;
}

@media (max-width: 767px) {
    footer ul.float li {
        padding-top: 1px;
        padding-bottom: 4px;
        line-height: 1;
    }
}

footer ul.float li:hover>img {
    opacity: 0.8;
}

footer ul.float #goTop {
    color: #3f3f3f;
    font-weight: bold;
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none;
}

footer ul.float #goTop.shown {
    opacity: 1;
    pointer-events: all;
}

footer ul.float #goTop img {
    opacity: .8;
}

footer ul.float li.line  {
    background: #00c300;
    border-radius: 50%;
    position: relative;
}

footer ul.float li.line  img {
    position: relative;
    top: 50% !important;
    transform: translateY(-50%);
}

footer ul.float li.line > a img {
    position: absolute;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90% !important;
}

footer ul.float li.line >div {
    opacity: 0;
    position: fixed;
    right: 15px;
    bottom: 90px;
    width: 360px;
    background: rgba(255, 255, 255, .95);
    box-shadow: 7px 7px 15px 8px rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    overflow: hidden;
    transition: opacity .5s, transform 0.5s ease;
    pointer-events: none;
    transform: scale(0);
    transform-origin: right bottom;
}

footer ul.float li.line.shown >div {
    opacity: 1;
    transform: scale(1);
    pointer-events: all;
}

footer ul.float li.line >div .title {
    background-color: #00c300;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: relative;
}

footer ul.float li.line >div .title .logo img {
    width: 25px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

footer ul.float li.line >div .title .logo span {
    position: relative;
    font-size: 14px;
    padding-left: 30px;
}

footer ul.float li.line >div .title i {
    font-size: 25px;
}

footer ul.float li.line >div .title .close {
    color: #fff;
}


footer ul.float li.line >div .content {
    padding: 30px
}

footer ul.float li.line >div .content .qrCode {
    margin: 0 auto;
    margin-top: 10px;
    width: 250px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .03);
    border-radius: 10px;
    overflow: hidden;
}
footer ul.float li.line >div .content .heading {
    display: block;
    margin: 25px 0 15px;
    font-size: 18px;
    color: #3f3f3f;
    font-weight: bold;
}

footer ul.float li.line >div .content .description {
    display: block;
    margin: 16px 0;
    color: #3f3f3f;
    line-height: 1.5;
}

footer ul.float li.line >div .content a {
    display: block;
    background-color: #00c300;
    color: #fff;
    padding: 10px 10px;
    border-radius: 5px;
}

@media (max-width: 767px) {
    footer ul.float li.line >div {
        bottom: 0;
        right: 0;
        width: 100%;
    }

    footer ul.float li.line >div .content .qrCode {
        display: none;
    }
    footer ul.float li.line >div .content .heading {
        margin-top: 0;
    }
}



footer ul.float li>span {
    display: block;
    line-height: 1em;
    font-size: 12px;
}

footer ul.float li>img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

footer .top {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 90px;
    padding-left: 48px;
}

footer .top>ul {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

footer .top>ul>li {
    padding-right: 20px;
}

footer .top>ul>li span {
    padding-bottom: 16px;
}

footer .top>ul>li span i {
    display: none;
}

footer .top>ul>li:nth-child(1) {
    padding-right: 50px;
}

footer .top>ul>li:nth-child(1) ul {
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 230px;
}

footer .top>ul>li:nth-child(1) ul li {
    width: 50%;
}

footer .top>ul>li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

footer .top>ul>li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
}

footer .top>ul>li:nth-child(4) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

footer .top>ul>li:nth-child(5) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
}

footer .top>ul>li:nth-child(6) {
    padding-right: 0;
}

footer .top>ul>li:nth-child(6) ul li {
    margin-bottom: 10px;
}

footer .top>ul>li ul li {
    margin-bottom: 5px;
}

footer .bottom {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .bottom ul:nth-of-type(2) li {
    text-align: right;
}

footer .bottom ul li {
    margin-bottom: 5px;
    letter-spacing: 0;
}

footer .bottom ul li.author {
    position: absolute;
    left: -1000em;
}

@media (max-width: 1600px) {
    footer ul.float {
        right: 15px;
        bottom: 20px;
    }

    footer ul.float li:nth-child(1)>div {
        right: 15px;
        bottom: 200px;
    }

    footer .top {
        padding-left: 0;
    }

    footer .top>ul {
        margin-right: -15px !important;
        margin-left: -15px !important;
    }

    footer .top>ul>li {
        padding-right: 15px;
        padding-left: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
    }

    footer .top>ul>li:nth-child(6) {
        flex: 1 0 auto;
    }
}

@media (max-width: 1500px) {
    footer .top>ul>li:nth-child(3) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }

    footer .top>ul>li:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
    }
}

@media (max-width: 1400px) {
    footer .top>ul>li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        padding-right: 15px;
    }

    footer .top>ul>li:nth-child(6) {
        margin-top: 20px;
    }

    footer .top>ul>li:nth-child(1) ul {
        width: auto;
    }

    footer .top>ul>li:nth-child(6) ul li {
        float: left;
        margin-right: 20px;
    }
}

@media (max-width: 1199px) {
    footer ul.float li:hover {
        opacity: 1;
    }

    footer .top>ul>li:nth-child(2),
    footer .top>ul>li:nth-child(3),
    footer .top>ul>li:nth-child(4),
    footer .top>ul>li:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
    }
}

@media (max-width: 991px) {
    footer .top>ul>li {
        margin-bottom: 20px;
    }

    footer .top>ul>li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    footer .top>ul>li:nth-child(2),
    footer .top>ul>li:nth-child(3),
    footer .top>ul>li:nth-child(4),
    footer .top>ul>li:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }

    footer .top>ul>li:nth-child(6) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-top: 0;
    }

    footer .top>ul>li:nth-child(6) ul li {
        float: none;
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    footer {
        padding-top: 45px;
        padding-bottom: 60px;
    }

    footer ul.float li:nth-child(1)>div {
        bottom: 140px;
    }

    footer .top {
        padding-bottom: 0;
    }

    footer .top>ul {
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    footer .top>ul>li {
        padding: 0 !important;
        margin-bottom: 0;
    }

    footer .top>ul>li:nth-child(1) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    footer .top>ul>li:nth-child(1)>div {
        display: none;
        padding-bottom: 17px;
    }

    footer .top>ul>li:nth-child(2),
    footer .top>ul>li:nth-child(3),
    footer .top>ul>li:nth-child(4),
    footer .top>ul>li:nth-child(5) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    footer .top>ul>li:nth-child(6) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    footer .top>ul>li>span {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    footer .top>ul>li>span.active i {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    footer .top>ul>li>span i {
        float: right;
        display: block;
    }

    footer .top>ul>li:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

    footer .top>ul>li:not(:last-child)>ul {
        display: none;
        padding-bottom: 17px;
    }

    footer .top>ul>li:last-child ul {
        margin-top: 5px;
        margin-bottom: 15px;
    }

    footer .top>ul>li:last-child ul li {
        float: left;
        margin-right: 10px;
    }

    footer .top>ul>li:last-child ul li a>span {
        display: none;
    }

    footer .bottom {
        display: block;
    }

    footer .bottom ul:nth-of-type(2) li {
        text-align: left;
    }
}

@media (max-width: 575px) {
    footer ul.float li {
        width: 40px;
        height: 40px;
    }
}

ul.community li {
    margin-bottom: 10px;
}

ul.community li:nth-child(1) a .img-wrapper span {
    color: white;
    font-size: 12px;
    padding-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
}

ul.community li:nth-child(2) a .img-wrapper svg {
    width: 18px;
}

ul.community li:nth-child(3) a .img-wrapper svg {
    width: 20px;
}

ul.community li:nth-child(4) a .img-wrapper svg {
    width: 18px;
}

ul.community li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

ul.community li a .img-wrapper {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #787676;
    border-radius: 50%;
    position: relative;
}

ul.community li a .img-wrapper svg {
    fill: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

ul.community li a span {
    padding-bottom: 0;
    padding-left: 10px;
}

@media (max-width: 991px) {
    ul.community li a {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        font-size: 15px !important;
    }

    ul.community li:nth-child(3) a {
        font-size: 14px !important;
    }
}

@media (max-width: 575px) {
    ul.community li:nth-child(3) a {
        font-size: 15px !important;
    }
}

.android #header .catalogues .panel {
    overflow-x: auto;
}

.android #product .inner .catalogue.active .panel {
    overflow-x: auto;
}

.android #product .inner .mylove.active .panel {
    overflow-x: auto;
}

.ios footer .top>ul>li:nth-child(1) ul {
    max-height: initial;
}

@keyframes goup {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes changeOpacity {
    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0.1;
    }
}

@keyframes jumping {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-3px);
    }
}

#index .home-banner-section {
    position: relative;
}

#index .home-banner-section ul {
    position: relative;
    z-index: 1;
    padding-top: 47.50%;
}

#index .home-banner-section li {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f8f8f8;
}

#index .home-banner-section li a {
    display: block;
    width: 100%;
    height: 100%;
}

#index .home-banner-section li a img {
    display: block;
    position: absolute;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    min-width: auto;
    object-fit: fill;
    object-position: center;
    transform: scale(1.07);
    image-rendering: auto;
}

#index .home-banner-section li a .player {
    position: absolute;
    z-index: 30;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

#index .home-banner-section[class*="playing"] li a .player {
    pointer-events: all;
}

#index .home-banner-section li a .player video {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    transition: opacity .5s ease;
    pointer-events: none;
}

#index .home-banner-section[class*="playing"] li a .player video {
    opacity: 1;
}

#index .home-banner-section li a .player:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    cursor: default;
}

#index .home-banner-section li a .player .play {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 51%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background: #009845;
    line-height: 1;
    color: #fff;
    opacity: .7;
    overflow: hidden;
    pointer-events: all;
    transition: all .5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
    transition: all .5s ease;
}

#index .home-banner-section.autoplaying li a .player .play {
    transition: none;
}

#index .home-banner-section li a .player .play:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 35px;
    border-color: transparent transparent transparent white;
    transition: all .5s ease;
}

#index .home-banner-section.autoplaying li a .player .play:before {
    transition: none;
}

#index .home-banner-section li a .player .play:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

#index .home-banner-section[class*="playing"] li a .player .play {
    opacity: 1;
    left: 15px;
    top: calc(100% - 15px);
    background: #cc0000;
    transform-origin: left top;
    transform: scale(.3) translate(0, -100%);
}

#index .home-banner-section[class*="playing"] li a .player .play:hover {
    transform: scale(.35) translate(0, -100%);
}

#index .home-banner-section[class*="playing"] li a .player .play:before {
    left: 48%;
    border-width: 15px;
    border-color: white;
}

#index .home-banner-section li a img.mobile {
    display: none !important;
}

#index .home-banner-section .nav {
    position: absolute;
    z-index: 3011;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    transition: all .5s ease;
}

#index .home-banner-section[class*="playing"] .nav- {
    opacity: 0;
    pointer-events: none;
}

#index .home-banner-section .nav .controls {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 55%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
    display: none;
}

#index .home-banner-section .nav .controls .prev,
#index .home-banner-section .nav .controls .next {
    float: left;
    width: 74px;
    height: 82px;
    width: 60px;
    height: 65px;
    background: rgba(0, 152, 78, 0.8);
    background-color: transparent;
    border-radius: 5px;
    transform: translateY(-50%);
    transition: background 0.3s;
    pointer-events: all;
}


#index .home-banner-section .nav .controls .prev i,
#index .home-banner-section .nav .controls .next i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    color: #aaa;
}

#index .home-banner-section .nav .controls .prev:hover,
#index .home-banner-section .nav .controls .next:hover {
    background: #00984e;
    background: transparent;
}

#index .home-banner-section .nav .controls .next {
    float: none;
    float: right;
}

#index .home-banner-section .nav .pagination {
    z-index: 2;
    position: absolute;
    z-index: 20;
    left: 50%;
    bottom: 140px;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    overflow: auto;
    pointer-events: all;
    display: none !important;
}

#index .home-banner-section .nav .pagination a {
    display: inline-block;
    position: relative;
    padding: 0;
    margin: 0 6px;
    width: 26.6px;
    height: 23.6px;
    background: url(images/common/hand.png) center no-repeat;
    font-size: 0;
    transition: .2s;
    transition-property: transform, background;
}

#index .home-banner-section .nav .pagination a.active,
#index .home-banner-section .nav .pagination a:hover {
    background-image: url(images/common/hand-current.png);
}

#index .home-banner-section .line {
    z-index: 10;
    width: 1px;
    height: 170px;
    background: #00984e;
    left: 50%;
    bottom: -50px;
    display: none !important;
}

#index .categories-section ul,
#index .products-section ul {
    padding: 0 80px;
}

#index .categories-section ul li a .img-wrapper .dec .circle,
#index .products-section ul li a .img-wrapper .dec .circle {
    opacity: 0;
    width: 138.7px;
    height: 138.7px;
    transition: opacity 0.3s;
}

#index .categories-section ul li a:hover .img-wrapper .dec .circle,
#index .products-section ul li a:hover .img-wrapper .dec .circle {
    opacity: 0.7;
    opacity: 0;
}

#index .products-section ul .slick-list {
    padding-right: 5px;
}

#index .products-section ul li {
    overflow: hidden;
    padding-top: 5px;
}

#index .products-section ul li:hover .img-wrapper {
    animation: jumping 0.8s infinite alternate;
    animation-delay: 0.4s;
}

#index .products-section ul li img {
    transition: all 0.4s ease;
}

#index .products-section ul li:hover img {
    transform: scale(0.95);
}

#index .products-section ul li a h3 {
    padding: 5px !important;
    line-height: 1.3;
    position: relative;
    z-index: 5;
}

#index .products-section ul li a h3:after {
    content: "";
    display: block;
    width: 0;
    height: 8px;
    margin: 5px auto 0;
    background: #009845;
    opacity: 0.1;
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}

#index .products-section ul li:hover a h3:after {
    width: 100%;
    opacity: 1;
}

#index .categories-section ul li {
    overflow: hidden;
}

#index .categories-section ul li:hover .img-wrapper {
    animation: jumping 0.8s infinite alternate;
    animation-delay: 0.4s;
}

#index .categories-section ul li img {
    transition: all 0.4s ease;
}

#index .categories-section ul li:hover img {
    transform: scale(1.15);
}

#index .categories-section ul li a h3 {
    padding: 5px !important;
    line-height: 1.3;
    position: relative;
    z-index: 2;
}

#index .categories-section ul li a h3:after {
    content: "";
    display: block;
    width: 0;
    height: 8px;
    margin: 5px auto 0;
    background: #009845;
    opacity: 0.1;
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}

#index .categories-section ul li:hover a h3:after {
    width: 100%;
    opacity: 1;
}

#index .products-section li img {
    transform: scale(0.8);
}

#index .news-section {
    background: url("images/index/news-bg.png") center no-repeat;
    background-size: cover;
}

#index .news-section ul {
    margin-left: -18px;
    margin-right: -18px;
}

#index .news-section ul li.slick-slide {
    padding: 0 18px;
}

#index .news-section ul li.slick-slide a .img-wrapper .time {
    bottom: 9%;
    left: 7%;
}

#index .news-section ul li.slick-slide a .img-wrapper .time i:first-child {
    border-bottom: 1px solid white;
}

#index .news-section ul li.slick-slide a .img-wrapper .dec .circle {
    width: 138.7px;
    height: 138.7px;
}

.news-section a .img-wrapper {
    overflow: hidden;
    border: 5px solid transparent;
    transition: all 0.4s;
}

.news-section a:hover .img-wrapper {
    border-color-: #009845;
    box-shadow-: 3px 5px 20px rgba(0, 0, 0, 0.2);
}

.news-section ul li a img {
    transition: all 0.4s;
}

.news-section a:hover img {
    transform: scale(1.1);
}

#index .section ul li:first-child .text {
    top: 50%;
    width: calc(100% - 40px);
    letter-spacing: 0;
}

#index .section ul li:nth-child(2) .text {
    width: 58%;
}

#index .section ul li:nth-child(2) .text h2 {
    letter-spacing: 5px;
}

#index .section ul li:nth-child(2) .text p {
    letter-spacing: 0;
}

#index .section ul li .img-wrapper {
    height: 500px;
    cursor: pointer;
}

#index .links-section {
    background: url("images/index/links-bg.png") top center no-repeat;
    background-size: 100%;
}

#index .links-section ul li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

#index .links-section ul li:nth-child(1) a .img-wrapper svg path {
    stroke: initial !important;
}

#index .links-section ul li:nth-child(4) a:hover .img-wrapper .spec {
    background: white;
}

#index .links-section ul li:nth-child(4) a .img-wrapper .spec {
    width: 45%;
    height: 40%;
    background: white;
    top: 51%;
}

#index .links-section ul li:nth-child(4) a .img-wrapper svg {
    position: relative;
    z-index: 1;
}

#index .links-section ul li:nth-child(4) a .img-wrapper svg path {
    fill: none !important;
}

#index .links-section ul li a:hover .img-wrapper {
    background: #00984e;
    border: 2px solid #00984e;
}

#index .links-section ul li a:hover .img-wrapper svg path,
#index .links-section ul li a:hover .img-wrapper svg rect {
    fill: white !important;
}

#index .links-section ul li a:hover p {
    color: black;
}

#index .links-section ul li a .img-wrapper {
    border: 2px solid #61b85f;
    border-radius: 25px;
    height: 144px;
    width: 144px;
}

#index .links-section ul li a .img-wrapper svg {
    width: 78px;
}

#index .links-section ul li a .img-wrapper svg path,
#index .links-section ul li a .img-wrapper svg rect {
    fill: #61b85f !important;
    stroke: #61b85f !important;
    transition: fill 0.3s;
}

@media (max-width: 1600px) {

    #index .home-banner-section .nav .pagination {
        bottom: 80px;
    }

    #index .home-banner-section .line {
        height: 120px;
    }
}

@media (max-width: 1400px) {

    #index .home-banner-section .nav .controls .prev,
    #index .home-banner-section .nav .controls .next {
        width: 50px;
        height: 50px;
    }

    #index .home-banner-section li a .player .play {
        transform: translate(-50%, -50%) scale(.6);
    }

    #index .home-banner-section li a .player .play:hover {
        transform: translate(-50%, -50%) scale(.8);
    }
}

@media (max-width: 1199px) {

    #index .home-banner-section .nav .pagination {
        bottom: 30px;
    }

    #index .home-banner-section li a .player .play {
        top: 50%;
    }

    #index .home-banner-section .line {
        height: 70px;
    }

    #index .section ul li:first-child .text {
        top: 60%;
    }

    #index .section ul li .img-wrapper {
        height: 350px;
    }

    #index .links-section ul li {
        margin-bottom: 20px;
    }

    #index .links-section ul li:nth-child(2) {
        border-right: none;
    }
}

@media (max-width: 991px) {
    #index .section ul li:first-child .text h2 {
        opacity: 0;
    }

    #index .section ul li .text {
        width: calc(100% - 40px) !important;
    }

    /*  #index .section ul li .text span:nth-child(2) {
    display: none !important; 
  } */

    #index .section ul li .img-wrapper {
        height: 300px;
    }
}

@media (max-width: 767px) {

    #index .home-banner-section li a .player .play {
        transform: translate(-50%, -50%) scale(.5);
    }

    #index .home-banner-section li a .player .play:hover {
        transform: translate(-50%, -50%) scale(.7);
    }

    #index .links-section ul {
        margin: 0;
    }

    #index .links-section ul li {
        padding: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        border-right: none !important;
    }

    #index .links-section ul li:not(:last-child) {
        border-bottom: 1px solid #e5e5e5;
    }

    #index .links-section ul li a .img-wrapper {
        height: 100px;
        width: 100px;
    }

    #index .links-section ul li a .img-wrapper svg {
        width: 60px;
    }
}

@media (max-width: 575px) {
    #index .home-banner-section {
        padding-top: 55px;
    }

    #index .home-banner-section ul {
        padding-top: 69.56%;
    }

    #index .home-banner-section li a .player .play {
        top: 52%;
    }

    #index .home-banner-section .line {
        height: 40px;
        bottom: -20px;
    }

    #index .home-banner-section .nav .controls {
        top: 65%;
    }

    #index .home-banner-section .nav .controls .prev,
    #index .home-banner-section .nav .controls .next {
        width: 40px;
        height: 40px;
    }

    #index .home-banner-section .nav .controls .prev i,
    #index .home-banner-section .nav .controls .next i {
        font-size: 16px;
    }

    #index .home-banner-section .nav .controls .next {
        right: -8px;
    }

    #index .home-banner-section .nav .controls .next i {
        left: 45%;
    }

    #index .home-banner-section .nav .controls .prev {
        left: -8px;
    }

    #index .home-banner-section .nav .controls .prev i {
        left: 55%;
    }

    #index .home-banner-section li a img.pc {
        display: none !important;
    }

    #index .home-banner-section li a img.mobile {
        display: block !important;
    }

    #index .categories-section ul,
    #index .products-section ul {
        padding: 0 60px;
    }

    #index .news-section ul {
        margin: 0;
    }

    #index .news-section ul li.slick-slide {
        padding: 0;
    }

    #index .news-section ul li.slick-slide h3 {
        font-size: 16px;
    }

    #index .section ul li .img-wrapper {
        height: 250px;
    }

    #index .section ul li:nth-child(2) .text>span:nth-child(2) {
        text-align: left !important;
        display: block;
    }
}

#about .about-section .title-block span {
    position: relative;
    padding-bottom: 65px;
    margin-bottom: 35px;
}

#about .about-section .title-block span::after {
    content: "";
    display: block;
    height: 50px;
    width: 1px;
    background: #009845;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

#about .about-section .content-block ul {
    margin-right: -55px;
    margin-left: -55px;
}

#about .about-section .content-block ul li {
    padding: 0 55px;
    display: flex;
}

#about .about-section .content-block ul li img {
    align-self: flex-start;
    flex: 0 0 170px;
}

#about .brand-section {
    background: #f2f2f2;
    height: 736px;
}

#about .brand-section .left {
    float: left;
    width: 50%;
    padding-left: 10%;
    padding-right: 9%;
    padding-top: 85px;
}

#about .brand-section .left .scrollbarY {
    max-height: 480px;
}

#about .brand-section .right {
    float: right;
    width: 50%;
    height: 100%;
}

#about .brand-section .right .jqimgFill {
    height: 100%;
}

#about .history-section .title-block p {
    max-width: 765px;
    margin: auto;
}

#about .history-section .slider li.slick-slide:first-child .dec-line {
    width: 50%;
    margin-left: auto;
}

#about .history-section .slider li.slick-slide .top {
    position: relative;
}

#about .history-section .slider li.slick-slide .top::before {
    content: "";
    display: block;
    height: 15px;
    width: 1px;
    background: #afafaf;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

#about .history-section .slider li.slick-slide .dec-line {
    height: 1px;
    background: #afafaf;
}

#about .history-section .slider li.slick-slide .bottom {
    position: relative;
}

#about .history-section .slider li.slick-slide .bottom::before {
    content: "";
    display: block;
    height: 15px;
    width: 1px;
    background: #afafaf;
    position: absolute;
    left: 50%;
    top: 0px;
}

#about .history-section .arrows {
    display: flex;
    justify-content: center;
}

#about .history-section .arrows .slick-arrow {
    position: relative;
    border: 1px solid #009b36;
}

#about .history-section .arrows .slick-arrow:not(.slick-disabled):hover i {
    color: white;
}

#about .history-section .arrows .slick-arrow i {
    color: #009b36;
}

@media (max-width: 1600px) {
    #about .about-section .content-block ul {
        margin-left: -20px;
        margin-right: -20px;
    }

    #about .about-section .content-block ul li {
        padding: 0 20px;
    }

    #about .brand-section .left {
        padding-left: 20px;
        padding-right: 50px;
    }
}

@media (max-width: 1199px) {
    #about .about-section .content-block ul li {
        display: block;
        text-align: center;
    }

    #about .brand-section .left {
        width: 60%;
    }

    #about .brand-section .right {
        width: 40%;
    }
}

@media (max-width: 991px) {
    #about .brand-section {
        height: auto;
    }

    #about .brand-section .left {
        width: 100%;
        padding-right: 20px;
    }

    #about .brand-section .left .scrollbarY {
        max-height: initial;
    }

    #about .brand-section .right {
        height: 400px;
        width: 100%;
    }
}

@media (max-width: 575px) {
    #about .about-section .title-block img {
        width: 250px;
    }

    #about .about-section .title-block span {
        padding-bottom: 35px;
        margin-bottom: 15px;
    }

    #about .about-section .title-block span::after {
        height: 25px;
    }

    #about .brand-section .left {
        padding-top: 40px;
    }

    #about .brand-section .right {
        height: 200px;
    }

    #about #history .title-block p {
        text-align: left;
    }

    #about .about-section .content-block ul li p {
        text-align: left;
    }
}

#label .main-section .label>div {
    display: flex;
    width: 685px;
    max-width: calc(100% - 40px);
}

#label .main-section .label>div img {
    align-self: flex-start;
    max-width: 160px;
}

#label .main-section .label>div>div p span {
    display: block;
}

@media (max-width: 767px) {
    #label .main-section .links {
        max-width: 480px !important;
        width: 100%;
    }

    #label .block-style-1>.d-flex {
        max-width: initial;
    }

    #label .block-style-1 .links {
        display: flex;
        position: static !important;
        background: transparent;
        box-shadow: initial !important;
    }

    #label .block-style-1 .links li {
        padding: 0 10px !important;
        margin-bottom: 20px;
    }

    #label .block-style-1 .links li a {
        border: none !important;
    }

    #label .block-style-1 .links li a span {
        margin-top: 10px !important;
    }
}

@media (max-width: 575px) {
    #label .main-section .label>div {
        display: block;
        text-align: center;
    }

    #label .main-section .label>div>div p span {
        display: inline;
    }
}

#news .main-section .toggle {
    display: none;
}

#news .main-section .links {
    display: table;
}

#news .main-section .links li {
    float: left;
}

#news .main-section .links li.active {
    border-bottom: 2px solid #009845;
}

#news .main-section .links li a {
    transition: color 0.1s;
}

#news .main-section .links li a:hover {
    color: #009845;
}

#news .main-section .news-block {
    background: #f2f2f2;
}

#news .main-section .news-block ul li {
    display: flex;
}

#news .main-section .news-block ul li img {
    flex: 0 0 570px;
}

#news .main-section .news-block ul li .description {
    height: 135px;
}

#news a.more {
    width: 142px;
    height: 42px;
    color: #009845;
    border: 2px solid #009845;
    border-radius: 25px;
    display: block;
    line-height: 40px;
    transition: background 0.3s, color 0.3s;
}

#news a.more:hover {
    color: white;
    background: #009845;
}

#news .description p {
    margin-bottom: 0px;
    letter-spacing: 0;
}

@media screen and (max-width: 1199px) {
    #news .main-section .news-block ul li {
        display: block;
    }

    #news .main-section .news-block ul li .description {
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    #news .main-section .links-group {
        width: 350px;
        margin: auto;
    }

    #news .main-section .toggle {
        display: block;
        font-size: 16px;
        background: #009845;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        position: relative;
    }

    #news .main-section .toggle:after {
        content: "+";
        display: block;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    #news .main-section .links {
        display: none;
        position: absolute !important;
        background: white;
        width: 100%;
        max-width: initial !important;
        z-index: 3;
        box-shadow: 0px 0px 5px rgba(0, 19, 8, 0.2);
        padding-top: 5px !important;
        margin-top: 10px !important;
        border-radius: 5px;
        padding-bottom: 5px !important;
    }

    #news .main-section .links li {
        width: 100%;
        float: none;
        padding: 0 20px;
        margin: 0;
    }

    #news .main-section .links li.active {
        border: none;
    }

    #news .main-section .links li:not(:last-child) a {
        border-bottom: 1px solid #e5e5e5 !important;
    }

    #news .main-section .links li a {
        display: block;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
    }

    #news .main-section .links li a span {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    #news .main-section .page-title {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    #news .main-section .page-title:after {
        display: none;
    }

    #news .main-section .links-group {
        width: calc(100% - 40px);
    }
}

#magazines ul.magazines-items li a:hover .img-wrapper {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

#magazines ul.magazines-items li a .img-wrapper {
    padding: 11px;
    transition: box-shadow 0.3s;
}

#magazines ul.magazines-items li a span:last-child {
    color: #8c8c8c;
}

#csr .page-title {
    margin-bottom: 0;
    padding-bottom: 25px;
    z-index: 1;
}

#csr .page-title::after {
    bottom: -35px;
}

#csr .dec-hands {
    height: 290px;
    max-width: 500px;
    position: relative;
}

#csr .dec-hands img {
    position: absolute;
}

#csr .dec-hands-1 {
    margin: auto;
}

#csr .dec-hands-1 img:nth-child(1) {
    left: 31%;
    top: 0;
}

#csr .dec-hands-1 img:nth-child(2) {
    left: 51%;
    top: -2%;
}

#csr .dec-hands-1 img:nth-child(3) {
    left: 80%;
    top: 39%;
}

#csr .dec-hands-2 {
    margin-left: 10%;
}

#csr .dec-hands-2 img:nth-child(1) {
    left: 68%;
    top: 0;
}

#csr .dec-hands-2 img:nth-child(2) {
    left: 41%;
    top: 29%;
}

#csr .dec-hands-2 img:nth-child(3) {
    left: 0%;
    top: 50%;
}

#csr .dec-hands-3 {
    margin-left: 10%;
    height: 330px;
}

#csr .dec-hands-3 img:nth-child(1) {
    left: 31%;
    top: 0;
}

#csr .dec-hands-3 img:nth-child(2) {
    left: 48%;
    top: 27%;
}

#csr .dec-hands-3 img:nth-child(3) {
    left: 85%;
    top: 31%;
}

#csr div.group {
    position: relative;
}

#csr div.group.style-1 .img-box {
    width: 58%;
}

#csr div.group.style-1 .text-box {
    width: 41.5%;
}

#csr div.group.style-2 .img-box {
    width: auto;
}

#csr div.group.style-2 .img-box img:nth-child(2) {
    margin-left: 8px;
}

#csr div.group.style-2 .text-box {
    width: 30%;
}

#csr div.group.style-3 .img-box {
    width: auto;
}

#csr div.group.style-3 .img-box img:nth-child(2) {
    margin-left: 8px;
}

#csr div.group.style-3 .text-box {
    width: 25%;
}

#csr div.group .img-box {
    margin-top: 140px;
    display: flex;
}

#csr div.group .img-box img {
    align-self: flex-start;
}

#csr div.group .img-box.right {
    float: right;
}

#csr div.group .img-box.left {
    float: left;
    margin-left: 10%;
}

#csr div.group .img-box .script-1 {
    right: 4%;
    top: -33%;
}

#csr div.group .img-box .script-2 {
    left: -20%;
    top: -5%;
}

#csr div.group .img-box .script-3 {
    right: 39%;
    top: -23%;
}

#csr div.group .img-box .script-4 {
    left: 22%;
    top: -31%;
}

#csr div.group .text-box {
    position: absolute;
    letter-spacing: 1px;
}

#csr div.group .text-box.right {
    right: 0%;
    text-align: right;
}

#csr div.group .text-box.left {
    left: 9%;
    text-align: left;
}

#csr div.group .text-box .text-inner {
    background: #f2f2f2;
    padding: 60px 70px 55px;
    text-align: justify;
}

#csr div.group .text-box .text-inner .subtitle span {
    margin-bottom: 24px;
}

#csr div.group .text-box .text-inner .subtitle img {
    align-self: flex-start;
}

@media (max-width: 1800px) {
    #csr .main-section {
        max-width: 1400px;
    }
}

@media (max-width: 1600px) {
    #csr .main-section {
        max-width: 1200px;
        width: calc(100% - 400px);
    }

    #csr .dec-hands {
        margin-bottom: 100px;
    }

    #csr div.group.style-2 .img-box img:nth-child(1) {
        width: 35%;
    }

    #csr div.group.style-2 .img-box img:nth-child(2) {
        width: 65%;
    }

    #csr div.group.style-3 .img-box img:nth-child(1) {
        width: 37%;
    }

    #csr div.group.style-3 .img-box img:nth-child(2) {
        width: 63%;
    }

    #csr div.group .img-box.right,
    #csr div.group .img-box.left {
        float: none;
        width: 100%;
        margin: auto;
        max-width: 940px;
    }

    #csr div.group .img-box.right img,
    #csr div.group .img-box.left img {
        margin: auto;
    }

    #csr div.group .text-box.right,
    #csr div.group .text-box.left {
        text-align: center;
        position: static;
        width: 100%;
    }

    #csr div.group .text-box.right .text-inner,
    #csr div.group .text-box.left .text-inner {
        background: inherit;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 0;
    }

    #csr div.group .text-box.right .text-inner .subtitle,
    #csr div.group .text-box.left .text-inner .subtitle {
        justify-content: center;
    }

    #csr div.group .text-box.right .text-inner .subtitle span,
    #csr div.group .text-box.left .text-inner .subtitle span {
        margin-bottom: 16px;
    }

    #csr div.group .text-box.right .text-inner p,
    #csr div.group .text-box.left .text-inner p {
        max-width: 740px;
        margin: auto;
    }

    #csr .dec-hands-1,
    #csr .dec-hands-2 {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #csr .dec-hands-3 {
        margin-left: -20%;
    }
}

@media (max-width: 1199px) {
    #csr div.group .text-box .text-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 991px) {
    #csr .main-section {
        width: calc(100% - 300px);
    }
}

@media (max-width: 767px) {
    #csr .main-section {
        width: calc(100% - 200px);
    }

    #csr div.group .text-box .text-inner {
        padding-right: 0;
        padding-left: 0;
    }

    #csr div.group .text-box img {
        display: none;
    }

    #csr .dec-hands {
        display: none;
    }

    #csr div.group .text-box.right .text-inner,
    #csr div.group .text-box.left .text-inner {
        padding-top: 20px;
    }
}

@media (max-width: 575px) {
    #csr .page-title::after {
        display: none;
    }

    #csr .main-section {
        width: calc(100% - 40px);
    }

    #csr .main-section .main-csr {
        text-align: left !important;
        width: 100%;
    }

    #csr div.group .text-box.right .text-inner,
    #csr div.group .text-box.left .text-inner {
        text-align: left !important;
    }

    #csr div.group.style-2 .img-box img:nth-child(2) {
        margin-left: 0;
    }

    #csr div.group.style-3 .img-box img:nth-child(2) {
        margin-left: 0;
    }

    #csr div.group .img-box.right img.script,
    #csr div.group .img-box.left img.script {
        display: none;
    }

    #csr div.group .text-box.right .text-inner .subtitle span,
    #csr div.group .text-box.left .text-inner .subtitle span {
        width: 100%;
        margin-bottom: 10px;
    }
}

#recommendation .situation li:nth-child(even)>img {
    order: 2;
}

#recommendation .situation li:nth-child(even)>div {
    order: 1;
}

#recommendation .situation li img {
    align-self: flex-start;
}

#recommendation .short-green-bottom-line {
    position: relative;
}

#recommendation .short-green-bottom-line:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #009845;
    position: absolute;
    bottom: 0;
    left: 0;
}

#recommendation .video-block {
    height: 460px;
    background-position: center;
    background-repeat: no-repeat;
}

#recommendation .video-block button i {
    display: block;
    transition: transform 0.3s;
}

#recommendation .video-block button:hover i {
    transform: translateY(5px);
}

#recommendation .bg {
    height: 650px;
    background-position: center;
    background-repeat: no-repeat;
}

#recommendation .bg .text {
    left: 54%;
    top: 51%;
    transform: translateY(-50%);
    padding-right: 20px;
}

@media (max-width: 1600px) {
    #recommendation .video-block {
        height: 400px;
    }

    #recommendation .bg {
        height: 600px;
    }
}

@media (max-width: 1400px) {
    #recommendation .bg .text {
        left: 50%;
    }
}

@media (max-width: 1199px) {
    #recommendation .video-block {
        height: 300px;
    }

    #recommendation .bg {
        height: 500px;
    }
}

@media (max-width: 991px) {
    #recommendation .video-block {
        height: 300px;
    }

    #recommendation .bg {
        height: 400px;
    }

    #recommendation .situation li:nth-child(even)>img {
        order: 1;
    }

    #recommendation .situation li:nth-child(even)>div {
        order: 2;
    }

    #recommendation .situation li>div {
        display: block !important;
    }
}

@media (max-width: 767px) {
    #recommendation .bg {
        height: 350px;
    }

    #recommendation .bg .mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
    }

    #recommendation .bg .text {
        width: 100%;
        left: 0;
        padding-left: 20px;
    }
}

@media (max-width: 575px) {
    #recommendation .video-block {
        height: 200px;
    }
}

#product .product-block>div .img-box .slider-group .slider-for img {
    width: 450px;
}

#product .product-block>div .img-box .slider-group .slider-nav li.slick-current div {
    border: 1px solid #009845;
    border-radius: 10px;
    overflow: hidden;
}

#product .product-block>div .img-box .slider-group .slider-nav li img {
    width: 75px;
}

#product .product-block>div .img-box .slider-group .slider-nav .slick-dots {
    padding-top: 10px;
}

#product .product-block>div .img-box .slider-group .slider-nav .slick-dots li {
    width: 15px;
    height: 15px;
}

#product .product-block>div .text-box .title {
    justify-content: space-between;
    position: relative;
}

#product .product-block>div .text-box .title .title-text-wrap {
    display: flex !important;
}

#product .product-block>div .text-box .title .title-text-wrap .title-text {
    flex: 1 1 auto;
}

#product .product-block>div .text-box .title .title-text-wrap .special-icon {
    flex: 0 0 auto;
    position: relative;
    left: -3px;
    top: -4px;
    width: 40px;
    height: 40px;
    transform: scale(1);
    margin-right: 4px;
}

#product .product-block>div .text-box .title .btns {
    z-index: 1;
    white-space: nowrap;
}

#product .product-block>div .text-box .title .btns .btn {
    padding: 0 10px;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
}

#product .product-block>div .text-box .title .btns .btn.heart.added svg path {
    fill: #cc004a !important;
    stroke: #cc004a !important;
}

#product .product-block>div .text-box .title .btns .btn svg {
    width: 24px;
    height: 24px;
}

#product .product-block>div .text-box .title .btns .share-group {
    display: inline-block;
}

#product .product-block>div .text-box .title .btns .share-group .share {
    padding: 0 10px;
    position: relative;
    top: 4px;
}

#product .product-block>div .text-box .title .btns .share-group .share svg {
    width: 22px;
}

#product .product-block>div .text-box .title .btns .share-group .share svg path {
    fill: #4d4e4e !important;
}

#product .product-block>div .text-box ul.models li:not(:last-child) {
    border-bottom: 1px solid #dddddd;
}

#product .product-block>div .text-box ul.models li>div {
    display: flex;
    justify-content: space-between;
}

#product .product-block>div .text-box ul.models li>div span:nth-child(2) {
    margin-left: auto;
}

#product .product-block>div .text-box .info {
    border-bottom: 1px solid #dddddd;
}

#product .product-block>div .text-box .info ul.labels {
    margin-left: -5px;
    margin-right: -5px;
}

#product .product-block>div .text-box .info ul.labels li {
    flex-grow: 1;
    padding: 0 5px;
}

#product .product-block>div .text-box .info ul.labels li div {
    background: #f2f2f2;
    cursor: pointer;
    transition: background 0.1s, color 0.1s, opacity 0.1s;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

#product .product-block>div .text-box .info ul.labels li.noData {
    display: none;
}

#product .product-block>div .text-box .info ul.labels li div:hover {
    background: #555555;
    color: white;
    opacity: 0.8;
}

#product .product-block>div .text-box .info ul.labels li.active div {
    background: #555555;
    color: white;
}

#product .product-block>div .text-box .info .data {
    margin-top: 40px;
}

#product .product-block>div .text-box .info .data>div {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
}

#product .product-block>div .text-box .info .data>div.active {
    opacity: 1;
    position: static;
    pointer-events: all;
}

#product .product-block>div .text-box .info .data>div.download ul li ul li {
    float: left;
}

#product .product-block>div .text-box .info .data>div.download ul li ul li a {
    display: inline-block;
    border-radius: 20px;
}

#product .product-block>div .text-box .info .data>div.download ul li ul li a.color-btn {
    transition: opacity 0.3s;
}

#product .product-block>div .text-box .info .data>div.download ul li ul li a.color-btn:hover {
    opacity: 0.8;
}

#product .product-block>div .text-box .info .data>div.download ul li ul li a:not(.color-btn) {
    border: 1px solid #b3b3b3;
    transition: background-color 0.1s, border-color 0.1s;
}

#product .product-block>div .text-box .info .data>div.download ul li ul li a:not(.color-btn):hover span {
    color: white !important;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li {
    float: left;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li a {
    display: block;
    height: 36px;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li a img {
    height: 100%;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li .img-wrapper {
    border-radius: 10px;
    width: 40px;
    cursor: pointer;
    transition: box-shadow 0.3s;
    overflow: hidden;
    border-radius: 12px;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li .img-wrapper:hover {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li .img-wrapper:hover~.text {
    opacity: 1;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li .text {
    pointer-events: none;
    opacity: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    max-width: 493px;
    border-radius: 10px;
    background: white;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.1s;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li .text img {
    float: left;
    width: 60px;
}

#product .product-block>div .text-box .info .data>div.Characteristic ul li ul li .text>div {
    float: left;
    padding-left: 20px;
    width: calc(100% - 60px);
    letter-spacing: 0;
}

#product .product-block>div .text-box .recommend a:hover {
    color: #009845;
}

#product .video-block {
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
}

#product .video-block button i {
    display: block;
    transition: transform 0.3s;
}

#product .video-block button:hover i {
    transform: translateY(5px);
}

#product .ads-block {
    background: #f2f2f2;
    padding-bottom: 88px;
}

#product #productModel {
    padding-right: 0 !important;
    width: 100%;
}

#product #productModel .modal-dialog {
    width: 100%;
    max-width: initial;
    margin: 0;
}

#product #productModel .modal-dialog .modal-content {
    min-height: 100vh;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
}

#product #productModel .modal-dialog .modal-content .modal-header {
    z-index: 1;
    border: none;
    position: absolute;
    left: calc(100% / 2 + 777px / 2);
    top: 80px;
    padding: 0;
}

#product #productModel .modal-dialog .modal-content .modal-header button i {
    font-size: 50px;
    color: #a6a6a6;
}

#product #productModel .modal-dialog .modal-content .modal-body {
    padding: 0;
    display: flex;
    width: 100%;
    align-items: center;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider {
    width: 100%;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider .slick-slide .img-wrapper {
    border-radius: 10px;
    overflow: hidden;
    background: white;
    padding: 80px;
    max-width: 777px;
    width: 100%;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider .slick-slide .img-wrapper img {
    width: 100%;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow {
    width: 74px;
    height: 82px;
    background: rgba(0, 152, 78, 0.8);
    border-radius: 5px;
    margin: 0;
    transform: translateY(-50%);
    transition: background 0.3s;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow:hover {
    background: #00984e;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow.slick-disabled {
    background: rgba(0, 152, 78, 0.3);
}

#product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
}

#product .inner .catalogue {
    position: fixed;
    top: 100px;
    z-index: 3;
    pointer-events: none;
    width: 100%;
}

#product .inner .catalogue.active {
    pointer-events: all;
}

#product .inner .catalogue.active .panel {
    transform: none;
}

#product .inner .catalogue .gray-mask {
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    background-color: black;
    position: absolute;
    opacity: 0;
    transition: 0.6s;
    pointer-events: none;
}

#product .inner .catalogue.active .gray-mask {
    opacity: 0.5;
    pointer-events: all;
}

#product .inner .catalogue .panel {
    z-index: 1;
    right: 0;
    height: calc(100vh - 100px);
    width: 450px;
    transition: transform 0.3s;
    transform: translateX(450px);
}

#product .inner .catalogue .panel .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#product .inner .catalogue .panel .title {
    background: #009843;
    justify-content: space-between;
    padding: 0 30px;
}

#product .inner .catalogue .panel .title .icon-cancel-1 {
    cursor: pointer;
}

#product .inner .catalogue .panel form>div:not(.btns) {
    padding: 22px 30px;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(1) {
    background: #eeeeee;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(2) {
    background: #f7f7f7;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(2) .placeLabel {
    color: #737373;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) {
    padding-left: 0;
    padding-right: 0;
    border-top: 1px solid #dddddd;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3)>span {
    padding-right: 30px;
    padding-left: 30px;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern {
    border-bottom: 1px solid #dddddd;
    padding: 18px 30px 10px 30px;
    cursor: pointer;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern [type="checkbox"] {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern [type="checkbox"]:checked+label .icon-ok {
    background: #009746;
    border: 1px solid #009746;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern [type="checkbox"]:checked+label .icon-ok::before {
    position: absolute;
    opacity: 1;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern label .icon-ok {
    position: absolute;
    top: 0;
    right: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #009845;
    border-radius: 50%;
    font-size: 12px;
    background: white;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern label .icon-ok::before {
    color: white;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.7);
    margin: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    font-size: 12px;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern label>span>span>span:not(:first-child) {
    color: #8c8c8c;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern * {
    user-select: none;
    cursor: pointer;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern span {
    cursor: pointer;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern label>div>div ul {
    color: #8c8c8c;
}

#product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern img {
    width: 80px;
    align-self: self-start;
}

#product .inner .catalogue .panel form>div:not(.btns) .field-group {
    padding: 0;
}

#product .inner .catalogue .panel form .btns {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 15px;
}

#product .inner .catalogue .panel .selectcatalogue {
    color: #737373;
}

#product .inner .catalogue .panel .selectcatalogue>div:not(:last-child) {
    margin-bottom: 10px;
}

#product .inner .catalogue .panel .selectcatalogue [type="radio"] {
    display: none;
}

#product .inner .catalogue .panel .selectcatalogue [type="radio"]+label {
    display: inline-flex;
    cursor: pointer;
    width: 120px;
}

#product .inner .catalogue .panel .selectcatalogue [type="radio"]+label i {
    margin-top: 2px;
    display: inline-block;
    height: 18px;
    border: 1px solid #cbcbcb;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    background: white;
}

#product .inner .catalogue .panel .selectcatalogue [type="radio"]+label i::before {
    color: white;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.7);
    margin: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    font-size: 12px;
}

#product .inner .catalogue .panel .selectcatalogue [type="radio"]:checked+label i {
    background-image: url(images/dot.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
}

#product .inner .catalogue .panel .selectcatalogue [type="radio"]:checked+label i::before {
    position: absolute;
    opacity: 1;
}

#product .inner .mylove {
    position: fixed;
    top: 100px;
    z-index: 2;
    pointer-events: none;
    width: 100%;
}

#product .inner .mylove.active {
    pointer-events: all;
}

#product .inner .mylove.active .panel {
    transform: none;
}

#product .inner .mylove.active .gray-mask {
    left: 0;
    top: 0;
    width: 100vw;
    height: calc(100vh - 100px);
    background-color: black;
    position: absolute;
    opacity: 0.5;
}

#product .inner .mylove .gray-mask.active {
    left: 0;
    top: 55px;
    width: 100vw;
    height: 100vh;
    background-color: black;
    position: absolute;
    opacity: 0.5;
}

#product .inner .mylove .panel {
    z-index: 1;
    right: 0;
    height: calc(100vh - 100px);
    width: 450px;
    transition: transform 0.3s;
    transform: translateX(450px);
}

#product .inner .mylove .panel .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

#product .inner .mylove .panel .title {
    background: #009843;
    justify-content: space-between;
    padding: 0 30px;
}

#product .inner .mylove .panel .title .icon-cancel-1 {
    cursor: pointer;
}

#product .inner .mylove .panel ul li {
    padding: 20px 30px;
    border-bottom: 1px solid #dddddd;
}

#product .inner .mylove .panel ul li label {
    display: block;
}

#product .inner .mylove .panel ul li label.selected svg path {
    fill: #cc004a !important;
    stroke: #cc004a !important;
}

#product .inner .mylove .panel ul li label span:nth-child(2) {
    color: #737373;
}

#product .inner .mylove .panel ul li label svg {
    position: absolute;
    top: 5px;
    right: 0;
    width: 18px;
    height: 18px;
}

#product .inner .mylove .panel .btns {
    padding: 0 30px;
}

#addToCompareModal .message {
    padding: 25px 0;
    text-align: center;
}

#addToCompareModal .modal-footer {
    justify-content: center;
}

#product .fixed-btns {
    display: flex;
    position: fixed;
    bottom: -1000000px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .05);
}

#product .fixed-btns a,
#product .fixed-btns2 a {
    background: #009845;
    padding: 0px 20px;
    height: 44px;
    border-radius: 25px;
    transition: opacity 0.3s;
}

#product .fixed-btns a:hover,
#product .fixed-btns2 a:hover {
    opacity: 0.8;
}

#product .fixed-btns a #product .fixed-btns2 a,
{
white-space: nowrap;
}

#product .fixed-btns a img #product .fixed-btns2 a img {
    margin-right: 5px;
}

#product .fixed-btns2 a {
    display: inline-block;
    height: auto;
    padding: 10px 16px;
    text-align: center;
}

#product .fixed-btns2 a:first-child {
    margin-bottom: 15px;
    background: #777;
    color: #fff;
    position: relative;
    top: 2px;
}

#product .fixed-btns2 a:first-child svg {
    width: 20px;
    position: relative;
    top: 2px;
}

#product .fixed-btns2 a:first-child svg rect,
#product .fixed-btns2 a:first-child svg path {
    fill: #fff !important;
}

@media screen and (max-width: 1600px) {
    #product .video-block {
        height: 460px;
    }
}

@media screen and (max-width: 1199px) {
    #product .video-block {
        height: 300px;
    }

    #product .ads-block {
        padding-bottom: 20px;
    }

    #product .product-block>div .text-box .info .data>div.download ul li ul li a:not(.color-btn):hover span {
        color: black !important;
    }
}

@media screen and (max-width: 991px) {
    #product .product-block>div .img-box {
        padding-left: 0;
        padding-right: 0;
    }

    #product .product-block>div .text-box {
        padding-left: 0;
        padding-right: 0;
    }

    #product .inner .catalogue,
    #product .inner .mylove {
        top: 55px;
        height: calc(100vh - 55px);
    }

    #product .inner .catalogue .panel,
    #product .inner .mylove .panel {
        height: calc(100vh - 55px);
        padding-bottom: 30px;
    }

    #product .inner .catalogue.active .gray-mask,
    #product .inner .mylove.active .gray-mask {
        height: calc(100vh - 55px);
    }

    #product #productModel .modal-dialog .modal-content .modal-header {
        left: auto;
        right: 40px;
        top: 40px;
    }

    #product #productModel .modal-dialog .modal-content .modal-header button i {
        font-size: 35px;
    }

    #product #productModel .modal-dialog .modal-content .modal-body {
        background: white;
    }

    #product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow {
        width: 50px;
        height: 50px;
    }

    #product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow i {
        font-size: 16px;
    }

    #product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow.slick-prev {
        left: -8px;
    }

    #product #productModel .modal-dialog .modal-content .modal-body .slider .slick-arrow.slick-next {
        right: -8px;
    }

    #product #productModel .modal-dialog .modal-content .modal-body .slider .slick-slide .img-wrapper {
        max-width: initial;
    }
}

@media screen and (max-width: 575px) {
    #product .product-block>div .text-box ul.models li>div>div>span {
        display: block;
    }

    #product .product-block .img-box .slider-group .slider-for img {
        max-width: 220px;
    }

    #product .product-block .text-box .title {
        display: block !important;
    }

    #product .product-block .text-box .title .btns {
        margin-left: -10px;
    }

    #product .product-block .text-box .title .btns .btn {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 10px;
    }

    #product .product-block .text-box .title .btns .share-group {
        position: relative;
        right: auto;
        top: 5px;
    }

    #product .product-block .text-box .info .data {
        margin-top: 20px;
    }

    #product .product-block>div .text-box .info ul.labels li {
        padding: 0px;
    }

    #product .product-block>div .text-box .info ul.labels li div {
        box-shadow: none;
        border-radius: 0;
    }

    #product .video-block {
        height: 200px;
    }

    #product .inner .catalogue .panel,
    #product .inner .mylove .panel {
        width: 100%;
        transform: translateX(100%);
    }

    #product .inner .catalogue .panel .title,
    #product .inner .mylove .panel .title {
        padding: 0 20px;
    }

    #product .inner .catalogue .panel .btns,
    #product .inner .mylove .panel .btns {
        padding: 0 20px;
    }

    #product .inner .mylove .panel ul li {
        padding: 15px 20px;
    }

    #product .inner .catalogue .panel .selectcatalogue>div:not(:last-child) {
        margin-bottom: 5px;
    }

    #product .inner .catalogue .panel form>div:not(.btns) {
        padding: 15px 20px;
    }

    #product .inner .catalogue .panel form>div:not(.btns):nth-child(3)>span {
        padding-right: 20px;
        padding-left: 20px;
    }

    #product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern {
        padding: 15px 20px;
    }

    #product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern label>span {
        flex-wrap: wrap;
    }

    #product .inner .catalogue .panel form>div:not(.btns):nth-child(3) ul .pattern label>span>span {
        flex: 0 0 100%;
    }

    #product .inner .catalogue .panel form .btns {
        padding-left: 20px;
        padding-right: 20px;
    }

    #product #productModel .modal-dialog .modal-content .modal-header {
        right: 20px;
        top: 20px;
    }

    #product #productModel .modal-dialog .modal-content .modal-header button i {
        font-size: 25px;
    }

    .addToCompareList {
        display: block;
    }

    #product .fixed-btns {
        position: fixed;
        bottom: 0;
        z-index: 1;
        width: 100%;
    }

    #product .fixed-btns a {
        padding: 0 10px;
        border-radius: 0;
        height: 50px;
    }

    #product .fixed-btns a:nth-child(1) {
        border-right: 1px solid white;
        width: 40%;
    }

    #product .fixed-btns a:nth-child(2) {
        width: 60%;
    }

    #product .fixed-btns a span {
        font-size: 14px;
    }

    #product .fixed-btns a img {
        margin-right: 5px;
    }

    #product .fixed-btns2 a:first-child {
        display: block;
    }

    #product .fixed-btns2 a~a {
        display: none;
    }
}

.ios #product .inner .catalogue .panel,
.ios #product .inner .mylove .panel {
    padding-bottom: 60px;
    -webkit-overflow-scrolling: touch;
}

#products .block-style-1 .bg-gray h3.active {
    color: #009845;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider>li>.img-wrapper {
    border-radius: 10px;
    overflow: hidden;
    background: white;
    padding: 80px;
    max-width: 777px;
    width: 100%;
    margin: auto;
}

#product #productModel .modal-dialog .modal-content .modal-body .slider>li>.img-wrapper img {
    width: 100%;
}

@media (max-width: 767px) {
    #products .block-style-1 .bg-gray {
        background: transparent;
        width: 350px;
        margin: auto;
        position: relative;
        padding-bottom: 0 !important;
    }

    #products .block-style-1 .bg-gray .links {
        width: 100%;
        padding-top: 10px !important;
        margin-bottom: 10px !important;
    }

    #products .block-style-1 .bg-gray .links li {
        width: 100%;
        margin-top: 0;
    }

    #products .block-style-1 .bg-gray .links li a {
        padding-top: 10px;
    }
}

@media (max-width: 575px) {
    #products .block-style-1 .bg-gray {
        width: calc(100% - 40px);
    }
}

#knowledge .doghand li {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}

#knowledge .doghand li::before {
    width: 22px;
    height: 20px;
    display: inline-block;
    content: "";
    background: url(images/common/hand-current.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}

#knowledge .text-wrapper {
    padding-left: 12%;
    padding-right: 6%;
    padding-top: 48px;
}

#knowledge .icons li {
    float: left;
}

#knowledge .icons li a {
    display: block;
    transition: transform 0.3s;
}

#knowledge .icons li a span:first-child {
    width: 100px;
    height: 100px;
    border: 1px solid #009845;
}

#knowledge .icons li a:hover {
    transform: translateY(3px);
}

#knowledge .icons li a:hover span {
    color: #009845;
}

@media screen and (max-width: 1600px) {
    #knowledge .text-wrapper {
        padding-left: 40px;
        padding-right: 0px;
        padding-top: 0;
    }
}

@media screen and (max-width: 1199px) {
    #knowledge .text-wrapper {
        padding-left: 0px;
    }
}

@media screen and (max-width: 575px) {
    #knowledge .icons li a span:first-child {
        width: 70px;
        height: 70px;
    }

    #knowledge .icons li a span:first-child img {
        width: 80%;
    }
}

#arrivals .main-section .links-block {
    margin: 30px 0 20px;
    text-align: center;
}

#arrivals .main-section .links-block ul {
    max-width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
}

#arrivals .main-section .links-block ul li {
    flex: 0 0 auto;
}

#arrivals .main-section .links-block ul li>div {
    cursor: pointer;
}

#arrivals .main-section .links-block ul li>div:hover img {
    transform: scale(1.05);
}

#arrivals .main-section .links-block ul li>div img {
    width: 120px;
    transition: transform 0.3s;
}

#arrivals .main-section .links-block ul li.active span {
    border-bottom: 1px solid #009845;
}

#arrivals .main-section .series-block ul {
    margin-left: 0;
    margin-right: 0;
}

#arrivals .main-section .series-block ul .slick-track {
    min-width: 100%;
}

#arrivals .main-section .series-block ul li {
    flex: 0 0 20%;
}

#arrivals .main-section .series-block ul li .top .img-wrapper {
    width: 53%;
}

#arrivals .main-section .series-block ul li .top .img-wrapper div {
    height: 483px;
}

#arrivals .main-section .series-block ul li .top .text-wrapper {
    position: absolute;
    right: 0;
    background: rgba(242, 242, 242, .9);
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    height: 82%;
    padding-left: 150px;
}

#arrivals .main-section .series-block ul li .top .text-wrapper>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#arrivals .main-section .series-block ul li .top .text-wrapper .green-btn {
    width: 142px;
    height: 42px;
    line-height: 42px;
}

@media (max-width: 1600px) {
    #arrivals .main-section .series-block ul li .top .text-wrapper {
        padding-left: 80px;
    }
}

@media (max-width: 1199px) {
    #arrivals .main-section .series-block ul li .top .text-wrapper {
        padding-left: 50px;
    }
}

@media (max-width: 991px) {
    #arrivals .main-section .series-block ul li .top .img-wrapper {
        width: 100%;
    }

    #arrivals .main-section .series-block ul li .top .img-wrapper div {
        height: auto;
        background: none;
    }

    #arrivals .main-section .series-block ul li .top .img-wrapper img {
        display: block !important;
    }

    #arrivals .main-section .series-block ul li .top .text-wrapper {
        padding: 20px;
        width: 100%;
        position: static;
        transform: none;
    }

    #arrivals .main-section .series-block ul li .top .text-wrapper>div {
        position: static;
        transform: none;
    }
}

@media (max-width-: 575px) {
    #arrivals .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
        padding-left: 0;
        padding-right: 0;
    }
}

#dm .main-section .block-style-1 {
    z-index: 1;
}

#dm .main-section .bg-gray-1 {
    height: 515px;
    top: -145px;
}

#dm .main-section .slick-dots {
    padding-top: 65px;
}

#dm .dms {
    padding: 0 80px;
}

#dm .dms li.slick-slide {
    padding: 0 50px;
}

#dm .dms li.slick-slide .img-wrapper {
    cursor: pointer;
    display: block;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

#dm .dms li.slick-slide .img-wrapper:hover .dec {
    opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

#dm .dms li.slick-slide .img-wrapper:hover .dec .rounded-circle {
    animation-duration: 0.3s;
    animation-name: goup;
    animation-delay: 0.2s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
}

#dm .dms li.slick-slide .img-wrapper img {
    width: 100%;
}

#dm .dms li.slick-slide .img-wrapper .dec {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: opacity 0.3s, width 0.3s, height 0.3s, border-radius 0.3s;
    width: 90%;
    height: 90%;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}

#dm .dms li.slick-slide .img-wrapper .dec .rounded-circle {
    background: rgba(0, 152, 69, 0.69);
    width: 120px;
    height: 120px;
}

#dm .dms li.slick-slide .img-wrapper .dec .rounded-circle i {
    width: 50px;
}

#dm .dms li.slick-slide div.d-flex {
    justify-content: space-between;
}

#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(1) {
    position: relative;
}

#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(1):after {
    content: "";
    display: block;
    width: 1px;
    height: 12px;
    background: #bdbdbd;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(1) a svg {
    width: 20px;
}

#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(1) a:hover svg rect,
#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(1) a:hover svg path {
    fill: #009845 !important;
}

#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(2) .share-group {
    top: 0;
    right: auto;
}

#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(2) .share-group div:nth-child(2) {
    bottom: 50px;
    right: 5px;
}

#dm .dms li.slick-slide div.d-flex>ul>li:nth-child(2) .share-group div:nth-child(2)::before {
    top: auto;
    bottom: -9px;
    transform: translateX(-50%) rotate(180deg);
}

@media (max-width: 1199px) {
    #dm .dms li.slick-slide {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    #dm .block-style-1 .links.links-style-2 li {
        padding: 0 15px;
    }

    #dm .dms {
        padding: 40px;
    }

    #dm .dms li.slick-slide {
        padding: 0 15px;
    }

    #dm .dms li.slick-slide .img-wrapper:hover .dec {
        display: none;
    }
}

@media (max-width: 767px) {
    #dm .main-section .bg-gray-1 {
        display: none;
    }

    #dm .dms {
        padding: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }

    #dm .dms li.slick-slide {
        padding: 0 20px;
    }
}

@media (max-width: 575px) {
    #dm .main-section .slick-dots {
        padding-top: 20px;
    }
}

#favorite .remove {
    bottom: 0;
    left: 200px;
    padding-left: 62px;
    align-items: center;
    cursor: pointer;
}

#favorite .remove .icon-minus {
    width: 18px;
    height: 18px;
    font-size: 12px;
}

#favorite .remove .icon-minus::before {
    transform: translate(-50%, -50%) scale(0.7);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

#favorite .product-items-2 ul li:nth-child(3n + 1),
#favorite .product-items-2 ul li:nth-child(3n + 2) {
    border-right: 2px solid #e8e8e8;
}

#favorite .product-items-2 ul li a .img-wrapper {
    float: left;
    padding-left: 20px;
}

#favorite .product-items-2 ul li a .img-wrapper img {
    width: 200px;
}

#favorite .product-items-2 ul li a .text-wrapper {
    padding-bottom: 45px;
    padding-left: 45px;
    float: left;
    width: calc(100% - 250px);
}

@media (max-width: 1600px) {
    #favorite .remove {
        left: 50%;
        transform: translateX(-50%);
        padding-left: 0px;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    #favorite .product-items-2 ul {
        margin-left: -30px;
        margin-right: -30px;
    }

    #favorite .product-items-2 ul li {
        padding-left: 30px;
        padding-right: 30px;
    }

    #favorite .product-items-2 ul li div {
        text-align: center;
    }

    #favorite .product-items-2 ul li div a .img-wrapper {
        float: none;
        padding-left: 0;
    }

    #favorite .product-items-2 ul li div a .text-wrapper {
        padding-top: 20px;
        padding-left: 0px;
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #favorite .product-items-2 ul {
        margin-left: -20px;
        margin-right: -20px;
    }

    #favorite .product-items-2 ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    #favorite .product-items-2 ul li:nth-child(3n + 1),
    #favorite .product-items-2 ul li:nth-child(3n + 2) {
        border-right: none;
    }

    #favorite .product-items-2 ul li:nth-child(2n + 1) {
        border-right: 2px solid #e8e8e8;
    }
}

@media (max-width: 575px) {
    #favorite .product-items-2 ul {
        margin-left: 0;
        margin-right: 0;
    }

    #favorite .product-items-2 ul li {
        padding-right: 0;
        padding-left: 0;
        border-bottom: 2px solid #e8e8e8;
    }

    #favorite .product-items-2 ul li:nth-child(2n + 1) {
        border-right: none;
    }

    #favorite .product-items-2 ul li div a .text-wrapper {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

#showroom .info>div:nth-child(1) {
    flex: 0 0 21.5%;
    border-right: 1px solid #c7c7c7;
    display: flex;
    align-items: center;
}

#showroom .edit {
    max-width: 1090px;
}

#showroom .edit .group {
    display: flex;
    align-items: center;
}

#showroom .edit .group img {
    width: 250px;
    margin-bottom: 0;
}

#showroom .edit .group>div {
    flex: 0 0 calc(100% - 250px);
    padding-left: 50px;
}

/* #showroom .info > div:nth-child(1) span{
flex:0 0 100%;
} */
#showroom .info>div:nth-child(2) {
    flex-grow: 1;
}

#showroom .info>div:nth-child(2) ul li>span:nth-child(1) {
    flex: 0 0 84px;
}

#showroom .info a:hover .img-wrapper {
    opacity: 0.8;
}

#showroom .info a .img-wrapper {
    transition: opacity 0.3s;
    width: 46px;
    height: 46px;
}

#showroom .slick-dots {
    bottom: 55px;
}

@media (max-width: 991px) {
    #showroom .info {
        flex-wrap: wrap;
    }

    #showroom .info>div:nth-child(1) {
        flex: 0 0 100%;
        border-right: none;
    }
}

@media (max-width: 767px) {
    #showroom .info>div:nth-child(2) {
        flex: 0 0 100%;
    }

    #showroom .edit .group {
        display: block;
    }

    #showroom .edit .group>img {
        margin-bottom: 20px;
    }

    #showroom .edit .group>div {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #showroom .info>div:nth-child(2) ul li {
        flex-wrap: wrap;
    }

    #showroom .info>div:nth-child(2) ul li>span:nth-child(1) {
        flex: 0 0 100%;
    }

    #showroom .info a:hover .img-wrapper {
        opacity: 0.8;
    }

    #showroom .info a .img-wrapper {
        transition: opacity 0.3s;
        width: 46px;
        height: 46px;
    }

    #showroom .slick-dots {
        bottom: 35px;
    }
}

#showrooms .jqimgFill img {
    display: block !important;
}

@media (max-width: 575px) {
    #showrooms .jqimgFill {
        height: 320px;
    }

    #showrooms .jqimgFill img {
        display: none !important;
    }

    #showroom .edit .group>img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (max-width: 360px) {
    #showrooms .jqimgFill {
        height: 222px;
    }
}

#dealer .condition-box {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#dealer .condition-box form {
    max-width: 666px;
    flex-grow: 1;
    flex-wrap: wrap;
}

#dealer .condition-box form .row {
    flex-grow: 1;
}

#dealer .condition-box form .row>div {
    padding-left: 5px;
    padding-right: 5px;
}

#dealer .condition-box form .row>div>span {
    width: 100% !important;
}

#dealer .condition-box form button[type="submit"] {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-left: 5px;
}

#dealer table {
    width: 100%;
}

#dealer table thead tr th {
    border-bottom: 3px solid black;
    border-left: 6px solid white;
    border-right: 6px solid white;
}

#dealer table thead tr th:nth-child(1) {
    text-align: center;
    width: 16%;
    min-width: 115px;
}

#dealer table thead tr th:nth-child(2) {
    text-align: center;
    width: 27%;
}

#dealer table thead tr th:nth-child(3) {
    text-align: center;
    width: 41%;
}

#dealer table thead tr th:nth-child(4) {
    text-align: center;
    width: 8%;
}

#dealer table thead tr th:nth-child(5) {
    text-align: center;
    width: 8%;
}

#dealer table tbody tr:last-child td {
    border-bottom: 3px solid black;
}

#dealer table tbody tr:nth-child(even) td {
    background: #f2f2f2;
}

#dealer table tbody tr td {
    padding: 31px 10px;
    border-left: 6px solid white;
    border-right: 6px solid white;
}

#dealer table tbody tr td:nth-child(1) {
    text-align: center;
}

#dealer table tbody tr td:nth-child(2) {
    padding-left: 55px;
}

#dealer table tbody tr td:nth-child(3) {
    padding-left: 55px;
}

#dealer table tbody tr td:nth-child(3) ul li:nth-child(1) a {
    pointer-events: none;
    display: flex;
}

#dealer table tbody tr td:nth-child(3) ul li:nth-child(1) a i {
    margin-top: 2px;
    margin-right: 2px;
}

#dealer table tbody tr td:nth-child(3) .icon-phone {
    margin-left: 3px;
}

#dealer table tbody tr td:nth-child(4) {
    text-align: center;
    white-space: nowrap;
    display: none;
}

#dealer table tbody tr td:nth-child(4) i::before {
    display: none;
}

#dealer table tbody tr td:nth-child(5) a {
    width: 36px;
    height: 36px;
    background: #737373;
    transition: opacity 0.3s;
}

#dealer table tbody tr td:nth-child(5) a:hover {
    opacity: 0.8;
}

@media (max-width: 1199px) {
    #dealer table tbody tr td:nth-child(2) {
        padding-left: 20px;
    }

    #dealer table tbody tr td:nth-child(3) {
        padding-left: 20px;
    }
}

@media (max-width: 576px) {
    #dealer .condition-box form {
        flex: 0 0 100%;
        max-width: initial;
        margin-left: -5px;
        margin-right: -5px;
    }

    #dealer .condition-box form .row {
        flex: 0 0 100%;
    }

    #dealer table thead {
        display: none;
    }

    #dealer table tbody {
        display: block;
    }

    #dealer table tbody tr {
        display: block;
        border-bottom: 1px solid #dddddd;
    }

    #dealer table tbody tr:last-child td {
        border-bottom: none;
    }

    #dealer table tbody tr:first-child {
        border-top: 1px solid #dddddd;
    }

    #dealer table tbody tr:nth-child(even) td {
        background: initial;
    }

    #dealer table tbody tr td {
        display: block;
        padding: 0;
        border-left: none;
        border-right: none;
    }

    #dealer table tbody tr td:nth-child(1) {
        text-align: left;
        padding-bottom: 8px;
    }

    #dealer table tbody tr td:nth-child(2) {
        padding-left: 0;
        padding-bottom: 8px;
    }

    #dealer table tbody tr td:nth-child(3) {
        padding-left: 0;
        padding-bottom: 8px;
    }

    #dealer table tbody tr td:nth-child(2) div>span:nth-child(1) {
        font-weight: bold;
        font-size: 18px;
    }

    #dealer table tbody tr td:nth-child(3) ul li:nth-child(1) a {
        pointer-events: all;
    }

    #dealer table tbody tr td:nth-child(4) {
        padding-left: 0;
        padding-bottom: 8px;
        text-align: left;
    }

    #dealer table tbody tr td:nth-child(4) i::before {
        display: inline-block;
    }

    #dealer table tbody tr td:nth-child(5) {
        display: none;
    }
}

#service li.step:nth-child(odd)>div {
    margin-left: auto;
}

#service li.step:nth-child(odd)>div .title {
    left: -5%;
    top: -25px;
}

#service li.step:nth-child(even)>div .title {
    right: 0;
    top: -25px;
}

#service li.step:last-child .arrow {
    display: none;
}

#service li.step>div {
    width: calc(100% - 40px);
    max-width: 965px;
}

#service li.step>div .title {
    border-bottom: 3px solid #009845;
    position: absolute;
    z-index: 1;
}

#service li.step>div .content {
    border-radius: 180px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#service li.step>div .content .img-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 214px;
    flex: 0 0 214px;
    height: 214px;
}

#service li.step>div .content .img-wrapper img {
    max-width: 80%;
    max-height: 60%;
}

#service li.step>div .content .text-wrapper ul li:not(:last-child) {
    margin-bottom: 15px;
}

#service li.step .arrow {
    display: table;
}

@media screen and (max-width: 767px) {
    #service li.step:nth-child(odd)>div .title {
        left: 20px;
    }

    #service li.step:nth-child(even)>div .title {
        left: 20px;
        right: auto;
    }

    #service li.step>div {
        width: 100%;
    }

    #service li.step>div .content {
        border-radius: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #service li.step>div .content .img-wrapper {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        height: 150px;
    }
}

@media screen and (max-width: 575px) {
    #service li.step>div .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#modify .success {
    background: rgba(0, 152, 69, 0.95);
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

#modify .success.show {
    transform: translateY(0%);
    display: flex;
}

@media (max-width: 991px) {
    #modify .success {
        height: 55px;
    }
}

#cooperation form>p {
    width: 84%;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    #cooperation form>p {
        width: 100%;
    }
}

#warranty .main-section .principle-block-1>img {
    width: 50%;
    float: left;
}

#warranty .main-section .principle-block-1>div {
    width: 50%;
    float: left;
    padding-left: 80px;
    max-height: 700px;
}

#warranty .main-section .conversion-block {
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

#warranty .main-section .conversion-block>div>p {
    width: 74%;
    margin-left: auto;
    margin-right: auto;
}

#warranty .main-section .conversion-block>div table {
    border-collapse: separate;
    border-spacing: 10px 0px;
}

#warranty .main-section .conversion-block>div table thead tr th {
    color: white;
    font-weight: bold;
    border-bottom: 3px solid white;
    padding-bottom: 10px;
}

#warranty .main-section .conversion-block>div table thead tr th:nth-child(1) {
    padding-left: 14.5%;
    width: 64%;
}

#warranty .main-section .conversion-block>div table thead tr th:nth-child(2) {
    text-align: center;
    width: 36%;
}

#warranty .main-section .conversion-block>div table tbody tr:nth-child(odd) td {
    color: white;
}

#warranty .main-section .conversion-block>div table tbody tr:nth-child(even) td {
    background: rgba(242, 242, 242, 0.6);
}

#warranty .main-section .conversion-block>div table tbody tr:last-child td {
    border-bottom: 3px solid white;
}

#warranty .main-section .conversion-block>div table tbody tr td {
    padding: 16px 0;
}

#warranty .main-section .conversion-block>div table tbody tr td:nth-child(1) {
    padding-left: 14.5%;
    width: 64%;
}

#warranty .main-section .conversion-block>div table tbody tr td:nth-child(2) {
    text-align: center;
    width: 36%;
}

#warranty .main-section .principle-block-2>img {
    width: 50%;
    float: right;
}

#warranty .main-section .principle-block-2>div {
    width: 50%;
    float: left;
    padding-right: 80px;
    max-height: 560px;
}

@media (max-width: 1600px) {
    #warranty .main-section .principle-block-1>div {
        max-height: 600px;
        padding-left: 40px;
    }

    #warranty .main-section .principle-block-2>div {
        max-height: 460px;
        padding-right: 40px;
    }
}

@media (max-width: 1400px) {
    #warranty .main-section .principle-block-1>div {
        max-height: 520px;
    }

    #warranty .main-section .principle-block-2>div {
        max-height: 400px;
    }
}

@media (max-width: 1199px) {

    #warranty .main-section .principle-block-1>img,
    #warranty .main-section .principle-block-2>img {
        width: 35%;
    }

    #warranty .main-section .principle-block-1>div,
    #warranty .main-section .principle-block-2>div {
        width: 65%;
        max-height: initial;
    }
}

@media (max-width: 767px) {

    #warranty .main-section .principle-block-1>img,
    #warranty .main-section .principle-block-2>img {
        width: 100%;
    }

    #warranty .main-section .principle-block-1>div,
    #warranty .main-section .principle-block-2>div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 575px) {
    #warranty .main-section .conversion-block>div>p {
        width: 100%;
    }

    #warranty .main-section .conversion-block>div table thead tr th:nth-child(1) {
        padding-left: 20px;
    }

    #warranty .main-section .conversion-block>div table tbody tr td {
        padding: 10px 0;
    }

    #warranty .main-section .conversion-block>div table tbody tr td:nth-child(1) {
        padding-left: 20px;
    }
}

#repair .max816 {
    width: 100%;
}

#repair form .field-group .file-group>label .val {
    bottom: 15px;
}

#repair .model [type="radio"] {
    display: none;
}

#repair .model [type="radio"]+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    width: 120px;
}

#repair .model [type="radio"]+label .icon-ok {
    margin-top: 2px;
    display: inline-block;
    height: 18px;
    border: 1px solid #009845;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18px;
    flex: 0 0 18px;
    background: white;
}

#repair .model [type="radio"]+label .icon-ok::before {
    color: white;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale(0.7);
    margin: 0;
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
    font-size: 12px;
}

#repair .model [type="radio"]:checked+label .icon-ok {
    background: #009746;
    border: 1px solid #009746;
}

#repair .model [type="radio"]:checked+label .icon-ok::before {
    position: absolute;
    opacity: 1;
}

#repair #unknowModel {
    display: none;
}

#favorite .remove {
    bottom: 0;
    left: 200px;
    padding-left: 62px;
    align-items: center;
    cursor: pointer;
}

#favorite .remove .icon-minus {
    width: 18px;
    height: 18px;
    font-size: 12px;
}

#favorite .remove .icon-minus::before {
    transform: translate(-50%, -50%) scale(0.7);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

#favorite .product-items-2 ul li:nth-child(3n + 1),
#favorite .product-items-2 ul li:nth-child(3n + 2) {
    border-right: 2px solid #e8e8e8;
}

#favorite .product-items-2 ul li a .img-wrapper {
    float: left;
    padding-left: 20px;
}

#favorite .product-items-2 ul li a .img-wrapper img {
    width: 200px;
}

#favorite .product-items-2 ul li a .text-wrapper {
    padding-bottom: 45px;
    padding-left: 45px;
    float: left;
    width: calc(100% - 250px);
}

@media (max-width: 1600px) {
    #favorite .remove {
        left: 50%;
        transform: translateX(-50%);
        padding-left: 0px;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    #favorite .product-items-2 ul {
        margin-left: -30px;
        margin-right: -30px;
    }

    #favorite .product-items-2 ul li {
        padding-left: 30px;
        padding-right: 30px;
    }

    #favorite .product-items-2 ul li div {
        text-align: center;
    }

    #favorite .product-items-2 ul li div a .img-wrapper {
        float: none;
        padding-left: 0;
    }

    #favorite .product-items-2 ul li div a .text-wrapper {
        padding-top: 20px;
        padding-left: 0px;
        float: none;
        width: 100%;
    }
}

@media (max-width: 767px) {
    #favorite .product-items-2 ul {
        margin-left: -20px;
        margin-right: -20px;
    }

    #favorite .product-items-2 ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    #favorite .product-items-2 ul li:nth-child(3n + 1),
    #favorite .product-items-2 ul li:nth-child(3n + 2) {
        border-right: none;
    }

    #favorite .product-items-2 ul li:nth-child(2n + 1) {
        border-right: 2px solid #e8e8e8;
    }
}

@media (max-width: 575px) {
    #favorite .product-items-2 ul {
        margin-left: 0;
        margin-right: 0;
    }

    #favorite .product-items-2 ul li {
        padding-right: 0;
        padding-left: 0;
        border-bottom: 2px solid #e8e8e8;
    }

    #favorite .product-items-2 ul li:nth-child(2n + 1) {
        border-right: none;
    }

    #favorite .product-items-2 ul li div a .text-wrapper {
        padding-top: 10px;
        padding-bottom: 30px;
    }
}

#activity header {
    height: 145px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    transition: background 0.3s, height 0.3s, opacity 0.5s, transform 0.5s;
}

#activity header.scroll {
    background: white;
    height: 80px;
}

#activity header.scroll a.logo .svg path {
    fill: black !important;
}

#activity header.scroll .bg_phone .scroll_wrapper nav {
    margin-top: 13px;
}

#activity header.scroll .bg_phone .scroll_wrapper nav ul.menu {
    color: black;
}

#activity header a.logo {
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 220px;
    z-index: 1;
}

#activity header .menu-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    height: 38px;
}

#activity header .menu-toggle .wrapper {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #009845;
    position: relative;
    display: inline-block;
}

#activity header .menu-toggle .wrapper div {
    height: 2px;
    background-color: white;
    -webkit-transition: width 0.5s ease, top 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s ease, top 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s ease, top 0.5s, transform 0.5s;
    transition: width 0.5s ease, top 0.5s, transform 0.5s, -webkit-transform 0.5s;
    position: absolute;
    left: 12px;
    width: 14px;
}

#activity header .menu-toggle .wrapper div.bar1 {
    top: 13px;
}

#activity header .menu-toggle .wrapper div.bar2 {
    top: 19px;
}

#activity header .menu-toggle .wrapper div.bar3 {
    top: 25px;
}

#activity header .menu-toggle.active .wrapper div.bar1 {
    top: 18px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#activity header .menu-toggle.active .wrapper div.bar2 {
    opacity: 0;
}

#activity header .menu-toggle.active .wrapper div.bar3 {
    top: 18px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#activity header .bg_phone .scroll_wrapper nav {
    margin-top: 45px;
    height: 56px;
    display: flex;
    justify-content: center;
    float: right;
    margin-right: 4.5%;
    transition: margin-top 0.3s, color 0.3s;
}

#activity header .bg_phone .scroll_wrapper nav ul.menu {
    color: white;
}

#activity header .bg_phone .scroll_wrapper nav ul.menu>li {
    height: 100%;
    float: left;
}

#activity header .bg_phone .scroll_wrapper nav ul.menu>li:last-child {
    margin-left: 30px;
}

#activity header .bg_phone .scroll_wrapper nav ul.menu>li>span {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    margin: 0 28px;
    display: flex;
    height: 100%;
    align-items: center;
}

#activity header .bg_phone .scroll_wrapper nav ul.menu>li>span:hover {
    color: #00984e;
}

#activity header .bg_phone .scroll_wrapper nav ul.menu>li>span i.icon-right-open-mini {
    display: none;
}

#activity header .bg_phone .scroll_wrapper nav ul.menu>li>a {
    height: 100%;
    width: 173px;
    font-size: 18px;
    font-weight: bold;
    background: #009845;
    box-shadow: 0px 2px 2px #007a37;
    color: white;
}

@media screen and (max-width: 1199px) {
    #activity header a.logo {
        left: 20px;
    }

    #activity header .bg_phone .scroll_wrapper nav {
        margin-right: 20px;
    }

    #activity header .bg_phone .scroll_wrapper nav ul.menu>li>span {
        margin: 0 15px;
    }
}

@media (max-width: 991px) {
    #activity header {
        height: 55px;
        background: white;
    }

    #activity header a.logo {
        width: 128px;
        height: 32px;
    }

    #activity header a.logo .svg path {
        fill: black !important;
    }

    #activity header .menu-toggle {
        display: block;
    }

    #activity header .gray_block.active {
        left: 0;
        top: 55px;
        width: 100vw;
        height: 100vh;
        background-color: black;
        position: absolute;
        opacity: 0.5;
    }

    #activity header .bg_phone {
        width: 320px;
        overflow-y: auto;
        overflow-x: hidden;
        position: fixed;
        display: block;
        right: 0;
        top: 55px;
        height: calc(100vh - 55px);
        z-index: 40;
        pointer-events: none;
        -webkit-transition: opacity 1s;
        transition: opacity 1s;
        background: white;
        -webkit-transform: translateX(320px);
        transform: translateX(320px);
        transition: transform 0.3s;
    }

    #activity header .bg_phone.active {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        pointer-events: all;
    }

    #activity header .bg_phone .scroll_wrapper {
        -webkit-overflow-scrolling: touch;
        padding-bottom: 40px;
    }

    #activity header .bg_phone .scroll_wrapper nav {
        margin-left: 0;
        display: block;
        height: auto;
        float: none;
        margin-top: 0;
        margin-right: 0;
    }

    #activity header .bg_phone .scroll_wrapper nav ul.menu {
        padding: 0;
    }

    #activity header .bg_phone .scroll_wrapper nav ul.menu li {
        height: 55px;
        float: none;
        color: black;
        border-bottom: 1px solid #dddddd;
    }

    #activity header .bg_phone .scroll_wrapper nav ul.menu li:last-child {
        margin-left: 15px;
    }

    #activity header .bg_phone .scroll_wrapper nav ul.menu li a {
        height: 40px;
        width: 120px;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    #activity header form>div>div .input-wrapper {
        padding: 9px 20px;
    }

    #activity header form>div>div>.advanced-wrapper>div {
        display: block;
    }

    #activity header form>div>div>.advanced-wrapper>div .row {
        width: 100%;
        margin: 0;
    }

    #activity header form>div>div>.advanced-wrapper>div .row.hasFour>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #activity header form>div>div>.advanced-wrapper>div .row.hasTwo>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #activity header form>div>div>.advanced-wrapper>div .row.hasThree>div {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }

    #activity header form>div>div>.advanced-wrapper>div button[type="submit"] {
        width: 100%;
    }

    #activity header .bg_phone {
        width: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    #activity header .bg_phone .scroll_wrapper nav ul.menu>li .submenu {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    #activity header .gray_block {
        display: none;
    }
}

#activity .inner .banner-section .jqimgFill {
    height: 100vh;
    min-height: 600px;
}

#activity .inner .banner-section .text-wrapper {
    top: 41%;
    right: 4.5%;
    transform: translateY(-50%);
}

#activity .inner .banner-section .text-wrapper>div {
    float: left;
    line-height: 1.15em;
}

#activity .inner .banner-section .text-wrapper div:nth-child(1) {
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: 6px;
    position: relative;
}

#activity .inner .banner-section .text-wrapper div:nth-child(1)::after {
    content: "";
    display: block;
    width: 1px;
    height: 65px;
    background: #294250;
    position: absolute;
    left: 50%;
    bottom: -95px;
}

#activity .inner .banner-section .mouse {
    width: 30px;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 2;
}

#activity .inner .banner-section .wave {
    height: 222px;
    width: 100%;
    bottom: 0;
}

#activity .inner .banner-section .wave img {
    position: absolute;
    bottom: 0;
}

#activity .inner .foryou-section {
    padding-top: 100px;
    background: rgba(242, 248, 252, 0.65);
}

#activity .inner .foryou-section .top img {
    float: left;
    width: 62%;
}

#activity .inner .foryou-section .top>div {
    padding-top: 50px;
    float: left;
    width: 38%;
    padding-left: 110px;
}

#activity .inner .foryou-section .top>div ul.ok li {
    position: relative;
    padding-left: 37px;
    margin-bottom: 14px;
}

#activity .inner .foryou-section .top>div ul.ok li::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 26px;
    height: 26px;
    background: url("images/activity/OK.svg") center no-repeat;
}

#activity .inner .foryou-section .bottom {
    top: -45px;
}

#activity .inner .foryou-section .bottom .text {
    line-height: 1em;
    left: 14.5%;
    top: 23px;
    z-index: 2;
    transform: rotate(-12deg);
    transition: transform 0.3s;
}

#activity .inner .foryou-section .bottom .text.played {
    transform: rotate(-12deg) translateX(-150px);
}

#activity .inner .foryou-section .bottom .vedio-wrapper {
    border-radius: 25px;
    overflow: hidden;
    width: 100%;
    max-width: 776px;
}

#activity .inner .foryou-section .bottom .vedio-wrapper .mask {
    z-index: 1;
}

#activity .inner .foryou-section .bottom .vedio-wrapper .mask>div {
    width: 100%;
    text-align: center;
}

#activity .inner .foryou-section .bottom .vedio-wrapper .mask .play {
    width: 97px;
    height: 97px;
    border: 2px solid white;
    cursor: pointer;
}

#activity .inner .foryou-section .bottom .vedio-wrapper .mask .play img {
    width: 20px;
}

#activity .inner .foryou-section .bottom .vedio-wrapper video {
    max-width: 100%;
}

#activity .inner .foryou-section .bottom .dogs {
    top: 34%;
    right: 3%;
    width: 18%;
    z-index: 1;
}

#activity .inner .series-section {
    background-repeat: no-repeat;
    background: rgba(242, 248, 252, 0.9);
    padding-top: 240px;
    padding-bottom: 77px;
}

#activity .inner .series-section>ul>li {
    margin-bottom: 107px;
    padding: 60px 47px 60px 80px;
    max-width: 1420px;
    width: calc(100% - 40px);
    border-radius: 30px;
    box-shadow: 4.5px 4.5px 52px rgba(0, 0, 0, 0.34);
}

#activity .inner .series-section>ul>li .model {
    width: 138px;
    height: 138px;
    top: -58px;
}

#activity .inner .series-section>ul>li .model .FjallaOne {
    letter-spacing: 3px;
}

#activity .inner .series-section>ul>li .block {
    display: flex;
    flex-wrap: wrap;
}

#activity .inner .series-section>ul>li .block>a {
    flex: 0 0 51%;
}

#activity .inner .series-section>ul>li .block .info {
    letter-spacing: 1px;
    flex: 0 0 49%;
    padding-left: 45px;
}

#activity .inner .series-section>ul>li .block .info sup {
    font-size: 12px;
}

#activity .inner .series-section>ul>li .block .info ul.tags li {
    float: left;
    border: 2px solid #009845;
    border-radius: 25px;
    padding: 9px 25px;
    margin-bottom: 10px;
}

#activity .inner .series-section>ul>li .block .info ul.tags li:not(:last-child) {
    margin-right: 10px;
}

#activity .inner .series-section>ul>li .block .info ul.data li {
    margin-bottom: 8px;
}

#activity .inner .series-section>ul>li .block .info ul.ps li {
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
    line-height: 1.5em;
}

#activity .inner .series-section>ul>li .block .info ul.ps li::before {
    width: 15px;
    height: 15px;
    display: inline-block;
    content: "";
    background: url(images/activity/doghand.svg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
}

#activity .inner .series-section>ul>li .block .info ul.imgs {
    margin-left: -12px;
    margin-right: -12px;
}

#activity .inner .series-section>ul>li .block .info ul.imgs li {
    padding-right: 12px;
    padding-left: 12px;
}

#activity .inner .compare-section {
    padding-top: 117px;
    background: #f4f4f4;
}

#activity .inner .compare-section .table-wrapper {
    width: calc(100% - 40px);
    max-width: 1420px;
    margin: auto;
}

#activity .inner .compare-section .table-wrapper table {
    min-width: 900px;
    width: 100%;
    border: 2px solid transparent;
}

#activity .inner .compare-section .table-wrapper table thead tr {
    height: 194px;
}

#activity .inner .compare-section .table-wrapper table thead tr th {
    font-weight: normal;
    text-align: center;
}

#activity .inner .compare-section .table-wrapper table thead tr th:nth-child(1) {
    position: relative;
}

#activity .inner .compare-section .table-wrapper table thead tr th:nth-child(1) img {
    width: 60%;
    position: relative;
    top: 26px;
    z-index: 1;
}

#activity .inner .compare-section .table-wrapper table thead tr th:nth-child(1) div {
    height: 32px;
    position: absolute;
    left: -2px;
    bottom: -1px;
    background: #e3e4e6;
    width: calc(100% + 4px);
}

#activity .inner .compare-section .table-wrapper table thead tr th.bg-lightgreen-1 span:first-child {
    color: #93cfae;
}

#activity .inner .compare-section .table-wrapper table thead tr th.bg-lightgreen-1 span:nth-child(2) span:first-child {
    position: relative;
    top: -15px;
}

#activity .inner .compare-section .table-wrapper table thead tr th:not(:first-child) {
    position: relative;
}

#activity .inner .compare-section .table-wrapper table thead tr th:not(:first-child)>div {
    padding-top: 48px;
    position: absolute;
    width: 100%;
    height: 178px;
    background: #e3e4e6;
    bottom: 0;
    border-left: 1px solid #d6d6d6;
}

#activity .inner .compare-section .table-wrapper table thead tr th:not(:first-child)>div>span {
    flex: 0 0 100%;
}

#activity .inner .compare-section .table-wrapper table thead tr th:not(:first-child)>div>span:nth-child(1) {
    color: #787878;
}

#activity .inner .compare-section .table-wrapper table thead tr th:not(:first-child)>div>span:nth-child(2) {
    display: flex;
    justify-content: center;
}

#activity .inner .compare-section .table-wrapper table thead tr th:not(:first-child)>div>span:nth-child(2) span:nth-child(1) {
    margin-top: 5px;
    margin-right: 5px;
}

#activity .inner .compare-section .table-wrapper table tbody tr {
    background: white;
}

#activity .inner .compare-section .table-wrapper table tbody tr:last-child td {
    border-bottom: none;
}

#activity .inner .compare-section .table-wrapper table tbody tr:nth-child(1) img {
    width: 200px;
}

#activity .inner .compare-section .table-wrapper table tbody tr:nth-child(1) td:first-child {
    padding-left: 25px;
}

#activity .inner .compare-section .table-wrapper table tbody tr:nth-child(2) td:first-child {
    padding-left: 25px;
}

#activity .inner .compare-section .table-wrapper table tbody tr td {
    padding: 18.2px 10px;
    border: 1px solid #d6d6d6;
}

#activity .inner .compare-section .table-wrapper table tbody tr td.item {
    width: 18.5%;
    padding: 10px 30px 10px 37px;
    font-size: 16px;
}

#activity .inner .compare-section .table-wrapper table tbody tr td[rowspan] {
    padding: 18.2px 10px;
    width: 6.5%;
    text-align: center;
}

#activity .inner .compare-section .table-wrapper table tbody tr td:not(.item) {
    text-align: center;
}

#activity .inner .compare-section .table-wrapper table tbody tr td.item {
    background: #e3e4e6;
}

#activity .inner .compare-section .table-wrapper table tbody tr:not(:first-child) td img {
    width: 24px;
}

#activity .inner .witness-section {
    padding-bottom: 50px;
    background: #5facd6;
}

#activity .inner .witness-section .dec-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#activity .inner .witness-section .dec-circle .box {
    position: absolute;
    animation: rotate;
    animation-duration: 7s;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#activity .inner .witness-section .dec-circle .box.box-1 {
    width: 250px;
    height: 108px;
    right: -3%;
    top: 13%;
}

#activity .inner .witness-section .dec-circle .box.box-1 .circle {
    width: 108px;
}

#activity .inner .witness-section .dec-circle .box.box-2 {
    width: 200px;
    height: 30px;
    right: 7%;
    top: 8%;
}

#activity .inner .witness-section .dec-circle .box.box-2 .circle {
    width: 30px;
    animation-delay: 3s;
}

#activity .inner .witness-section .dec-circle .box.box-3 {
    width: 281px;
    height: 281px;
    left: 2%;
    animation-duration: 14s;
    top: 22%;
}

#activity .inner .witness-section .dec-circle .box.box-3 .circle-1 {
    width: 281px;
    animation-delay: 1s;
}

#activity .inner .witness-section .dec-circle .box.box-3 .circle-2 {
    width: 95px;
    height: 95px;
    animation-delay: 5s;
    top: -65%;
    right: 0;
}

#activity .inner .witness-section .dec-circle .box.box-3 .circle-3 {
    width: 32px;
    height: 32px;
    animation-delay: 3s;
    right: -42%;
    top: -26%;
}

#activity .inner .witness-section .dec-circle .box.box-3 .circle-4 {
    width: 76px;
    height: 76px;
    animation-delay: 3s;
    right: -72%;
    top: 11%;
}

#activity .inner .witness-section .dec-circle .box.box-4 {
    right: -4%;
    top: 45%;
    animation-duration: 20s;
}

#activity .inner .witness-section .dec-circle .box.box-5 {
    left: 1%;
    bottom: 12%;
    animation-duration: 20s;
}

#activity .inner .witness-section .dec-circle .box .circle {
    position: absolute;
    opacity: 0.1;
    height: 100%;
    border-radius: 50%;
    background: white;
    animation: changeOpacity;
    animation-duration: 10s;
    animation-fill-mode: both;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

#activity .inner .witness-section canvas {
    background: #f4f4f4;
    width: 100%;
    height: 400px;
    vertical-align: top;
}

#activity .inner .witness-section .title>span:nth-child(2) span {
    display: block;
}

#activity .inner .witness-section .title img {
    right: 16%;
    top: -20px;
}

#activity .inner .witness-section ul {
    margin-left: -25px;
    margin-right: -25px;
}

#activity .inner .witness-section ul li {
    padding-left: 25px;
    padding-right: 25px;
}

#activity .inner .witness-section ul li>div {
    border-radius: 30px;
    padding: 27px 31px 17px 31px;
    box-shadow: 5px 5px 58px rgba(0, 0, 0, 0.17);
}

#activity .inner .witness-section ul li>div img {
    border-radius: 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.17);
}

#activity .inner .witness-section ul li>div>div {
    top: -25px;
}

#activity .inner .witness-section ul li>div>div .career {
    width: 165px;
    height: 50px;
    background: #81bc00;
    border-radius: 25px;
}

#activity .inner .witness-section ul li>div>div .title {
    color: #294250;
}

#activity .inner .witness-section ul li>div>div p {
    color: #4c4c4c;
}

#activity footer {
    padding-top: 0;
    padding-bottom: 50px;
    background: black;
    color: #e4edf2;
}

#activity footer>div {
    max-width: 1486px;
    width: calc(100% - 40px);
    margin: auto;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1600px) {
    #activity .inner .foryou-section .top>div {
        padding-top: 0;
        padding-left: 40px;
    }

    #activity .inner .foryou-section .bottom {
        top: -20px;
    }

    #activity .inner .witness-section .title img {
        right: 5%;
    }
}

@media (max-width: 1400px) {
    #activity .inner .foryou-section .bottom {
        top: 0px;
        padding-top: 20px;
    }

    #activity .inner .foryou-section .bottom .text.played {
        transform: rotate(-12deg) translateX(-200px);
    }

    #activity .inner .foryou-section .bottom .dogs {
        top: 53%;
        right: 0;
    }

    #activity .inner .series-section>ul>li {
        padding: 40px 20px;
    }
}

@media (max-width: 1199px) {
    #activity header.scroll {
        height: 55px;
    }

    #activity .inner .foryou-section .top img {
        width: 100%;
        float: none;
    }

    #activity .inner .foryou-section .top>div {
        width: 100%;
        float: none;
        padding-top: 20px;
        padding-left: 0;
    }

    #activity .inner .foryou-section .bottom .text {
        transform: rotate(12deg);
        left: auto;
        right: 0%;
    }

    #activity .inner .foryou-section .bottom .text.played {
        transform: rotate(12deg) translateY(-170px);
    }

    #activity .inner .foryou-section .bottom .dogs {
        display: none;
    }

    #activity .inner .series-section>ul>li .block>a {
        flex: 0 0 40%;
    }

    #activity .inner .series-section>ul>li .block .info {
        flex: 0 0 60%;
    }

    #activity .inner .witness-section .title img {
        width: 250px;
        top: 0;
    }
}

@media (max-width: 991px) {
    #activity .inner .series-section>ul>li .block>a {
        flex: 0 0 100%;
    }

    #activity .inner .series-section>ul>li .block .info {
        flex: 0 0 100%;
        padding-left: 0;
    }

    #activity .inner .compare-section .table-wrapper table tbody tr td.item {
        padding: 8px 20px;
    }

    #activity .inner .witness-section .title img {
        right: 20px;
        width: 200px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    #activity .inner .witness-section .title img {
        display: none;
    }

    #activity footer>div {
        display: block;
    }
}

@media (max-width: 575px) {
    #activity .inner .banner-section .text-wrapper {
        right: auto;
        left: 20px;
        width: calc(100% - 40px);
    }

    #activity .inner .banner-section .text-wrapper div:nth-child(1) span {
        font-size: 16px;
    }

    #activity .inner .banner-section .mouse {
        width: 20px;
        bottom: 40px;
    }

    #activity .inner .foryou-section {
        padding-top: 40px;
    }

    #activity .inner .foryou-section .bottom .text {
        width: 130px;
    }

    #activity .inner .foryou-section .bottom .text.played {
        transform: rotate(12deg) translateY(-100px);
    }

    #activity .inner .foryou-section .bottom .vedio-wrapper .mask .play {
        width: 60px;
        height: 60px;
    }

    #activity .inner .foryou-section .bottom .vedio-wrapper .mask .play img {
        width: 17px;
    }

    #activity .inner .series-section {
        padding-bottom: 40px;
        padding-top: 120px;
        background-position: top;
    }

    #activity .inner .series-section>ul>li:not(:last-child) {
        margin-bottom: 70px;
    }

    #activity .inner .series-section>ul>li:last-child {
        margin-bottom: 0;
    }

    #activity .inner .series-section>ul>li .model {
        top: -43px;
        width: 100px;
        height: 100px;
    }

    #activity .inner .series-section>ul>li .model .FjallaOne {
        left: 0;
        font-size: 20px;
    }

    #activity .inner .series-section>ul>li .block .info ul.tags li {
        padding: 5px 10px;
        border: 1px solid #009845;
    }

    #activity .inner .compare-section {
        padding-top: 30px;
    }

    #activity .inner .compare-section .table-wrapper table thead tr {
        height: 160px;
    }

    #activity .inner .compare-section .table-wrapper table thead tr th:not(:first-child)>div {
        height: 137px;
        padding-top: 30px;
    }

    #activity .inner .witness-section {
        padding-bottom: 20px;
    }

    #activity .inner .witness-section .title {
        padding-right: 20px;
        padding-left: 20px;
    }

    #activity .inner .witness-section ul {
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
    }

    #activity .inner .witness-section ul li {
        padding-left: 0;
        padding-right: 0;
    }

    #activity .inner .witness-section canvas {
        height: 100px;
    }
}

@media (max-width: 340px) {
    #activity .inner .banner-section .text-wrapper div:nth-child(1) {
        margin-right: 10px !important;
    }
}

p .break,
span .break {
    display: block;
}

p .break-for-PC,
span .break-for-PC {
    display: block;
}

@media (max-width: 575px) {

    p .break,
    span .break {
        display: inline;
    }

    p .break-for-phone,
    span .break-for-phone {
        display: block;
    }
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 220px;
}

@media (max-width: 575px) {

    #repair form>p,
    #contact form>p,
    #cooperation form>p {
        text-align: left !important;
    }
}

#activity .price>span:nth-child(1) {
    line-height: 1em;
    margin-top: 20px;
}

#activity .price>span:nth-child(1)>span:nth-child(2) {
    text-decoration: line-through;
    text-decoration-color: black;
}

@media (max-width: 575px) {
    #activity a.link img {
        width: 150px !important;
    }
}

.lg-outer {
    background: black;
}

.en #header .bg_phone .scroll_wrapper nav ul.menu>li:nth-child(2)>.submenu>ul>li .submenu ul.column li {
    width: 50%;
}

.en #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li .submenu ul.column {
    max-height: 250px;
}

.en footer .top>ul>li:nth-child(1) ul {
    max-height: 224px;
}

@media (max-width: 1300px) {
    .en #header .bg_phone .scroll_wrapper nav ul.menu>li>span.list {
        padding: 0 30px;
    }
}

@media (max-width: 1199px) {
    .en #header .bg_phone .scroll_wrapper nav ul.menu>li>span.list {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
    .en #header .bg_phone .scroll_wrapper nav ul.menu li:nth-child(2)>.submenu>ul>li .submenu ul.column li {
        width: 100%;
    }

    .en #header .bg_phone .scroll_wrapper nav ul.menu>li>.submenu>ul>li .submenu ul.column {
        max-height: initial;
    }

    .en #header .bg_phone .scroll_wrapper nav ul.menu li span.list {
        padding-left: 20px;
        padding-right: 0;
    }
}

@media (max-width: 575px) {

    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h3,
    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h4,
    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) a h5 {
        border: none;
    }

    .product-items .content-block ul:not(.slick-dots) li:not([role="presentation"]) {
        border-bottom: 1px solid #e5e5e5;
    }
}

.dm-quantity {
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
}

.login-notes {
    color: rgba(255, 255, 255, .6);
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #666;
    font-size: 12px;
    text-align: center;
}

.categories-section-mobile {
    margin-top: 0;
}

.categories-section-mobile h2 {
    margin-bottom: 20px;
    display: none;
}

.categories-section-mobile .itemsWrap {
    overflow: hidden;
    position: relative;
    margin-left: -1px;
    margin-right: -1px;
}

.categories-section-mobile .itemsWrap ul {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dfdfdf;
    border-bottom: none;
}

.categories-section-mobile li {
    margin-top: -1px;
    margin-left: -1px;
    width: calc(33.33% + 1px);
    padding-top: 0px;
    padding-bottom: 0;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

.categories-section-mobile li h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.categories-section-mobile .moreProducts {
    display: block;
    margin: 20px 15px 10px;
    padding: 12px 40px;
    background: #009845;
    color: #fff;
    font-size: 16px;
}

.categories-section-mobile ul li a .img-wrapper .dec .circle,
.categories-section-mobile ul li a .img-wrapper .dec .circle {
    opacity: 0;
    width: 70px;
    height: 70px;
    transition: opacity 0.3s;
}

.categories-section-mobile ul li a:hover .img-wrapper .dec .circle,
.categories-section-mobile ul li a:hover .img-wrapper .dec .circle {
    opacity: 0.7;
    opacity: 0;
}

.categories-section-mobile ul li {
    overflow: hidden;
}

.categories-section-mobile ul li:hover .img-wrapper {
    animation: jumping 0.8s infinite alternate;
    animation-delay: 0.4s;
}

.categories-section-mobile ul li img {
    transition: all 0.4s ease;
    transform: scale(0.7);
}

.categories-section-mobile ul li:hover img {
    transform: scale(1);
}

.categories-section-mobile ul li a h3 {
    padding: 4px 0 0 !important;
    position: relative;
    z-index: 2;
}

.categories-section-mobile ul li a h3:after {
    content: "";
    display: block;
    width: 0;
    height: 8px;
    margin: 7px auto 0;
    background: #009845;
    opacity: 0.1;
    opacity: 0;
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}

.categories-section-mobile ul li:hover a h3:after {
    width: 100%;
    opacity: 1;
    opacity: 0;
}

@media (max-width: 575px) {
    .categories-section {
        display: none;
    }
}

@media (min-width: 575px) {
    .categories-section-mobile {
        display: none;
    }
}

.index-small-banner a {
    display: block;
    position: relative;
}

.index-small-banner a:hover:before {
    opacity: 1;
    transform: scale(1);
}

.index-small-banner a:before {
    transition: all 0.3s ease;
    opacity: 0;
    transform: scale(0.8);
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.index-small-banner .text {
    position: absolute;
    z-index: 2;
}

.product-category-description {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 20px;
    margin: 0 0 30px;
    text-align: center;
    background: #fff !important;
}

.product-category-description>* {
    display: inline-block;
}

#notFoundFrom {
    text-align: center;
    margin: 0 20%;
}

#notFoundFrom button[type="submit"] {
    border: none;
    background: #009845;
    color: #fff;
}

#notFoundFrom button[type="submit"]:hover {
    background: #61b85f;
}

#gotoSitemap {
    display: inline-block;
    margin-top: 20px;
    transition: none;
}

#gotoSitemap:hover {
    color: #009845;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #notFoundFrom {
        margin: 0 10%;
    }
}

@media (max-width: 576px) {
    #notFoundFrom {
        margin: 0 5%;
    }
}

.water-fall .heading {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.water-fall-grid {
    column-count: 4;
    column-gap: 20px;
    -column-fill: auto;
    padding: 20px 0;
}

.water-fall-grid-block {
    background-color: #f0f0f0;
    display: block;
    padding: 0;
    word-wrap: break-word;
    margin-bottom: 20px;
    break-inside: avoid;
    box-sizing: border-box;
    border: 3px solid transparent;
    transition: .4s;
}

.water-fall-grid-block:hover {
    border-color: #009845;
}

.water-fall-grid-block .picture {
    cursor: pointer;
    display: block;
    width: 100%;
}

.water-fall-grid-block .name {
    cursor: pointer;
    display: block;
    margin: 8px 10px;
    float: left;
}

.water-fall-grid-block .date {
    cursor: pointer;
    display: block;
    margin: 10px 10px 8px;
    float: right;
    display: none;
}

.water-fall-grid-block .stars {
    cursor: pointer;
    display: block;
    margin: 8px 10px;
    font-size: 20px;
    color: #ed8f0c;
    clear: both;
}

.water-fall-grid-block .comment {
    cursor: pointer;
    display: block;
    margin: 8px 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.water-fall-grid-block .reply {
    cursor: pointer;
    overflow: hidden;
    background: #009845;
    margin: 10px 0 5px;
    padding: 10px;
    color: #fff;
}

.water-fall-grid-block .reply .who {
    color: #ccc;
}

.water-fall-grid-block .reply .text {}

.water-fall-grid-block .product {
    overflow: hidden;
    background: #f0f0f0;
}

.water-fall-grid-block .product .thumb {
    float: left;
    width: 35px;
    margin: 5px;
}

.water-fall-grid-block .product .link {
    display: inline-block;
    margin-top: 10px;
    transition: none;
}

.water-fall-grid-block .product .more {
    display: inline-block;
    background: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    padding: 4px 5px;
    margin-top: 3px;
    font-size: 12px;
    float: right;
}

.water-fall-grid-block .product .link:hover {
    text-decoration: underline;
    color: #009845;
}

#water-fall-modal .close {
    position: absolute;
    right: 1%;
    top: 2px;
    font-size: 40px;
}

#water-fall-modal .modal-dialog {
    left: 8px;
}

#water-fall-modal .water-fall-grid-block>* {
    cursor: auto;
}

#water-fall-modal .water-fall-grid-block .comment {
    -webkit-line-clamp: 999;
}

#water-fall-modal .water-fall-grid-block:hover {
    border-color: transparent;
}

@media (min-width: 800px) {
    #water-fall-modal .modal-dialog {
        max-width: 600px;
    }
}

@media (max-width: 991px) {
    .water-fall-grid {
        column-count: 3;
    }
}

@media (max-width: 768px) {
    .water-fall-grid {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .water-fall-grid {
        column-count: 1;
    }
}

.team-list {
    position: relative;
    background-color: #f8f8f8;
    max-width: 100% !important;
    width: auto !important;
    padding: 50px 0 !important;
    margin-top: 50px !important;
}

.team-list::after {
    content: "";
    display: block;
    height: 85%;
    width: 3px;
    background: #009845;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 150px;
}

.team-list .heading {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    display: block;
    margin-bottom: 20px;
}

.team-list .team-person {
    background: #fff;
    box-shadow: 0 0 30px 10px rgba(69, 65, 78, 0.06);
    border-radius: 10px;
    padding: 30px;
    transition: .6s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 1300px;
    width: calc(100% - 30px) !important;
    margin: 0 auto 50px;
}

.team-list .team-person:hover img {
    transform: scale(1.03);
}

.team-list .team-person .left {
    width: 17%;
    float: left;
    margin: 0 25px 0 0;
}

.team-list .team-person .left img {
    width: 100%;
    display: block;
    border: 1px solid #eee;
    transition: .4s ease;
}

.team-list .team-person .right {
    display: block;
}

.team-list .team-person .right .title {
    color: #009845;
    font-size: 25px;
    margin: 10px 0 0;
    display: inline-block;
    white-space: nowrap;
}


@media (max-width: 576px) {
    .team-list .team-person .right .title {
        font-size: 16px;
    }
}

.team-list .team-person .right .title .english {
    color: #ccc;
    display: inline-block;
    border-left: 2px solid #eee;
    padding-left: 10px;
    margin-left: 10px;
}

.team-list .team-person .right .name {
    display: block;
    font-family: Palatino, Georgia, Garamond;
    font-weight: 400;
    font-style: italic;
    font-size: 32px;
    color: #000;
}

@media (max-width: 576px) {
    .team-list .team-person .right .name {
        font-size: 22px;
        margin-top: 5px;
    }
}

.team-list .team-person .right .name::first-letter {
    color: #009845;
}

.team-list .team-person .right .description {
    margin: 25px 0 0;
    color: #3f3f3f;
}

.compare-wrap {
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: 30px;
    border-radius: 20px;
}

.compare-wrap .compare-list-scrollable {
    background: transparent;
    box-shadow: 0 0 30px 10px rgba(69, 65, 78, 0.06);
    overflow: hidden;
    width: 95%;
    max-width: 1658px;
    margin: 0 auto;
    border-radius: 20px;
}

.compare-wrap .compare-list {
    border-radius: 20px;
    overflow: hidden;
}

.compare-wrap .compare-list tr td {
    vertical-align: middle !important;
}

.compare-wrap .compare-list tr td~td {
    min-width: 280px;
}

.compare-wrap .compare-list tr td:first-child {
    width: 1px;
    white-space: nowrap;
    background: #009845;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.compare-wrap .compare-list .thumb {
    width: 100px;
}

.compare-wrap .compare-list .links {}

.compare-wrap .compare-list .links a {
    display: inline-block;
    border-radius: 5px;
    background: #009845;
    color: #fff;
    padding: 3px 10px;
    text-align: center;
    margin: 5px;
}

.compare-wrap>.empty {
    padding: 150px 50px;
    background: #f3f3f3;
    border-radius: 20px;
    text-align: center;
}

.compare-wrap>.buttons {
    text-align: center;
    margin: 50px 0 0;
}

.compare-wrap>.buttons a {
    display: inline-block;
    border-radius: 5px;
    background: #009845;
    color: #fff;
    padding: 12px 20px;
    text-align: center;
    margin: 5px;
}

.compare-wrap>.buttons a:hover {
    opacity: .8;
}


@media (max-width: 576px) {

    .compare-wrap .compare-list tr td~td {
        min-width: 100px;
    }

    .compare-wrap .compare-list tr td:first-child {
        padding-left: 8px;
        padding-right: 8px;
    }

    .compare-wrap>.buttons a {
        display: block;
        margin: 5px 20px;
        padding: 10px 20px;
    }

    .compare-wrap>.buttons a.print {
        display: none;
    }
}

.checkCompareList {
    position: relative;
}

.checkCompareList .count {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 8px;
    min-width: 8px;
    min-height: 8px;
    line-height: 8px;
    border-radius: 50%;
    background: #cc0000;
    color: #fff;
    transition: all .3s;
    transform: scale(1.2);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#articles {
    overflow: hidden;

}

#articles .mainBanner {
    position: relative;
    height: 700px;
}

@media (max-width: 768px) {
    #articles .mainBanner {
        height: 400px;
    }
}

#articles .description {
    display: block;
    text-align: center;
    padding: 20px 30px;
    position: relative;
    z-index: 1;
    background: #fff;
    top: -15px;
}

#articles .description:empty {
    display: none;
}

#articles .subcategoryAsTags {
    position: relative;
    border: 1px solid #009845;
    padding: 40px 20px 30px;
    text-align: center;
    border-radius: 0;
    width: 100%;
    margin: 100px auto 0;
}

#articles .heading {
    padding: 20px 50px 10px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translateX(-50%);
    font-size: 32px;
    font-weight: bold;
    color: #009845;
}

#articles .subcategoryAsTags a {
    display: inline-block;
    padding: 8px 16px;
    margin: 8px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    background: #dfdfdf;
    color: #555;
    transition: none;
}

#articles .subcategoryAsTags a:hover {
    background: #009845;
    color: #fff;
}

#articles .articleTitle {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 60px 0 40px;
    color: #009845;
}

#articles .article-list {
    position: relative;
    margin-top: 50px;
    overflow: hidden;
}

#articles .article-list .article {
    position: relative;
    overflow: hidden;
    display: block;
}

#articles .article-list .article~.article {
    border-top: 1px solid #e8e8e8;
    margin-top: 40px;
    padding-top: 40px;
}

#articles .article-list .article .images {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden;
    aspect-ratio: 860/555 !important;
}

#articles .article-list .article .images:hover:before {
    border-width: 10px;
}

#articles .article-list .article .images:hover img {
    transform: scale(1.1);
}

#articles .article-list .article .images:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0px solid rgba(255, 255, 255, 0.3);
    pointer-events: none;
    transition: border-width 0.214s ease-in-out;
}

#articles .article-list .article .images img {
    display: block;
    max-width: none;
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
}

#articles .article-list .article .info {
    float: left;
    width: 75%;
    padding-left: 20px;
}

#articles .article-list .article .info .category {
    color: #009845;
}

#articles .article-list .article .info .subject {
    font-size: 22px;
    font-weight: bold;
    margin: 15px 0;
}

#articles .article-list .article .info .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

#articles .article-list .article:nth-child(1) {
    float: left;
    width: 50%;
}

#articles .article-list .article:nth-child(1) .images {
    float: left;
    width: 100%;
}

#articles .article-list .article:nth-child(1) .info {
    position: relative;
    float: left;
    width: 90%;
    transform: translateX(5.5%);
    margin: 0 auto;
    margin-top: -120px;
    padding: 30px;
    background: rgba(255, 255, 255, .9);
    background: rgba(21, 157, 62, 0.78);
    overflow: hidden;
    color: #fff;
}

#articles .article-list .article:nth-child(1) .info .category {
    color: #ddd;
}

#articles .article-list .article:nth-child(1) .info .subject {
    font-size: 32px;
}

#articles .article-list .article:nth-child(2),
#articles .article-list .article:nth-child(3),
#articles .article-list .article:nth-child(4),
#articles .article-list .article:nth-child(5) {
    float: right;
    width: 47%;
    padding: 0;
    margin: 0 0 25px;
    border: none;
    overflow: hidden;
}

#articles .article-list .article:nth-child(5) {
    margin-bottom: 80px;
}

#articles .article-list .article:nth-child(6) {
    clear: both;
}

#articles .article-list .article:nth-child(2) .images,
#articles .article-list .article:nth-child(3) .images,
#articles .article-list .article:nth-child(4) .images,
#articles .article-list .article:nth-child(5) .images {
    width: 30%;
}

#articles .article-list .article:nth-child(2) .info,
#articles .article-list .article:nth-child(3) .info,
#articles .article-list .article:nth-child(4) .info,
#articles .article-list .article:nth-child(5) .info {
    width: 70%;
}

#articles .article-list .article:nth-child(2) .info .subject,
#articles .article-list .article:nth-child(3) .info .subject,
#articles .article-list .article:nth-child(4) .info .subject,
#articles .article-list .article:nth-child(5) .info .subject {
    font-size: 18px;
    margin: 10px 0;
}

#articles .article-list .article:nth-child(2) .info .content,
#articles .article-list .article:nth-child(3) .info .content,
#articles .article-list .article:nth-child(4) .info .content,
#articles .article-list .article:nth-child(5) .info .content {
    -webkit-line-clamp: 2;
}


@media (max-width: 1300px) {

    #articles .article-list .article:nth-child(2) .info .subject,
    #articles .article-list .article:nth-child(3) .info .subject,
    #articles .article-list .article:nth-child(4) .info .subject,
    #articles .article-list .article:nth-child(5) .info .subject {
        font-size: 16px;
        margin: 3px 0;
    }

    #articles .article-list .article:nth-child(2) .info .content,
    #articles .article-list .article:nth-child(3) .info .content,
    #articles .article-list .article:nth-child(4) .info .content,
    #articles .article-list .article:nth-child(5) .info .content {
        -webkit-line-clamp: 1;
    }
}

@media (max-width: 768px) {

    #articles .article-list .article:nth-child(1) {
        float: none;
        width: auto;
        margin-bottom: 40px;
    }

    #articles .article-list .article~.article {
        float: none;
        width: auto;
        border-top: 1px solid #eee;
        margin-top: 30px;
        margin-bottom: 0;
        padding-top: 30px;
    }

    #articles .article-list .article~.article .images {
        width: 35%;
    }

    #articles .article-list .article~.article .info {
        width: 65%;
    }

    #articles .article-list .article~.article .info .subject {
        font-size: 18px;
        margin: 15px 0;
    }

    #articles .article-list .article~.article .info .content {
        -webkit-line-clamp: 2;
    }
}

@media (max-width: 576px) {

    #articles .article-list .article~.article .images {
        float: none;
        width: 100%;
    }

    #articles .article-list .article:nth-child(1) .info {
        margin-top: -70px;
        box-shadow: 0 0 30px 10px rgba(69, 65, 78, 0.06);
    }

    #articles .article-list .article~.article .info {
        float: none;
        width: 100%;
        position: relative;
        width: 90%;
        margin: 0 auto;
        margin-top: -70px;
        padding: 30px;
        background: rgba(255, 255, 255, .9);
        box-shadow: 0 0 30px 10px rgba(69, 65, 78, 0.06);
        background: none;
        box-shadow: none;
        overflow: hidden;
    }
}

#articles .pages {
    margin-top: 60px !important;
    margin-bottom: 0 !important;
}

#articles .article-detail {
    position: relative;
    overflow: hidden;
    margin-top: 25px;
    min-height: 500px;
}

#articles .article-detail .info {
    position: relative;
    z-index: 1;
    float: left;
    width: 100px;
    overflow: visible;
    margin-right: 50px;
    text-align: center;
}

#articles .article-detail .info .date {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#articles .article-detail .info .date .day {
    font-size: 56px;
    font-weight: bold;
}

#articles .article-detail .info .date .dates {
    font-size: 14px;
}

#articles .article-detail .info .shares {
    position: relative;
    z-index: 1;
    margin: 20px 0;
}

#articles .article-detail .info .shares .buttons {
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 50px;
}

#articles .article-detail .info .fb-like.mobile {
    display: none;
}

#articles .article-detail .contents {
    display: block;
}

#articles .article-detail .contents .subject {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 40px;
}

#articles .article-detail .contents .content {
    position: relative;
    overflow: hidden;
    line-height: 1.6;
}

#articles .article-detail .contents .content .float-left {
    float: left;
    margin: 0 25px 25px 0;
    max-width: 50%;
}

#articles .article-detail .contents .content>p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {

    #articles .article-detail .info {
        float: none;
        width: auto;
        margin-right: 0;
        text-align: center;
    }

    #articles .article-detail .info .date {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
        float: left;
        color: #aaa;
    }

    #articles .article-detail .info .date .day {
        font-size: 16px;
        font-weight: normal;
        display: inline-block;
    }

    #articles .article-detail .info .date .dates {
        display: inline-block;
        font-size: 16px;
    }

    #articles .article-detail .info .category {
        display: none;
    }

    #articles .article-detail .info .shares {
        margin: 0;
        float: right;
    }

    #articles .article-detail .info .fb-like.desktop {
        display: none;
    }

    #articles .article-detail .info .fb-like.mobile {
        display: inline-block;
        position: absolute;
        left: 65%;
        transform: translateX(-65%);
    }

    #articles .article-detail .contents {
        clear: both;
        margin-top: 50px;
    }
}

#articles .prev_back_next {
    margin-top: 30px !important;
}

.article-recommand {
    margin-top: 60px;
    clear: both;
    overflow: hidden;
}

.article-recommand:not(.in-home) .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.article-recommand .items {
    margin: 0 auto;
}

.article-recommand .items .item {
    float: left;
    width: 25%;
    padding: 25px;
    box-sizing: border-box;
}

.article-recommand .items .item .infos {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 3px;
    font-size: 14px;
    color: #aaa;
}



.article-recommand .items .item .images:hover:before {
    border-width: 10px;
}

.article-recommand .items .item .images:hover img {
    transform: scale(1.1);
}

.article-recommand .items .item .images {
    aspect-ratio: 860/555;
    overflow: hidden;
    position: relative;
}

.article-recommand .items .item .images img {
    width: 100%;
    height: 100%;
    transition: .3s ease-in-out;
}


.article-recommand .items .item a[data-youtube]:not([data-youtube=""]) .images .play {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    background: #d63533;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    opacity: .8;
    transition: .2s ease;
    transition-property: transform opacity;
    transform-origin: left top;
}

.article-recommand .items .item a[data-youtube]:not([data-youtube=""]) .images .play::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent white;
}

.article-recommand .items .item a[data-youtube]:not([data-youtube=""]) .images .play::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    background: rgba(0, 0, 0, .1);
    width: 100%;
    height: 100%;
}


.article-recommand .items .item .subject {
    font-size: 18px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 50px;
}

.article-recommand .slick-arrow {
    width: 40px;
    height: 82px;
    background: rgba(0, 152, 78, 0.8);
    border-radius: 5px;
    margin: 0;
    transform: translateY(-50%);
    transition: background 0.3s;
}

.article-recommand .slick-arrow:hover {
    background: #00984e;
}

.article-recommand .slick-arrow.slick-disabled {
    background: rgba(0, 152, 78, 0.3);
}

.article-recommand .slick-arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
}

.article-recommand.in-home {
    margin-top: -60px;
    margin-bottom: 80px;
    margin-bottom: 0;
    overflow: visible;
}

.article-recommand.in-home .infos {
    display: none !important;
}

.article-recommand.in-home .subject {
    font-weight: normal !important;
    font-size: 16px !important;
    text-align: center;
    margin: 15px 0;
    height: 60px;
}

.article-recommand.in-home .slick-arrow {
    top: 40%;
}

.article-recommand.in-home .boxing {
    display: flex;
    position: relative;
}

.article-recommand.in-home .boxing>.description {
    flex: 0 0 320px;
    padding-top: 60px;
    padding-right: 60px;
    text-align: center;
}

@media (max-width: 1400px) {
    .article-recommand.in-home .boxing>.description {
        padding-top: 40px;
    }
}

@media (max-width: 992px) {
    .article-recommand.in-home .boxing>.description {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .home-article-dots {
        display: none !important;
    }
}

.article-recommand.in-home .boxing>.description .heading {
    font-size: 30px;
    font-weight: bold;
    border: 1px solid #009845;
    color: #009845;
    padding: 8px 25px;
    display: inline-block;
    white-space: nowrap;
}

@media (max-width: 992px) {
    .article-recommand.in-home .boxing>.description .heading {
        font-size: 25px;
        padding: 6px 20px;
    }
}

.article-recommand.in-home .boxing>.description .text {
    margin: 30px 0;
}

@media (max-width: 1400px) {
    .article-recommand.in-home .boxing>.description .text {
        margin: 20px 0;
    }
}

.article-recommand.in-home .boxing>.description .more {
    display: inline-block;
    padding: 10px 40px;
    background: #009845;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap
}

.article-recommand.in-home .boxing>.slideshow {
    flex: 1 1 auto;
    position: relative;
    overflow: hidden;
}

.article-recommand.in-home .boxing>.slideshow>.items {
    margin-left: -20px;
    margin-right: -20px;
}

.article-recommand.in-home .boxing>.slideshow>.items .item {
    width: 33.33%;
}

@media (max-width: 1200px) {
    .article-recommand.in-home .boxing>.slideshow>.items .item {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .article-recommand.in-home .boxing {
        flex-direction: column;
    }

    .article-recommand.in-home .boxing>.slideshow {
        flex-basis: auto;
        max-width: none;
    }

    .article-recommand.in-home .boxing>.description {
        flex-basis: auto;
        min-width: auto;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .article-recommand.in-home .boxing>.slideshow>.items .item {
        width: 100%;
    }
}

#social-login-options {
    text-align: center;
    color: rgba(255, 255, 255, .6);
    vertical-align: baseline;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
}

#social-login-options a {
    display: block;
    width: 48px;
    height: 48px;
    background: no-repeat;
    background-size: 100% 100%;
    font-size: 0;
    margin: 0 6px;
    transition: transform .2s ease-out
}

#social-login-options a:hover {
    transform: scale(1.2);
}

#social-login-options a[data-social="facebook"] {
    background-image: url(images/social/facebook.png);
}

#social-login-options a[data-social="google"] {
    background-image: url(images/social/google.png);
}

#social-login-options a[data-social="line"] {
    background-image: url(images/social/line.png);
}

#gdpr {
    background: rgba(0, 152, 69, .8);
    background: rgba(1, 123, 64, .8);
    background: rgba(255, 255, 255, .93);
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 152, 69, .6);
    border-radius: 5px;
    color: #3f3f3f;
    position: fixed;
    bottom: -100%;
    left: 50%;
    padding: 20px 0;
    z-index: 99999999;
    opacity: 0;
    width: calc(100% - 40px);
    max-width: 1500px;
    max-width: 850px;
    transform: translateX(-50%);
    /* bottom: 80px;
    opacity: 1; */
}

#gdpr .container {
    width: 95%;
    margin: 0 auto;
    display: flex;;
    justify-content: baseline;
    align-items: end;
    line-height: 1.4;
    font-size: 13px;
}

#gdpr .message {
    flex: 0 0 75%;
    padding-right: 10px;
}

#gdpr .buttons {
    flex: 1 0 25%;
    white-space: nowrap;
    text-align: right;
}

#gdpr .buttons a {
    color: #009845;
    border: 1px solid #009845;
    padding: 6px 15px;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

#gdpr .buttons a~a {
    margin-left: 5px;
}

@media(max-width: 880px) {
    #gdpr .message {
        width: 60%;
    }
}

@media(max-width: 768px) {
    #gdpr .container {
        width: 95%;
        flex-wrap: wrap;
    }

    #gdpr .message {
        flex-basis: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    #gdpr .buttons {
        flex-basis: 100%;
    }
}

#footer * {
    font-weight: normal;
    font-family: inherit;
}

footer .top {
    padding-left: 0;
}

footer .top {
    border-color: #dfdfdf;
    padding-bottom: 40px;
}

footer .top .row {
    margin-left: 0;
    margin-right: 0;
    justify-content: space-between;
}

footer .top>ul>li>span {
    font-weight: bold;
    color: #00984e;
    border-bottom: 1px solid #00984e;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#footer .float {
    opacity: 1;
    transition: right .4s ease-in-out;
}

#footer .float.closed {
    right: -60px;
}

#footer .float #closeFloat {
    color: #000;
    opacity: .5;
    text-align: center;
    font-size: 18px;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 1;
    display: none;
}

#footer .mobile {
    display: none;
}

@media (max-width: 768px) {

    #footer .top,
    #footer .bottom {
        display: none;
    }

    #footer .float- {
        bottom: 180px;
    }

    #footer {
        display: block;
        padding: 0;
    }

    #footer .mobile {
        display: block;
    }

    #footer.in-product-detail .mobile {
        margin-bottom: 50px;
    }


    #footer .links {
        display: flex;
        padding: 20px 5px;
        background: #fafbf6;
        border-top: 1px solid #dfdfdf;
        white-space: nowrap;
        justify-content: space-around;
    }

    #footer .links a {
        display: block;
        color: #3f3f3f;
        font-weight: bold;
    }

    #footer .icons {
        display: flex;
        border-top: 1px solid rgba(255, 255, 255, .2);
        background: #5e9456;
        color: white;
        white-space: nowrap;
    }

    #footer .icons a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        padding: 30px 10px;
    }

    #footer .icons a:hover {
        color: #fff;
    }

    #footer .icons a~a {
        border-left: 1px solid #fff;
    }

    #footer .icons a img {
        display: inline-block;
        filter: invert(96%) sepia(4%) saturate(0%) hue-rotate(15deg) brightness(106%) contrast(106%);
        width: 26px;
        height: 26px;
        ;
    }

    #footer .icons a .text {
        padding-left: 10px;
        line-height: 1;
    }

    #footer .icons a .text .title {
        font-weight: bold;
    }

    #footer .icons a .text .description {
        display: block;
        margin-top: 3px;
        font-size: 12px;
    }
}

#index .products-section li .img-wrapper .special-icon,
.recommend-addon-items li .img-wrapper .special-icon,
.recommend-items li .img-wrapper .special-icon,
.product-items li .img-wrapper .special-icon,
#showroom-products-section .list .product .special-icon {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    max-width: 45px;
    max-height: 45px;
    transform: none !important;
}

.recommend-addon-items li .img-wrapper .special-icon,
.recommend-items li .img-wrapper .special-icon {
    right: -20px;
    top: -20px;
    max-width: 40px;
    max-height: 40px;
}

#index .products-section li .img-wrapper .special-icon {
    max-width: 35px;
    max-height: 35px;
}

#showroomDescription {
    margin: 30px 0 40px;
}

#marquee {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    position: fixed;
    z-index: 10;
    z-index: 20;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    background: #009845;
    background: #0E3A25;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    transform-origin: left top;
}

#marquee,
#marquee+#header,
#marquee+#header+.main .breadcrumb,
#marquee+#header+.main .home-banner-section {
    transition: .6s ease;
    transition-property: padding, top, transform, opacity;
}

#marquee.closed {
    opacity: 0;
    transform: scaleY(0);
}

#marquee:not(.closed)+#header {
    top: 45px;
}

#marquee:not(.closed)+#header+.main .home-banner-section {
    padding-top: 45px;
}

#marquee:not(.closed)+#header+.main .breadcrumb {
    padding-top: 160px;
}

@media (max-width: 991px) {
    #marquee:not(.closed)+#header+.main .breadcrumb {
        padding-top: 115px;
    }
}

@media (max-width: 575px) {
    #marquee:not(.closed)+#header+.main .home-banner-section {
        padding-top: 100px;
    }

    #marquee:not(.closed)+#header+.main .breadcrumb {
        padding-top: 110px;
    }
}

#marquee .close {
    flex: 0 0 20px;
    position: relative;
    top: -4px;
    font-size: 22px;
    font-weight: normal;
    line-height: 1;
    text-align: right;
    opacity: .6;
    color: #fff;
}

#marquee .close i {
    display: none;
}

#marquee .items {
    flex: 1 1 auto;
    height: 25px;
    margin: 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#marquee .items:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    right: 0%;
    top: 0;
    width: 20px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(14, 58, 37, 1) 0%, rgba(14, 58, 37, 1) 30%, rgba(14, 58, 37, 0.5) 70%, rgba(14, 58, 37, 0) 100%);
}

#marquee .items .item {
    display: block;
    overflow-x: auto;
    padding-right: 20px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
}

.faq-section {
    background-color: #fff;
    -box-shadow: 0 1.25rem 3.75rem -1.25rem rgba(0, 0, 0, 0.05);
    -background: url("images/index/links-bg.png") top center no-repeat;
    background-size: 100%;
    padding: 50px 15px;
}

.faq-section .inner {
    margin: 0 auto;
    max-width: 1000px;
}

.faq-section .heading {
    display: block;
    text-align: center;
    color: #00984e;
    font-size: 25px;
}

.faq-section .more {
    display: block;
    max-width: 200px;
    margin: 50px auto 0;
    padding: 12px;
    border-radius: 1px;
    background: #00984e;
    border: 1px solid #00984e;
    color: #fff !important;
    background: transparent;
    border: 1px solid transparent;
    color: #00984e !important;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    transition-property: background, color;
}

@media (max-width: 768px) {
    .faq-section .more {
        max-width: none;
    }
}

.faq-section .more::before {
    content: "更多問答 +";
    content: attr(data-more);
}

.faq-section .more.opened::before {
    content: "顯示較少 –";
    content: attr(data-less);
}

.faq-section .more.disabled {
    pointer-events: none;
    opacity: .3;
}

.faq-section .more:hover- {
    color: #fff !important;
    background: #61b85f;
}

.faq-section .items {
    margin: 40px 0 0;
}

.faq-section .items .item {
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px dashed rgba(97, 184, 95, .5);
    transition: margin .5s ease-out, background .1s ease, box-shadow .2s ease;
}

.faq-section .items .item:nth-child(5)~.item {
    display: none;
}

.faq-section .items .item:hover {
    background-color: #f6f6f6;
}

.faq-section .items .item:first-child {
    border-top: 1px dashed rgba(97, 184, 95, .5);
}

.faq-section .items .item .question {
    display: flex;
    align-items: center;
    padding: 25px;
    transition: none;
    font-size: 16px;
}

.faq-section .items .item .question::before {
    content: "？";
    flex: 0 0 auto;
    margin-right: 25px;
    padding: 5px 6px;
    border-radius: 50%;
    background: #00984e;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Arial Narrow Bold';
    line-height: 1;
    transition: .1s ease;
    transition-property: background, color;
}

.faq-section .items .item .question::after {
    content: "+";
    flex: 1 1 auto;
    display: block;
    position: relative;
    top: -5px;
    min-width: 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
    color: #00984e;
}

.faq-section .items .item .answer {
    display: none;
    padding: 15px 0 25px;
    margin: 0 25px 0 77px;
    border-top: 1px dashed rgba(97, 184, 95, .5);
}

@media (max-width: 768px) {

    .faq-section .items .item .answer {
        margin-left: 25px;
    }
}

.faq-section .items .item .answer a {
    color: #00984e;
    text-decoration: underline;
    opacity: .8;
    transition: none;
}

.faq-section .items .item.opened:hover {
    overflow: hidden;
    -box-shadow: 0 0 0 3px rgba(97, 184, 95, .5);
    background-color: #fff;
}

.faq-section .items .item.opened:hover .question {}

.faq-section .items .item.opened:hover .question::before {}

.faq-section .items .item.opened:hover .answer {}

.faq-section .items .item.opened:hover .answer a {}

.faq-section .items .item.opened {
    -border: 1px solid rgba(97, 184, 95, .5);
    margin: 20px 0;
}

.faq-section .items .item.opened .question {
    font-weight: bold;
    color: #00984e;
}

.faq-section .items .item.opened .question::after {
    content: "–";
}

.faq-section .items .item.opened.opened:hover .question::after {}

#dealer-section .condition-box {
    flex-direction: column;
    margin-bottom: 10px !important;

}

#dealer-section .condition-box form {
    margin-top: 30px;
    max-width: none;
    width: 100%;
}

#dealer-section .condition-box form [name="address"] {
    height: 50px;
    box-sizing: border-box;
    appearance: none;
}

#dealer-section .condition-box form [name="address"]::-webkit-search-cancel-button {
    background: url(images/close.png) no-repeat right;
    background-size: 100% 100%;
    height: 10px;
    width: 10px;
    cursor: pointer;
}

#dealer-section .condition-box form button[type="submit"] {
    width: auto;
    height: 50px;
    padding: 10px 15px;
    font-size: 16px;
}

#dealer-section .condition-box form .submitByName {
    background-color: #3b71ca;
}

#dealer-section .condition-box form .submitButton {
    background-color: #268752;
}

#dealer-section .condition-box form .geoLocationButton {
    background-color: #B44E49;
}

@media (max-width: 900px) {
    #dealer-section .condition-box form .row {
        width: 100%;
    }

    #dealer-section .condition-box form .row>div {
        width: 100%;
        max-width: none;
        flex: 0 0 100%;
        margin: 15px 0;
    }

    #dealer-section .condition-box form [name="address"] {
        margin-bottom: 10px;
    }

    #dealer-section .condition-box button {
        width: calc(100% - 10px) !important;
        margin-bottom: 10px;
        height: 40px;
    }
}

@media (max-width: 575px) {
    #dealer-section .condition-box form [name="address"] {
        height: 40px;
    }
}

#dealer-section .geoLocationButton {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #dc3545;
}

#dealer-section .geoLocationButton svg {
    width: 16px;
    margin-right: 5px;
}

#dealer-section .geoLocationButton svg path {
    fill: #fff;
}

#dealer-section #googleMaps {
    margin-bottom: 50px;
    padding-bottom: 50%;
    background: url(images/loader.gif) no-repeat center #e5e3df;
}

@media (max-width: 900px) {
    #dealer-section #googleMaps {
        padding-bottom: 100%;
    }
}

#dealer-section .stores-data {
    display: none;
}

#dealer-section .googleInfoWindow {
    padding: 10px;
    font-family: '微軟正黑體', Arial;
}

#dealer-section .googleInfoWindow b {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
}

#dealer-section .googleInfoWindow a {
    display: inline-block;
    margin-top: 10px;
    ;
    margin-right: 5px;
    padding: 5px 12px;
    background: #007bff;
    color: #fff;
    border-radius: 5px;
}

#dealer-section button.gm-ui-hover-effect {
    -display: none !important;
    margin-top: 5px !important;
    margin-right: 5px !important;
}

#dealer-section .gm-style .gm-style-iw-d::-webkit-scrollbar-track,
#dealer-section .gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece,
#dealer-section .gm-style .gm-style-iw-c,
#dealer-section .gm-style .gm-style-iw-t::after,
#dealer-section .gm-style .gm-style-iw-tc::after {
    background: rgba(255, 255, 255, .95);
}

#dealer-section .dealer-title {
    width: 100% !important;
    display: block !important;
    text-align: left !important;
}

#dealer-section .dealer-notes {
    display: block;
    padding: 15px;
    padding-left: 0;
    margin: 20px 0 0;
    text-align: left;
    width: 100%;
}

#dealer-section .empty {
    padding: 100px;
}

#ideas {

}

#ideas .header {
    text-align: center;
}

#ideas .header .title {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 40px;
    color: #009845;
}

#ideas .header .title::after {
    content: "" !important;
    display: block !important;
}

#ideas .header .description {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    margin-top: 80px !important;
    line-height: 2;
}

#ideas .header .tags {
    margin-top: 30px;
}

#ideas .header .tags a,
#ideas-details .header .tags a {
    display: inline-block;
    margin: 5px 5px;
    padding: 8px 16px;
    background-color: #f0f0f0;
    color: #3f3f3f;
    border-radius: 10px;
    transition: none;
}

#ideas .header .tags a::before,
#ideas-details .header .tags a::before {
    content: "#";
    display: inline-block;
}

#ideas .header .tags a.active,
#ideas .header .tags a:hover ,
#ideas-details .header .tags a:hover{
    background-color: #007a37;
    color: #fff;
}

#ideas .idea-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 30px -40px 50px;
}

@media (max-width: 1280px) {
    #ideas .idea-items {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (max-width: 900px) {
    #ideas .idea-items {
        margin-left: -10px;
        margin-right: -10px;
    }
}

#ideas .idea-items .idea-empty {
    padding: 100px;
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f8;;
    text-align: center;
}

#ideas .idea-items .idea-item {
    display: block;
    flex: 0 0 25%;
    padding: 40px 40px;
    text-align: center;
}

@media (max-width: 1280px) {
    #ideas .idea-items .idea-item {
        flex-basis: 33.33%;
        padding: 20px 20px;
    }
}

@media (max-width: 900px) {
    #ideas .idea-items .idea-item {
        flex-basis:50%;
        padding: 10px 10px;
    }
}

#ideas .idea-items .idea-item .date {
    display: block;
    display: none;
    margin-top: 5px;
    opacity: .5;
}

#ideas .idea-items .idea-item .subject {
    margin-top: 5px;
    font-weight: bold;
}

#ideas .idea-items .idea-item .image {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-bottom: 140%;
    overflow: hidden;
    background-color: #f0f0f0;
}

#ideas .idea-items .idea-item .image img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease .4s;
}

#ideas .idea-items .idea-item .image img:hover {
    transform: scale(1.3);
}

#ideas-details .header {
    max-width: 800px;
    margin: 0 auto;
}

#ideas-details .header .title::after {
    content: "" !important;
    display: block !important;
}

#ideas-details .header .boxing {
    display: flex;
    flex-wrap: wrap;
    margin: 80px -40px;
}

#ideas-details .header .boxing > * {
    padding: 0 40px;
}

#ideas-details .header .boxing .image {
    flex: 0 0 35%;
    padding-left: 0;
    position: relative;
}

#ideas-details .header .boxing .image .thumb {
    position: relative;
    padding-bottom: 120%;
    overflow: hidden;
}

#ideas-details .header .boxing .image .thumb img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
}

#ideas-details .header .boxing .details {
    flex: 0 0 65%;
}

#ideas-details .header .boxing .date {
    display: block;
    display: none;
    opacity: .5;
}

#ideas-details .header .boxing .subject {
    margin-top: 20px;
    margin-top: 0;
    font-weight: bold;
    font-size: 150%;
}

#ideas-details .header .boxing .content {
    margin: 40px 0;
    line-height: 2;
}

#ideas-details .header .boxing .tags {
    margin: 60px -5px;
}

#ideas-details .images {
    overflow: hidden;
    margin: -80px 0;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

#ideas-details .images .image {
    display: block;
    flex: 1 0 calc(100% - 50px);
    margin: 25px;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
}

#ideas-details .images .image.openable {
    cursor: pointer;
}

#ideas-details .images .image:nth-child(3n+1),
#ideas-details .images .image:nth-child(3n+2) {
    flex-basis: calc(50% - 50px);
    width: calc(50% - 50px);
    min-width: calc(50% - 50px);
}

#ideas-details .images .image:nth-child(3n+1) {
    margin-left: 0;
}

#ideas-details .images .image:nth-child(3n+2) {
    margin-right: 0;
}

#ideas-details .images .image:nth-child(3n+3) {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 100px;
}

#ideas-details .images .image .border {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

#ideas-details .images .image .border img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    transition: transform .5s ease;
}

#ideas-details .images .image .border img:hover {
    transform: scale(1.06);
}

.ideas-details-products {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 15px;
}

.ideas-details-products .icon {
    color: #3f3f3f;
    background-color: rgba(255,255,255, .6);
    padding: 1px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    transition: all ease .2s;
}

.ideas-details-products .icon i {
    display: none;
}

.ideas-details-products .icon:hover {
    transform: scale(1.2) !important;
}

.ideas-details-products-list {
    position: absolute;
    z-index: 20;
    display: block;
    background-color: rgba(200,200,200, .9);
    padding: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    overflow: auto;
    opacity: 0;
    transform-origin: right bottom;
    transform: scale(.8);
    pointer-events: none;
    transition: opacity .3s ease, transform .2s ease !important;
    visibility: hidden;
}

.ideas-details-products-list.opened {
    transform: scale(1);
    opacity: 1;
    pointer-events: all;
}

.ideas-details-products-list .product {
    flex: 0 0  50%;
    padding: 10px;
    display: block;
    overflow: hidden;
    position: relative;
}

.ideas-details-products-list .product .thumb {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    margin-bottom: 15px;
}

.ideas-details-products-list .product .thumb img {
    position: absolute;
    object-fit: cover;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    transition: all ease .2s;
}

.ideas-details-products-list .product .thumb img:hover {
    transform: scale(1.1);
}

.ideas-details-products-list .product .serial,
.ideas-details-products-list .product .subject,
.ideas-details-products-list .product .size,
.ideas-details-products-list .product .price {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

.ideas-details-products-list .product .size,
.ideas-details-products-list .product .price {
    display: none;
    font-size: 12px;
    font-weight: normal;
    opacity: .6;
}

@media (max-width: 900px) {
    #ideas-details .header .boxing .image {
        flex-basis:100%;
    }
    #ideas-details .header .boxing .details {
        flex-basis:100%;
        margin-top: 20px;
    }

    #ideas-details .header .boxing {
        margin: 20px 0;
    }

    #ideas-details .header .boxing > * {
        padding: 0;
    }

    #ideas-details .header .boxing .image .thumb {
        padding-bottom: 60%;
    }

    #ideas-details .header .boxing .content {
        margin-top: 20px;
        line-height: 1.6;
    }

    #ideas-details .header .boxing .tags {
        margin: 30px -5px 0;
    }

    #ideas-details .images {
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    #ideas-details .images .image {
        margin: 10px;
    }

    #ideas-details .images .image:nth-child(3n+3) {
        margin-bottom: 40px;
    }
}

.home-idea-section {
    visibility: hidden;
}

.home-idea-section .slick-dots {
    margin-top: 40px;
}

.home-idea-section .items {
    position: relative;
    padding: 0 !important;
    box-shadow: 10px 0 10px -10px rgba(0,0,0, .15), 0 10px 10px -10px rgba(0,0,0, .15);
}

.home-idea-section .items .item {
    display: flex;
    flex-wrap: nowrap;
    xpadding: 20px 0;
}

.home-idea-section .image {
    flex: 0 0 40%;
    padding-right: 30px;
    position: relative;
}

.home-idea-section .image .thumb {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 60%;
}

.home-idea-section .image .thumb:hover img {
    transform: scale(1.1);
}

.home-idea-section .image .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    transition: .3s transform ease;
}

.home-idea-section .image .title {
    position: absolute;
    z-index: 2;
    right: 50px;
    bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.home-idea-section .items .products {
    flex: 0 0 60%;
    display: flex;
    flex-wrap: nowrap;
}

.home-idea-section .items .products a {
    display: block;
    flex: 0 0 33.33%;
    padding: 0 20px;
}

.home-idea-section .items .products a .thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding-top: 100%;
    transition: transform .3s ease;
}

.home-idea-section .items .products a .thumb:hover {
    transform: scale(1.1);
}

.home-idea-section .items .products a .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    object-position: center;
    transform: scale(.8);
}

.home-idea-section .items .products a .subject {
    display: block;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 900px) {

    .home-idea-section .items {
        box-shadow: none;
    }

    .home-idea-section .items .item {
        flex-direction: column;
    }

    .home-idea-section .image {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .home-idea-section .image .title {
        right: 15px;
        bottom: 40px;
    }

    .home-idea-section .items .products {
        margin: 0 -10px;
    }

    .home-idea-section .items .products a {
        padding: 0 10px 15px;
    }

    .home-idea-section .items .products a .thumb img {
        transform: scale(.9);
    }
}

#popups {
    position:  relative;
    width:  100%;
    height: 100%;
}

#popups a {
    display: block;
    width:  100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

#popups img {
    display: block;
    width:  100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}

#showroom-space-section {
    background-color: #f8f8f8;;
    margin-top: 100px !important;
    padding: 50px !important;
    overflow: hidden;

}

#showroom-products-section {
    max-width: 1300px;
    width: calc(100% - 40px);
    margin: 0 auto;
}

#showroom-products-section .inner {
    min-height: 200px;
    background: url("images/loader.gif") center no-repeat;
    opacity: 1;
    transition: 1s background;
}

#showroom-products-section .inner.loaded {
    background: none;
}

#showroom-products-section .header {
    text-align: center;
    margin: 20px 0;
}

#showroom-products-section .header .categories {
    border-bottom: 1px solid #007a37;
    overflow-y: auto;
    white-space: nowrap;
}

#showroom-products-section .header .categories a {
    position: relative;
    top: 1px;
    display: inline-block;
    padding: 6px 15px;
    margin: 0 2px;
    border: 1px solid #007a37;
    color: #007a37;
    white-space: nowrap;
    border-radius: 5px 5px 0 0;
    transition: none !important;
}

#showroom-products-section .header .categories a:hover,
#showroom-products-section .header .categories a.active {
    background-color: #007a37;
    color: #fff;
}

#showroom-products-section .header .subcategories {
    margin-top: 10px;
    padding: 5px;
    padding: 10px;
}

#showroom-products-section .header .subcategories a {
    display: none;
    padding: 3px 2px;
    margin: 3px 8px;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    line-height: 2.5;
    transition: none !important;
}

#showroom-products-section .header .subcategories a:hover,
#showroom-products-section .header .subcategories a.active {
    border-color: #007a37;
    color: #007a37;
}

#showroom-products-section .list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 30px -20px 0;
}

#showroom-products-section .list .empty {
    flex: 1 1 100%;
    background-color: #f8f8f8;
    padding: 100px;
    text-align: center;
    margin-top: -15px;
    display: none;
}

#showroom-products-section .list .product {
    flex: 0 0 20%;
    position: relative;
    display: none;
}

@media (max-width: 1400px) {
    #showroom-products-section .list .product {
        flex-basis: 25%;
    }
}

@media (max-width: 1100px) {
    #showroom-products-section .list .product {
        flex-basis: 33.33%;
    }
}

@media (max-width: 800px) {
    #showroom-products-section .list .product {
        flex-basis: 50%;
    }
}

@media (max-width: 400px) {
    #showroom-products-section .list .product {
        flex-basis: 100%;
    }
}

#showroom-products-section .list .product a {
    display: block;
    padding: 30px;
    position: relative;
}

#showroom-products-section .list .product a .img-wrapper {
    position: relative;

}

#showroom-products-section .list .product a .img-wrapper .special-icon {
    right: -10px;
    top: -25px;
    max-width: 40px;
    max-height: 40px;
}

#showroom-products-section .list .product .title {
    font-size: 18px;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 10px;
    position: relative;
}

#showroom-products-section .list .product .title:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 8px;
    margin: 7px auto 0;
    background: #009845;
    opacity: 0.1;
    transform: translateX(-50%);
    transition: 0.2s cubic-bezier(0.85, 0, 0.15, 1);
}

#showroom-products-section .list .product a:hover .title:after {
    width: 100%;
    opacity: 1;
}

#showroom-products-section .list .product .model,
#showroom-products-section .list .product .size {
    padding: 5px 0;
    line-height: 1.6;
    color: #666;
}

#showroom-products-section .list .product .model span span ~ span::before {
    content: "、";
}

#showroom-products-section  .showroom-products-notes {
    text-align: center;
    padding-bottom: 20px;

}

.product-list-filter-more {
    display: none;
}

@media (max-width: 767px) {
    .product-list-filter-more {
        display: block;
    }
}

.product-list-filter-more a {
    display: block;
    padding: 10px 16px;
    margin: 0 20px 20px;
    background-color: #007a37;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

.product-list-filter-more a:after {
    content: "";
    display: inline-block;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNic+PHBhdGggZmlsbD0nbm9uZScgc3Ryb2tlPScjMzQzYTQwJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnIHN0cm9rZS13aWR0aD0nMicgZD0nbTIgNSA2IDYgNi02Jy8+PC9zdmc+);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 16px;
    height: 12px;
    margin-left: 10px;
    margin-top: 2px;
    filter: invert(93%) sepia(62%) saturate(0%) hue-rotate(69deg) brightness(108%) contrast(101%);
}

.product-list-wrap {
    display: flex;
    flex-wrap: nowrap;
}

.product-list-wrap .product-sidebar {
    flex: 0 0 18%;
    min-width: 220px;
    padding-right: 5%;
    overflow: hidden;
}

.product-list-wrap .product-sidebar .hide {
    display: none;
}

@media (max-width: 767px) {
    .product-list-wrap {
        flex-direction: column;
    }

    .product-list-wrap .product-sidebar .hide {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 3;
        transform: scaleY(.7);
        font-size: larger;
        opacity: .8;
    }

    .product-list-wrap .product-sidebar .filters {
        position: absolute;
        z-index: 2;
        left: -100%;
        flex-basis: auto;
        max-width: 80%;
        margin-top: -90px;
        padding-right: 0;
        padding: 20px;
        background-color: rgba(255,255,255, .95);
        box-shadow: 40px 0 20px -20px rgba(0,0,0, .05);
        opacity: 0;
        transition: all .4s ease;
    }
    
    .product-list-wrap .product-sidebar::after {
        content: "";
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0, .3);
        opacity: 0;
        transition: all .4s ease;
        pointer-events: none;
    }

    .product-list-wrap .product-sidebar.opened .filters {
        left: 0;
        opacity: 1;
    }
    
    .product-list-wrap .product-sidebar.opened::after {
        opacity: 1;
        pointer-events: all;
    }
}

.product-list-wrap .product-sidebar .filters {

}

.product-list-wrap .product-sidebar .filters .filter {
    padding-top: 30px;
}


.product-list-wrap .product-sidebar .filters .filter ~ .filter {
    border-top: 1px solid #dfdfdf;
    margin-top: 20px;
}

.product-list-wrap .product-sidebar .filters .filter:first-child {
    padding-top: 10px;
}

.product-list-wrap .product-sidebar .filters .filter:nth-child(2) {
    padding-top: 10px;
    border-top: none;
}

.product-list-wrap .product-sidebar .filters .filter .title {
    position: relative;
    padding-right: 25px;
    font-size: 120%;
    font-weight: bold;
}

.product-list-wrap .product-sidebar .filters .filter .options {
    margin: 15px 0 0;
    overflow: hidden;
}

.product-list-wrap .product-sidebar .filters .filter .options label {
    display: flex;
    width: fit-content;
    cursor: pointer;
}

.product-list-wrap .product-sidebar .filters .filter .options label & ~ label {
    margin-top: 15px;
}

.product-list-wrap .product-sidebar .filters .filter .options label input {
    display: inline-block;
    position: relative;
    top: 3px;
    margin-right: 8px;
	appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
}

.product-list-wrap .product-sidebar .filters .filter .options label:hover {
    text-decoration: underline;
}

.product-list-wrap .product-sidebar .filters .filter .options label [type="radio"] {
    border-radius: 50%;
}

.product-list-wrap .product-sidebar .filters .filter .options label.selected [type="checkbox"] {
    background-color: #007a37;
}

.product-list-wrap .product-sidebar .filters .filter .options label.selected [type="radio"]:before {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #007a37;
    border-radius: 50%;
    line-height: 0;
    width: 8px;
    height: 8px;
}

.product-list-wrap .product-sidebar .filters .filter .options label.selected [type="checkbox"]:before {
    content: " ";
    background: no-repeat center center transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSIjZmZmZmZmIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ii8+PC9zdmc+");
    background-size: 80% 80%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-list-wrap .product-sidebar .filters .filter .options select {
    border: 1px solid #dfdfdf;
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 5px;
}

.product-list-wrap .product-sidebar .filters .filter .options select option {
    font-size: large;
}

.product-list-wrap .product-sidebar .filters .filter.toggle .title {
    user-select: none;
    cursor: pointer;
}

.product-list-wrap .product-sidebar .filters .filter.toggle .title::after {
    content: "+";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 150%;
    line-height: .8;
}

.product-list-wrap .product-sidebar .filters .filter.toggle .options {
    display: none;
}

.product-list-wrap .product-sidebar .filters .filter.toggle.opened .title::after {
    content: "–";
}

.product-list-wrap .product-sidebar .filters .filter.toggle.opened .options {
    display: block;
}

.product-list-wrap .product-sidebar .filters .buttons {
    display: flex;
    padding: 40px 0 20px;
}
    
.product-list-wrap .product-sidebar .filters .buttons .button {
    flex: 1 1 auto;
    display: block;
    background-color: #007a37;
    border-radius: 10px;
}
    
.product-list-wrap .product-sidebar .filters .buttons .button:hover {
    background-color: #009b36;
}

.product-list-wrap .product-sidebar .filters .close {
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-list-wrap .product-items {
    flex: 1 1 auto;
}

.product-list-wrap .product-items .product-items-list {
    position: relative;
}

.product-list-wrap .product-items .product-items-list::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(images/loader.gif) no-repeat center 150px rgba(255, 255, 255, 0.8);
    opacity: 0;
    transition: opacity 1s;
    pointer-events: none;#
}

.product-list-wrap .product-items .product-items-list.loading::before {
    opacity: 1;
}

.product-list-wrap .product-items .product-items-list .empty {
    flex: 0 0  auto !important;
    max-width: initial !important;
    width: calc(100% - 40px);
    padding: 100px !important;
    margin: 0 auto;
    background-color: #f8f8f8;;
    text-align: center;
}

.product-list-wrap .product-items .content-block ul > li:not([role="presentation"]) {
    flex: 0 0 25%;
    max-width: 25%;
}

@media (max-width: 1300px) {
    .product-list-wrap .product-items .content-block ul > li:not([role="presentation"]) {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}

@media (max-width: 950px) {
    .product-list-wrap .product-items .content-block ul > li:not([role="presentation"]) {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.product-categories-list {
    margin-top: 20px;
}

.product-categories-list li {
    flex: 0 0 20%;
}

@media (max-width: 1100px) {
    .product-categories-list li {
        flex: 0 0 33.33%;
    }
}

@media (max-width: 767px) {
    .product-categories-list li {
        flex: 0 0 50%;
    }
}


@media (max-width: 767px) {
    .intel-btn  {
        display: none;
    }
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #eee;
}

*::-webkit-scrollbar-track {
    background-color: transparent;
}

*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #888;
    background-clip: content-box;
    border: 1px solid transparent;
}

*::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
}

body [data-wheelable]::-webkit-scrollbar,
body .wheelable::-webkit-scrollbar {
    display: none;
}

.sweet-alert .sa-confirm-button-container {
    margin: 20px 0 !important;
}


.fancybox__container {
    z-index: 10000 !important;
}

.fancybox__backdrop {
    background: rgba(0, 0, 0, 0.9) !important;

    .desktop & {
        background: rgba(0, 0, 0, 0.7) !important;
    }
}

.has-iframe .fancybox__container:not(.is-compact) &.has-close-btn,
.has-youtube .fancybox__container:not(.is-compact) &.has-close-btn{
    padding-top: 0 !important;
}

.has-iframe .fancybox__content,
.has-youtube .fancybox__content {
    padding: 0 !important;
    aspect-ratio: 16 / 9;
    max-width: 1000px !important;
    width: calc(100% - 30px) !important;
    height: auto  !important;
}

.has-iframe .fancybox__content>.f-button.is-close-btn,
.has-youtube .fancybox__content>.f-button.is-close-btn {
    top: -40px !important;
    right: -5px !important;
}

.f-button[data-fancybox-close] {
    background-color: transparent !important;
}

.f-zoomInUp {
    animation: .6s ease(circ-in-out) .1s both fancybox-open !important;
}

.f-fadeOut {
    animation: .3s ease 0s both fancybox-close !important;
}

@keyframes fancybox-open {
    from {
        transform: scale(.1);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes fancybox-close {
    100% {
        transform: scale(.8);
        opacity: 0
    }
}

@media (min-width: 1500px) {

    .showrooms-header-menu {
        display: flex !important;
        flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        width: 300px !important;
        margin-right: 25px !important;
    }

    .showrooms-header-menu > li  {
        padding-right: 20px !important;
    }

    .showrooms-header-menu > li:nth-child(3),
    .showrooms-header-menu > li:nth-child(4)  {
        border-bottom: 1px solid #007a37 !important;
        padding-bottom: 15px !important;
        margin-bottom: 15px !important;
    }
}

#twentyPage {
    padding-top: 100px;
}

@media (max-width: 991px) {
    #twentyPage {
        padding-top: 55px !important;
    }
}

#twentyPage .twentyIframe {
    border: none;
    width: 100%;
    height: calc(100vh - 100px);
}

@media (max-width: 991px) {
    #twentyPage .twentyIframe {
        height: calc(100vh - 55px);
    }
}

[data-action="Twenty"] body {
    overflow: hidden;
}

[data-action="Twenty"] #footer {
    display: none;
}

[data-action="TwentyFooter"] .main,
[data-action="TwentyFooter"] #gdpr {
    display: none;
}

[data-action="TwentyFooter"],
[data-action="TwentyFooter"] body {
    height: auto !important;
}