﻿:root {
    --color-main: #ef7857;
    --color-primary: #ea7521;
    --color-red: #f0562b;
    --color-white: #fff;
    --color-dark: #38485a;
    --color-black: #000;
    --size-base: 1.325rem;
    --size-1: 3rem;
    --size-3: 2.25rem;
    --size-2: 2.1875rem;
    --size-4: 1.625rem;
    --size-5: 1.5rem;
    --size-6: 0.8125rem;
    --line-height: 3.5rem;
    --line-height-xs: 1.5rem;
    --duration: 0.4s;
}

:root {
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-rgb: 33, 37, 41;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6,
h5,
h4,
h3,
h2,
h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    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;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #0d6efd;
    text-decoration: underline;
}

    a:hover {
        color: #0a58ca;
    }

    a:not([href]):not([class]),
    a:not([href]):not([class]):hover {
        color: inherit;
        text-decoration: none;
    }

pre,
code,
kbd,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr
    /* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    select:disabled {
        opacity: 1;
    }

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::-webkit-file-upload-button {
    font: inherit;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

.wp-caption-text {
    text-align: center;
}

@media (min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px;
    }

    #scrollUp,
    .astm-search-menu {
        display: none !important;
    }
}

@media (min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
}

    .row > * {
        flex-shrink: 0;
        width: 100%;
        max-width: 100%;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
        margin-top: var(--bs-gutter-y);
    }

.col {
    flex: 1 0 0%;
}

.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333333%;
}

.offset-2 {
    margin-left: 16.66666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333333%;
}

.offset-5 {
    margin-left: 41.66666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333333%;
}

.offset-8 {
    margin-left: 66.66666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333333%;
}

.offset-11 {
    margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }

    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.33333333%;
    }

    .offset-sm-2 {
        margin-left: 16.66666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.33333333%;
    }

    .offset-sm-5 {
        margin-left: 41.66666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.33333333%;
    }

    .offset-sm-8 {
        margin-left: 66.66666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.33333333%;
    }

    .offset-sm-11 {
        margin-left: 91.66666667%;
    }

    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }

    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }

    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }

    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }

    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }

    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }

    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.33333333%;
    }

    .offset-md-2 {
        margin-left: 16.66666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.33333333%;
    }

    .offset-md-5 {
        margin-left: 41.66666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.33333333%;
    }

    .offset-md-8 {
        margin-left: 66.66666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.33333333%;
    }

    .offset-md-11 {
        margin-left: 91.66666667%;
    }

    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }

    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }

    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }

    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }

    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }

    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }

    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.33333333%;
    }

    .offset-lg-2 {
        margin-left: 16.66666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.33333333%;
    }

    .offset-lg-5 {
        margin-left: 41.66666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.33333333%;
    }

    .offset-lg-8 {
        margin-left: 66.66666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.33333333%;
    }

    .offset-lg-11 {
        margin-left: 91.66666667%;
    }

    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }

    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }

    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }

    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }

    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }

    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }

    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xl-11 {
        margin-left: 91.66666667%;
    }

    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }

    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }

    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }

    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }

    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }

    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }

    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }

    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }

    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }

    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

html,
body {
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: var(--color-dark);
    background: var(--color-white);
    text-rendering: optimizeSpeed;
}

iframe,
svg,
img {
    max-width: 100%;
}

@media (min-width: 766px) {
    .fix-container {
        padding-right: var(--bs-gutter-x, 8rem);
        padding-left: var(--bs-gutter-x, 8rem);
    }
}

.baseline {
    align-items: baseline;
}

.align-center {
    align-items: center;
}

.n-reverse {
    flex-direction: row-reverse;
}

.icon::before {
    width: 20px;
    height: 20px;
    display: inherit;
    background-position: center center;
    background-size: contain !important;
}

ul {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    margin-bottom: 0;
    list-style: none;
}

.nav {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.swiper {
    z-index: 0 !important;
}

.bg-gray {
    background-color: #f5f5f5;
}

.page-default {
    padding: 80px 0;
}

.spinner {
    display: block;
    width: 30px;
    height: 30px;
    border: 7px solid #ff23693b;
    border-radius: 50%;
    border-top-color: #ef7857;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.home-mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 766px) {
    .home-mobile-reverse {
        display: unset;
    }
}

svg {
    width: 13px;
    height: 13px;
    fill: var(--color-dark);
}

ul.nav,
ul.menu {
    display: flex;
    list-style: none;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
}

    ul.nav a,
    ul.nav button,
    ul.nav select,
    ul.menu a,
    ul.menu button,
    ul.menu select {
        border: none;
        font-weight: 300;
        font-family: "Roboto", sans-serif;
        color: var(--color-dark);
        font-size: 16px;
        text-decoration: none;
    }

        ul.nav a:focus,
        ul.nav button:focus,
        ul.nav select:focus,
        ul.menu a:focus,
        ul.menu button:focus,
        ul.menu select:focus {
            outline: none;
        }

    ul.nav li,
    ul.menu li {
        display: flex;
        align-items: center;
        margin-right: 40px;
    }

        ul.nav li:last-child,
        ul.menu li:last-child {
            margin-right: 0;
        }

.header {
    position: sticky;
    top: 0;
    z-index: 99;
    background: #fff;
}

.header__top {
    padding: 20px 0;
    display: none;
}

    .header__top li {
        gap: 15px;
    }

.header__main {
    padding: 15px 0px;
}

.header .left {
    justify-content: space-between;
}

.header .right {
    justify-content: flex-end;
    display: none;
}

    .header .right li:first-child {
        margin: 0;
    }

.header .baseline {
    align-items: center;
}

@media (min-width: 766px) {
    .header .baseline {
        align-items: center;
    }
}

.header .group-btn {
    display: flex;
    justify-content: flex-end;
}

.header .switcher .option {
    position: absolute !important;
}

    .header .switcher .option img {
        display: none;
    }

.header .d-none {
    display: none;
}

@media (min-width: 992px) {
    .header .d-none {
        display: inline-block !important;
    }
}

.header #btn-mobile {
    height: 50px;
    width: 50px;
    border: none;
    display: flex;
    padding: 5px;
    background: no-repeat;
}

@media (min-width: 766px) {
    .header #btn-mobile {
        display: none;
    }

    .header .close-mobile {
        display: none;
    }
}

@media (min-width: 992px) {
    .header .btn-modal {
        display: block;
    }
}

.header #logo img {
    width: auto;
    height: 60px;
}

.header .show-menu {
    display: block;
    position: absolute;
}

    .header .show-menu #primary-menu {
        position: fixed;
        top: 0;
        display: flex;
        flex-direction: column;
        height: 100vh;
        background: #fff;
        left: 0;
        z-index: 10;
        padding: 20px;
        box-sizing: border-box;
        box-shadow: 0.4px 0.4px 23px #0004;
        width: 100%;
        min-height: 100vh;
        overflow-y: auto;
    }

        .header .show-menu #primary-menu ul.menu {
            flex-direction: column;
        }

            .header .show-menu #primary-menu ul.menu li a {
                width: 100%;
                display: inline-block;
            }

            .header .show-menu #primary-menu ul.menu li .sub-menu {
                display: flex;
                flex-direction: column;
                position: unset;
            }

                .header .show-menu #primary-menu ul.menu li .sub-menu li {
                    display: flex;
                }

                    .header .show-menu #primary-menu ul.menu li .sub-menu li a {
                        display: flex;
                    }

            .header .show-menu #primary-menu ul.menu .menu-item-has-children {
                display: flex;
                flex-direction: column;
                margin-right: 10px;
                background-color: #f5f5f5;
            }

                .header .show-menu #primary-menu ul.menu .menu-item-has-children .sub-menu {
                    background: transparent;
                    border-top: none;
                    box-shadow: none;
                }

                    .header .show-menu #primary-menu ul.menu .menu-item-has-children .sub-menu::after {
                        content: "";
                        right: 0 !important;
                    }

    .header .show-menu #layer-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #000000c7;
        top: 0;
        z-index: 1;
    }

    .header .show-menu .nav-menu__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }

        .header .show-menu .nav-menu__header img {
            width: 60px;
            height: 60px;
        }

        .header .show-menu .nav-menu__header .close-mobile {
            border: none;
            background: transparent;
        }

            .header .show-menu .nav-menu__header .close-mobile svg {
                width: 24px;
                height: 24px;
            }

    .header .show-menu .nav-menu__body .menu li.menu-item {
        margin-right: 0;
        padding: 0px 15px;
        border-radius: 10px;
        background: #f5f5f5;
        margin-bottom: 10px;
    }

        .header .show-menu .nav-menu__body .menu li.menu-item a {
            justify-content: flex-start;
        }

            .header .show-menu .nav-menu__body .menu li.menu-item a span {
                display: inline-block;
                width: 100%;
            }

    .header .show-menu .nav-menu__body .menu .menu-item-has-children {
        margin-right: 0 !important;
    }

    .header .show-menu .nav-menu__body .menu-item-has-children::before {
        content: unset;
    }

    .header .show-menu .nav-menu__body .menu-item-has-children::after {
        content: unset;
    }

    .header .show-menu .nav-menu__body .menu-item-has-children .sub-menu {
        padding: 0;
    }

        .header .show-menu .nav-menu__body .menu-item-has-children .sub-menu li {
            padding: 0;
        }

    .header .show-menu .nav-menu__social {
        display: flex;
        justify-content: center;
        margin: 20px 0px;
    }

@media (min-width: 500px) {
    .header .nav-menu__header {
        display: none;
    }

    .header .nav-menu__social {
        display: none;
    }
}

.header .menu a {
    padding: 18px 0;
    font-weight: bold;
}

.header .mega {
    position: relative;
}

    .header .mega::after {
        content: "";
        background-repeat: no-repeat !important;
        background-size: cover;
        content: "";
        cursor: pointer;
        height: 10px;
        position: absolute;
        right: -16px;
        top: 25px;
        width: 10px;
        z-index: 1;
    }

    .header .mega .sub-menu {
        display: none;
        position: absolute;
        top: 50px;
        left: -90px;
        background: #fff;
        z-index: 1;
        border-radius: 10px;
        border-top: 2px solid var(--color-main);
        box-shadow: 0.4px 0.4px 4px #0005;
        grid-template-columns: 1fr 1fr !important;
        padding: 20px;
    }

        .header .mega .sub-menu li {
            min-width: 270px;
            padding: 8px;
            margin-right: 0;
            border-radius: 10px;
        }

            .header .mega .sub-menu li p {
                font-weight: 700;
                font-size: var(--size-base);
                margin-bottom: 0;
            }

                .header .mega .sub-menu li p span {
                    display: inline-block;
                    font-weight: 300;
                    font-size: 14px;
                }

            .header .mega .sub-menu li img {
                width: 35px;
                height: 35px;
            }

            .header .mega .sub-menu li:hover {
                background-color: #ef785714;
            }

        .header .mega .sub-menu a {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: flex-start;
            padding: 0;
        }

    .header .mega:focus .sub-menu,
    .header .mega:hover .sub-menu {
        display: grid;
    }

    .header .mega:focus::before,
    .header .mega:hover::before {
        content: "";
        border-bottom: 8px solid var(--color-main);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        height: 0;
        left: 25px;
        position: absolute;
        bottom: 10px;
        width: 0;
    }

.header .menu-item-has-children {
    position: relative;
}

    .header .menu-item-has-children::after {
        content: "";
        background-repeat: no-repeat !important;
        background-size: cover;
        content: "";
        cursor: pointer;
        height: 10px;
        position: absolute;
        right: -16px;
        top: 25px;
        width: 10px;
        z-index: 1;
    }

    .header .menu-item-has-children .sub-menu {
        display: none;
        position: absolute;
        top: 50px;
        left: -90px;
        background: #fff;
        z-index: 1;
        border-radius: 10px;
        border-top: 2px solid var(--color-main);
        box-shadow: 0.4px 0.4px 4px #0005;
        grid-template-columns: repeat(2, 1fr);
        padding: 20px;
    }

        .header .menu-item-has-children .sub-menu li {
            min-width: 270px;
            padding: 8px;
            margin-right: 0;
            border-radius: 10px;
        }

            .header .menu-item-has-children .sub-menu li p {
                font-weight: 700;
                font-size: var(--size-base);
                margin-bottom: 0;
            }

                .header .menu-item-has-children .sub-menu li p span {
                    display: inline-block;
                    font-weight: 300;
                    font-size: 14px;
                }

            .header .menu-item-has-children .sub-menu li img {
                width: 35px;
                height: 35px;
            }

            .header .menu-item-has-children .sub-menu li:hover {
                background-color: #ef785714;
            }

        .header .menu-item-has-children .sub-menu a {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            align-items: flex-start;
            padding: 0;
        }

    .header .menu-item-has-children:focus .sub-menu,
    .header .menu-item-has-children:hover .sub-menu {
        display: grid;
        grid-template-columns: 1fr;
        padding: 5px;
    }

        .header .menu-item-has-children:focus .sub-menu li,
        .header .menu-item-has-children:hover .sub-menu li {
            border-bottom: 1px dotted #eee;
        }

            .header .menu-item-has-children:focus .sub-menu li:last-child,
            .header .menu-item-has-children:hover .sub-menu li:last-child {
                border-bottom: none;
            }

    .header .menu-item-has-children:focus::before,
    .header .menu-item-has-children:hover::before {
        content: "";
        border-bottom: 8px solid var(--color-main);
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        height: 0;
        left: 25px;
        position: absolute;
        bottom: 10px;
        width: 0;
    }

.nav-icon3 {
    width: 100%;
    height: 0px;
    position: relative;
    margin: 0px auto;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

    .nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #38485a;
        border-radius: 20px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: 0.25s ease-in-out;
        box-shadow: 0.1px 0.1px 5px #0002;
    }

        .nav-icon3 span:nth-child(1) {
            top: 5px;
        }

        .nav-icon3 span:nth-child(2),
        .nav-icon3 span:nth-child(3) {
            top: 14px;
        }

        .nav-icon3 span:nth-child(4) {
            top: 24px;
        }

    .nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    .nav-icon3.open span:nth-child(2) {
        transform: rotate(45deg);
    }

    .nav-icon3.open span:nth-child(3) {
        transform: rotate(-45deg);
    }

    .nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.footer {
    padding: 120px 0 20px;
    background-color: var(--color-dark);
}

    .footer span {
        color: var(--color-white);
    }

.footer__logo {
    margin-bottom: 20px;
}

    .footer__logo a {
        display: flex;
        justify-content: center;
        text-decoration: none;
    }

    .footer__logo img {
        width: 224px;
        height: 84px;
    }

.footer__bottom {
    text-align: center;
}

@media (max-width: 768px) {
    :root {
        --size-1: 2.5rem;
        --line-height: 2.8rem;
    }
}

.footer__bottom span {
    margin-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 30px;
}

    .footer__bottom span:last-child {
        border-right: none;
        margin-right: 0;
    }

.footer__main {
    margin-bottom: 30px;
    padding: 0px 10px;
}

.logo-loading {
    -webkit-animation: logo-rotate 1s linear infinite;
    animation: logo-rotate 1s linear infinite;
    display: none;
    width: 60px;
}

    .logo-loading path {
        fill: #ff9800 !important;
    }

@-webkit-keyframes logo-rotate {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@keyframes logo-rotate {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@media (min-width: 766px) {
    /* .footer .container {
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
  } */

    .footer__main {
        padding: 0px 32px;
    }
}

@media (min-width: 1400px) {
    .footer .container {
        padding: 0px;
        /* padding-right: var(--bs-gutter-x, 8rem);
    padding-left: var(--bs-gutter-x, 8rem); */
    }
}

.footer .container {
    padding: 0px;
    /* padding-right: var(--bs-gutter-x, 8rem);
  padding-left: var(--bs-gutter-x, 8rem); */
}

.widget__title {
    font-size: 2rem;
    color: var(--color-white);
    margin-bottom: 15px;
    display: inherit;
    font-weight: bold;
}

.widget p,
.widget a {
    color: var(--color-white);
    font-size: var(--size-base);
    font-weight: lighter;
    text-decoration: none;
}

.widget__brandname {
    width: 170px;
    height: 64px;
    margin: 20px 0px;
}

    .widget__brandname .register-brand {
        width: 170px;
        height: 60px;
        display: inline-block;
    }

        .widget__brandname .register-brand img {
            width: 100%;
        }

.widget--1 {
    display: flex;
    flex-direction: column-reverse;
}

@media (min-width: 766px) {
    .widget__title {
        font-size: var(--size-3);
        margin-bottom: 46px;
    }

    .widget--1 {
        flex-direction: column;
    }
}

.social {
    display: flex;
    align-items: center;
    gap: 20px;
}

    .social svg {
        width: 24px;
        height: 24px;
    }

    .social .youtube {
        width: 30px;
        height: 30px;
    }

.section {
    padding: 40px 0;
}

@media (min-width: 766px) {
    .section {
        padding: 60px 0;
    }
}

.section__header {
    padding: 35px 0;
    text-align: center;
}

