/**
*@helpers
*/
/**
    color text
*/
/**
    gradient
*/
/**
    font
*/
/**
// dat
*/
/* :not(:last-child) */
/* :nth-child(1n+0) */
/**
* @base
*/
@font-face {
    font-family: "AvertaStdCY-Bold_1";
    src: url("../fonts/AvertaStdCY-Bold_1.woff");
    font-display: swap;
    font-weight: 700;
}

@font-face {
    font-family: "AvertaStdCY-Regular_3";
    src: url("../fonts/AvertaStdCY-Regular_3.woff");
    font-display: swap;
    font-weight: 400;
}

@font-face {
    font-family: "AvertaStdCY-Semibold_1";
    src: url("../fonts/AvertaStdCY-Semibold_1.woff");
    font-display: swap;
    font-weight: 600;
}

@font-face {
    font-family: "AvertaStdCY-Extrabold_1";
    src: url("../fonts/AvertaStdCY-Extrabold_1.otf");
    font-display: swap;
    font-weight: 800;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    font-family: sans-serif;
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

html:focus {
    outline: none;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: "AvertaStdCY-Regular_3", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #FFFFFF;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    padding-left: 3rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

input {
    width: 100%;
    outline: none;
}

input:focus {
    outline: none;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.container {
    max-width: -webkit-calc(1160px + 30px);
    max-width: -moz-calc(1160px + 30px);
    max-width: calc(1160px + 30px);
    width: 100%;
    padding: 0 1.5rem;
    margin: 0 auto;
}

.open__modal,
#main {
    overflow: hidden;
}

.breadcrumb__group {
    background-color: #F1F1F1;
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 15px;
    padding-left: 0;
    padding-bottom: 0;
    background-color: #F1F1F1;
    margin-bottom: 0;
}

.breadcrumb li {
    position: relative;
    padding-bottom: 13px;
}

.breadcrumb li:not(:last-child) {
    padding-right: 3.2rem;
}

.breadcrumb li:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 6px;
    right: 13px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.breadcrumb li a {
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    display: block;
}

.input__control {
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    padding: 6px 10px;
    width: 100%;
}

@media (min-width: 230px) {
    .title__global {
        font-family: "AvertaStdCY-Extrabold_1", sans-serif;
        font-weight: 800;
        font-size: 36px;
        line-height: 50px;
        text-align: center;
        text-transform: uppercase;
        position: relative;
        margin-bottom: 45px;
        background: -webkit-linear-gradient(-90deg, #8C060B -22%, #ED1C24 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .title__global::before {
        content: '';
        position: absolute;
        bottom: -11px;
        left: 50%;
        width: 16px;
        height: 16px;
        -webkit-transform: translate(-50%, 100%);
        -moz-transform: translate(-50%, 100%);
        -ms-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        background-image: url("../images/icons/icon__decorate.png");
    }

    .title__global-2 {
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: 700;
        font-size: 35px;
        line-height: 40px;
        text-transform: uppercase;
        margin-bottom: 45px;
        letter-spacing: -1px;
        background: -webkit-linear-gradient(-90deg, #8C060B -22%, #ED1C24 75%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .product__group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -12px;
    }

    .product__group .product__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: 1px solid #EBEBEB;
        margin: 0 12px;
        margin-bottom: 30px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .product__group .product__item:hover {
        -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        text-decoration: none;
    }

    .product__group .product__item:hover .product__item-title {
        background-color: #ED1C24;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .product__group .product__item:hover .product__item-title p {
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .product__group .product__item:hover .product__item-title i {
        color: #fff;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .product__group .product__item .product__item-img {
        margin: 28px;
        width: 100%;
    }

    .product__group .product__item .product__item-img .frame {
        padding-top: 100%;
    }

    .product__group .product__item .product__item-title {
        background-color: #F1F1F1;
        padding: 7px 19px;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .product__group .product__item .product__item-title p {
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #222222;
        width: 100%;
        max-width: -webkit-calc(100% - 25px);
        max-width: -moz-calc(100% - 25px);
        max-width: calc(100% - 25px);
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        margin-bottom: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .product__group .product__item .product__item-title i {
        color: #222222;
        font-size: 12px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
}

@media (min-width: 480px) {
    .product__group .product__item {
        max-width: -webkit-calc(50% - 24px);
        max-width: -moz-calc(50% - 24px);
        max-width: calc(50% - 24px);
    }
}

@media (min-width: 768px) {
    .product__group .product__item {
        max-width: -webkit-calc(33.3333% - 24px);
        max-width: -moz-calc(33.3333% - 24px);
        max-width: calc(33.3333% - 24px);
    }
}

@media (min-width: 992px) {
    .title__global {
        font-size: 42px;
        margin-bottom: 75px;
    }

    .product__group .product__item {
        margin-bottom: 50px;
        max-width: -webkit-calc(25% - 24px);
        max-width: -moz-calc(25% - 24px);
        max-width: calc(25% - 24px);
    }
}

@media (min-width: 1200px) {
    .product__group .product__item {
        margin-bottom: 60px;
    }
}

.btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    border: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.8;
}

.btn__search {
    width: 3rem;
    height: 4rem;
    border: 1px solid #ddd;
    padding: 0.5rem;
    border-left: 0;
}

.btn__toggle-search {
    color: #222222;
}

.btn__send {
    width: 100%;
    font-size: 1.5rem;
    background-color: #262262;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.btn__send:hover,
.btn__send:focus {
    background-color: #fff;
    color: #262262;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    outline: 0;
    border: 1px solid #262262;
}

.btn__view {
    font-family: "AvertaStdCY-Bold_1", sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #ED1C24;
    border-radius: 10px;
    padding: 9px 23px 7px 23px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #ED1C24;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn__view:hover {
    text-decoration: none;
    background-color: #fff;
    color: #ED1C24;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.frame {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.frame img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.frame iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
}


@media (max-width: 991.98px) {
    .addon__menu .box__menu .menu .menu__list>ul>li::before {
        display: none;
    }
}

/**
*@addon
*
*/
@media (min-width: 230px) {
    .addon__menu {
        --color: #262626;
        --colorHover: red;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.459);
        z-index: 9999;
        visibility: hidden;
        opacity: 0;
    }

    .addon__menu.active {
        opacity: 1;
        visibility: visible;
    }

    .addon__menu.active .box__menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .addon__menu .box__menu {
        max-width: 230px;
        width: 100%;
        height: 100%;
        background-color: #fff;
        -webkit-transform: translateX(-110%);
        -moz-transform: translateX(-110%);
        -ms-transform: translateX(-110%);
        transform: translateX(-110%);
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    }

    .addon__menu .box__menu .menu {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    .addon__menu .box__menu .menu .menu__list {
        position: relative;
    }

    .addon__menu .box__menu .menu .menu__list .menu__link {
        display: block;
        color: #262262;
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 40px;
        padding: 0 15px;
        border-bottom: 1px solid rgba(204, 204, 204, 0.6);
        text-transform: uppercase;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

    .addon__menu .box__menu .menu .menu__list .menu__link img {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list:last-child .menu__link {
        border-bottom: 0;
    }

    .addon__menu .box__menu .menu .menu__list:hover .menu__link,
    .addon__menu .box__menu .menu .menu__list.active .menu__link {
        color: #ED1C24;
        text-decoration: none;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .addon__menu .box__menu .menu .menu__list ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li {
        position: relative;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li::before {
        content: "\f105";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        margin-right: 10px;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li a {
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        text-transform: uppercase;
        color: #000000;
        display: block;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 35px;
        padding-left: 35px;
        padding-right: 15px;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li:hover::before {
        border-color: var(--colorHover);
    }

    .addon__menu .box__menu .menu .menu__list>ul>li:hover a {
        text-decoration: none;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens {
        cursor: pointer;
        position: absolute;
        top: 8px;
        right: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 20px;
        overflow: hidden;
        border: 0;
        width: 25px;
        height: 25px;
        border-radius: 3px;
        background: #000;
        padding: 0;
        color: #fff;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens::before {
        content: "+";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        color: #fff;
        -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
        transition: color 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: color 0.3s ease, transform 0.3s ease;
        -moz-transition: color 0.3s ease, transform 0.3s ease, -moz-transform 0.3s ease;
        transition: color 0.3s ease, transform 0.3s ease;
        transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens.active::before {
        color: red;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -moz-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .toggle__menu {
        width: 3rem;
        height: 3rem;
        border: 0px;
        background-color: transparent;
        margin-right: 30px;
        padding: 0;
    }

    .toggle__menu img {
        max-width: 80%;
    }
}

@media (min-width: 992px) {
    .addon__menu {
        position: unset;
        top: unset;
        left: unset;
        right: unset;
        bottom: unset;
        background-color: transparent;
        z-index: unset;
        visibility: unset;
        opacity: 1;
        margin-left: auto;
    }

    .addon__menu .box__menu {
        max-width: 100%;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        transform: unset;
        height: 100%;
        background-color: transparent;
    }

    .addon__menu .box__menu .menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
    }

    .addon__menu .box__menu .menu .menu__list {
        height: 100%;
    }

    .addon__menu .box__menu .menu .menu__list .menu__link {
        border-bottom: 0;
        padding: 0 6px;
        line-height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 100%;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .addon__menu .box__menu .menu .menu__list:hover>ul {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    .addon__menu .box__menu .menu .menu__list ul {
        z-index: 999;
        display: block;
        position: absolute;
        min-width: unset;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        top: -webkit-calc(100% + 4px);
        top: -moz-calc(100% + 4px);
        top: calc(100% + 4px);
        left: 0;
        background-color: #fff;
        -webkit-transform: rotateX(-90deg);
        -moz-transform: rotateX(-90deg);
        transform: rotateX(-90deg);
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        padding: 10px 0;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li {
        padding: 8px 16px;
        display: flex;
        align-items: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li:not(:last-child) {
        border-bottom: dashed 1px #EBEBEB;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li:hover a {
        color: #ED1C24;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .addon__menu .box__menu .menu .menu__list>ul>li a {
        padding: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        font-weight: normal;
        font-size: 15px;
        line-height: 24px;
        color: #222222;
    }

    .addon__menu .box__menu .menu .menu__list .btn__childrens {
        display: none;
    }

    .toggle__menu {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3) {
        position: unset;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul {
        display: flex;
        justify-content: center;
        width: 100%;
        padding: 0px;
        border: solid 2px #aaa;
        border-radius: 0px;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:before {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:hover,
    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:focus {
        background: #E21D24;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:hover>a,
    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:focus>a {
        color: #FFFFFF;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li ul {
        height: auto;
        width: auto;
        transform: unset;
        left: unset;
        top: unset;
        position: relative;
        box-shadow: unset;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul {
        position: absolute;
        left: 0px;
        top: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
        border-radius: 0px;
        max-height: 420px;
        overflow-x: hidden;
        overflow-y: scroll;
        font-size: 16px;
        border: solid 2px #aaa;
        color: #2C2551;
        font-family: "AvertaStdCY-Regular_3";
    }



    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul::-webkit-scrollbar {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul::-webkit-scrollbar-track {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul::-webkit-scrollbar-thumb {
        display: none;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul a {
        color: #2C2551;
        white-space: inherit;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2 !important;
        font-family: "AvertaStdCY-Regular_3";
        font-size: 14px;
        overflow: hidden;
        max-height: 100% !important;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul a:hover,
    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul a:focus {
        color: #ED1C24;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul p {
        margin-bottom: 0px;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul li {}

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li>ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0px -15px;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) {
        width: 55%;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(2) {
        width: 45%;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) ul>li:nth-child(1),
    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) ul>li:nth-child(2) {
        padding-bottom: 10px;
        margin-bottom: 10px;
        font-family: "AvertaStdCY-Extrabold_1";
        position: relative;
        text-transform: uppercase;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) ul>li:nth-child(1):after,
    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) ul>li:nth-child(2):after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 1px;
        width: 95%;
        background: #EDEDED;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) ul>li:nth-child(2n+1) {
        width: 66.66%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) ul>li:nth-child(2n+2) {
        width: 33.33%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(2) ul>li:nth-child(1) {
        width: 100%;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative;
        font-family: "AvertaStdCY-Extrabold_1";
        text-transform: uppercase;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(2) ul>li:nth-child(1):after {
        content: "";
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        height: 1px;
        width: 95%;
        background: #EDEDED;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(2) ul>li {
        margin-bottom: 10px;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(2) ul>li:nth-child(n+2) {
        width: 33.33%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .items-prds__menus .img-prds__menus {
        margin-bottom: 10px;
    }

    .items-prds__menus .img-prds__menus>a {
        position: relative;
        display: flex !important;
        height: 1px;
        padding-top: 105% !important;
    }

    .items-prds__menus .img-prds__menus>a img {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        object-fit: scale-down;
    }

    .items-prds__menus .names-prd__menus {
        text-align: center;
        text-transform: uppercase;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li>ul>li:nth-child(1) ul>li:nth-child(2n+2) {}

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:hover>ul,
    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:focus>ul {
        opacity: 1;
        visibility: visible;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:hover>ul,
    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li:focus>ul {
        opacity: 1;
    }

    .addon__menu .box__menu .menu .menu__list:nth-child(3)>ul>li {
        position: unset;
    }

    .header__bottom .container {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .addon__menu .box__menu .menu .menu__list .menu__link {
        line-height: 74px;
        padding: 0 12px;
    }
}

@media (min-width: 230px) {
    .logo {
        max-width: 80px;
        height: -webkit-max-content;
        height: -moz-max-content;
        height: max-content;
        width: 100%;
        overflow: hidden;
        display: block;
        margin-right: auto;
    }

    .logo .logo-img img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

@media (min-width: 992px) {
    .logo {
        max-width: 100px;
    }
}

@media (min-width: 1200px) {
    .logo {
        max-width: 115px;
    }
}

@media (min-width: 230px) {
    .addon__search {
        margin-left: auto;
        cursor: pointer;
    }

    .addon__search .main__search {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.231);
        z-index: 999;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        visibility: hidden;
        opacity: 0;
    }

    .addon__search .main__search.active {
        opacity: 1;
        visibility: visible;
    }

    .addon__search .main__search.active .form__search {
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .addon__search .main__search .form__search {
        max-width: 900px;
        margin-left: auto;
        margin-right: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        background-color: #fff;
        width: 100%;
        padding: 0.5rem;
        border-radius: 0.5rem;
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        -moz-transition: 0.3s all;
        transition: 0.3s all;
    }

    .addon__search .main__search .form__search .input__search {
        width: 100%;
        height: 4rem;
        border: 1px solid #ddd;
        border-right: 0;
    }
}

@media (min-width: 992px) {
    .addon__search .main__search .form__search {
        padding: 1.5rem;
    }

    .addon__search .main__search .form__search .input__search {
        height: 5rem;
    }
}

.bs-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
}

.bs-modal.show-modal {
    padding: 15px;
    z-index: 10;
    opacity: 1;
}

.bs-modal .modal-frame {
    overflow-y: auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bs-modal .content-modal {
    max-width: 90%;
}

.bs-modal .content-modal.show-modal {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.bs-modal.modal-left .content-modal.show-modal {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.bs-modal.modal-right .content-modal.show-modal {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.bs-modal.modal-top .content-modal.show-modal {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.bs-modal.modal-bottom .content-modal.show-modal {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.content-modal {
    max-width: 587px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.5);
    position: relative;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    -o-transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    -moz-transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    transition: all 0.5s cubic-bezier(0.45, 0, 0.1, 1.13);
    padding: 2.5rem 4.3rem;
}

.content-modal .header-modal {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content-modal .header-modal .modal__title {
    font-size: 2.1rem;
    color: #262626;
    font-weight: 400;
}

.content-modal .footer-modal {
    overflow: hidden;
}

.content-modal .footer-modal .close__btn {
    float: right;
}

.content-modal .footer-modal button {
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.content-modal .footer-modal button.red__btn {
    background: red;
}

.content-modal .footer-modal button.red__btn:focus,
.content-modal .footer-modal button.red__btn:hover {
    background: #d60808;
}

.content-modal .footer-modal button.green__btn {
    background: green;
}

.content-modal .footer-modal button.green__btn:focus,
.content-modal .footer-modal button.green__btn:hover {
    background: #106710;
}

.content-modal .footer-modal button.blue__btn {
    background: blue;
}

.content-modal .footer-modal button.blue__btn:focus,
.content-modal .footer-modal button.blue__btn:hover {
    background: #0c0cb9;
}

.content-modal .footer-modal button.gray__btn {
    background: #717171;
}

.content-modal .footer-modal button.gray__btn:focus,
.content-modal .footer-modal button.gray__btn:hover {
    background: #4e4d4d;
}

.content-modal .footer-modal button.black__btn {
    background: #000;
}

.content-modal .footer-modal button.black__btn:focus,
.content-modal .footer-modal button.black__btn:hover {
    background: #403f3f;
}

.content-modal.modal-left .content-modal {
    -webkit-transform: translateX(-2000px);
    -moz-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
}

.content-modal.modal-right .content-modal {
    -webkit-transform: translateX(2000px);
    -moz-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
}

.content-modal.modal-top .content-modal {
    -webkit-transform: translateY(-2000px);
    -moz-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
}

.content-modal.modal-bottom .content-modal {
    -webkit-transform: translateY(2000px);
    -moz-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
}

.content-modal.modal-small .content-modal {
    max-width: 320px;
}

.content-modal.modal-large .content-modal {
    max-width: 950px;
}

.content-modal.modal-full .content-modal {
    max-width: 100%;
}

body {
    position: relative;
    min-height: 100vh;
}

body:after {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
    min-height: 100vh;
}

body.active-modal {
    overflow: hidden;
}

body.active-modal:after {
    display: block;
}

@media only screen and (max-width: 767px) {
    .content-modal {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .content-modal {
        padding: 1.5rem;
    }
}

@media (min-width: 230px) {
    .addon__banner.slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .addon__banner .banner__item {
        position: relative;
    }
}

@media (min-width: 992px) {
    .addon__banner .banner__item {
        position: relative;
    }

    .addon__banner .banner__item .frame {
        padding-top: 36.806%;
    }

    .addon__banner .banner__item .frame img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: bottom center;
        object-position: bottom center;
    }
}

.addon__pagination {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.addon__pagination .addon__pagination-item {
    margin: 0 1.2rem;
}

.addon__pagination .addon__pagination-item .addon__pagination-item-link {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    color: #8298AB;
    font-size: 18px;
    line-height: 22px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.addon__pagination .addon__pagination-item .addon__pagination-item-link::before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-calc(100% + 6px);
    width: -moz-calc(100% + 6px);
    width: calc(100% + 6px);
    height: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.addon__pagination .addon__pagination-item .addon__pagination-item-link i {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #8298AB;
    font-size: 18px;
    line-height: 22px;
}

.addon__pagination .addon__pagination-item:hover .addon__pagination-item-link,
.addon__pagination .addon__pagination-item.active .addon__pagination-item-link {
    font-family: "AvertaStdCY-Bold_1", sans-serif;
    font-weight: 700;
    color: #111;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.addon__pagination .addon__pagination-item:hover .addon__pagination-item-link::before,
.addon__pagination .addon__pagination-item.active .addon__pagination-item-link::before {
    background-color: #ED1C24;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.addon__pagination .addon__pagination-item:hover .addon__pagination-item-link i,
.addon__pagination .addon__pagination-item.active .addon__pagination-item-link i {
    color: #111;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

@media (min-width: 230px) {
    #addon__society .addon__item {
        position: fixed;
        z-index: 99;
    }

    #addon__society .addon__item.left {
        bottom: 15px;
        left: 15px;
    }

    #addon__society .addon__item.left .addon__icon {
        width: 60px;
        height: 60px;
        background-color: #C5000C;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 50%;
        -webkit-box-shadow: 0px 4px 8px rgba(197, 0, 12, 0.2);
        box-shadow: 0px 4px 8px rgba(197, 0, 12, 0.2);
        -webkit-animation: boxShadow 1.5s ease-in-out infinite;
        -moz-animation: boxShadow 1.5s ease-in-out infinite;
        animation: boxShadow 1.5s ease-in-out infinite;
    }

    #addon__society .addon__item.left .addon__icon img {
        width: 27px;
        height: 27px;
        -webkit-animation: phonering-alo-circle 1s ease-in-out infinite;
        -moz-animation: phonering-alo-circle 1s ease-in-out infinite;
        animation: phonering-alo-circle 1s ease-in-out infinite;
    }

    #addon__society .addon__item.right {
        bottom: 25px;
        right: 15px;
    }

    #addon__society .addon__item.right .addon__icon {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #0084FF;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 1.5rem;
        padding: 12px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #addon__society .addon__item.right .addon__icon.hot-line {
        background: #6DBB44;
    }

    #addon__society .addon__item.right .addon__icon.hot-line img {
        -webkit-animation: phonering-alo-circle 1s infinite;
        -moz-animation: phonering-alo-circle 1s infinite;
        animation: phonering-alo-circle 1s infinite;
    }
}

@media (min-width: 1200px) {
    #addon__society .addon__item.left {
        bottom: 50px;
        left: 50px;
    }

    #addon__society .addon__item.right {
        bottom: 50px;
        right: 36px;
    }
}

@-webkit-keyframes boxShadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }

    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@-moz-keyframes boxShadow {
    0% {
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }

    75% {
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }

    100% {
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@keyframes boxShadow {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
        box-shadow: 0 0 0 0 rgba(197, 0, 13, 0.3), 0 0 0 0 #fff;
    }

    75% {
        -webkit-box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 6px rgba(197, 0, 13, 0.3);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
        box-shadow: 0 0 0 0px rgba(197, 0, 13, 0.3);
    }
}

@-webkit-keyframes phonering-alo-circle {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@-moz-keyframes phonering-alo-circle {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

@keyframes phonering-alo-circle {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}

/**
*@ layout
*/
@media (min-width: 230px) {
    #header {
        background-color: #fff;
    }

    #header .header__top {
        background-color: #262262;
        padding: 6px 0;
    }

    #header .header__top .module__header-top {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .header__top .module__header-top .header__top-group {
        margin-left: auto;
        max-width: -webkit-calc(100% - 224px);
        max-width: -moz-calc(100% - 224px);
        max-width: calc(100% - 224px);
        overflow-y: auto;
        display: none;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        list-style: none;
        margin-bottom: 0;
        padding-left: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item {
        position: relative;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item:not(:last-child) {
        margin-right: 10px;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item:not(:last-child)::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 1px;
        height: 20px;
        background-color: #fff;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a {
        color: #FFFFFF;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a:hover,
    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a:focus {
        text-decoration: none;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a:hover span,
    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a:focus span {
        color: #ED1C24;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a i {
        color: #ED1C24;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a span {
        font-family: "AvertaStdCY-Semibold_1", sans-serif;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        display: block;
        padding-left: 5px;
        padding-right: 10px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    #header .header__top .module__header-top .form__search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 214px;
        width: 100%;
        margin-left: auto;
    }

    #header .header__top .module__header-top .form__search .input__search {
        font-family: "AvertaStdCY-Regular_3", sans-serif;
        font-size: 13px;
        line-height: 18px;
        color: #647583;
        padding: 6px 10px;
        border: 0;
    }

    #header .header__top .module__header-top .form__search .btn__search {
        height: 30px;
        padding: 5px 8px;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        border: 0;
    }

    #header .header__top .module__header-top .form__search .btn__search img {
        width: 20px;
        height: 20px;
        -o-object-fit: cover;
        object-fit: cover;
    }

    #header .header__bottom {
        padding: 10px 0;
    }

    #header .header__bottom .header__main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header .header__bottom .header__main .hotline {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        background-image: url("../images/btn-hotline.png");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 34px;
        color: #FFFFFF;
        height: 100%;
        padding: 4px 20px;
    }

    #header .header__bottom .header__main .hotline span {
        display: none;
    }
}

@media (min-width: 480px) {
    #header .header__bottom .header__main .hotline span {
        display: unset;
    }
}

@media (min-width: 576px) {
    #header .header__top .module__header-top {
        /* width */
        /* Track */
        /* Handle */
    }

    #header .header__top .module__header-top ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
    }

    #header .header__top .module__header-top ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px grey;
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }

    #header .header__top .module__header-top ::-webkit-scrollbar-thumb {
        background: #ED1C24;
        border-radius: 10px;
    }

    #header .header__top .module__header-top .header__top-group {
        display: block;
        padding-bottom: 2px;
    }

    #header .header__top .module__header-top .form__search {
        margin-left: 10px;
    }
}

@media (min-width: 992px) {
    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item:not(:last-child) {
        margin-right: 10px;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a span {
        padding-right: 10px;
    }

    #header .header__bottom .header__main .hotline {
        font-size: 16px;
        line-height: 40px;
    }
}

@media (min-width: 1200px) {
    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item:not(:last-child) {
        margin-right: 16px;
    }

    #header .header__top .module__header-top .header__top-group .header__top-menu .header__top-menu-item a span {
        padding: 0 10px;
    }

    #header .header__bottom .header__main .hotline {
        margin-left: 2px;
    }
}

#header .header__bottom.scroll {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #fff;
    -webkit-animation: scroll 0.6s;
    -moz-animation: scroll 0.6s;
    animation: scroll 0.6s;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes scroll {
    0% {
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (min-width: 230px) {
    #footer {
        background-color: #F4F5F5;
    }

    #footer .footer__top {
        background-color: #262262;
        text-align: center;
        padding: 15px 0;
    }

    #footer .footer__top a {
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: bold;
        font-size: 25px;
        line-height: 40px;
        color: #FFFFFF;
    }

    #footer .footer__top a:hover {
        text-decoration: none;
        color: #ED1C24;
    }

    #footer .footer__mid {
        margin-top: 30px;
    }

    #footer .footer__mid .footer__group .footer__box {
        margin-bottom: 30px;
    }

    #footer .footer__mid .footer__group .footer__box:first-child .f__title {
        margin-bottom: 3px;
    }

    #footer .footer__mid .footer__group .footer__box .f-logo {
        display: block;
        margin-bottom: 16px;
        width: 99px;
    }

    #footer .footer__mid .footer__group .footer__box .f__title {
        font-family: "AvertaStdCY-Bold_1", sans-serif;
        font-weight: bold;
        font-size: 17px;
        line-height: 28px;
        color: #262262;
        margin-bottom: 17px;
    }

    #footer .footer__mid .footer__group .footer__box ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0;
    }

    #footer .footer__mid .footer__group .footer__box ul li {
        font-size: 16px;
        line-height: 26px;
        color: #222222;
    }

    #footer .footer__mid .footer__group .footer__box ul li a {
        display: block;
        font-size: 17px;
        line-height: 28px;
        color: #222222;
        margin-bottom: 17px;
    }

    #footer .footer__mid .footer__group .footer__box ul li a:hover {
        color: #ED1C24;
        text-decoration: none;
    }

    #footer .footer__mid .footer__group .footer__box form {
        position: relative;
        margin-bottom: 12px;
    }

    #footer .footer__mid .footer__group .footer__box form input {
        padding: 12px 15px 13px;
        background-color: #E8E8E8;
        font-size: 14px;
        line-height: 20px;
        color: #222222;
        border: 0;
    }

    #footer .footer__mid .footer__group .footer__box form input:hover,
    #footer .footer__mid .footer__group .footer__box form input:focus {
        outline: 0;
    }

    #footer .footer__mid .footer__group .footer__box form input::-webkit-input-placeholder {
        color: #222222;
    }

    #footer .footer__mid .footer__group .footer__box form input::-moz-placeholder {
        color: #222222;
    }

    #footer .footer__mid .footer__group .footer__box form input:-ms-input-placeholder {
        color: #222222;
    }

    #footer .footer__mid .footer__group .footer__box form input::-ms-input-placeholder {
        color: #222222;
    }

    #footer .footer__mid .footer__group .footer__box form input::placeholder {
        color: #222222;
    }

    #footer .footer__mid .footer__group .footer__box form .btn__send {
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        padding: 0;
        background-color: transparent;
    }

    #footer .footer__mid .footer__group .footer__box form .btn__send i {
        color: #ED1C24;
    }

    #footer .footer__mid .footer__group .footer__box p {
        font-size: 17px;
        line-height: 28px;
        color: #222222;
        margin-bottom: 4px;
    }

    #footer .footer__mid .footer__group .footer__box .icon__group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #footer .footer__mid .footer__group .footer__box .icon__group a {
        display: block;
        max-width: 30px;
        margin-right: 12px;
    }

    #footer .footer__mid .footer__group .footer__box .QR-code {
        display: block;
        width: 86px;
        height: 86px;
        margin-left: auto;
    }

    #footer .footer__bot {
        padding: 19px 0;
        border-top: 1px solid #E0E0E0;
    }

    #footer .footer__bot p {
        font-size: 16px;
        line-height: 26px;
        color: #222222;
        margin-bottom: 0;
    }
}