.section p {
    font-size: var(--size-base);
}
/*.btn-modalfree{
    display:none;
}*/
.section--banner {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    padding: 0;
    overflow: hidden;
}

    .section--banner .section {
        background-position: center center !important;
    }

    .section--banner .section__header {
        padding: 50px 0px 180px;
    }

        .section--banner .section__header h1 {
            font-size: var(--size-1);
            font-weight: 700;
            color: var(--color-dark);
        }

        .section--banner .section__header p {
            font-size: var(--size-base);
            font-weight: 300;
        }

            .section--banner .section__header p strong {
                font-weight: bold;
                color: var(--color-main);
            }

            .section--banner .section__header p.caption {
                padding: 10px 0;
                display: block;
                font-size: var(--size-5);
                font-weight: 300;
                position: relative;
                margin: 0;
            }

                .section--banner .section__header p.caption::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: calc(50% - 114px);
                    width: 100%;
                    border-top: 2px solid #ef7857;
                    max-width: 228px;
                }

        .section--banner .section__header .btn {
            width: 100%;
            max-width: 215px;
            height: 50px;
            border-radius: 45px;
            font-size: 20px;
            margin-top: 20px;
        }

@media (min-width: 766px) {
    .section--banner {
        height: 945px;
        background-size: cover !important;
    }

        .section--banner .section__header {
            padding: 55% 0px;
        }

            .section--banner .section__header p {
                font-size: var(--size-5);
            }

                .section--banner .section__header p.caption {
                    padding: 20px 0;
                }

            .section--banner .section__header .btn {
                width: 100%;
                max-width: 448px;
                height: 89px;
                border-radius: 45px;
                font-size: 36px;
            }

        .section--banner .box {
            margin-bottom: 270px;
        }
}

@media (min-width: 1200px) {
    .section--banner {
        height: 945px;
        background-size: cover !important;
    }

        .section--banner .box {
            margin-bottom: 370px;
        }
}

@media (max-width: 1400px) {
    .section--banner {
        height: 710px !important;
        background-size: cover !important;
    }

        .section--banner .box {
            margin-bottom: 415px;
        }
        .section--banner .section__header {
            padding: 40% 0px !important;
        }
}

.single-expert .article__content .bg {
    position: relative;
    height: 450px;
    background: url("../images/rectanger.png");
    background-size: cover;
    background-repeat: no-repeat;
}


.single-expert .article__content .bg1 {
    position: relative;
    height: 523px;
    background: #ef7857;
}

.single-expert .article__content .bg .box1 {
    box-sizing: border-box;
    position: absolute;
    width: 458px;
    height: 131px;
    left: -154px;
    top: -32px;
    background: #ef7857;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-radius: 85px;
}

.single-expert .article__content .bg .box2 {
    box-sizing: border-box;
    position: absolute;
    width: 204px;
    height: 81px;
    right: 30px;
    top: 22px;
    border: 1px solid #fd9c2b;
    box-shadow: 0px 0px 23px 2px #fd9c2b;
    border-radius: 85px;
}

.single-expert .article__content .bg .box3 {
    box-sizing: border-box;
    position: absolute;
    width: 32%;
    height: 170px;
    left: -6%;
    bottom: 33px;
    border: 1px solid #fd9c2b;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-radius: 85px;
}

    .single-expert .article__content .bg .box3 svg {
        box-sizing: border-box;
        position: absolute;
        float: right;
        bottom: 16px;
        right: 100px;
        width: 59px;
        height: 50px;
    }

.single-expert .box_empty {
    height: 300px;
}

.single-expert .box_empty1 {
    height: 200px;
}

.single-expert .article__content .bg .box4 {
    box-sizing: border-box;
    position: absolute;
    width: 40%;
    height: 175px;
    right: 0;
    bottom: -95px;
    background: #ef7857;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-top-left-radius: 85px;
    border-bottom-left-radius: 85px;
}

.single-expert .article__content .bg .box5 {
    background: url(../images/sixdot.png);
    background-size: contain;
    background-repeat: no-repeat;
    box-sizing: border-box;
    position: absolute;
    top: 200px;
    right: 114px;
    width: 60px;
    height: 60px;
}

.single-expert .article__content .bg .box6 {
    box-sizing: border-box;
    position: absolute;
    width: 479.17px;
    height: 455px;
    left: 55%;
    top: 32px;
}

.single-expert .article__content .bg .boxCenter {
    /* box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
    margin: auto;
    box-sizing: border-box;
    transform: translateY(85%);
}

.single-expert .article__content .bg2 .box1,
.single-expert .article__content .bg2 .box2,
.single-expert .article__content .bg2 .box3,
.single-expert .article__content .bg2 .box5,
.single-expert .article__content .bg .boxCenter {
    width: 58%;
    margin: auto;
}

    .single-expert .article__content .bg .boxCenter .center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
        height: 170px;
        background: #ef7857;
        box-shadow: 0px 4px 10px 1px #ce6a4e;
        border-radius: 25px;
        padding-left: 30px;
    }

        .single-expert .article__content .bg .boxCenter .center .h1 {
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: #fff;
            font-size: 73px;
            font-weight: 700;
        }

        .single-expert .article__content .bg .boxCenter .center strong {
            color: #fff;
        }

.single-expert .article__content .bg1 .box1 {
    box-sizing: border-box;
    position: absolute;
    width: 38%;
    height: 271px;
    right: 0;
    top: -65px;
    background: #ef7857;
    mix-blend-mode: screen;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-top-left-radius: 135.5px;
    border-bottom-left-radius: 135.5px;
}

.single-expert .article__content .bg1 .box2 {
    box-sizing: border-box;
    position: absolute;
    width: 742px;
    height: 271px;
    left: -480px;
    bottom: 80px;
    background: #ef7857;
    mix-blend-mode: screen;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-radius: 135.5px;
}

.single-expert .article__content .bg1 .box3 {
    box-sizing: border-box;
    position: absolute;
    width: 356px;
    height: 385px;
    left: 63%;
    top: 59px;
}

.single-expert .article__content .bg1 .box4 svg {
    box-sizing: border-box;
    position: absolute;
    left: 75%;
    bottom: 10%;
    width: 59px;
    height: 50px;
}

.single-expert .article__content .bg1 .boxCenter {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-50%, -50%);
}

    .single-expert .article__content .bg1 .boxCenter .center {
        /* display: flex; */
        flex-direction: column;
        width: 640px;
        justify-content: center;
        text-align: justify;
        /* align-items: center; */
        /* height: 170px;
  background: #EF7857;
  box-shadow: 0px 4px 10px 1px #ce6a4e; */
        border-radius: 25px;
        padding-left: 30px;
        color: #fff;
    }

        .single-expert .article__content .bg1 .boxCenter .center .h1 {
            text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            color: #fff;
            font-size: 73px;
            font-weight: 700;
        }

        .single-expert .article__content .bg1 .boxCenter .center strong {
            color: #fff;
        }

/* bg2 */

.single-expert .article__content .bg2 {
    position: relative;
    background: url("../images/bg191.png");
    background-size: cover;
    background-repeat: no-repeat;
}

    .single-expert .article__content .bg2 .box1 {
        box-sizing: border-box;
        /* width: 640px; */
        /* height: 400px; */
        /* top: 50%;
  left: 36%;
  transform: translate(-50%, -50%); */
    }

    .single-expert .article__content .bg2 .h1 {
        padding-top: 35px;
        padding-bottom: 38px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /* .single-expert .article__content .bg2 .box2 {
  margin-bottom: 428px;
} */

    .single-expert .article__content .bg2 .box2 .b1 {
        align-items: flex-end;
        padding-right: 30px;
    }

    .single-expert .article__content .bg2 .box3 .b1 .b_left {
        max-width: 40%;
        margin-left: 30px;
    }

    .single-expert .article__content .bg2 .box3 .b1 .b_left {
        max-width: 300px;
        margin-left: 30px;
    }

    .single-expert .article__content .bg2 .box3 .b1 .img_position {
        right: 16%;
        top: 42%;
        box-sizing: border-box;
        width: 50%;
        height: 429px;
        background: #ccc;
        border: 4px solid #fd9c2b;
        box-shadow: -2px 14px 20px 1px rgb(206 106 78 / 50%);
        border-radius: 25px;
        z-index: 2;
    }

    /* .single-expert .article__content .bg2 .box3 {
  margin-top: 50px;
} */

    .single-expert .article__content .bg2 .box3 .b1 {
        box-sizing: border-box;
        height: 385px;
        border: 2px solid #fd9c2b;
        box-shadow: 0px 0px 22px 1px #fd9c2b;
        border-radius: 47px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .single-expert .article__content .bg2 .box3 .b_left .h1 {
        padding-top: 5px;
        padding-bottom: 5px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /* box5 */

    .single-expert .article__content .bg2 .box5 .b1 .b_left {
        max-width: 40%;
        margin-left: 30px;
    }

    .single-expert .article__content .bg2 .box5 .b1 .b_left {
        max-width: 300px;
        margin-left: 30px;
    }

    .single-expert .article__content .bg2 .box5 .b1 .img_position {
        right: 16%;
        top: 42%;
        box-sizing: border-box;
        /* position: absolute; */
        width: 50%;
        height: 368px;
        background: #ccc;
        border: 4px solid #fd9c2b;
        box-shadow: -2px 14px 20px 1px rgb(206 106 78 / 50%);
        border-radius: 25px;
        z-index: 2;
    }

    .single-expert .article__content .bg2 .box5 .b1 {
        box-sizing: border-box;
        height: 385px;
        /* border: 2px solid #FD9C2B;
  box-shadow: 0px 0px 22px 1px #fd9c2b; */
        border-radius: 47px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .single-expert .article__content .bg2 .box5 .b_left .h1 {
        padding-top: 5px;
        padding-bottom: 5px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    /*  */
    .single-expert .article__content .bg2 .box4 svg {
        box-sizing: border-box;
        position: absolute;
        left: 16%;
        top: 33%;
        width: 59px;
        height: 50px;
    }

.img_position img {
    width: 100%;
    height: 100%;
}

/*  */
.single-expert .article__content .bg2 .box6 {
    box-sizing: border-box;
    position: absolute;
    width: 100px;
    height: 170px;
    left: 0px;
    top: -2px;
    border: 2px solid #fd9c2b;
    box-shadow: 0px 0px 22px 1px #fd9c2b;
    border-top-right-radius: 85px;
    border-bottom-right-radius: 85px;
}

.single-expert .article__content .bg2 .box7 {
    position: absolute;
    display: flex;
    align-items: flex-end;
    width: 30%;
    height: 185px;
    right: 0;
    top: 29%;
    background: #ef7857;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-top-left-radius: 92.5px;
    border-bottom-left-radius: 92.5px;
}

.single-expert .article__content .bg2 .box1 .b1,
.single-expert .article__content .bg2 .box2 .b1 {
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    height: 170px;
    background: #ef7857;
    box-shadow: 0px 4px 10px 1px #ce6a4e;
    border-radius: 25px;
    padding-left: 30px;
}

.single-expert .article__content .bg2 .img_position {
    width: 540px;
    height: 256px;
}

.single-expert .article__content .bg2 .box1 .img_position {
    position: absolute;
    right: 19.9%;
    top: 22px;
    box-sizing: border-box;
    background: #ccc;
    border: 4px solid #fd9c2b;
    box-shadow: -2px 14px 20px 1px rgb(206 106 78 / 50%);
    border-radius: 25px;
}

.single-expert .article__content .bg2 .box2 .img_position {
    position: absolute;
    top: 17.6%;
    left: 20.9%;
    box-sizing: border-box;
    background: #ccc;
    border: 4px solid #fd9c2b;
    box-shadow: -2px 14px 20px 1px rgb(206 106 78 / 50%);
    border-radius: 25px;
}

.single-expert .article__content .bg2 .box1 .b1 p,
.single-expert .article__content .bg2 .box2 .b1 p {
    max-width: 300px;
    color: #fff;
}

.single-expert .article__content .bg2 .box8 {
    box-sizing: border-box;
    position: absolute;
    width: 30%;
    height: 241px;
    right: 0;
    top: 53%;
    border: 2px solid #fd9c2b;
    border-right: 0;
    box-shadow: 0px 0px 22px 1px #fd9c2b;
    border-top-left-radius: 120.5px;
    border-bottom-left-radius: 120.5px;
}

.single-expert .article__content .bg2 .box9 {
    position: absolute;
    width: 38%;
    height: 368px;
    right: 0;
    top: 78%;
    background: #ef7857;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-top-left-radius: 184px;
    border-bottom-left-radius: 184px;
}

.single-expert .article__content .bg2 .box10 {
    position: absolute;
    width: 16%;
    height: 271px;
    right: 0;
    top: 72%;
    background: #ef7857;
    mix-blend-mode: screen;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
    border-top-left-radius: 135.5px;
    border-bottom-left-radius: 135.5px;
}

.single-expert .article__content .bg2 .box11 {
    box-sizing: border-box;
    position: absolute;
    width: 7%;
    height: 260px;
    left: 0px;
    bottom: 23%;
    box-shadow: 0px 0px 22px 1px #fd9c2b;
    border-top-right-radius: 185px;
    border-bottom-right-radius: 185px;
    background: #ef7857;
    box-shadow: 0px 0px 30px 5px #fd9c2b;
}

/* bg6 */
.single-expert .article__content .bg6 {
    position: relative;
    height: 523px;
    background: #ef7857;
}

    .single-expert .article__content .bg6 .boxCenter {
        box-sizing: border-box;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

        .single-expert .article__content .bg6 .boxCenter .center {
            display: flex;
            /* flex-direction: column; */
            /* width: 640px; */
            justify-content: center;
            text-align: justify;
            border-radius: 25px;
            padding-left: 30px;
            color: #fff;
        }

            .single-expert .article__content .bg6 .boxCenter .center .left {
                position: absolute;
                left: -15%;
                top: -14%;
                box-sizing: border-box;
                width: 276px;
                height: 344px;
                border: 4px solid #fdc22b;
                background: #ccc;
                box-shadow: -2px 14px 20px 1px rgb(206 106 78 / 50%);
                border-radius: 25px;
            }

                .single-expert .article__content .bg6 .boxCenter .center .left img {
                    width: 100%;
                    height: 100%;
                }

            .single-expert .article__content .bg6 .boxCenter .center .h1 {
                color: #fff;
                font-size: 73px;
                font-weight: 700;
            }

            .single-expert .article__content .bg6 .boxCenter .center .right {
                display: flex;
                box-sizing: border-box;
                flex-direction: column;
                align-items: center;
                padding-top: 12px;
                padding-bottom: 10px;
                width: 790px;
                height: 275px;
                left: 344px;
                top: 3479px;
                border: 2px solid #fdc22b;
                box-shadow: 0px 0px 22px 1px #fd9c2b;
                border-radius: 47px;
            }

                .single-expert .article__content .bg6 .boxCenter .center .right .social {
                    margin: 12px;
                    padding-left: 10px;
                    width: 413px;
                    height: 41px;
                    left: 583px;
                    top: 3566px;
                    background: #ffffff;
                    box-shadow: 0px 0px 30px 5px #fd9c2b;
                    border-radius: 85px;
                }

                    .single-expert .article__content .bg6 .boxCenter .center .right .social img {
                        width: 20px;
                    }

                    .single-expert .article__content .bg6 .boxCenter .center .right .social span a {
                        text-decoration: none;
                    }

                    .single-expert .article__content .bg6 .boxCenter .center .right .social span {
                        color: #2b75cf;
                    }

                .single-expert .article__content .bg6 .boxCenter .center .right p {
                    font-family: "Roboto";
                    font-style: normal;
                    font-weight: 700;
                    font-size: 41px;
                    line-height: 48px;
                    color: #ffffff;
                }

            .single-expert .article__content .bg6 .boxCenter .center strong {
                color: #fff;
            }

/* ============== */

.section--experts {
    background-color: var(--color-primary);
    color: var(--color-white);
    position: relative;
    z-index: 1;
    background: #faa14f;
    background: linear-gradient(0deg, #faa14f 0%, #ef7857 68%, rgba(239, 120, 87, 0) 100%);
    overflow: hidden;
}

    .section--experts::after {
        content: "";
        position: absolute;
        width: 200%;
        height: 80%;
        top: 26px;
        left: -48%;
        border-radius: 50%;
        z-index: -1;
        background: #ef7857;
        background: linear-gradient(180deg, #ef7857 0%, #ef7857 59%, rgba(239, 120, 87, 0) 100%);
    }

    .section--experts::before {
        content: "";
        position: absolute;
        width: 200%;
        height: 80%;
        background: #faa14fb0;
        top: 10px;
        left: -48%;
        border-radius: 50%;
        z-index: -1;
    }

    .section--experts img {
        width: 100%;
        height: 100%;
    }

    .section--experts .section__header {
        line-height: var(--line-height-xs);
        font-size: 1rem;
        font-weight: 700;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        text-align: center;
        padding: 30px 20px;
        flex-direction: column;
    }

@media (min-width: 766px) {
    .section--experts .section__header {
        padding: 35px 40px 75px;
        font-size: var(--size-1);
        line-height: var(--line-height);
    }
}

.section--experts .swiper-slide {
    padding: 15px;
    margin-bottom: 100px;
}

.section--experts .swiper-pagination .swiper-pagination-bullet {
    background: #dcdcdc;
    width: 9px;
    height: 9px;
    opacity: 1;
}

.section--experts .swiper-pagination .swiper-pagination-bullet-active {
    background: #c6340b;
    width: 10px;
    height: 10px;
}

.section--experts .expert {
    position: relative;
    margin: 10px;
}

.section--experts .expert__btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    gap: 25px;
    z-index: 1;
    color: var(--color-white);
    background: no-repeat;
    border: none;
    display: flex;
    align-items: center;
    font-size: var(--size-base);
    font-weight: 400;
    z-index: 2;
}

    .section--experts .expert__btn svg {
        width: 28px;
        display: none;
    }

.section--experts .expert__image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

    .section--experts .expert__image::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: black;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5018382353) 35%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
        border-radius: 20px;
    }

    .section--experts .expert__image img {
        width: 100px;
        height: 100px;
        transform: translate(0px, -5px);
        -o-object-fit: contain;
        object-fit: contain;
    }

@media (min-width: 766px) {
    .section--experts .expert__btn svg {
        display: inline;
    }

    .section--experts .expert__image {
        box-shadow: -6px 0.1px 17px rgba(109, 25, 2, 0.6);
    }

        .section--experts .expert__image img {
            width: 100%;
            height: 100%;
            transform: unset;
            -o-object-fit: unset;
            object-fit: unset;
        }
}

.section--experts .mobile-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    box-sizing: border-box;
}

    .section--experts .mobile-wrapper span {
        color: transparent;
    }

    .section--experts .mobile-wrapper .swiper-slide {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .section--experts .mobile-wrapper .swiper-slide .expert {
            margin: 0;
            overflow: hidden;
            box-shadow: none;
        }

        .section--experts .mobile-wrapper .swiper-slide .expert__image {
            height: 65px;
            width: 65px;
            border-radius: 50px;
        }

        .section--experts .mobile-wrapper .swiper-slide .expert__btn {
            left: 0;
            bottom: 0;
            gap: 0;
            z-index: 10;
        }

@media (min-width: 525px) {
    .section--experts {
        background: #ea6744;
    }

        .section--experts::before,
        .section--experts::after {
            content: unset;
        }

        .section--experts .section__header {
            padding: 35px 0px 50px;
            text-shadow: 0px 4px 1px #bb4f00;
            padding: 20px 10px;
            font-size: 2rem;
            line-height: 2.8rem;
            flex-direction: column;
        }
}

@media (min-width: 766px) {
    .section--experts .container {
        padding-right: var(--bs-gutter-x, 4rem);
        padding-left: var(--bs-gutter-x, 4rem);
    }

    .section--experts .section__header {
        font-size: var(--size-1);
        line-height: var(--line-height);
        margin-bottom: 40px;
        gap: 15px;
    }
}

@media (min-width: 1400px) {
    .section--experts .container {
        padding-right: var(--bs-gutter-x, 8rem);
        padding-left: var(--bs-gutter-x, 8rem);
    }
}

.section--news .section {
    background: #f5f5f5;
}

.section--news .section__header {
    font-size: var(--size-base);
    line-height: var(--line-height-xs);
    font-weight: 700;
    display: inherit;
}

.section--news .section__list-brand {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

    .section--news .section__list-brand .image {
        flex: inherit;
        width: 60px;
    }

        .section--news .section__list-brand .image img {
            width: 100%;
            height: 100%;
        }

.section--news .section__list-news {
    display: grid;
    justify-content: center;
    grid-template-columns: auto;
    gap: 30px;
}

    .section--news .section__list-news .news {
        display: grid;
        justify-content: center;
        grid-template-columns: auto;
        gap: 10px;
    }

    .section--news .section__list-news .news__image img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

    .section--news .section__list-news .news__text {
        font-size: var(--size-base);
        font-weight: 300;
    }

        .section--news .section__list-news .news__text strong {
            font-size: var(--size-base);
            font-weight: 300;
        }

    .section--news .section__list-news .news__image {
        width: 100%;
    }

@media (min-width: 992px) {
    .section--news .section__list-news {
        grid-template-columns: repeat(2, 1fr);
    }

        .section--news .section__list-news .news {
            gap: 20px;
            grid-template-columns: 30% auto;
        }
}

@media (min-width: 766px) {
    .section--news .section__header {
        font-size: var(--size-1);
        line-height: 51px;
    }

    .section--news .section__list-news .news {
        grid-template-columns: 40% auto;
    }

    .section--news .section__list-brand .image {
        width: 88px;
    }
}

.section--brand::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: left bottom !important;
}

.section--brand .section__header {
    font-size: var(--size-1);
    text-align: center;
    font-weight: 700;
    line-height: var(--line-height-xs);
    padding: 0;
    margin-bottom: 28px;
    display: inline-block;
    width: 100%;
}

.section--brand .section p {
    font-size: var(--size-base);
    line-height: 32px;
    font-weight: 300;
}

.section--brand .section__list-brand .swiper-wrapper {
    flex-direction: row;
    align-items: center;
}

.section--brand .section__list-brand .swiper-slide {
    margin-top: 0 !important;
}

.section--brand .section__list-brand .row-2-pagination {
    display: flex;
    justify-content: center;
}

.section--brand .section__list-brand .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #dcdcdc;
    opacity: 1;
}

.section--brand .section__list-brand .swiper-pagination-bullet-active {
    background: #38485a;
    width: 12px;
    height: 12px;
}

.section--brand .section__list-brand .image {
    margin-bottom: 60px;
}

    .section--brand .section__list-brand .image img {
        width: 100%;
        height: 100%;
    }

@media (min-width: 766px) {
    .section--brand .section__header {
        font-size: 4rem;
        text-align: left !important;
        line-height: var(--line-height);
    }
}

@media (min-width: 766px) {
    .section--brand p {
        font-size: var(--size-5);
        line-height: 30px;
    }
}

.section--about {
    text-align: center;
}

    .section--about .btn {
        display: inherit;
        height: 67px;
        width: 100%;
        max-width: 278px;
        margin-bottom: 45px;
        font-size: var(--size-5);
        font-weight: 400;
        margin: 0 auto;
        margin-bottom: 45px;
    }

    .section--about p {
        font-size: var(--size-base);
        padding-right: 0;
        font-weight: 300;
        margin-bottom: 65px;
    }

    .section--about i {
        display: inline-block;
        font-size: var(--size-base);
        font-weight: 300;
    }

    .section--about .section__header {
        font-size: var(--size-1);
        font-weight: 700;
        line-height: var(--line-height);
        padding: 0;
        margin-bottom: 28px;
        display: inline-block;
        width: 100%;
    }

    .section--about .section__image {
        display: none;
        justify-content: center;
        margin: 30px;
    }

        .section--about .section__image img {
            border: 3px solid var(--color-main);
            border-radius: 45px;
            height: 100%;
            width: 100%;
        }

    .section--about .section__desc {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 0px 0px 40px;
        gap: 15px;
    }

        .section--about .section__desc img {
            height: auto;
            border: 3px solid var(--color-main);
            border-radius: 45px;
        }

@media (min-width: 766px) {
    .section--about .section__desc {
        grid-template-columns: 1fr;
    }

    .section--about .section__header {
        font-size: var(--size-1);
        line-height: var(--line-height);
        text-align: left;
    }
}

@media (min-width: 766px) {
    .section--about {
        text-align: left;
    }

        .section--about p {
            padding-right: 24%;
            font-weight: 300;
            margin-bottom: 65px;
        }

        .section--about .btn {
            margin: unset;
            margin-bottom: 45px;
        }

        .section--about .section__desc img {
            display: none;
        }

        .section--about .section__image {
            display: flex;
        }
}

.section--product {
    padding: 0;
}

    .section--product .section__header {
        padding: 35px 0 100px;
        text-align: center;
        margin: 0 auto;
    }

        .section--product .section__header h2 {
            font-size: 16px;
            line-height: 22px;
            font-weight: bold;
            padding: 0;
            margin-bottom: 30px;
        }

        .section--product .section__header p {
            font-size: 16px;
            font-weight: 300;
        }

        .section--product .section__header .nav {
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 30px;
        }

        .section--product .section__header .nav__step {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            font-weight: bold;
            font-size: 16px;
            color: var(--color-main);
            margin: 0;
            padding: 0;
            margin-bottom: 0px;
            text-transform: capitalize;
        }

            .section--product .section__header .nav__step:last-child:after {
                content: unset;
            }

            .section--product .section__header .nav__step::after {
                content: "";
                height: 9px;
                width: 9px;
                background-repeat: no-repeat;
                background-size: contain;
            }

        .section--product .section__header .group {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-direction: column;
            align-items: center;
        }

            .section--product .section__header .group button {
                height: 50px;
                border: 1px solid var(--color-main);
                width: 50%;
                border-radius: 45px;
                background-color: var(--color-main);
                font-size: var(--size-base);
                font-weight: 400;
                color: var(--color-white);
            }

                .section--product .section__header .group button:hover {
                    background: var(--color-red);
                }

            .section--product .section__header .group .outline {
                background-color: var(--color-white);
                color: var(--color-main);
            }

                .section--product .section__header .group .outline:hover {
                    background: var(--color-main);
                    color: var(--color-white);
                }

@media (min-width: 766px) {
    .section--product .section__header h2 {
        font-size: var(--size-5);
        line-height: var(--line-height);
    }

    .section--product .section__header p {
        padding: 0 15%;
    }

    .section--product .section__header .group {
        flex-direction: row;
    }

        .section--product .section__header .group button {
            width: 100%;
        }
}

.section--product ul.nav {
    display: flex;
    justify-content: center;
}

.section--product ul.attr {
    display: flex;
    flex-direction: column;
}

    .section--product ul.attr li {
        display: flex;
        align-items: flex-start;
        margin-right: 40px;
        margin-bottom: 10px;
    }

        .section--product ul.attr li i {
            margin-right: 10px;
        }

.section--product .attr {
    flex-direction: column;
}

@media (min-width: 766px) {
    .section--product {
        padding: 40px 0;
    }

        .section--product .section__header h2 {
            font-size: var(--size-1);
            line-height: var(--line-height);
            padding: 0px 10%;
        }

        .section--product .section__header p {
            font-size: var(--size-5);
        }

        .section--product .section__header .nav {
            gap: 20px;
        }

        .section--product .section__header .nav__step {
            margin-bottom: 50px;
            font-size: var(--size-5);
        }

            .section--product .section__header .nav__step::after {
                content: "";
                height: 11px;
                width: 11px;
            }

        .section--product .section__header .group {
            gap: 50px;
        }

            .section--product .section__header .group button {
                max-width: 278px;
                height: 67px;
                border: 1px solid var(--color-main);
                width: 100%;
                border-radius: 45px;
                background-color: var(--color-main);
                font-size: var(--size-5);
                font-weight: 400;
                color: var(--color-white);
            }
}

.product {
    background-color: #f5f5f5;
    padding: 40px 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.product__header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: var(--size-base);
    font-weight: bold;
}

    .product__header img {
        margin-right: 20px;
    }

    .product__header h3 {
        font-size: 30px;
    }

    .product__header img {
        width: 35px;
        height: 35px;
    }

.product__desc {
    padding-bottom: 35px;
    border-bottom: 1px solid #dadada;
    margin: 0;
    font-size: var(--size-base);
    font-weight: 300;
    color: #000;
    min-height: 130px;
}

.product__attribute p {
    font-weight: 700;
    font-size: var(--size-base);
    line-height: 26px;
    padding: 25px 0 20px;
    margin: 0;
}

.product__attribute ul {
    margin-bottom: 30px;
}

    .product__attribute ul li {
        font-size: var(--size-base);
        color: #343434;
        margin-right: 0;
        align-items: center;
    }

.product__attribute .attr {
    min-height: 140px;
}

.product__group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .product__group .btn {
        height: 40px;
        width: 165px;
        font-size: var(--size-base);
        font-weight: 400;
    }

        .product__group .btn:hover {
            background: var(--color-red);
        }

    .product__group a {
        text-decoration: none;
        font-size: var(--size-base);
        font-weight: 400;
        color: var(--color-dark);
        display: flex;
        align-items: center;
        gap: 9px;
        justify-content: end;
    }

        .product__group a svg {
            width: 16px;
        }

        .product__group a:hover {
            color: var(--color-main);
        }

            .product__group a:hover svg {
                fill: var(--color-main);
            }

@media (min-width: 766px) {
    .product__header span {
        font-size: var(--size-2);
    }

    .product__group {
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
}

@media (min-width: 766px) {
    .product__desc {
        min-height: 150px;
    }
}

.product__group .btn {
    width: 190px;
}

@media (min-width: 1400px) {
    .product__desc {
        min-height: 130px;
    }
}

ul.add-on {
    display: flex;
    flex-direction: column;
    list-style: none;
}

.amount {
    position: relative;
    max-width: 100px;
}

.amount__input input {
    background-color: #eaf0f6;
    border: 1px solid #cbd6e2;
    color: #2d3e50;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 1.3rem;
    font-weight: bold;
}

    .amount__input input:focus {
        outline: none;
    }

.amount__button {
    display: flex;
    flex-direction: column;
    width: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

    .amount__button button {
        padding: 0;
        box-sizing: border-box;
        background-color: #eaf0f6;
        border: 1px solid #cbd6e2;
        height: 20px;
        line-height: 20px;
    }

    .amount__button .up {
        border-top-right-radius: 8px;
    }

    .amount__button .down {
        border-bottom-right-radius: 8px;
    }

.amount--toggle {
    width: 120px;
    position: relative;
}

    .amount--toggle .amount__button {
        flex-direction: row;
        width: 100%;
        gap: 5px;
    }

        .amount--toggle .amount__button button {
            flex: 1;
            height: 40px;
        }

        .amount--toggle .amount__button .up {
            border-radius: 0;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .amount--toggle .amount__button .down {
            border-radius: 0;
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            font-weight: bold;
            text-transform: uppercase;
        }

.price {
    padding: 40px 0;
}

.price__header {
    text-align: center;
    font-size: var(--size-4);
    font-weight: 700;
}

@media (min-width: 766px) {
    .price__header {
        font-size: var(--size-1);
    }
}

.price__title {
    font-size: 2rem;
    line-height: 2.6rem;
}

@media (min-width: 766px) {
    .price--question img {
        padding-left: 90px;
        padding-top: 50px;
    }
}

/* .price--package .item {
  padding: 40px 20px;
  border: 1px solid #dadada;
  background-color: #f5f5f5;
  border-radius: 45px;
  margin-bottom: 20px;
} */
.price--package .item {
    padding: 40px 0px;
    border: 1px solid #dadada;
    background-color: #f5f5f5;
    border-radius: 45px;
    margin-bottom: 20px;
   
}

.price--package .item__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .price--package .item__header h2 {
        font-size: var(--size-2);
        font-weight: bold;
        margin: 0;
    }

    .price--package .item__header p {
        margin-bottom: 0;
    }

    .price--package .item__header .price-base {
        font-size: 25px;
        color: var(--color-main);
        text-align: right;
    }

        .price--package .item__header .price-base strong {
            font-weight: normal;
        }

        .price--package .item__header .price-base sub {
            color: var(--color-dark);
        }

    .price--package .item__header .price-saleoff {
        text-align: right;
        font-weight: normal;
        margin-right: 5px;
    }

        .price--package .item__header .price-saleoff strong {
            font-weight: normal;
        }

    .price--package .item__header .price-save {
        font-size: 0.9rem;
    }

    .price--package .item__header .group-price {
        display: flex;
    }

.price--package .item__btn-contact {
    margin-top: 30px;
}

    .price--package .item__btn-contact button {
        width: 100%;
        height: 45px;
    }

.price--package .item__main .title {
    font-weight: 700;
    font-size: var(--size-base);
    line-height: 26px;
    padding: 25px 0 20px;
    margin: 0;
}

.price--package .item__main .list__button {
    border: 2px solid var(--color-main);
    text-align: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 45px;
    transition: 0.3s;
}

    .price--package .item__main .list__button a {
        border-radius: 45px;
        padding: 10px;
        text-decoration: none;
        color: var(--color-main);
        font-weight: bold;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

        .price--package .item__main .list__button a:hover {
            background-color: var(--color-main);
            color: var(--color-white);
        }

.price--package .item__main .list li {
    margin-bottom: 15px;
    font-size: var(--size-base);
    gap: 10px;
    display: flex;
    align-items: center;
}

.price--package .item__main .list img {
    width: 40px;
    height: 40px;
}

.price--expert {
    overflow: hidden;
}

    .price--expert .price__header {
        font-size: unset;
        margin-bottom: 50px;
    }

    .price--expert .price__title {
        font-size: var(--size-5);
        font-weight: 700;
    }

    .price--expert .price__caption {
        text-align: center;
        font-size: var(--size-5);
        font-weight: 300;
    }

        .price--expert .price__caption span {
            font-weight: bold;
        }

@media (min-width: 766px) {
    .price--expert .price__header {
        margin-bottom: 40px;
    }

    .price--expert .price__title {
        font-size: var(--size-1);
    }
}

.price--expert .price__caption {
    font-size: var(--size-base);
}

.price--expert .box__description {
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    margin-bottom: 35px;
    text-shadow: 0 4px 4px #0002;
}

.price--expert .box strong {
    font-size: var(--size-5);
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
}

.price--expert .box small {
    font-size: 16px;
    font-weight: 300;
}

.price--expert .box__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price--expert .expert {
    position: relative;
    margin: 10px;
    border-radius: 30px;
}

.price--expert .expert__btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    gap: 25px;
    z-index: 1;
    color: var(--color-white);
    background: no-repeat;
    border: none;
    display: flex;
    align-items: center;
    font-size: var(--size-base);
    font-weight: 400;
    z-index: 2;
}

    .price--expert .expert__btn svg {
        width: 28px;
    }

.price--expert .expert__image {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

    .price--expert .expert__image img {
        width: 100%;
        height: auto;
    }

    .price--expert .expert__image::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: black;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5018382353) 35%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
        border-radius: 20px;
    }

.price--table .price__title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 2.3rem;
}

    .price--table .price__title strong {
        font-weight: bold;
        color: var(--color-main);
    }

    .price--table .price__title p {
        margin-bottom: 5px;
    }

    .price--table .price__title .caption {
        font-size: 1.1rem;
        line-height: 1.6rem;
    }

.price--table .price__content .container {
    overflow-x: auto;
}

@media (min-width: 766px) {
    .price--table .price__title p {
        font-size: var(--size-1);
        line-height: var(--line-height);
    }

    .price--table .price__title .caption {
        font-size: 1.5rem;
        line-height: 2.3rem;
    }
}

.price--suka {
    text-align: center;
    background-color: var(--color-main);
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.8rem;
}

    .price--suka p {
        margin-bottom: 0px;
        font-weight: 700;
    }

    .price--suka a {
        background-color: #fff;
        padding: 8px 34px;
        border-radius: 35px;
        text-decoration: none;
        color: var(--color-main);
        font-weight: bold;
        box-shadow: 0.4px 0.4px 6px #0004;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        margin: 25px 0px 0;
    }

        .price--suka a svg {
            width: 32px;
            height: 32px;
            fill: var(--color-main);
        }

        .price--suka a span {
            font-size: 1.6rem;
            font-weight: bold;
        }

.price table {
    width: 100%;
    border-collapse: collapse;
}

    .price table th,
    .price table td {
        padding: 10px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .price table .title {
        text-align: left;
        min-width: 120px;
    }

.price .price-base {
    font-size: 30px;
    font-weight: 700;
    color: var(--color-dark);
}

    .price .price-base sub {
        font-size: 1rem;
        font-weight: 500;
    }

.price .price-saleoff {
    margin-top: 10px;
    font-weight: 700;
    font-size: 13px;
    color: var(--color-dark);
}

    .price .price-saleoff sub {
        font-size: 13px;
        color: var(--color-dark);
        font-weight: 500;
    }

@media (min-width: 766px) {
    .price {
        padding: 80px 0;
    }

        .price .feature__title {
            font-size: var(--size-1);
        }

    .price--suka {
        font-size: 2.5rem;
        line-height: 2.8rem;
    }
}

.pkg__header {
    margin-bottom: 40px;
}

.pkg__main #back-to-top {
    padding: 10px 0;
    text-align: right;
    font-weight: 700;
    font-size: var(--size-base);
}

    .pkg__main #back-to-top svg {
        width: 22px;
        height: 22px;
    }

.pkg .title {
    font-size: var(--size-base);
    font-weight: bold;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .pkg .title span {
        font-size: 30px;
        color: var(--color-main);
    }

.pkg .tab-controls {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--color-main);
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border-radius: 53px;
    flex-direction: column;
}

    .pkg .tab-controls li {
        flex: 1;
        font-weight: 700;
        letter-spacing: 1px;
        font-size: 30px;
        color: #38485a;
    }

        .pkg .tab-controls li::before {
            content: none;
        }

        .pkg .tab-controls li p {
            margin: 8px 0 0;
            font-size: var(--size-base);
            font-weight: 400;
        }

        .pkg .tab-controls li strong {
            font-weight: normal;
        }

    .pkg .tab-controls .selected {
        background: var(--color-main);
        color: var(--color-white);
        border-radius: 100px;
    }

        .pkg .tab-controls .selected p {
            color: #fff;
        }

@media (min-width: 766px) {
    .pkg .tab-controls {
        flex-direction: row;
    }
}

.pkg .add-on li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.pkg .add-on .detail {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--size-base);
}

    .pkg .add-on .detail img {
        width: 40px;
        height: 40px;
    }

    .pkg .add-on .detail p {
        margin-bottom: 0;
    }

        .pkg .add-on .detail p strong {
            color: var(--color-main);
            font-weight: bold;
        }

.pkg .add-on-view li {
    margin-bottom: 15px;
    background: #f5f5f591;
    padding: 10px;
    border-radius: 10px;
}
/* .pkg ul.add-on-view li > .text:not(:has(> p.hide)) {
  display: block;
}
.pkg ul.add-on-view li > .text:has(> p.hide) {
  display: none;
} */
.pkg ul.add-on-view li {
    display: block;
}
    /* Show li elements that contain a p element with the class "hide" */
    .pkg ul.add-on-view li:has(p.hide) {
        display: none;
    }

.pkg .add-on-view strong {
    font-size: 16px;
}

.pkg .add-on-view .text p {
    font-size: 14px;
    margin: 2px 0;
    font-weight: bold;
    color: var(--color-main);
}

.pkg .add-on-view .text .label {
    min-width: 75px;
    display: inline-block;
}

.pkg .box-views {
    padding: 50px 20px 30px;
    border: 1px solid #dadada;
    border-top: 2px solid var(--color-main);
    border-radius: 45px;
    position: relative;
}

    .pkg .box-views aside {
        text-align: right;
    }

        .pkg .box-views aside .price-base {
            margin-bottom: 0px;
        }

            .pkg .box-views aside .price-base strong {
                color: var(--color-main);
                font-weight: normal;
            }

    .pkg .box-views .label-price {
        text-transform: uppercase;
        font-weight: bold;
        position: absolute;
        top: -1px;
        width: 100%;
        left: 0;
        display: flex;
        justify-content: center;
    }

        .pkg .box-views .label-price span {
            background: #ef7857;
            color: #fff;
            padding: 5px 40px;
            border-bottom-left-radius: 10px;
            border-bottom-right-radius: 10px;
        }

    .pkg .box-views .group-price {
        display: flex;
        justify-content: flex-end;
    }

    .pkg .box-views .btn {
        width: 100%;
        margin: 20px 0px;
    }

    .pkg .box-views .switch {
        margin: 20px 0;
    }

    .pkg .box-views .btn-payment {
        width: 100%;
        display: inline-block;
        text-align: center;
        line-height: 45px;
        text-decoration: none;
    }

    .pkg .box-views .price-saleoff {
        margin-right: 5px;
        font-weight: normal;
    }

        .pkg .box-views .price-saleoff strong {
            font-weight: normal;
        }

    .pkg .box-views .hide {
        opacity: 0;
    }

.about {
    padding: 80px 0;
}

    .about img {
        height: auto;
    }

    .about svg {
        width: 120px;
        height: 50px;
    }

    .about p {
        font-size: var(--size-base);
    }

.about__title {
    font-size: var(--size-1);
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
}

.about__caption {
    text-align: center;
}

.about--content {
    padding: 20px 0;
}

    .about--content .about__title {
        text-align: left;
        font-size: 1.8rem;
        margin: 20px 0px;
    }

    .about--content .static {
        display: flex;
        justify-content: space-between;
        color: var(--color-main);
    }

        .about--content .static strong {
            font-size: var(--size-4);
            font-weight: 700;
        }

        .about--content .static p {
            font-size: var(--size-base);
            text-transform: capitalize;
        }

    .about--content .content {
        margin-bottom: 50px;
    }

        .about--content .content strong {
            font-weight: bold;
        }

    .about--content .center {
        text-align: center;
    }

@media (min-width: 766px) {
    .about--content {
        padding: 80px 0;
    }

        .about--content .content {
            padding-right: 10%;
        }

        .about--content .about__title {
            font-size: var(--size-1);
        }

        .about--content .static strong {
            font-size: var(--size-1);
        }
}

.about--team {
    overflow: hidden;
    padding: 20px 0;
}

    .about--team .about__header {
        margin-bottom: 75px;
    }

    .about--team .about__title {
        text-align: left;
        font-size: 1.8rem;
    }

    .about--team .about__images .row {
        --bs-gutter-x: 2rem;
    }

        .about--team .about__images .row .gallery {
            margin-bottom: 2rem;
            border-radius: 20px;
            overflow: hidden;
        }

    .about--team .static {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }

    .about--team .static__number p {
        font-size: 40px;
        line-height: 55px;
        font-weight: bold;
        color: var(--color-main);
        margin-bottom: 0;
    }

    .about--team .static__number span {
        text-transform: capitalize;
        font-size: var(--size-5);
        line-height: 28px;
        color: #000;
    }

    .about--team .static__star {
        display: flex;
        flex-direction: column;
        align-items: end;
        font-size: var(--size-5);
        line-height: 28px;
    }

        .about--team .static__star svg {
            width: 120px;
            height: 50px;
            fill: var(--color-main);
        }

@media (min-width: 766px) {
    .about--team {
        padding: 80px 0;
    }

        .about--team .about__title {
            text-align: left;
            font-size: var(--size-1);
        }

        .about--team .static p {
            font-size: 60px;
            line-height: 96px;
        }

        .about--team .static__number {
            padding-left: 25%;
        }

            .about--team .static__number p {
                font-size: 50px;
            }

        .about--team .static__star svg {
            width: 190px;
        }
}

@media (min-width: 992px) {
    .about--team .static__number {
        padding-left: 25%;
    }

        .about--team .static__number p {
            font-size: 96px;
        }
}

.about--user {
    padding-bottom: 80px !important;
}

    .about--user .about__header {
        text-align: center;
        margin-bottom: 60px;
    }

        .about--user .about__header p {
            padding: 0px;
        }

    .about--user .about__title {
        font-size: 1.8rem;
    }

    .about--user .member {
        margin-bottom: 20px;
    }

    .about--user .member__avatar {
        margin-bottom: 23px;
    }

        .about--user .member__avatar img {
            width: 100%;
            height: 100%;
            border-radius: 30px;
            filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
        }

    .about--user .member__name {
        text-align: center;
        font-size: 20px;
        line-height: 35px;
        font-weight: 700;
        color: var(--color-main);
    }

    .about--user .member__title {
        text-align: center;
        font-size: var(--size-base);
        font-weight: 300;
    }

@media (min-width: 766px) {
    .about--user .about__header p {
        padding: 0px 15%;
    }

    .about--user .about__title {
        font-size: var(--size-1);
    }
}

.about--expert .about__title {
    margin-bottom: 10px;
    font-size: 1.8rem;
}

.about--expert .about__caption {
    font-size: 1.1rem;
}

    .about--expert .about__caption span {
        font-weight: bold;
    }

.about--expert .about .box__image {
    width: 215px;
    border-radius: 30px;
    overflow: hidden;
    border: 5px solid var(--color-main);
    display: flex;
}

.about--expert .tab-controls {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    border-bottom: none;
}

    .about--expert .tab-controls li {
        font-size: 1.1rem;
        display: none;
    }

        .about--expert .tab-controls li:first-child {
            display: block;
        }

            .about--expert .tab-controls li:first-child::after {
                content: "";
            }

    .about--expert .tab-controls .selected::before {
        content: unset;
    }

    .about--expert .tab-controls .selected::after {
        content: "";
        background-repeat: no-repeat !important;
        background-size: cover;
        content: "";
        cursor: pointer;
        height: 10px;
        position: absolute;
        right: 15px;
        top: 30px;
        width: 10px;
        z-index: 1;
    }

.about--expert .show-mobile li {
    display: inline-block;
    padding: 10px;
}

.about--expert .show-mobile .selected::after {
    right: 15px;
    top: 20px;
}

.about--expert .tab-contents {
    padding-top: 20px;
}

.about--expert .box__description p {
    font-size: 16px;
    font-weight: 300;
    font-style: oblique;
    line-height: 23px;
    color: #000;
    margin-bottom: 40px;
}

.about--expert .box .info strong {
    font-size: var(--size-5);
    text-transform: uppercase;
    font-weight: 700;
}

.about--expert .box .info small {
    font-size: 16px;
    font-weight: 300;
}

.about--expert .box__btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 766px) {
    .about--expert .box--style_03 .container {
        padding-right: var(--bs-gutter-x, 5rem);
        padding-left: var(--bs-gutter-x, 5rem);
        padding-top: var(--bs-gutter-y, 1rem);
        padding-bottom: var(--bs-gutter-y, 1rem);
    }

        .about--expert .box--style_03 .container .row {
            box-sizing: border-box;
            border-radius: 28px;
        }

    .about--expert .box--style_03 .box-item {
        box-shadow: 0.4px 0.4px 12px #0002;
        border-radius: 30px;
        padding: 20px 30px;
        display: flex;
        gap: 20px;
    }

    .about--expert .box--style_03 .box-item__image {
        width: 215px;
        border-radius: 30px;
        overflow: hidden;
        border: 5px solid var(--color-main);
        display: flex;
    }

    .about--expert .box--style_03 .box-item__content {
        height: 100%;
    }

        .about--expert .box--style_03 .box-item__content h3 {
            font-size: 30px;
            font-weight: bold;
            margin: 30px 0px;
        }
}

@media (min-width: 766px) {
    .about--expert .box--style_02 .container {
        padding-right: var(--bs-gutter-x, 5rem);
        padding-left: var(--bs-gutter-x, 5rem);
        padding-top: var(--bs-gutter-y, 1rem);
        padding-bottom: var(--bs-gutter-y, 1rem);
    }

        .about--expert .box--style_02 .container .row {
            box-sizing: border-box;
            box-shadow: 0.4px 4px 24px #0003;
            border-radius: 28px;
        }

    .about--expert .box--style_02 .box__content {
        padding: 50px 132px;
        height: 100%;
    }

        .about--expert .box--style_02 .box__content h3 {
            font-size: 36px;
            font-weight: bold;
        }

    .about--expert .box--style_02 .box__image {
        padding: 50px 132px 50px 0;
    }

        .about--expert .box--style_02 .box__image img {
            border: 5px solid var(--color-main);
            border-radius: 32px;
        }
}

.about--expert .swiper .swiper-slide {
    box-shadow: 0.4px 0.4px 14px #0005;
    border-radius: 45px;
    width: 150px;
}

/* 
.about--expert .swiper .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 75%;
  z-index: 1;
  border-radius: 29px;
} */

.about .swiper-wrapper .swiper-slide:not(.swiper-slide-next) {
    opacity: 0.5;
}

.pagi_blog {
    display: flex;
    justify-content: flex-end;
}

    .pagi_blog a,
    span.page-numbers.current {
        border: 1px solid #ef7857;
        padding: 7px;
        margin-right: 2px;
        margin-left: 2px;
        color: #ef7857;
        text-decoration: none;
    }

        .pagi_blog a:hover,
        span.page-numbers.current:hover {
            border: 1px solid #ef7857;
            background-color: #ef7857;
            color: #fff;
        }

span.page-numbers.current {
    background-color: #ef7857;
    color: #fff;
}

a.next.page-numbers::after {
    content: ">>";
}

a.prev.page-numbers::after {
    content: "<<";
}

.about--expert .swiper .swiper-slide-active::before {
    content: unset !important;
}

.about--expert .swiper .swiper-slide-active .box {
    position: relative;
    padding: 20px;
}

.about--expert .swiper .swiper-slide-active .box__btn {
    flex-direction: column;
}

.about--expert img {
    width: 100%;
    height: 100%;
}

@media (min-width: 766px) {
    .about--expert .show-mobile li {
        padding: 21px 27px !important;
    }

    .about--expert .about__title {
        font-size: var(--size-1);
    }

    .about--expert .about__caption {
        font-size: var(--size-5);
    }

    .about--expert .swiper .swiper-slide-next .box {
        position: absolute;
    }

    .about--expert .tab-controls {
        flex-direction: row;
        border-bottom: 1px solid var(--color-dark);
    }

        .about--expert .tab-controls .selected::before {
            content: "";
        }

        .about--expert .tab-controls .selected::after {
            content: unset !important;
        }

        .about--expert .tab-controls li {
            font-size: var(--size-5);
            display: inherit;
        }

    .about--expert .tab-contents {
        padding-top: 75px;
    }

    .about--expert .box {
        padding: 0px 30px !important;
    }

    .about--expert .box__btn {
        flex-direction: row !important;
    }
}

.about--brand img {
    width: 160px;
}

.about--brand .about__title {
    font-size: 1.8rem;
}

.about--brand .swiper-wrapper {
    align-items: center;
}

@media (min-width: 766px) {
    .about--brand .about__title {
        font-size: var(--size-1);
    }
}

.bg-gray {
    padding-bottom: 0;
}

.help {
    padding: 40px 0px;
}

@media (min-width: 766px) {
    .help {
        padding: 80px 0px;
    }
}

.help img {
    width: 100%;
    height: auto;
}

.help__title {
    font-size: 2rem;
    line-height: 2.6rem;
    margin: 20px 0px;
    display: block;
    text-align: center;
    font-weight: bold;
}

@media (min-width: 766px) {
    .help__title {
        font-size: 3rem;
        line-height: 3.6rem;
    }
}

.help .load-video-help-content {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

    .help .load-video-help-content::before {
        content: "";
        width: 66px;
        height: 66px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
    }

.help--content {
    background-position: bottom !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

    .help--content img {
        width: 100%;
        height: 100%;
        border-radius: 45px;
        border: 8px solid #38485a;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .help--content p {
        font-size: var(--size-5);
    }

    .help--content .help__title {
        text-align: left;
        margin-bottom: 40px;
    }

    .help--content .help__item {
        margin-bottom: 100px;
    }

        .help--content .help__item:last-child {
            margin-bottom: 50px;
        }

.help--product .help__title {
    margin-bottom: 80px;
    font-weight: bold;
}

.help--product .item {
    position: relative;
    background: #f5f5f5;
    border-radius: 28px;
    text-align: center;
    padding: 40px;
    overflow: hidden;
    transition: 0.3s;
    margin-bottom: 4rem;
}

.help--product .item__image {
    width: 100px;
    height: 100px;
    margin: 0 auto 50px;
}

    .help--product .item__image img {
        width: 100%;
    }

.help--product .item__name {
    border: 1px solid var(--color-main);
    padding: 10px 30px;
    font-size: var(--size-5);
    font-weight: 700;
    display: inline-block;
    border-radius: 45px;
}

    .help--product .item__name span {
        color: var(--color-main);
    }

.help--product .item__box {
    content: "";
    position: absolute;
    text-align: left;
    background-color: #ffffffeb;
    width: 100%;
    height: 0%;
    border-radius: 30px;
    bottom: 0;
    left: 0;
    padding: 40px;
    opacity: 0;
    visibility: hidden;
    transition: 0.8s;
    font-size: var(--size-base);
}

    .help--product .item__box .item__name {
        font-size: 36px;
        font-weight: 700;
        display: inline-block;
        border: none;
        padding: 0;
        border-radius: 0;
    }

.help--product .item__next {
    display: inherit;
    text-align: left;
    text-decoration: none;
    color: #333;
    font-size: var(--size-base);
    border: none;
    background: none;
}

    .help--product .item__next svg {
        width: 60px;
        height: 9px;
    }

.help--product .item:hover {
    cursor: pointer;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

    .help--product .item:hover .item__box {
        visibility: visible;
        opacity: 1;
        height: 100%;
    }

@media (min-width: 766px) {
    .help--product .row {
        --bs-gutter-x: 4rem;
    }
}

.help--register {
    padding: 40px 0px 100px;
}

    .help--register .help__title {
        text-align: left;
        padding-right: 10%;
        margin: 20px 0;
    }

    .help--register .help__description {
        font-size: var(--size-base);
        font-weight: 300;
        margin-bottom: 40px;
    }

    .help--register .help .btn {
        width: 100%;
        height: 45px;
        max-width: 228px;
        margin: 40px 0;
    }

    .help--register .help img {
        margin-bottom: 46px;
    }

@media (min-width: 992px) {
    .help--register {
        padding: 80px 0px 100px;
    }

        .help--register .help__title {
            font-size: var(--size-1);
        }
}

.help--question .question-image img {
    margin: 0;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .help--question .question-image img {
        padding-left: 90px;
        padding-top: 50px;
    }
}

.feature {
    padding: 50px 0px;
}

.about .swiper-wrapper .swiper-slide:not(.swiper-slide-next) {
    opacity: 0.5;
}

.feature img {
    height: auto;
}

.feature .row .col-12.col-sm-12.col-lg-6:nth-child(2) img {
    color: #fff;
    display: inherit;
    margin: 0 auto;
    height: auto;
}

.feature__header {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}

.feature__caption {
    text-align: center;
    font-size: var(--size-base);
}

    .feature__caption span {
        font-weight: bold;
    }

.feature--block {
    position: relative;
}

    .feature--block::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-repeat: no-repeat !important;
        background-size: contain !important;
        background-position: left bottom !important;
    }

    .feature--block::after {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: bottom right !important;
    }

    .feature--block .image {
        display: flex;
        justify-content: center;
        position: relative;
        align-items: center;
        z-index: 1;
        margin-bottom: 30px;
    }

        .feature--block .image img {
            border: 5px solid var(--color-main);
            border-radius: 19px;
            box-sizing: border-box;
        }

    .feature--block .title {
        font-size: var(--size-1);
        line-height: var(--line-height);
        font-weight: bold;
        position: relative;
        padding: 3px 0px;
        margin-bottom: 10px;
    }

        .feature--block .title p {
            font-size: 2rem;
            line-height: 2.6rem;
        }

        .feature--block .title strong {
            color: var(--color-main);
        }

        .feature--block .title::before {
            content: "";
            width: 30%;
            border-bottom: 5px solid var(--color-main);
            position: absolute;
            bottom: 0;
        }

    .feature--block .description {
        font-size: var(--size-5);
    }

    .feature--block::before {
        content: unset;
    }

@media (min-width: 766px) {
    .feature--block::before {
        content: "";
    }

    .feature--block .title p {
        font-size: var(--size-1);
        line-height: 4rem;
    }
}

.feature--block .load-video-feature {
    cursor: pointer;
}

    .feature--block .load-video-feature:before {
        content: "";
        width: 66px;
        height: 66px;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
    }

.feature--content {
    padding: 80px 0;
}

    .feature--content .feature__header {
        display: flex;
        align-items: center;
        gap: 10px;
        text-align: left;
        margin-bottom: 40px;
        justify-content: center;
    }

        .feature--content .feature__header h1 {
            font-size: var(--size-2);
            font-weight: 700;
            margin-bottom: 0;
        }

            .feature--content .feature__header h1 span {
                color: var(--color-main);
            }

        .feature--content .feature__header img {
            width: 50px;
            height: 50px;
        }

    .feature--content .feature__caption {
        text-align: center;
        font-size: var(--size-base);
        margin-bottom: 40px;
    }

    .feature--content .feature__btn {
        margin-bottom: 64px;
        display: flex;
        justify-content: center;
    }

@media (min-width: 766px) {
    .feature--content .feature__header h1 {
        font-size: var(--size-1);
    }
}

.feature--tab {
    padding: 100px 0px 50px;
}

    .feature--tab .feature__header {
        font-size: 18px;
    }

    .feature--tab .feature__tabs .tab-controls {
        flex-direction: column;
        display: flex;
        justify-content: space-around;
        border-bottom: none;
    }

        .feature--tab .feature__tabs .tab-controls li {
            display: none;
        }

    .feature--tab .feature__tabs .selected {
        display: block !important;
    }

        .feature--tab .feature__tabs .selected::before {
            content: unset;
        }

        .feature--tab .feature__tabs .selected::after {
            content: "";
            background-repeat: no-repeat;
            /* height: 15px;
  width: 15px; */
            display: inline-block;
            position: relative;
            left: 20px;
        }

@media (min-width: 766px) {
    .feature--tab .feature__header {
        font-size: 48px;
    }

    .feature--tab .feature__tabs .tab-controls {
        flex-direction: row;
        border-bottom: 1px solid var(--color-dark);
    }

        .feature--tab .feature__tabs .tab-controls li {
            display: block;
        }

    .feature--tab .feature__tabs .selected::before {
        content: "";
    }

    .feature--tab .feature__tabs .selected::after {
        content: unset;
    }
}

@media (min-width: 766px) {
    .feature--question img {
        padding-left: 90px;
        padding-top: 50px;
    }
}

.feature--expert {
    overflow: hidden;
}

    .feature--expert .feature__header {
        font-size: unset;
        margin-bottom: 50px;
    }

    .feature--expert .feature__title {
        font-size: var(--size-4);
        line-height: var(--line-height-xs);
        font-weight: 700;
    }

    .feature--expert .feature__caption {
        text-align: center;
        font-size: var(--size-5);
        font-weight: 300;
    }

        .feature--expert .feature__caption span {
            font-weight: bold;
        }

    .feature--expert .box__description p {
        font-size: 16px;
        font-weight: 300;
        font-style: oblique;
        line-height: 23px;
        color: #000;
        margin-bottom: 40px;
    }

    .feature--expert .box .info strong {
        font-size: var(--size-5);
        text-transform: uppercase;
        font-weight: 700;
    }

    .feature--expert .box .info small {
        font-size: 16px;
        font-weight: 300;
        display: block;
    }

    .feature--expert .box__btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .feature--expert .slider-center-active {
        overflow: unset;
        width: 100% !important;
    }

        .feature--expert .slider-center-active .swiper-slide-next::before {
            content: unset !important;
        }

        .feature--expert .slider-center-active .swiper-slide-next .box {
            position: absolute;
            z-index: 99;
            margin: -70% 0%;
            background: #fff;
            padding: 30px;
            border-radius: 30px;
            box-sizing: border-box;
            filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
            transform: translate(-200px, 60px);
            min-width: 200%;
            min-height: 300px;
            display: none;
            flex-direction: column;
            justify-content: space-between;
        }

@media (min-width: 992px) {
    .feature--expert .slider-center-active {
        overflow: hidden;
    }

        .feature--expert .slider-center-active .swiper-wrapper {
            margin-bottom: 20%;
        }

        .feature--expert .slider-center-active .swiper-slide-next .box {
            display: flex;
            transform: translate(-130px, 60px);
        }
}

@media (min-width: 1200px) {
    .feature--expert .slider-center-active {
        overflow: hidden;
    }

        .feature--expert .slider-center-active .swiper-wrapper {
            margin-bottom: 20%;
        }

        .feature--expert .slider-center-active .swiper-slide-next .box {
            display: flex;
            transform: translate(-170px, 60px);
        }
}

@media (min-width: 766px) {
    .feature--expert .feature__title {
        font-size: var(--size-1);
        line-height: var(--line-height);
    }
}

.feature--brand img {
    width: 160px;
}

.feature--brand .feature__header {
    margin-bottom: 40px;
    font-size: var(--size-4);
}

.feature--brand .swiper-wrapper {
    align-items: center;
}

.feature--brand .swiper-slide {
    padding: 5px;
}

@media (min-width: 766px) {
    .feature--brand .feature__header {
        margin-bottom: 40px;
        font-size: var(--size-1);
    }
}

.feature .box {
    margin-bottom: 30px;
}

.feature .box__header {
    height: 50px;
    font-size: var(--size-5);
    font-weight: bold;
    display: flex;
    /* align-items: center; */
    gap: 10px;
    margin-bottom: 10px;
}

    .feature .box__header span {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

.feature .box__body {
    font-size: var(--size-base);
}

.feature .box .icon {
    height: 30px;
    margin: 3px 0px;
}

    .feature .box .icon::before {
        content: "";
        width: 30px;
        height: 30px;
        display: inline-block;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important;
    }

@media (min-width: 992px) {
    .feature .box {
        min-height: 270px;
    }
}

.btn {
    background-color: var(--color-main);
    color: var(--color-white);
    font-weight: bold;
    font-size: var(--size-base);
    border: none;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 35px;
    height: 60px;
    width: 215px;
}

/* .btn-modalfree {
  margin-left: 8px;
} */

.btn-mobile {
    display: none;
}

@media (max-width: 766px) {
    .hidden-mb {
        display: none !important;
    }
}

@media (min-width: 766px) {
    .btn-mobile {
        display: none;
    }
}

.tab-contents {
    justify-content: center;
}

    .tab-contents .tab {
        visibility: hidden;
        height: 0;
        opacity: 0;
    }

    .tab-contents .show {
        visibility: visible;
        height: auto;
        opacity: 1;
    }

        .tab-contents .show .tab__banner {
            display: flex;
            justify-content: center;
            margin: 77px 0;
        }

            .tab-contents .show .tab__banner img {
                height: auto;
            }

.tab-controls {
    justify-content: center;
    border-bottom: 1px solid var(--color-dark);
    margin-bottom: 0;
}

    .tab-controls li {
        cursor: pointer;
        position: relative;
        padding: 21px 27px;
        color: var(--color-dark);
        font-size: var(--size-5);
        line-height: 28px;
        opacity: 0.75;
        font-family: Roboto;
        text-align: center;
    }

    .tab-controls .selected {
        opacity: 1;
    }

        .tab-controls .selected::before {
            content: "";
            position: absolute;
            height: 8px;
            width: 100%;
            left: 0;
            bottom: -4px;
            background-color: var(--color-main);
            border-radius: 8px;
        }

.accordion__header {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 10px;
}

    .accordion__header svg {
        width: 40px;
        height: 40px;
        fill: var(--color-main);
    }

    .accordion__header span {
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 700;
        width: 100%;
    }

.accordion__title {
    display: flex;
    align-items: center;
    color: var(--color-dark);
    gap: 14px;
}

    .accordion__title span {
        font-size: var(--size-base);
        font-weight: 400;
        line-height: 21px;
        width: 100%;
    }

.accordion__body {
    padding: 15px 0px;
    margin-left: 0;
    font-size: var(--size-base);
    font-weight: 400;
    line-height: 21px;
}

.accordion details {
    border: 2px solid var(--color-main);
    color: var(--color-main);
    margin-bottom: 32px;
    min-height: 60px;
    box-sizing: border-box;
    border-radius: 31px;
    font-size: var(--size-base);
    font-weight: 400;
    line-height: 21px;
    padding: 20px;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

    .accordion summary svg {
        width: 38px;
        height: 38px;
    }

    .accordion summary circle {
        fill: var(--color-main);
    }

    .accordion summary path {
        fill: var(--color-white);
    }

    .accordion summary:after {
        content: "+";
        font-size: 2em;
        text-align: center;
        width: 25px;
        font-weight: 300;
        color: var(--color-dark);
    }

.accordion details[open] summary:after {
    content: "-";
}

.accordion details[open] {
    background-color: var(--color-main);
    color: var(--color-white);
}

.accordion details[open] {
    color: var(--color-white);
}

    .accordion details[open] circle {
        fill: var(--color-white);
    }

    .accordion details[open] path {
        fill: var(--color-main);
    }

    .accordion details[open] summary span {
        color: var(--color-white);
    }

    .accordion details[open] summary:after {
        content: unset;
    }

@media (min-width: 766px) {
    .accordion__header {
        gap: 40px;
        margin-bottom: 40px;
    }

        .accordion__header span {
            font-size: var(--size-3);
            line-height: var(--line-height);
        }

        .accordion__header svg {
            width: 68px;
            height: 68px;
        }

    .accordion__body {
        margin-left: 45px;
    }
}

.slider-center-active .box {
    display: none;
}

.slider-center-active .swiper-wrapper {
    margin-bottom: 20%;
}

.slider-center-active .swiper-pagination-bullet {
    background: #dcdcdc;
    width: 11px;
    height: 11px;
    opacity: 1;
}

.slider-center-active .swiper-pagination-bullet-active {
    background: var(--color-dark);
}

.slider-center-active .swiper-slide {
    border-radius: 30px;
}

    .slider-center-active .swiper-slide img {
        width: 100%;
        height: 100%;
        border-radius: 30px;
    }

    .slider-center-active .swiper-slide::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: black;
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.5018382353) 35%, rgba(0, 0, 0, 0) 100%);
        z-index: 1;
        border-radius: 29px;
    }

.slider-center-active .swiper-slide-next {
    position: relative;
}

@media (min-width: 766px) {
    .slider-center-active .swiper-slide-next .box {
        margin: -40%;
    }
}

.switch {
    position: relative;
    background-color: #dfe3eb;
    border-radius: 35px;
    box-sizing: border-box;
    display: inline-block;
    height: 60px;
    position: relative;
    width: 100%;
    z-index: 0;
    margin-bottom: 30px;
}

.switch__main {
    display: flex;
    justify-content: space-between;
}

    .switch__main strong {
        display: block;
        text-align: center;
    }

.switch .switch-bar {
    width: 50%;
    height: 100%;
    transition: transform var(--duration) ease;
    transform: translateX(0em);
    position: absolute;
    top: 0;
    background: #fff;
    border-radius: 45px;
    z-index: -1;
}

.switch .checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    visibility: hidden;
}

    .switch .checkbox:checked ~ .switch-bar {
        transform: translateY(100%) !important;
    }

.checker {
    display: block;
    font-size: 20vmin;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 0em;
    transition: transform var(--duration) ease;
    cursor: pointer;
    position: relative;
    z-index: 0;
    border-radius: 45px;
    margin-bottom: 15px;
    /* display: none; */
}

    .checker .text {
        font-size: 1rem;
        text-align: center;
    }

        .checker .text strong {
            display: block;
        }

.checkmark {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 5;
    top: 0;
    background: #dadada;
    border-radius: 45px;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .checkmark:after {
        content: "";
        transition: transform var(--duration) ease;
        position: absolute;
        top: 0;
        left: 0;
        height: 60px;
        width: 50%;
        border-radius: inherit;
        display: inline-flex;
        transform: translateX(100%);
        background-color: #fff;
        z-index: -1;
        border: 2px solid #ef7857;
    }

.checkbox {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    visibility: hidden;
}

    .checkbox:checked ~ .checkmark:after {
        transform: translateX(0%);
    }

#modal-container {
    position: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999999999999;
}

.loader {
    position: fixed !important;
}

    .loader #overlay::after {
        content: "";
        background: #000;
        opacity: 0.85;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .loader #overlay {
        display: block !important;
    }

.modal {
    border-radius: 0.5em;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    left: 50%;
    max-width: 95%;
    pointer-events: none;
    position: absolute;
    top: 10%;
    transform: translate(-50%, -10%);
    width: 50em;
    text-align: left;
    max-height: 98vh;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    z-index: 9;
}

    .modal:target {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

.modal__wrap {
    pointer-events: all;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.94);
    border-radius: 20px;
    box-sizing: border-box;
    box-shadow: 0.4px 0.4px 14px #0003;
    padding: 10px 20px;
}

.modal__header {
    display: flex;
    justify-content: center;
    position: relative;
}

    .modal__header img {
        width: 120px;
        height: 60px;
    }

    .modal__header button {
        border: none;
    }

@media (min-width: 766px) {
    .modal__header img {
        width: 180px;
        height: 80px;
    }
}

.modal__title {
    font-size: 22px;
    margin: 10px 0px;
    text-align: center;
}

.modal__caption {
    text-align: center;
    font-weight: 300;
    font-size: var(--size-base);
    margin-bottom: 25px;
}

.modal__footer {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.modal .form-extension {
    display: flex;
    align-items: center;
    border-radius: 10px;
}

    .modal .form-extension .domain {
        padding: 0px 20px;
        font-weight: bold;
        text-shadow: 0.1px 0.1px 1px #0001;
        background-color: var(--color-main);
        height: 100%;
        line-height: 40px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

.modal--expert {
    width: 95em;
}

    .modal--expert .modal-close {
        cursor: pointer;
        right: -11px;
        top: -6px;
        background: var(--color-main);
        color: #fff;
    }

        .modal--expert .modal-close:hover {
            color: var(--color-main) !important;
        }

    .modal--expert .item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 1rem;
    }

        .modal--expert .item > div {
            flex: 1;
        }

    .modal--expert .item__video {
        border-radius: 5px;
        box-sizing: border-box;
        overflow: hidden;
        min-height: 350px;
    }

    .modal--expert .item__content {
        justify-content: space-around;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 2em 0;
        box-sizing: border-box;
    }

        .modal--expert .item__content p {
            font-size: var(--size-base);
            font-style: oblique;
            letter-spacing: 0.5px;
        }

        .modal--expert .item__content .meta {
            text-align: center;
        }

        .modal--expert .item__content .meta__name {
            font-size: 26px;
            font-weight: bold;
        }

@media (min-width: 766px) {
    .modal--expert .item {
        flex-direction: row;
    }

    .modal--expert .item__content {
        padding: 3em;
    }
}

.modal--video {
    width: 80em;
}

    .modal--video .modal__header {
        height: 30px;
        background: #000;
        justify-content: flex-start;
    }

        .modal--video .modal__header .modal-close {
            position: unset;
            background: unset;
            color: #fff;
        }

    .modal--video .modal__wrap {
        border-radius: 0px;
        padding: 10px;
        height: 550px;
        overflow: hidden;
        background-color: #000;
    }

    .modal--video iframe {
        width: 100%;
        height: 100%;
    }

.modal iframe {
    width: 100%;
}

@media (min-width: 766px) {
    .modal {
        top: 13%;
        left: 50%;
    }

    .modal__wrap {
        padding: 2em;
    }

    .modal .form-extension .domain {
        line-height: 43px;
    }
}

.modal .step input,
.modal .step select {
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    color: #818181;
    border: 1px solid #fff1;
    background-color: #fff;
    letter-spacing: 1px;
    padding: 5px 13px;
    border-radius: 5px;
}

    .modal .step input:focus,
    .modal .step select:focus {
        outline: none;
    }

@media (min-width: 766px) {

    .modal .step input,
    .modal .step select {
        height: 50px;
    }
}

.packages {
    display: flex;
    margin-bottom: 30px;
}

.footer__bottom {
    padding: 0 10px;
}

.register-package.selected {
    background: #dadada;
}

.step-0 button:disabled,
.step-0 button[disabled] {
    background: linear-gradient(142deg, #ca8c83, #d08674 35%, #da9c8c) !important;
    cursor: not-allowed !important;
}

.register-package {
    flex: 1;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: background 0.5s;
}

    .register-package h4 {
        color: var(--color-main);
    }

    .register-package + .register-package {
        margin-left: 20px;
    }

#modal-register .popup--trial .step-0 {
    display: none;
}

.modal .step-1 .group {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
    flex-direction: column;
}

    .modal .step-1 .group .form-group {
        width: 100%;
    }

.modal .step-2 {
    display: none;
}

.modal .step-3 {
    display: none;
    text-align: center;
}

.modal .step .form-button {
    display: flex;
    justify-content: center;
}

.modal .step .success svg {
    width: 60px;
    height: 60px;
    fill: val(--color-main);
}

@media (min-width: 766px) {
    .modal .step {
        grid-template-columns: repeat(2, 1fr);
    }

        .modal .step input,
        .modal .step select {
            height: 43px;
        }

    .modal .step-1 .group {
        flex-direction: row;
    }
}

.modal .text-billing__title {
    display: flex;
    justify-content: space-between;
}

.modal .text-billing__group {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

    .modal .text-billing__group .price {
        font-weight: 700;
        color: var(--color-main);
    }

@media (min-width: 766px) {
    .modal .text-billing__group {
        flex-direction: row;
    }
}

.modal-feature {
    width: 100%;
}

    .modal-feature .modal__header img {
        width: 110px;
        height: 40px;
    }

    .modal-feature .modal__title {
        font-size: 1.3rem;
        margin: 10px 0px;
        text-align: center;
        border-bottom: 1px solid #ddd;
        padding: 0px 0 10px;
    }

    .modal-feature .modal__main {
        height: 80vh;
        overflow-y: scroll;
    }

    .modal-feature .modal__wrap {
        padding: 1rem;
    }

.modal-feature__add-on {
    margin: 30px 0;
}

.modal-feature .icon {
    display: inline-block;
}

.modal-feature .header-fix .item {
    text-align: center;
}

.modal-feature .head-table {
    background-color: #00000011;
}

.modal-feature table {
    caption-side: bottom;
    border-collapse: collapse;
    font-size: 1.1rem;
}

    .modal-feature table th {
        min-width: 200px;
    }

    .modal-feature table th,
    .modal-feature table td {
        padding: 1rem;
    }

.modal-close {
    color: #aaa;
    line-height: 20px;
    height: 40px;
    width: 40px;
    font-size: 80%;
    position: absolute;
    right: 0;
    text-align: center;
    border: none;
    top: 10px;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: isset 0.1px 0.1px 2px #000;
}

    .modal-close:hover {
        cursor: pointer;
        color: var(--color-main);
    }

.billing {
    font-size: var(--size-base);
}

.billing__header {
    display: flex;
    justify-content: space-between;
    border: 1px solid var(--color-main);
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: 500;
    font-size: 1rem;
    align-items: center;
}

    .billing__header img {
        width: 175px;
        height: 60px;
    }

    .billing__header p {
        margin: 0;
    }

.billing__body h2 {
    font-size: 1.6rem;
    margin: 30px 0px;
}

.billing__footer {
    display: flex;
    justify-content: center;
    margin: 30px 0px 0;
}

    .billing__footer .modal-close {
        color: #fff;
        position: unset;
        width: unset;
        height: unset;
        border-radius: 20px;
        padding: 8px 50px;
    }

.not-found {
    text-align: center;
    margin: 60px 0;
}

    .not-found img {
        max-width: 40%;
    }

    .not-found h3 {
        font-size: 3rem;
        font-weight: 700;
        margin: 10px 0;
    }

.scrollbar::-webkit-scrollbar {
    background-color: #f5f5f5;
    height: 8px;
    width: 8px;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #f38061;
    border-radius: 15px;
}

/*# sourceMappingURL=nobi.css.map*/

/* blog css */

.page-blog__header {
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    display: none;
    padding: 50px 0 40px;
}

.page-blog {
    background: #eff0f2;
}

    .page-blog h2 {
        font-size: 3rem;
        color: var(--color-main);
        font-weight: 700;
    }

.page-blog__header p {
    font-size: 1.3rem;
}

.nav--blog .home-redirect svg {
    fill: #f27756;
    height: 24px;
    position: relative;
    width: 24px;
}

.page-blog__menu .home-redirect svg,
.page-blog__menu .search button.close-search:hover svg {
    fill: #fff;
}

.nav--blog ul li a {
    color: #354757;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-right: 0;
    padding: 6px 12px;
}

.nav ul li,
.nav ul li a {
    display: inline-block;
}

.page-blog__menu .search input {
    background-color: #fafafa;
    border: 1px solid ;
    border-radius: 24px;
    box-sizing: border-box;
    height: 35px;
    padding: 5px 40px 5px 10px;
    width: 100%;
    outline: none;
}

.page-blog__menu .search {
    display: flex;
    position: relative;
}

    .page-blog__menu .search button.action-search {
        background-color: #fff;
        background: 0 0;
        border: none;
        position: absolute;
        right: 6px;
        top: 6px;
    }

        .page-blog__menu .search button.action-search svg {
            fill: #354757;
        }

.page-blog__menu {
    background-color: #f27756;
    box-shadow: 0.4px 0.4px 3px #0002;
    padding: 10px 0;
}

    .page-blog__menu .row {
        align-items: center;
    }

.page-blog #menu-blog-mobile {
    background-color: transparent;
    border: none;
    height: 40px;
    margin: 0 10px;
    padding: 0;
    width: 40px;
}

.page-blog__slider {
    padding: 0;
}

    .page-blog__slider .fix-full {
        padding: 0;
    }

    .page-blog__slider .blog-slider {
        border-radius: 20px;
        margin-bottom: 20px;
        position: relative;
        background: #fff;
    }

.page-blog__slide .col-xl-4 .banner img {
    object-fit: cover;
}

.swiper-container {
    z-index: 0;
}

.page-blog__slider .aside {
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    margin: 0 0 20px;
    height: 100%;
    overflow-y: auto;
}

.aside__header {
    align-items: center;
    border-bottom: 1px solid #f1f1f1;
    display: flex;
    margin: 0 10px;
    padding: 10px 0;
}

    .aside__header .icon {
        height: 20px;
        width: 20px;
    }

    .aside__header svg {
        fill: #f27756;
        width: 100%;
        height: 100%;
    }

    .aside__header span {
        color: #333;
        font-size: 1.2rem;
        font-weight: 700;
        padding: 0 10px;
    }

.aside__lists {
    overflow-y: auto;
    padding: 10px 12px;
}

    .aside__lists ul {
        -webkit-padding-start: 0;
        list-style: none;
        margin: 0;
        padding-inline-start: 0;
    }

        .aside__lists ul .item {
            background-image: linear-gradient(45deg, #fff, #f1f1f1);
            border-radius: 5px;
            display: flex;
        }

.page-blog__slider .aside .item__catName {
    background: none;
}

.aside__lists .item__subinfo ul li {
    margin-bottom: 0;
}

.page-blog__slider .aside .item__catName {
    padding-left: 0;
}

.page-blog__slider .aside .item__image a {
    padding-top: 100%;
}

    .page-blog__slider .aside .item__image a img {
        border-radius: 10px;
    }

.page-blog__slider .item {
    position: relative;
}

.aside__lists ul li {
    margin-bottom: 20px;
}

.aside__lists ul .item__image {
    flex: 1;
    height: 75px;
    width: 75px;
    padding: 10px 0 0 10px;
}

.aside__lists ul li a {
    color: #33475b;
    font-size: 1rem;
    text-decoration: none;
}

.aside__lists ul .item__image img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

.page-blog img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.aside__lists ul .item__title {
    display: flex;
    flex: 3;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    padding-left: 20px;
}

    .aside__lists ul .item__title a {
        color: #33475b;
        font-size: 1rem;
        letter-spacing: 0.5px;
        line-height: 1.4rem;
        text-decoration: none;
        font-weight: 500;
    }

.page-blog__slider .item__title a {
    font-size: 1.1rem;
    line-height: 1.6rem;
}

.aside__lists ul li a {
    color: #33475b;
    font-size: 1rem;
    text-decoration: none;
}

.aside__lists ul .item__title .view {
    color: #aaa;
}

    .aside__lists ul .item__title .view svg {
        fill: #aaa;
        height: 15px;
        width: 15px;
    }

.aside__lists ul .item .view span {
    font-size: 0.9rem;
    letter-spacing: 0.6px;
}

.page-blog__slider .item__meta {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 41%;
    justify-content: space-between;
    letter-spacing: 0.3px;
    padding: 25px 15px 35px;
    width: 100%;
    background: #fff;
}

    .page-blog__slider .item__meta a {
        color: #fff;
        display: block;
        font-size: 1.1rem;
        font-weight: 700;
        line-height: 1.6rem;
        text-decoration: none;
        color: var(--color-main);
    }

.page-blog__slider .item__subinfo {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    font-size: 0.9rem;
}

.item__subinfo .icon {
    width: 13px;
    border-radius: 0;
    margin-bottom: 3px;
}

.page-blog__slider .aside .item__subinfo {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.aside__lists .item__subinfo ul {
    display: flex;
}

    .aside__lists .item__subinfo ul li:first-child {
        margin-right: 0.5rem;
    }

.related__main .item .item__subinfo img {
    width: 13px;
}

.detail-slider-related .item__subinfo ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .detail-slider-related .item__subinfo ul li:first-child {
        margin-right: 20px;
    }

.detail-slider-related .item__subinfo {
    margin-top: 0.5rem;
}

.detail-slider-related .item__catName {
    margin-top: 1rem;
}

.single-blog .related__header {
    padding: 0 15px;
    box-shadow: 0 5px 5px -5px #0002;
    padding-bottom: 6px;
}

.detail-slider-related {
    margin: 0 4rem !important;
}

.related--section-one .container {
    background: #fff;
    padding: 10px 0px;
    border-radius: 15px;
    position: relative;
}

.detail-slider-related .item__catName .text {
    background-color: var(--color-main);
    padding: 0.2rem 1rem;
    color: #fff;
    border-radius: 30px;
}

.page-blog__slider .item__catName {
    background-color: var(--color-main);
    padding: 0 1rem;
    border-radius: 30px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .page-blog__slider .item__catName span {
        font-weight: bold;
        padding: 10px;
    }

.page-blog .aside__lists .item__subinfo ul {
    display: inline-block;
}

.page-blog__slider .item__image a {
    position: relative;
    display: block;
    padding-top: 60.5%;
}

.page-blog__slider .aside .item__catName .text {
    border: 1px solid #d8dbde;
    /* padding: 0 0.2rem; */
    padding: 5px;
    border-radius: 30px;
}

.page-blog__slider .item__image a img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.page-blog__slider .item__meta ul {
    -webkit-padding-start: 0;
    flex-wrap: wrap;
    font-size: 1.2rem;
    justify-content: flex-start;
    letter-spacing: 0.5px;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}

    .page-blog__slider .item__meta ul li {
        color: #555;
        display: inline-block;
        margin-right: 20px;
    }

.page-blog__slider .blog-slider .btn-blog-prev {
    right: 45px;
    width: 24px;
}

.page-blog__slider .blog-slider button {
    background: 0 0;
    border: none;
    bottom: 10px;
    position: absolute;
    z-index: 99;
    padding: 3px;
}

    .page-blog__slider .blog-slider button svg {
        fill: #ffffffc4;
        height: 22px;
        width: 22px;
    }

.page-blog__slider .blog-slider .btn-blog-next {
    right: 10px;
    width: 24px;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.page-blog__slide {
    margin-bottom: 50px;
}

.news-blog__main {
    margin: 0 40px 0 20px;
    position: relative;
}

.page-blog__slide .news-blog {
    background-color: #fff;
    border-radius: 5px;
    height: 100%;
    padding: 0;
}

.news-blog__main .slider-related {
    margin: 0 15px;
}

.page-blog__slide .news-blog__header {
    box-shadow: 0.4px 0.4px 5px #0002;
    margin-bottom: 12px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 20px;
}

    .page-blog__slide .news-blog__header .icon,
    .page-blog__slide .news-blog__header .icon svg {
        fill: #f27756;
        height: 24px;
        width: 24px;
    }

    .page-blog__slide .news-blog__header h3 {
        font-size: 1.2rem;
        margin: 0;
        padding: 0 10px;
        text-transform: uppercase;
    }

.page-blog__slide .news-blog__main .item {
    width: 350px;
    position: relative;
}

.related--section-one .item {
    position: relative;
}

    .page-blog__slide .news-blog__main .item:before,
    .related--section-one .item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        height: calc(100% - 1rem);
        background: #e6eaed;
        width: 1px;
        left: -5px;
    }

    .related--section-one .item:before {
        left: -20px;
    }

.page-blog__slide .item {
    flex-direction: column;
    margin-bottom: 0;
}

.page-blog__slide .news-blog__main .item__image {
    margin: 0 15px;
}

    .page-blog__slide .news-blog__main .item__image a {
        position: relative;
        padding-top: 54%;
        display: block;
    }

.page-blog__slide .item__image {
    overflow: hidden;
    width: 100%;
}

.page-blog__slide .news-blog__main .item__image img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: cover;
}

.page-blog__slide .news-blog__main .item__catName {
    padding: 10px 15px 0;
    margin-bottom: 0;
    margin-top: 0.5rem;
}

    .page-blog__slide .news-blog__main .item__catName .text {
        background-color: var(--color-main);
        padding: 0.2rem 1rem;
        color: #fff;
        border-radius: 30px;
    }

.page-blog__slide .news-blog__main .item__image img {
    width: 100%;
}

.page-blog img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.page-blog__slide .news-blog__main .item__title {
    padding: 10px 15px;
    margin-bottom: 40px;
}

.single-blog .article__content ul:not(.header-content__meta) {
    padding-left: 15px;
}

    .single-blog .article__content ul:not(.header-content__meta) li {
        list-style-type: disc;
    }

.single-blog .article__content figure.aligncenter {
    margin: 0 auto;
}

.post-template-default li {
    list-style-type: disc;
}

body.blog-template-default figure {
    max-width: 100%;
}

.page-blog__slide .item__title {
    padding: 10px 0;
}

.page-blog__slide .item__subinfo ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-blog__slide .item__subinfo {
    margin-bottom: 1rem;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 0;
}

.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1400px;
}

.page-blog__slide .item__subinfo ul li:first-child {
    margin-right: 20px;
}

.page-blog__slide .related-prev,
.related--section-one .related-prev {
    position: absolute;
    top: 0;
    left: -15px;
    top: 35%;
    border: none;
    background: none;
}

.page-blog__slide .related-next,
.related--section-one .related-next {
    position: absolute;
    top: 0;
    right: -35px;
    top: 35%;
    border: none;
    background: none;
}

.page-blog__slide .item__title a {
    color: #555;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.7rem;
    text-decoration: none;
}

.page-blog__slide .banner {
    margin: 20px 0;
}

.page-blog img {
    border-radius: 5px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
}

.page-blog__list {
    padding-bottom: 45px;
}

    .page-blog__list .item {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0.2px 0.2px 4px #0002;
        margin-bottom: 25px;
    }

    .page-blog__list .item__image {
        height: 235px;
        overflow: hidden;
    }

        .page-blog__list .item__image img {
            border-radius: 5px 5px 0 0;
            /* object-fit: cover; */
        }

    .page-blog__list .item__term {
        border-bottom: 2px solid #f27756;
        position: relative;
        margin-top: -21px;
        height: 21px;
    }

    .page-blog__list .item__meta .icon img {
        width: 13px;
        border-radius: 0;
        margin-bottom: 3px;
    }

    .page-blog__list .item__term .text {
        background-color: var(--color-main);
        padding: 0.2rem 1rem;
        color: #fff;
        border-radius: 30px;
        display: inline-block;
        margin-left: 16px;
        padding: 0 1rem;
        margin-top: 10px;
    }

    .page-blog__list .item__meta {
        color: #aaa;
        display: flex;
        font-size: 1rem;
        font-weight: 400;
        justify-content: space-between;
        padding: 0px 15px 20px;
    }

        .page-blog__list .item__meta span {
            letter-spacing: 0.5px;
        }

        .page-blog__list .item__meta svg {
            fill: #aaa;
            height: 15px;
            width: 15px;
        }

    .page-blog__list .item__title {
        letter-spacing: 0.5px;
        min-height: 50px;
        padding: 25px 15px 10px;
    }

        .page-blog__list .item__title a {
            color: #555;
            display: inline-block;
            font-size: 1rem;
            font-weight: 500;
            line-height: 1.6rem;
            text-decoration: none;
        }

    .page-blog__list .item__content {
        min-height: 95px;
        padding: 0 15px 0px;
    }

        .page-blog__list .item__content p {
            color: #888;
            font-size: 1rem;
            margin: 0;
        }

.recommended {
    background-color: #fff;
    padding: 80px 0;
}

.recommended__header {
    margin-bottom: 40px;
    text-align: center;
}

    .recommended__header h3 {
        color: #f27756;
        font-size: 2.4rem;
        font-weight: 700;
    }

.recommended__slider .swiper-slide {
    padding: 0 3rem;
}

.recommended__header p {
    font-size: 1.5rem;
    letter-spacing: 1.3px;
}

.recommended__slider {
    margin-bottom: 20px;
}

    .recommended__slider .item {
        align-items: center;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        font-style: oblique;
        justify-content: space-between;
    }

    .recommended__slider .item__media {
        border-radius: 5px;
        box-sizing: border-box;
        flex: 1;
        height: 100%;
        overflow: hidden;
        width: 100%;
    }

        .recommended__slider .item__media iframe {
            width: 100%;
        }

.slider-recommended button {
    position: absolute;
    top: calc(50% - 4rem);
    z-index: 99;
    height: 8rem;
    width: 2rem;
    box-shadow: 0.2px 0.2px 4px #0002;
    border: none;
    background: #fff;
    border-radius: 10px;
}

.slider-recommended .related-prev {
    left: 0.3rem;
}

.slider-recommended .related-next {
    right: 0.3rem;
}

iframe {
    border: 0;
}

.recommended__slider .item__inner {
    box-sizing: border-box;
    flex: 1;
    min-height: 310px;
    padding: 10px;
    width: 100%;
    margin-left: 0;
}

.recommended__slider .item__content {
    font-size: 1.1rem;
    letter-spacing: 0.8px;
    line-height: 1.6rem;
    margin: 10px 0;
}

.recommended__slider .item__head {
    text-align: left;
}

    .recommended__slider .item__head p {
        font-size: 1.5rem;
        font-weight: 500;
        letter-spacing: 1px;
        margin: 0;
        font-style: normal;
        color: #000;
    }

    .recommended__slider .item__head span {
        color: #555;
        font-size: 1.3rem;
        font-style: normal;
        letter-spacing: 1px;
    }

.recommended__paginate {
    padding-right: 15px;
    padding-top: 15px;
    position: relative;
    text-align: right;
    top: 0;
    z-index: 1;
}

    .recommended__paginate .swiper-pagination-bullet-active {
        background: #f27756;
    }

    .recommended__paginate .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }

    .recommended__paginate .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }

    .recommended__paginate .swiper-pagination-bullet {
        height: 12px;
        width: 12px;
    }

.recommended__button {
    margin: 30px 0;
    text-align: center;
}

    .recommended__button .btn {
        background-color: #f27756;
        border: 1px solid transparent;
        box-sizing: border-box;
        color: #fff;
        text-decoration: none;
        text-shadow: 0.1px 0.1px 0.1px #0002;
        width: unset;
        height: unset;
        font-size: 1.4rem;
        padding: 4px 40px;
        font-weight: 300;
        border-radius: 30px;
    }

.page-blog #menu-blog-mobile svg {
    fill: #fff;
    height: 24px;
    width: 24px;
}