@media (min-width: 480px) {
    #footer .footer__mid .footer__group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    #footer .footer__mid .footer__group .footer__box {
        width: 100%;
        max-width: -webkit-calc(50% - 15px);
        max-width: -moz-calc(50% - 15px);
        max-width: calc(50% - 15px);
    }
}

@media (min-width: 992px) {
    #footer .footer__mid {
        margin-top: 40px;
    }

    #footer .footer__mid .footer__group .footer__box:nth-child(1) {
        width: 40%;
        max-width: 376px;
    }

    #footer .footer__mid .footer__group .footer__box:nth-child(2) {
        width: 25%;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    #footer .footer__mid .footer__group .footer__box:nth-child(3) {
        width: 35%;
        max-width: 360px;
    }
}

.btn__up {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn__up.active {
    visibility: inherit;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    z-index: 999;
}

.btn__up i {
    font-size: 25px;
}

/**
*@ components
*/
@media (min-width: 230px) {
    .banner-global {
        padding: 1.3rem 0 0;
    }

    .banner-global .breadcrumb {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        list-style-type: none;
    }

    .banner-global .breadcrumb li:not(:first-child) {
        margin-left: 2rem;
        position: relative;
    }

    .banner-global .breadcrumb li:not(:first-child)::before {
        content: "";
        width: 0.2rem;
        height: 0.2rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -1.1rem;
        background-color: #808080;
    }

    .banner-global .breadcrumb li a {
        font-size: 1.2rem;
        line-height: 2.4rem;
        color: #595959;
    }

    .banner-global .breadcrumb li:last-child a {
        max-width: 9.1rem;
        width: 100%;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        line-height: 2.4rem;
        -webkit-line-clamp: 1;
        max-height: -webkit-calc(2.4rem * 1);
        max-height: -moz-calc(2.4rem * 1);
        max-height: calc(2.4rem * 1);
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }

    .banner-global .title__global {
        text-align: center;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

@media (min-width: 400px) {
    .banner-global .breadcrumb li:last-child a {
        max-width: 17.1rem;
    }
}

@media (min-width: 480px) {
    .banner-global .breadcrumb li:last-child a {
        max-width: 25.1rem;
    }
}

@media (min-width: 576px) {
    .banner-global .breadcrumb li:last-child a {
        max-width: 30rem;
    }
}