.page-blog .active svg {
    fill: #ef7755 !important;
}

.nav--blog ul {
    display: none;
}

.nav--blog .home-redirect svg {
    fill: #f27756;
    height: 24px;
    position: relative;
    width: 24px;
}

.page-blog .open-menu {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 5px 14px #0002;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    left: 10px;
    padding: 14px;
    position: absolute;
    top: 50px;
    z-index: 99;
}

    .page-blog .open-menu li {
        min-width: 190px;
    }

        .page-blog .open-menu li a {
            font-size: 1.1rem;
        }

.page-blog .nav ul {
    -webkit-padding-start: 0;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}

.nav--blog {
    align-items: center;
    display: flex;
    position: relative;
    gap: 0;
}

.related--section-one .related-prev {
    left: 0;
}

.related--section-one .related-next {
    right: 0;
}

.header-content__subinfo {
    margin-bottom: 1rem;
}

.page-blog__slider .aside::-webkit-scrollbar {
    border-radius: 10px;
    width: 0.4em;
}

.page-blog__slider .aside::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.article__content .container .row {
    width: 100%;
    margin: 0 auto;
    background: #fff !important;
    padding: 2rem 0.5rem;
    box-shadow: 0.2px 0.2px 4px #0002;
}
/* ========================affliate_page */

/* ================ */
@media (min-width: 400px) {
    .aside__header span {
        font-size: 1.5rem;
    }

    .page-blog__slider .item__meta ul li {
        font-size: 1.1rem;
        letter-spacing: 1px;
    }

    .page-blog__slide .news-blog__header h3 {
        font-size: 1.5rem;
    }

    .btn {
        padding: 6px 18px;
    }
}

@media (min-width: 525px) {
    .aside__lists ul li .item__image {
        height: 75px;
        width: 75px;
    }
}

@media (min-width: 767px) {
    .recommended__slider .swiper-slide {
        padding: 0 6rem;
    }

    .slider-recommended .related-prev {
        left: 1rem;
    }

    .slider-recommended .related-next {
        right: 1rem;
    }

    .recommended__slider .item__inner {
        padding: 20px;
        margin-left: 2rem;
    }

    .article__content .container .row {
        width: 70%;
        margin: 0 auto;
        padding: 3rem 5rem;
    }

    .page-blog__list .item {
        height: calc(100% - 25px);
        position: relative;
        padding-bottom: 45px;
    }

    .page-blog__list .item__meta {
        position: absolute;
        bottom: 0;
        width: 100%;
    }

    .article p,
    .article ul li {
        font-size: 1.1rem;
    }

    .header-content__subinfo {
        margin-bottom: 0;
    }

    .page-blog__header {
        display: block;
    }

    .header-content__subinfo {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .page-blog__menu .home-redirect svg {
        fill: #f27756;
    }

    .page-blog__menu {
        background-color: #fff;
    }

    .page-blog__slider {
        padding: 30px 0;
    }

        .page-blog__slider .fix-full {
            padding: 0 10px;
        }

        .page-blog__slider .aside {
            margin: 0;
        }

    .aside__lists ul li .item__image {
        height: 90px;
        width: 90px;
    }

    .aside .item__image {
        height: 90px;
    }

    .page-blog__slider .item__title a {
        font-size: 1.3rem;
        line-height: 1.6rem;
    }

    .page-blog__slider .item__meta {
        border-radius: 0 0 6px 6px;
        display: flex;
        height: 35%;
    }

        .page-blog__slider .item__meta a {
            font-size: 2rem;
            letter-spacing: 1px;
            line-height: 2.5rem;
        }

        .page-blog__slider .item__meta ul {
            display: flex;
            align-items: center;
        }

            .page-blog__slider .item__meta ul li {
                font-size: 1.1rem;
                letter-spacing: 1px;
            }

    .page-blog__menu .home-redirect svg {
        fill: #f27756;
    }

    .page-blog__menu {
        background-color: #fff;
    }
}

@media (min-width: 992px) {
    .nav--blog ul li a {
        font-size: 1.1rem;
    }

    .aside__lists ul li .item__image {
        height: 120px;
        width: 80px;
    }

    .aside__lists ul li .item__title a {
        font-size: 1.3rem;
        letter-spacing: 0.5px;
        line-height: 2.2rem;
        text-decoration: none;
    }

    .page-blog__slider .item__meta {
        height: 25%;
    }

        .page-blog__slider .item__meta a {
            /* font-size: 2rem;
    line-height: 2.4rem; */
            font-size: 2.6rem;
            line-height: 2.8rem;
        }

        .page-blog__slider .item__meta ul li {
            font-size: 1rem;
        }

    .page-blog__slide .item__image {
        height: unset;
        min-height: 175px;
        width: 100%;
    }

    .page-blog__list .item__title a {
        font-size: 1.4rem;
        font-weight: 600;
        line-height: 1.8rem;
    }

    .recommended__slider {
        margin-bottom: 60px;
    }

        .recommended__slider .item {
            flex-direction: row;
        }

    .page-blog #menu-blog-mobile {
        display: none;
    }
}

@media (min-width: 1200px) {
    .page-blog h2 {
        font-size: 2rem;
    }

    .nav--blog ul li a {
        font-size: 0.938rem;
    }

    .aside__lists ul li .item__image {
        height: 75px;
        width: 75px;
    }

    .aside__lists ul li .item__title a {
        font-size: 1rem;
        letter-spacing: 0.5px;
        line-height: 1.4rem;
        text-decoration: none;
    }

    .page-blog__slide .banner {
        margin: 0;
    }

    .nav--blog ul {
        display: block;
    }
}

/* css single blog */
.detail {
    background-color: #fff;
}

.detail__header {
    align-items: flex-end;
    background-position: 50% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    color: #fff;
    display: flex;
    font-size: 2rem;
    font-weight: 700;
    height: 500px;
    padding: 50px 0;
    position: relative;
    text-shadow: 0.3px 0.3px 1px #000000b8;
    z-index: 0;
}

    .detail__header .header-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        z-index: 2;
    }

    .detail__header .header-content__meta {
        -webkit-padding-start: 0;
        margin: 0;
        padding-inline-start: 0;
    }

        .detail__header .header-content__meta li {
            display: block;
            font-size: 1.2rem;
            font-weight: 500;
            letter-spacing: 0.5px;
            margin: 10px 0;
        }

            .detail__header .header-content__meta li svg {
                fill: #fff;
                height: 21px;
                margin-right: 5px;
                width: 21px;
            }

            .detail__header .header-content__meta li span {
                font-size: 1rem;
                letter-spacing: 0.8px;
            }

.article {
    padding: 0 0 45px;
    background-color: #f5f8fa;
}

.article__content {
    word-wrap: break-word;
}

    .article__content h1 {
        color: var(--color-main);
        margin-top: 1rem;
    }

.header-content__subinfo {
    display: block;
}

    .header-content__subinfo .item__catName .text {
        background-color: var(--color-main);
        padding: 0.2rem 1rem;
        color: #fff;
        border-radius: 30px;
    }

.header-content__meta {
    display: flex;
}

    .header-content__meta li:first-child {
        margin-right: 30px;
    }

.article__content .header-content {
    margin-bottom: 2rem;
}

.article p,
.article ul li {
    font-size: 1rem;
    letter-spacing: 0.5px;
}

.related {
    margin-bottom: 40px;
}

.related__header {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin-bottom: 20px;
}

    .related__header svg {
        fill: #f27756;
        height: 24px;
        margin-right: 5px;
        width: 24px;
    }

.related__main .item {
    border-radius: 3px;
}

.related__main .item__image {
    border-radius: 5px;
    height: 200px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.related__main .item img {
    height: 100%;
    width: 100%;
}

.related__main .item__meta {
    bottom: 0;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    width: 100%;
}

    .related__main .item__meta .icon {
        position: relative;
        z-index: 2;
    }

    .related__main .item__meta svg {
        fill: #f27756;
        height: 18px;
        width: 18px;
    }

    .related__main .item__meta .text {
        letter-spacing: 0.8px;
        margin-left: 5px;
        position: relative;
        z-index: 2;
    }

    .related__main .item__meta:after {
        background-color: #000;
        bottom: 0;
        content: "";
        left: 0;
        opacity: 0.6;
        padding: 20px;
        position: absolute;
        width: 100%;
    }

.related__main .item__title a {
    color: #333;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none;
}

body.single-blog {
    background-color: #f5f8fa;
}

.detail__header:after {
    background-color: #000;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-blog .related:first-child {
    margin-top: 40px;
}

.related--section-one {
    padding-top: 30px;
}

.single-blog .header {
    box-shadow: 0.2px 0.2px 4px #0002;
}

/* hide ip_shopee */
/* #control-package .add-on li:nth-of-type(8) {
  display: none;
}

.price--package .item__main .list li:nth-of-type(8) {
  display: none;
}

.pkg .add-on-view li:nth-of-type(8) {
  display: none;
} */

.modal-close button svg {
    fill: #b7b7b7;
    height: 40px;
    width: 40px;
}

/* ====================== */

.modal__header button svg {
    fill: #b7b7b7;
    height: 40px;
    width: 40px;
}

.popup button.submit {
    background: #f30;
    background: linear-gradient(142deg, #f30, #ff542a 35%, #fb7553);
    border: none;
    border-radius: 30px;
    box-shadow: 0.4px 0.4px 3px #0003;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 400;
    height: 45px;
    letter-spacing: 1px;
    width: 100%;
    cursor: pointer;
}

.modal__main.popup__main.step svg {
    width: auto !important;
    height: auto !important;
}

.popup--trial .extension {
    display: flex;
}

    .popup--trial .extension .domain {
        background: linear-gradient(58deg, #fc6e4a1c, #fc6e4a1c 35%, #fc6e4a1c);
        border-radius: 0 5px 5px 0;
        box-sizing: border-box;
        color: #364759;
        display: inline-block;
        flex: 1;
        height: 43px;
        letter-spacing: 1px;
        line-height: 48px;
        padding: 0 20px;
        pointer-events: none;
    }

        .popup--trial .extension .domain span {
            font-weight: bold;
            color: #364759;
        }

.price--package .item__header h2 {
    font-size: 1.6rem;
    font-weight: bold;
}

#customers thead th {
    border: 1px solid #f27756;
    color: #f27756;
}

/* style package */
.package__contents .item {
    position: relative;
}

.package__contents .label-price {
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    top: -1px;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: center;
}

    .package__contents .label-price span {
        background: #ef7857;
        color: #fff;
        padding: 5px 40px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.feature--tab .feature__tabs .feature_mobile {
    display: none;
}

@media (max-width: 700px) {
    .feature--tab .feature__tabs .tab-controls li {
        display: block;
    }

    .feature--tab .feature__tabs .feature_mobile {
        display: block;
        text-align: center;
        font-weight: bold;
    }

        .feature--tab .feature__tabs .feature_mobile::after {
            content: "";
            background: url("../images/down.svg");
            background-repeat: no-repeat;
            height: 15px;
            width: 15px;
            display: inline-block;
            position: relative;
            left: 20px;
        }

    .feature__tabs {
        position: relative;
    }

    .tab-controls li {
        padding: 5px 27px;
        line-height: 28px;
        font-size: var(--size-7);
    }

    .feature--tab .feature__tabs .tab-controls {
        display: none;
        position: absolute;
        background: #fff;
        width: 200px;
        left: 27%;
        top: 32px;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
        z-index: 1;
    }

    .tab-contents .show .tab__banner {
        margin: 26px 0;
    }

    figure {
        max-width: 100%;
    }

        figure img {
            object-fit: contain;
            height: 100%;
        }

    #scrollUp {
        left: 20px;
    }

        #scrollUp .scroll-top {
            width: 100%;
            height: 100%;
        }

            #scrollUp .scroll-top svg {
                width: 36px;
                height: 36px;
            }

    li.astm-search-menu.is-menu.is-dropdown.menu-item {
        display: none;
    }

    .section__list-brand a {
        display: inline-block;
        max-width: 100%;
    }

    .swiper.mySwiper .image {
        max-width: 100%;
    }
}

.search .entry-title {
    color: #555;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.7rem;
    text-decoration: none;
}

/* ============= */
figure {
    margin: 0 auto;
    max-width: 100%;
}

.post-template-default ul li ul {
    padding-left: 40px;
}

button.btn-expert.expert__btn {
    position: absolute;
    left: 20px;
    bottom: 20px;
    gap: 25px;
    z-index: 1;
    color: var(--color-white);
    background: no-repeat;
    border: none;
    display: flex;
    align-items: center;
    font-size: var(--size-base);
    font-weight: 400;
    z-index: 2;
}

    button.btn-expert.expert__btn svg {
        width: 28px;
    }

.slider-center-active .swiper-wrapper {
    margin-bottom: 10%;
}

.page-blog .aside.aside--read header {
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #fff;
}

@media (max-width: 1366px) {
    .single-expert .article__content .bg1 .boxCenter .center {
        max-width: 485px;
    }

        .single-expert .article__content .bg1 .boxCenter .center .h1 {
            font-size: 60px;
        }

    .single-expert .article__content .bg2 .img_position {
        max-width: 495px;
    }

    .single-expert .article__content .bg2 .box1 .b1 p,
    .single-expert .article__content .bg2 .box2 .b1 p {
        max-width: 270px;
    }

    .single-expert .article__content .bg2 .box3 .b1 {
        height: 306px;
    }

        .single-expert .article__content .bg2 .box3 .b1 .img_position {
            height: 372px;
        }

    .single-expert .article__content .bg2 .box5 .b1 .img_position {
        height: 286px;
    }
}

@media (min-width: 992px) {
    .detail__header .header-content__meta li {
        display: inline;
    }

    .popup button.submit {
        width: 40%;
    }
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    opacity: 0;
    top: 44.5%;
}

    .mySwiper .swiper-button-next.swiper-button-disabled,
    .mySwiper .swiper-button-prev.swiper-button-disabled {
        opacity: 0;
        top: 44.5%;
    }

.mySwiper:hover .swiper-button-prev,
.mySwiper:hover .swiper-button-next {
    opacity: 1 !important;
}

.mySwiper .swiper-button-prev:before,
.swiper-button-next:before {
    width: 100px;
    height: 100px;
    content: "";
    background-size: contain !important;
}

.mySwiper .swiper-button-prev:before {
    background: url("../images/chevronl.png") no-repeat center center;
}

.mySwiper .swiper-button-next:before {
    background: url("../images/chevronr.png") no-repeat center center;
}

.mySwiper .swiper-slide {
    overflow: hidden;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper .swiper-button-prev {
    left: -6px;
}

.mySwiper .swiper-button-next {
    right: -6px;
}

.swiper.mySwiper .image {
    width: 80px;
    transition: 0.3s;
}

.swiper.mySwiper .image {
    overflow: hidden;
}

.swiper.mySwiper a:hover .image {
    width: 120px;
}

header.page-blog__header.bg-blog p {
    color: var(--color-main);
}

.opacity_text {
    opacity: 0.3;
}

#modal-register[data-package='free'] #nobita-register-form-free {
    display: block;
}

#modal-register[data-package='free'] #nobita-register-form {
    display: none;
}

#modal-register[data-package='trial'] #nobita-register-form {
    display: block;
}

#modal-register[data-package='trial'] #nobita-register-form-free {
    display: none;
}

#modal-register .modal__caption {
    display: none;
}

.select-package {
    text-align: center;
}

#nobita-register-opt .form-button {
    margin-top: 20px;
}

.was-toggle label span:first-child {
    padding-right: 10px;
}

.was-toggle label span:last-child {
    padding-left: 10px;
}

.was-toggle__toggle-wrapper {
    vertical-align: middle;
    position: relative;
    display: inline-block;
    border-radius: 10px;
}

.was-toggle .toggle-wrapper__checkbox {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
}

.was-toggle .toggle-wrapper__background {
    cursor: pointer;
    width: 35px;
    height: 14.5833333333px;
    margin: 5px;
    position: relative;
    background: #888888;
    border-radius: 17.5px;
    transition: background 0.25s;
}

.was-toggle .toggle-wrapper__handle {
    cursor: pointer;
    height: 21.875px;
    width: 21.875px;
    background: #fff;
    display: inline-block;
    border: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    outline: 0;
    transform: translateX(0);
    box-shadow: rgba(0, 0, 0, 0.6) 0 1px 5px;
    transition: background-color 0.25s, transform 0.25s, box-shadow 0.15s;
}

.toggle-wrapper__checkbox:checked ~ .toggle-wrapper__background {
    background: rgba(239, 120, 87, 0.35);
}

.toggle-wrapper__checkbox:checked ~ .toggle-wrapper__handle {
    background: #ef7857;
    transform: translateX(23.125px);
}

.register-package strong {
    font-size: 11px;
    font-style: italic;
    font-weight: 300;
}

/* ================ */
#popup1.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    /* visibility: hidden; */
    /* opacity: 0; */
    z-index: 99;
}

#popup1.loader #overlay::after {
    background: transparent;
}

#popup1.overlay.active {
    visibility: visible;
    opacity: 1;
}

 #popup1 .popup {
  margin: 0 auto;
  background: #ccc;
  border-radius: 5px;
  width: 60%;
  height: 600px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 1s ease-in-out;
} 

#popup1 .popup {
    margin: 0 auto;
    /* padding: 20px; */
    background: #ccc;
    border-radius: 5px;
    width: 50%;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all 1s ease-in-out;
}

    #popup1 .popup h2 {
        margin-top: 0;
        color: #333;
        font-family: Tahoma, Arial, sans-serif;
    }

     #popup1 .popup .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
} 

    #popup1 .popup .close {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 12px;
        right: 16px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #333;
    }

        #popup1 .popup .close:hover {
            color: #06D85F;
        }

    #popup1 .popup .content {
        max-height: 30%;
        overflow: auto;
    }

#popup1 .content {
    margin-left: -15px;
    transform: translateY(-70px);
}

#popup1 .line {
    max-width: 400px;
    /* padding-top: 20px; */
    margin-left: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #38485a;
}

#popup1 a,
.baseline {
    cursor: pointer;
}

#popup1 .baseline1 {
    height: 600px;
    min-height: 600px;
    background-image: url('../img/anh-bao-hanh/popup-bao-hanh-dien-tu.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#popup1 .baseline1 {
    width: 100%;
    height: 400px;
    min-height: 700px;

    background-image: url('../img/anh-bao-hanh/popup-bao-hanh-dien-tu.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#popup1 img {
    width: 100%;
    height: 100%;
}

#popup1 .btnfree_modal {
    text-align: center;
    position: absolute;
    bottom: 78px;
    left: 50%;
    transform: translateX(-50%);
}

#popup1 img {
    object-fit: fill;
}

/* ======== */

section.price.price--package ul li.nobichat_padding:first-child {
    position: relative;
    background: #FFF6DF;
}

section.price.price--package li.nobichat_padding:first-child:after {
    content: "Free";
    width: 80px;
    text-align: center;
    line-height: 22px;
    height: 22px;
    background: #ef7857;
    position: absolute;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    /* right: -6px; */
    top: 0px;
    left: 225px;
    /* border-radius: 6px; */
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

section.price.price--package ul li:first-child {
    padding: 5px 20px;
}

section.price.price--package ul li:not(:first-child) {
    /* padding: 0 20px; */
    margin-left: 20px;
    margin-right: 20px;
}

.item_padding1 p.item_padding {
    padding: 25px 20px 20px !important;
}

.item_padding {
    padding: 0 20px;
}

@media screen and (max-width: 700px) {
    .box {
        width: 90%;
        display:none;
    }

    #popup1 .btnfree_modal {
        bottom: 46px;
    }


    #popup1 .popup {
        /* height: 350px; */
    }

    /* #popup1 img {
    display: none;
  } */

    /* #popup1 img {
    object-fit: fill;
  } */

    #popup1 .baseline1 {
        /* height: 400px; */
        /* background: url("../images/mobilebanner4.png");
    background-size: cover;
    background-repeat: no-repeat; */
    }

    .btn {
        height: 45px;
        width: 200px;
    }

    #popup1 .popup .close {
        top: 2px;
        right: 6px;
    }

    #popup1 .popup {
        width: 82%;
    }

    section.price.price--package li:first-child:after {
        left: 285px;
    }
}

#btn-modal_free {
    opacity: 0;
}

/* Nobi v2 */
.package__contents > .container > .row {
    justify-content: center;
}

.price--package header.section__header {
    padding-bottom: 0;
}

    .price--package header.section__header h2 {
        font-size: 40px;
        font-weight: 700;
    }

    .price--package header.section__header p {
        font-size: 20px;
        font-weight: 500;
    }

.price--package .item__header {
    flex-direction: column;
    align-items: flex-start;
}

.price--package .group-price .price-saleoff * {
    color: #B5B5C3;
}

.price.pkg .btn.btn-modal-price-custom, .price.pkg .btn.btn-modalfree {
    background: linear-gradient(267.86deg, #FFA621 0.32%, #FF7121 98.66%);
}

.price--package .btn {
    border-radius: 6px;
    background: linear-gradient(267.86deg, #FFA621 0.32%, #FF7121 98.66%);
}

.pkg .tab-controls2 {
    display: flex;
    justify-content: space-between;
    border: 1px solid #E4E6EF;
    background-color: #f9f9f9;
    margin-bottom: 30px;
    border-radius: 53px;
    flex-direction: column;
    max-width: 560px;
    margin: auto;
}

.pkg #main-tab-control.tab-controls2 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.pkg .tab-controls2 li {
    flex: 1;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 12px;
    color: #38485a;
    padding: 11px 10px !important;
    margin: 0 !important;
}

.pkg #main-tab-control.tab-controls2 li {
    padding: 5px 20px !important;
}

.pkg .tab-controls2 li::before {
    content: none;
}

.pkg .tab-controls2 li p {
    margin: 8px 0 0;
    font-size: var(--size-base);
    font-weight: 400;
}

.pkg .tab-controls li strong {
    font-weight: bold;
}

.pkg .tab-controls2 li strong {
    font-weight: normal;
}

.pkg .tab-controls li sub {
    color: #B5B5C3;
}

.pkg .tab-controls li.selected sub {
    color: #fff;
}

.pkg .tab-controls2 .selected {
    background: var(--color-main);
    color: var(--color-white);
    border-radius: 100px;
}

    .pkg .tab-controls2 .selected p {
        color: #fff;
    }

.pkg .box-views .switch {
    height: 52px;
}

.pkg #control-package .tab-controls {
    border: none;
}

    .pkg #control-package .tab-controls .selected {
        background: linear-gradient(267.86deg, #FFA621 0.32%, #FF7121 98.66%);
    }

.pkg .box-views aside .price-saleoff {
    color: #B5B5C3;
}

@media (min-width: 766px) {
    .pkg .tab-controls2 {
        flex-direction: row;
    }
}

.tab-controls2 {
    justify-content: center;
    border-bottom: 1px solid var(--color-dark);
    margin-bottom: 0;
    padding: 0;
}

    .tab-controls2 li {
        cursor: pointer;
        position: relative;
        padding: 21px 27px;
        color: var(--color-dark);
        font-size: var(--size-5);
        line-height: 28px;
        opacity: 0.75;
        font-family: Roboto;
        text-align: center;
        padding: 5px 20px;
    }

    .tab-controls2 .selected {
        opacity: 1;
    }

        .tab-controls2 .selected::before {
            content: "";
            position: absolute;
            height: 8px;
            width: 100%;
            left: 0;
            bottom: -4px;
            background-color: var(--color-main);
            border-radius: 8px;
        }

.modal .tab-controls2 {
    max-width: 774px;
    margin: 12px auto 14px;
}

    .modal .tab-controls2 li {
        padding: 8px 16px !important;
    }

.modal-feature .modal__main {
    /* height: 65vh; */
    background: #F2F3F7;
    /* padding: 24px; */
}

@media screen and (max-height:820px) {
    .modal-feature .modal__main {
        height: 65vh;
    }
}

.modal-feature .modal__main .popup__note {
    background: #FEFEFE;
    margin: 12px;
    border-radius: 6px;
    margin-bottom: -10px;
}

    .modal-feature .modal__main .popup__note > ul {
        padding: 12px;
    }

        .modal-feature .modal__main .popup__note > ul li.title {
            font-weight: 600;
            color: #EC6F51;
        }

        .modal-feature .modal__main .popup__note > ul li {
            font-weight: 600;
            font-size: 16px;
            color: #3F4254;
        }

            .modal-feature .modal__main .popup__note > ul li i {
                color: #7E8299;
                font-style: normal;
            }

.modal-feature .modal__main .popup__table.price-list {
    background: #FEFEFE;
    margin: 0px 12px;
    border-radius: 6px;
    padding: 24px;
    display: flex;
    justify-content: center;
    gap: 100px;
}

    .modal-feature .modal__main .popup__table.price-list > table tr.header-fix.nobi-v2 > th {
        background-color: #FFF5EA;
        color: #EC6F51;
    }

.modal-feature .modal__main > table {
    background: #FEFEFE;
    margin: 24px 10px;
    border-radius: 6px;
}

.modal-feature .modal__main .padding-table {
    border-radius: 6px;
    padding: 24px;
    background: #FEFEFE;
    margin: 0 12px;
}
/* .modal.modal-feature .pkg-title{
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-left: 270px;
  margin-top: 14px;
  margin-bottom: 14px;
  text-align: center;
} */
.modal.modal-feature .pkg-title .item > h3 {
    color: var(--color-main);
}

.modal-feature table th {
    min-width: 225px;
    padding: 20px 12px;
    line-height: 2;
    text-align: center;
}

@media screen and (max-height:820px) {
    .modal-feature table th {
        min-width: 155px !important;
        width: 160px;
    }

        .modal-feature table th:last-child {
            width: 340px !important;
        }
}

.modal-feature table td {
    text-align: center;
}

    .modal-feature table td:last-child, .modal-feature table td:first-child,
    .modal-feature table th:last-child, .modal-feature table th:first-child {
        text-align: left;
        font-weight: 500;
    }

.modal.modal-feature .pkg-title .item {
    min-width: 200px;
    font-weight: 500;
    color: #7E8299;
}

.modal-feature__add-on th {
    background-color: #F2F3F7;
}
/* Price */
.price--package .item {
    border-radius: 6px;
}

.price--package .item__header .price-base {
    color: var(--color-dark);
    font-size: 28px;
}

    .price--package .item__header .price-base strong {
        font-weight: 600;
    }

.price-base sub {
    bottom: 0;
}

.price--package .item .list__button {
    border-radius: 6px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
}

.price--package .item .checker {
    display: none;
}

.price--package .item__main .list li {
    font-size: 12px;
}

    .price--package .item__main .list li span.new {
        padding: 6px;
        font-size: 10px;
        font-weight: 600;
        background-color: #FFF5EA;
        color: var(--color-main);
    }

.price--package .item__main .list img {
    height: 20px;
    width: 20px;
}

.price--package .item .list__button > a {
    border-radius: 0px;
}

    .price--package .item .list__button > a:hover {
        background: linear-gradient(267.86deg, #FFA621 0.32%, #FF7121 98.66%);
    }

.price.pkg .opacity_text {
    opacity: 1;
}

.price.pkg .pkg__header .price__desc {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: center;
}

.price.pkg .box-views {
    border: 1px solid #EC6F51;
    border-radius: 16px;
}

.amount_toggle {
    display: flex;
    justify-content: end;
}

.switch-tee {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 26px;
}

    .switch-tee input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #EC6F51;
}

input:focus + .slider {
    box-shadow: 0 0 1px #EC6F51;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/* home */

.home .section--product .product {
    border: 1px solid #E4E6EF;
    background-color: #FEFEFE;
    border-radius: 24px;
    height: 550px;
}

    .home .section--product .product .product__desc {
        font-weight: 500;
        font-size: 14px;
    }

    .home .section--product .product .product__attribute {
        font-weight: 600;
        font-size: 16px;
    }

        .home .section--product .product .product__attribute ul li {
            font-size: 14px;
            font-weight: 500;
        }

    .home .section--product .product .product__header {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

        .home .section--product .product .product__header span {
            font-size: 20px;
            font-weight: 600;
        }

        .home .section--product .product .product__header img {
            height: 48px;
            width: 48px;
        }

.home .section--product h2.category-title {
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
}

.home .product__group {
    justify-content: left;
    gap: 12px;
}

    .home .product__group .btn {
        border-radius: 6px;
        box-shadow: none;
        font-size: 14px;
        font-weight: 600;
    }

        .home .product__group .btn.line-right {
            background: #fff;
            border: var(--color-main) 1px solid;
            justify-content: center;
            width: 112px;
            font-size: 14px;
            padding-left: 6px;
            padding-right: 6px;
        }

            .home .product__group .btn.line-right > span {
                font-weight: 600;
                color: var(--color-main);
            }
/* Homepage */
.home .section.section--brand.bg-brand > .container > .row.align-center {
    flex-direction: column;
}

.home .section.section--about > .container > .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.login-social {
    margin-top: 20px;
}

    .login-social p {
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
    }

.login-btns {
    display: flex;
    gap: 20px;
}

    .login-btns a {
        flex: 1;
        padding: 8px;
        text-align: center;
        border-radius: 6px;
        border: 1px solid #555;
        color: #3F4254;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
    }

.nobiv2 .zalo-chat-widget {
    bottom: 100px !important;
    right: 27px !important;
}
@media(max-width:500px)
{
    .section--banner {
         height: 195px !important; 
 
    }
    .home .section--product .product {

        height: 600px;
    }
    .page-blog__slider .fix-full {
        /* padding: 0; */
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }
    .page-blog__slider {

        padding-bottom: 20px;
    }
    .related__header {

        margin-left: 15px;
    }
}