.display_,
.hidden,
.d-none {
    display: none
}

.hidden {
    display: none !important
}

.alert-success p {
    margin: 0
}

.lazyload {
    background: #ebebeb
}

.lazyload.loaded {
    background: transparent
}

html {
    overflow-x: hidden
}

html,
body {
    padding: 0px !important;
    padding: 0;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

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

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
    border: 1px solid #e9e9e9;
    color: #1c1c1c;
    margin: 0 0 19px;
    min-height: 40px;
    padding: 0 20px
}

a {
    color: #403938
}

a:hover {
    color: #f76758;
    text-decoration: none;
    cursor: pointer
}

.dropdown-menu {
    box-shadow: none
}

.dropdown-menu>li>a {
    white-space: inherit
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none
}

.alert-warning {
    padding-right: 20px
}

body,
input,
textarea,
button,
select {
    line-height: 1.7;
    font-family: "Nunito", serif;
    color: #403938;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%
}

body:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none;
    box-shadow: none
}

body {
    font-size: 14px;
    color: #403938;
    overflow-x: hidden
}

header nav {
    font-family: "Nunito", serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nunito", serif;
    line-height: 1.4
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    font-weight: inherit
}

a:focus {
    outline: none
}

p {
    margin: 0 0 15px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

ul {
    list-style: none outside
}

ol {
    list-style: decimal
}

ul.square {
    list-style: square outside
}

ul.disc {
    list-style: disc outside
}

ol.alpha {
    list-style: lower-alpha outside
}

.inline-list li {
    display: inline-block;
    margin-bottom: 0
}

table {
    width: 100%;
    margin-bottom: 1em;
    border-collapse: collapse;
    border-spacing: 0
}

.table-wrap {
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

th {
    font-weight: 500
}

th,
td {
    text-align: center;
    padding: 15px;
    border: 1px solid #ebebeb;
    color: #1c1c1c
}

a,
.text-link {
    color: #403938;
    text-decoration: none;
    background: transparent
}

button {
    overflow: visible
}

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

img {
    border: 0 none;
    max-width: 100%;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: auto
}

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

.table-wrapper {
    max-width: 100%;
    overflow: auto
}

form {
    margin-bottom: 30px
}

a:focus,
.btn:focus,
input[type="submit"]:focus,
button:focus,
.page-link:focus,
.button:focus,
.btn-button:focus {
    outline: none;
    box-shadow: none
}

input,
textarea,
button,
select {
    font-size: 1em
}

input:focus,
textarea:focus,
button:focus,
select:focus {
    outline: none
}

button,
input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
input[type="submit"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

input,
textarea,
select,
fieldset {
    border-radius: 0;
    max-width: 100%
}

input.input-full,
textarea.input-full,
select.input-full,
fieldset.input-full {
    width: 100%
}

fieldset {
    border: 1px solid #ebebeb;
    padding: 15px
}

legend {
    border: 0;
    padding: 0
}

optgroup {
    font-weight: bold
}

input {
    display: inline-block;
    width: auto
}

button,
input[type="submit"] {
    cursor: pointer
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="file"],
input[type="number"],
input[type="tel"],
textarea,
select {
    border: 1px solid #ebebeb;
    padding: 0 110px 0 20px;
    width: 100%;
    max-width: 100%;
    display: block
}

input[type="text"][disabled],
input[type="text"].disabled,
input[type="search"][disabled],
input[type="search"].disabled,
input[type="password"][disabled],
input[type="password"].disabled,
input[type="email"][disabled],
input[type="email"].disabled,
input[type="file"][disabled],
input[type="file"].disabled,
input[type="number"][disabled],
input[type="number"].disabled,
input[type="tel"][disabled],
input[type="tel"].disabled,
textarea[disabled],
textarea.disabled,
select[disabled],
select.disabled {
    cursor: default
}

textarea {
    min-height: 100px;
    padding-top: 6px;
    padding-bottom: 6px
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    position: absolute;
    background: transparent;
    outline: none;
    opacity: 0
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url("ico-selecte274.png?1676281841878");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #fff !important;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer
}

.ie9 select,
.lt-ie9 select {
    padding-right: 10px;
    background-image: none
}

option {
    color: #000;
    background-color: #fff
}

select::-ms-expand {
    display: none
}

label,
legend {
    display: block;
    font-weight: 400
}

label.inline,
legend.inline {
    display: inline
}

input[type="checkbox"]+label,
input[type="radio"]+label {
    font-weight: normal
}

label[for] {
    cursor: pointer
}

.label-hint {
    color: #999
}

form.form-horizontal,
.form-horizontal {
    margin-bottom: 0
}

form.form-horizontal input[type="text"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="tel"],
form.form-horizontal textarea,
form.form-horizontal select,
form.form-horizontal label,
.form-horizontal input[type="text"],
.form-horizontal input[type="search"],
.form-horizontal input[type="password"],
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="tel"],
.form-horizontal textarea,
.form-horizontal select,
.form-horizontal label {
    display: inline-block;
    margin-bottom: 0;
    width: auto
}

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="tel"].error,
textarea.error {
    border-color: red;
    color: red
}

label.error {
    color: red
}

.hidden {
    display: none
}

label {
    display: inline-block !important
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group .input-group-field:first-child,
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child>.btn,
.input-group .input-group-btn:first-child>input[type="submit"],
.input-group input[type="hidden"]:first-child+.input-group-field,
.input-group input[type="hidden"]:first-child+.input-group-btn>.btn,
.input-group input[type="hidden"]:first-child+.input-group-btn>input[type="submit"] {
    border-radius: 0
}

.input-group .input-group-field:last-child,
.input-group .input-group-btn:last-child>.btn,
.input-group .input-group-btn:last-child>input[type="submit"] {
    border-radius: 0
}

.input-group input::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -1px;
    margin-bottom: -1px
}

.input-group-field,
.input-group-btn {
    display: table-cell;
    vertical-align: middle;
    margin: 0
}

.input-group .btn,
.input-group input[type="submit"],
.input-group .input-group-field {
    height: 40px
}

.input-group .input-group-field {
    width: 100%;
    margin-bottom: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
    width: 1%;
    padding: 0
}

.form-group {
    margin: 0;
    padding: 0 0 8px;
    border: 0
}

.form-group .form-control {
    display: block;
    width: 100%;
    min-height: 40px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: "Nunito", serif;
    line-height: 1.5;
    color: #403938;
    background-color: #fff;
    background-image: none;
    margin-bottom: 15px;
    border: 1px solid #EAEBF3;
    box-shadow: none;
    border-radius: 3px
}

.form-group .form-control::-webkit-input-placeholder {
    color: #cdcfdd
}

.form-group .form-control::-moz-placeholder {
    color: #cdcfdd
}

.form-group .form-control:-ms-input-placeholder {
    color: #cdcfdd
}

.form-group input,
.form-group select {
    height: 40px
}

.flexbox,
.awe-popup {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.list-inline {
    *zoom: 1
}

.list-inline:after {
    content: "";
    display: table;
    clear: both
}

.list-inline li {
    float: left;
    margin: 0
}

.row.row-noGutter {
    margin-left: 0;
    margin-right: 0
}

.row.row-noGutter>div[class^="col"] {
    padding-right: 0px;
    padding-left: 0px
}

.row.row-noGutter-2 {
    margin-left: 0px;
    margin-right: 0px
}

.row.row-noGutter-2>[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px
}

.row.row-75Gutter {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.row.row-75Gutter>[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.row.row-10Gutter {
    margin-left: -10px;
    margin-right: -10px
}

.row.row-10Gutter>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px
}

.row.row-12Gutter {
    margin-left: -6px;
    margin-right: -6px
}

.row.row-12Gutter>div[class^="col"] {
    padding-right: 6px;
    padding-left: 6px
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

.text-bold {
    font-weight: bold !important
}

.a-center {
    text-align: center !important
}

.a-left {
    text-align: left !important
}

.a-right {
    text-align: right !important
}

.f-right {
    float: right !important
}

.f-none {
    float: none !important
}

.inline {
    display: inline !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.flexbox {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden
}

.flexbox>div {
    flex: 1
}

.background-none {
    background: none !important
}

.no-margin {
    margin: 0 !important
}

.no-padding {
    padding: 0 !important
}

.no-border {
    border: none !important
}

.ov-h {
    overflow: hidden !important
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.margin-0 {
    margin: 0px !important
}

.margin-vertical-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important
}

.margin-horizontal-0 {
    margin-left: 0px !important;
    margin-right: 0px !important
}

.margin-top-0 {
    margin-top: 0px !important
}

.margin-bottom-0 {
    margin-bottom: 0px !important
}

.margin-left-0 {
    margin-left: 0px !important
}

.margin-right-0 {
    margin-right: 0px !important
}

.padding-0 {
    padding: 0px !important
}

.padding-vertical-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important
}

.padding-horizontal-0 {
    padding-left: 0px !important;
    padding-right: 0px !important
}

.padding-top-0 {
    padding-top: 0px !important
}

.padding-bottom-0 {
    padding-bottom: 0px !important
}

.padding-left-0 {
    padding-left: 0px !important
}

.padding-right-0 {
    padding-right: 0px !important
}

.margin-5 {
    margin: 5px !important
}

.margin-vertical-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important
}

.margin-horizontal-5 {
    margin-left: 5px !important;
    margin-right: 5px !important
}

.margin-top-5 {
    margin-top: 5px !important
}

.margin-bottom-5 {
    margin-bottom: 5px !important
}

.margin-left-5 {
    margin-left: 5px !important
}

.margin-right-5 {
    margin-right: 5px !important
}

.padding-5 {
    padding: 5px !important
}

.padding-vertical-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important
}

.padding-horizontal-5 {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.padding-top-5 {
    padding-top: 5px !important
}

.padding-bottom-5 {
    padding-bottom: 5px !important
}

.padding-left-5 {
    padding-left: 5px !important
}

.padding-right-5 {
    padding-right: 5px !important
}

.margin-10 {
    margin: 10px !important
}

.margin-vertical-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}

.margin-horizontal-10 {
    margin-left: 10px !important;
    margin-right: 10px !important
}

.margin-top-10 {
    margin-top: 10px !important
}

.margin-bottom-10 {
    margin-bottom: 10px !important
}

.margin-left-10 {
    margin-left: 10px !important
}

.margin-right-10 {
    margin-right: 10px !important
}

.padding-10 {
    padding: 10px !important
}

.padding-vertical-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.padding-horizontal-10 {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.padding-top-10 {
    padding-top: 10px !important
}

.padding-bottom-10 {
    padding-bottom: 10px !important
}

.padding-left-10 {
    padding-left: 10px !important
}

.padding-right-10 {
    padding-right: 10px !important
}

.margin-15 {
    margin: 15px !important
}

.margin-vertical-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important
}

.margin-horizontal-15 {
    margin-left: 15px !important;
    margin-right: 15px !important
}

.margin-top-15 {
    margin-top: 15px !important
}

.margin-bottom-15 {
    margin-bottom: 15px !important
}

.margin-left-15 {
    margin-left: 15px !important
}

.margin-right-15 {
    margin-right: 15px !important
}

.padding-15 {
    padding: 15px !important
}

.padding-vertical-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important
}

.padding-horizontal-15 {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.padding-top-15 {
    padding-top: 15px !important
}

.padding-bottom-15 {
    padding-bottom: 15px !important
}

.padding-left-15 {
    padding-left: 15px !important
}

.padding-right-15 {
    padding-right: 15px !important
}

.margin-20 {
    margin: 20px !important
}

.margin-vertical-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.margin-horizontal-20 {
    margin-left: 20px !important;
    margin-right: 20px !important
}

.margin-top-20 {
    margin-top: 20px !important
}

.margin-bottom-20 {
    margin-bottom: 20px !important
}

.margin-left-20 {
    margin-left: 20px !important
}

.margin-right-20 {
    margin-right: 20px !important
}

.padding-20 {
    padding: 20px !important
}

.padding-vertical-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.padding-horizontal-20 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.padding-top-20 {
    padding-top: 20px !important
}

.padding-bottom-20 {
    padding-bottom: 20px !important
}

.padding-left-20 {
    padding-left: 20px !important
}

.padding-right-20 {
    padding-right: 20px !important
}

.margin-25 {
    margin: 25px !important
}

.margin-vertical-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important
}

.margin-horizontal-25 {
    margin-left: 25px !important;
    margin-right: 25px !important
}

.margin-top-25 {
    margin-top: 25px !important
}

.margin-bottom-25 {
    margin-bottom: 25px !important
}

.margin-left-25 {
    margin-left: 25px !important
}

.margin-right-25 {
    margin-right: 25px !important
}

.padding-25 {
    padding: 25px !important
}

.padding-vertical-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important
}

.padding-horizontal-25 {
    padding-left: 25px !important;
    padding-right: 25px !important
}

.padding-top-25 {
    padding-top: 25px !important
}

.padding-bottom-25 {
    padding-bottom: 25px !important
}

.padding-left-25 {
    padding-left: 25px !important
}

.padding-right-25 {
    padding-right: 25px !important
}

.margin-30 {
    margin: 30px !important
}

.margin-vertical-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.margin-horizontal-30 {
    margin-left: 30px !important;
    margin-right: 30px !important
}

.margin-top-30 {
    margin-top: 30px !important
}

.margin-bottom-30 {
    margin-bottom: 30px !important
}

.margin-left-30 {
    margin-left: 30px !important
}

.margin-right-30 {
    margin-right: 30px !important
}

.padding-30 {
    padding: 30px !important
}

.padding-vertical-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.padding-horizontal-30 {
    padding-left: 30px !important;
    padding-right: 30px !important
}

.padding-top-30 {
    padding-top: 30px !important
}

.padding-bottom-30 {
    padding-bottom: 30px !important
}

.padding-left-30 {
    padding-left: 30px !important
}

.padding-right-30 {
    padding-right: 30px !important
}

.margin-35 {
    margin: 35px !important
}

.margin-vertical-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important
}

.margin-horizontal-35 {
    margin-left: 35px !important;
    margin-right: 35px !important
}

.margin-top-35 {
    margin-top: 35px !important
}

.margin-bottom-35 {
    margin-bottom: 35px !important
}

.margin-left-35 {
    margin-left: 35px !important
}

.margin-right-35 {
    margin-right: 35px !important
}

.padding-35 {
    padding: 35px !important
}

.padding-vertical-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important
}

.padding-horizontal-35 {
    padding-left: 35px !important;
    padding-right: 35px !important
}

.padding-top-35 {
    padding-top: 35px !important
}

.padding-bottom-35 {
    padding-bottom: 35px !important
}

.padding-left-35 {
    padding-left: 35px !important
}

.padding-right-35 {
    padding-right: 35px !important
}

.margin-40 {
    margin: 40px !important
}

.margin-vertical-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}

.margin-horizontal-40 {
    margin-left: 40px !important;
    margin-right: 40px !important
}

.margin-top-40 {
    margin-top: 40px !important
}

.margin-bottom-40 {
    margin-bottom: 40px !important
}

.margin-left-40 {
    margin-left: 40px !important
}

.margin-right-40 {
    margin-right: 40px !important
}

.padding-40 {
    padding: 40px !important
}

.padding-vertical-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.padding-horizontal-40 {
    padding-left: 40px !important;
    padding-right: 40px !important
}

.padding-top-40 {
    padding-top: 40px !important
}

.padding-bottom-40 {
    padding-bottom: 40px !important
}

.padding-left-40 {
    padding-left: 40px !important
}

.padding-right-40 {
    padding-right: 40px !important
}

.margin-45 {
    margin: 45px !important
}

.margin-vertical-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important
}

.margin-horizontal-45 {
    margin-left: 45px !important;
    margin-right: 45px !important
}

.margin-top-45 {
    margin-top: 45px !important
}

.margin-bottom-45 {
    margin-bottom: 45px !important
}

.margin-left-45 {
    margin-left: 45px !important
}

.margin-right-45 {
    margin-right: 45px !important
}

.padding-45 {
    padding: 45px !important
}

.padding-vertical-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important
}

.padding-horizontal-45 {
    padding-left: 45px !important;
    padding-right: 45px !important
}

.padding-top-45 {
    padding-top: 45px !important
}

.padding-bottom-45 {
    padding-bottom: 45px !important
}

.padding-left-45 {
    padding-left: 45px !important
}

.padding-right-45 {
    padding-right: 45px !important
}

.margin-50 {
    margin: 50px !important
}

.margin-vertical-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}

.margin-horizontal-50 {
    margin-left: 50px !important;
    margin-right: 50px !important
}

.margin-top-50 {
    margin-top: 50px !important
}

.margin-bottom-50 {
    margin-bottom: 50px !important
}

.margin-left-50 {
    margin-left: 50px !important
}

.margin-right-50 {
    margin-right: 50px !important
}

.padding-50 {
    padding: 50px !important
}

.padding-vertical-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.padding-horizontal-50 {
    padding-left: 50px !important;
    padding-right: 50px !important
}

.padding-top-50 {
    padding-top: 50px !important
}

.padding-bottom-50 {
    padding-bottom: 50px !important
}

.padding-left-50 {
    padding-left: 50px !important
}

.padding-right-50 {
    padding-right: 50px !important
}

.margin-55 {
    margin: 55px !important
}

.margin-vertical-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important
}

.margin-horizontal-55 {
    margin-left: 55px !important;
    margin-right: 55px !important
}

.margin-top-55 {
    margin-top: 55px !important
}

.margin-bottom-55 {
    margin-bottom: 55px !important
}

.margin-left-55 {
    margin-left: 55px !important
}

.margin-right-55 {
    margin-right: 55px !important
}

.padding-55 {
    padding: 55px !important
}

.padding-vertical-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important
}

.padding-horizontal-55 {
    padding-left: 55px !important;
    padding-right: 55px !important
}

.padding-top-55 {
    padding-top: 55px !important
}

.padding-bottom-55 {
    padding-bottom: 55px !important
}

.padding-left-55 {
    padding-left: 55px !important
}

.padding-right-55 {
    padding-right: 55px !important
}

.margin-60 {
    margin: 60px !important
}

.margin-vertical-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important
}

.margin-horizontal-60 {
    margin-left: 60px !important;
    margin-right: 60px !important
}

.margin-top-60 {
    margin-top: 60px !important
}

.margin-bottom-60 {
    margin-bottom: 60px !important
}

.margin-left-60 {
    margin-left: 60px !important
}

.margin-right-60 {
    margin-right: 60px !important
}

.padding-60 {
    padding: 60px !important
}

.padding-vertical-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important
}

.padding-horizontal-60 {
    padding-left: 60px !important;
    padding-right: 60px !important
}

.padding-top-60 {
    padding-top: 60px !important
}

.padding-bottom-60 {
    padding-bottom: 60px !important
}

.padding-left-60 {
    padding-left: 60px !important
}

.padding-right-60 {
    padding-right: 60px !important
}

.margin-65 {
    margin: 65px !important
}

.margin-vertical-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important
}

.margin-horizontal-65 {
    margin-left: 65px !important;
    margin-right: 65px !important
}

.margin-top-65 {
    margin-top: 65px !important
}

.margin-bottom-65 {
    margin-bottom: 65px !important
}

.margin-left-65 {
    margin-left: 65px !important
}

.margin-right-65 {
    margin-right: 65px !important
}

.padding-65 {
    padding: 65px !important
}

.padding-vertical-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important
}

.padding-horizontal-65 {
    padding-left: 65px !important;
    padding-right: 65px !important
}

.padding-top-65 {
    padding-top: 65px !important
}

.padding-bottom-65 {
    padding-bottom: 65px !important
}

.padding-left-65 {
    padding-left: 65px !important
}

.padding-right-65 {
    padding-right: 65px !important
}

.margin-70 {
    margin: 70px !important
}

.margin-vertical-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important
}

.margin-horizontal-70 {
    margin-left: 70px !important;
    margin-right: 70px !important
}

.margin-top-70 {
    margin-top: 70px !important
}

.margin-bottom-70 {
    margin-bottom: 70px !important
}

.margin-left-70 {
    margin-left: 70px !important
}

.margin-right-70 {
    margin-right: 70px !important
}

.padding-70 {
    padding: 70px !important
}

.padding-vertical-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important
}

.padding-horizontal-70 {
    padding-left: 70px !important;
    padding-right: 70px !important
}

.padding-top-70 {
    padding-top: 70px !important
}

.padding-bottom-70 {
    padding-bottom: 70px !important
}

.padding-left-70 {
    padding-left: 70px !important
}

.padding-right-70 {
    padding-right: 70px !important
}

.margin-75 {
    margin: 75px !important
}

.margin-vertical-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important
}

.margin-horizontal-75 {
    margin-left: 75px !important;
    margin-right: 75px !important
}

.margin-top-75 {
    margin-top: 75px !important
}

.margin-bottom-75 {
    margin-bottom: 75px !important
}

.margin-left-75 {
    margin-left: 75px !important
}

.margin-right-75 {
    margin-right: 75px !important
}

.padding-75 {
    padding: 75px !important
}

.padding-vertical-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important
}

.padding-horizontal-75 {
    padding-left: 75px !important;
    padding-right: 75px !important
}

.padding-top-75 {
    padding-top: 75px !important
}

.padding-bottom-75 {
    padding-bottom: 75px !important
}

.padding-left-75 {
    padding-left: 75px !important
}

.padding-right-75 {
    padding-right: 75px !important
}

.margin-80 {
    margin: 80px !important
}

.margin-vertical-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important
}

.margin-horizontal-80 {
    margin-left: 80px !important;
    margin-right: 80px !important
}

.margin-top-80 {
    margin-top: 80px !important
}

.margin-bottom-80 {
    margin-bottom: 80px !important
}

.margin-left-80 {
    margin-left: 80px !important
}

.margin-right-80 {
    margin-right: 80px !important
}

.padding-80 {
    padding: 80px !important
}

.padding-vertical-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important
}

.padding-horizontal-80 {
    padding-left: 80px !important;
    padding-right: 80px !important
}

.padding-top-80 {
    padding-top: 80px !important
}

.padding-bottom-80 {
    padding-bottom: 80px !important
}

.padding-left-80 {
    padding-left: 80px !important
}

.padding-right-80 {
    padding-right: 80px !important
}

.margin-85 {
    margin: 85px !important
}

.margin-vertical-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important
}

.margin-horizontal-85 {
    margin-left: 85px !important;
    margin-right: 85px !important
}

.margin-top-85 {
    margin-top: 85px !important
}

.margin-bottom-85 {
    margin-bottom: 85px !important
}

.margin-left-85 {
    margin-left: 85px !important
}

.margin-right-85 {
    margin-right: 85px !important
}

.padding-85 {
    padding: 85px !important
}

.padding-vertical-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important
}

.padding-horizontal-85 {
    padding-left: 85px !important;
    padding-right: 85px !important
}

.padding-top-85 {
    padding-top: 85px !important
}

.padding-bottom-85 {
    padding-bottom: 85px !important
}

.padding-left-85 {
    padding-left: 85px !important
}

.padding-right-85 {
    padding-right: 85px !important
}

.margin-90 {
    margin: 90px !important
}

.margin-vertical-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important
}

.margin-horizontal-90 {
    margin-left: 90px !important;
    margin-right: 90px !important
}

.margin-top-90 {
    margin-top: 90px !important
}

.margin-bottom-90 {
    margin-bottom: 90px !important
}

.margin-left-90 {
    margin-left: 90px !important
}

.margin-right-90 {
    margin-right: 90px !important
}

.padding-90 {
    padding: 90px !important
}

.padding-vertical-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important
}

.padding-horizontal-90 {
    padding-left: 90px !important;
    padding-right: 90px !important
}

.padding-top-90 {
    padding-top: 90px !important
}

.padding-bottom-90 {
    padding-bottom: 90px !important
}

.padding-left-90 {
    padding-left: 90px !important
}

.padding-right-90 {
    padding-right: 90px !important
}

.margin-95 {
    margin: 95px !important
}

.margin-vertical-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important
}

.margin-horizontal-95 {
    margin-left: 95px !important;
    margin-right: 95px !important
}

.margin-top-95 {
    margin-top: 95px !important
}

.margin-bottom-95 {
    margin-bottom: 95px !important
}

.margin-left-95 {
    margin-left: 95px !important
}

.margin-right-95 {
    margin-right: 95px !important
}

.padding-95 {
    padding: 95px !important
}

.padding-vertical-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important
}

.padding-horizontal-95 {
    padding-left: 95px !important;
    padding-right: 95px !important
}

.padding-top-95 {
    padding-top: 95px !important
}

.padding-bottom-95 {
    padding-bottom: 95px !important
}

.padding-left-95 {
    padding-left: 95px !important
}

.padding-right-95 {
    padding-right: 95px !important
}

.margin-100 {
    margin: 100px !important
}

.margin-vertical-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important
}

.margin-horizontal-100 {
    margin-left: 100px !important;
    margin-right: 100px !important
}

.margin-top-100 {
    margin-top: 100px !important
}

.margin-bottom-100 {
    margin-bottom: 100px !important
}

.margin-left-100 {
    margin-left: 100px !important
}

.margin-right-100 {
    margin-right: 100px !important
}

.padding-100 {
    padding: 100px !important
}

.padding-vertical-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important
}

.padding-horizontal-100 {
    padding-left: 100px !important;
    padding-right: 100px !important
}

.padding-top-100 {
    padding-top: 100px !important
}

.padding-bottom-100 {
    padding-bottom: 100px !important
}

.padding-left-100 {
    padding-left: 100px !important
}

.padding-right-100 {
    padding-right: 100px !important
}

.btn-continus {
    height: 40px !important;
    line-height: 40px !important;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 25px !important;
    background: #ec2c1e !important;
    border: 1px solid #ec2c1e !important
}

.btn-continus:hover {
    border: 1px solid #f76758;
    background: #fff !important;
    color: #f76758 !important
}

.btn,
input[type="submit"] {
    display: inline-block;
    height: 40px;
    line-height: 39px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
    outline: none !important;
    cursor: pointer;
    border: none;
    font-weight: 400;
    border-radius: 0;
    letter-spacing: 0
}

.btn[disabled],
input[disabled][type="submit"],
.btn.disabled,
input.disabled[type="submit"] {
    cursor: default;
    background-color: #ebebeb
}

.btn.btn-primary,
input.btn-primary[type="submit"] {
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #00bc86;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding: 0 38px;
    border-radius: 3px
}

.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
    background: #333;
    color: #fff
}

.btn.btn-popup,
input.btn-popup[type="submit"] {
    text-transform: uppercase !important;
    width: 100%;
    padding: 0 25px;
    background: #00bc86;
    color: #fff !important;
    border-radius: 3px;
    font-size: 14px !important;
    font-weight: bold;
    font-family: "Nunito", serif;
    border: 1px solid transparent !important
}

.btn.btn-popup:hover,
input.btn-popup[type="submit"]:hover {
    background: #fff;
    color: #f76758 !important;
    border: 1px solid #f76758 !important
}

.btn.btn-circle,
input.btn-circle[type="submit"] {
    border-radius: 50%;
    padding: 0
}

.btn.btn-large,
input.btn-large[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 74px
}

.btn.btn-small,
input.btn-small[type="submit"] {
    height: 34px;
    line-height: 34px;
    padding: 0 32px;
    font-size: em(12px)
}

.btn.btn-dark-address,
input.btn-dark-address[type="submit"] {
    background: #2a2a2a;
    border: 1px solid transparent !important;
    color: #fff;
    padding: 0 25px;
    color: #fff;
    font-size: 14px
}

.btn.btn-white,
input.btn-white[type="submit"] {
    background: #fff;
    color: #403938;
    border: 1px solid #ebebeb;
    font-weight: 400
}

.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
    background: #f87d70;
    color: #fff
}

.btn.btn-gray,
input.btn-gray[type="submit"] {
    background: #9e9e9e;
    color: #fff
}

.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
    background: #f76758
}

.btn.btn-gray a,
input.btn-gray[type="submit"] a {
    color: #fff
}

.btn.btn-full,
input.btn-full[type="submit"] {
    display: block;
    width: 100%
}

.btn-link {
    line-height: 40px;
    color: #00bc86
}

.btn-link:hover {
    text-decoration: underline
}

.tab-wrap .tabs-title {
    *zoom: 1;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0 0 26px
}

.tab-wrap .tabs-title:after {
    content: "";
    display: table;
    clear: both
}

.tab-wrap .tabs-title li {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    line-height: 40px;
    float: left
}

.tab-wrap .tabs-title li:before {
    content: "|";
    color: #c9c9c9;
    padding: 0 16px;
    color: #1c1c1c
}

.tab-wrap .tabs-title li:first-child:before {
    display: none
}

.tab-wrap .tabs-title li.current {
    color: #212121
}

.tab-wrap .tab-content {
    position: relative
}

ul.tabs li {
    background: none;
    display: inline-block;
    cursor: pointer
}

ul.tabs li.current {
    color: #000
}

.tab-content {
    opacity: 0;
    visibility: hidden;
    height: 0
}

.tab-content.current {
    opacity: 1;
    visibility: visible;
    height: auto
}

.mid-footer {
    padding: 40px 0 30px
}

footer.footer.lazyload {
    background-color: #020202;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 1200px) {
    footer.footer .col-left-footer {
        padding-right: 75px
    }
}

footer.footer .col-left-footer .blocklogo a {
    display: block;
    text-align: left;
    margin-bottom: 20px
}

footer.footer .col-left-footer .blocklogo a img {
    width: auto;
    height: auto
}

footer.footer .col-left-footer .social-footer {
    padding: 0;
    margin: 0 0 15px 0
}

footer.footer .col-left-footer .social-footer li {
    display: inline-block;
    margin-right: 8px
}

footer.footer .col-left-footer .social-footer li a {
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 10px;
    text-decoration: none;
    background: #00bc86;
    border: solid 1px #00bc86;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s
}

footer.footer .col-left-footer .social-footer li a:hover {
    background: #fff;
    border-color: #00bc86
}

footer.footer .col-left-footer .social-footer li a:hover svg path {
    fill: #00bc86
}

footer.footer .col-left-footer .social-footer li a.instagram svg {
    transform: translateY(5px)
}

footer.footer .col-left-footer .social-footer li a svg {
    transform: translateY(3px)
}

footer.footer .col-left-footer .social-footer li a svg path {
    fill: #fff
}

footer.footer .col-left-footer .subscribe h4 {
    margin: 0 0 10px
}

footer.footer .col-left-footer .subscribe .mailchimp-alerts {
    color: #fff
}

footer.footer .col-left-footer .subscribe .mailchimp-alerts a {
    color: #fff
}

footer.footer .col-left-footer .subscribe .mailchimp-alerts a:hover {
    color: #00bc86
}

footer.footer .col-left-footer .subscribe form {
    margin: 0 0 30px
}

footer.footer .col-left-footer .subscribe form input {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    height: 47px;
    padding: 0 110px 0 25px;
    min-height: 47px;
    font-family: "Nunito", serif;
    font-weight: 400;
    max-width: 100%;
    border: 0;
    display: block;
    font-family: "Nunito", serif;
    background: #fff;
    border-radius: 10px !important;
    font-size: 14px;
    color: #403938;
    outline: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

footer.footer .col-left-footer .subscribe form input::-webkit-input-placeholder {
    color: #403938;
    opacity: 0.6
}

footer.footer .col-left-footer .subscribe form input::-moz-placeholder {
    color: #403938;
    opacity: 0.6
}

footer.footer .col-left-footer .subscribe form input:-ms-input-placeholder {
    color: #403938;
    opacity: 0.6
}

footer.footer .col-left-footer .subscribe form .input-group-btn {
    position: absolute;
    white-space: nowrap;
    right: 0px;
    top: 0;
    width: 50px;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    z-index: 4
}

footer.footer .col-left-footer .subscribe form .input-group-btn .icon-fallback-text {
    background: #00bc86;
    color: #fff;
    font-size: 16px;
    padding: 0 30px;
    text-transform: uppercase;
    font-family: "Nunito", serif;
    font-weight: 700;
    height: 47px;
    border-radius: 10px;
    line-height: 47px;
    float: right
}

footer.footer .col-left-footer .subscribe form .input-group-btn .icon-fallback-text:hover {
    background: #fcc0b9
}

footer.footer h4 {
    font-family: "Nunito", serif;
    font-size: 14px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

footer.footer h4.title-menu {
    margin: 10px 0
}

footer.footer h4.title_last {
    margin: 40px 0 10px
}

@media (max-width: 767px) {
    footer.footer h4.title_last {
        margin: 0 0 10px
    }
}

footer.footer .footer-widget {
    position: relative;
    text-align: center
}

@media (max-width: 767px) {
    footer.footer .footer-widget {
        margin-bottom: 20px
    }
}

footer.footer .footer-widget .contact_image {
    display: block;
    margin-bottom: 25px
}

footer.footer .footer-widget .contact_image img {
    width: 30px;
    height: 30px
}

footer.footer .footer-widget .contact_image img.loaded {
    width: auto;
    height: auto
}

footer.footer .list-menu {
    padding: 0;
    margin: 0
}

@media (max-width: 767px) {
    footer.footer .list-menu {
        display: none
    }
}

footer.footer .list-menu li {
    display: block
}

footer.footer .list-menu li a {
    font-family: "Nunito", serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 36px;
    position: relative;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s
}

footer.footer .list-menu li a:hover {
    color: #00bc86
}

footer.footer .contact-ft {
    margin: 0 0 10px
}

footer.footer .contact-ft .icon_contact {
    width: 17px;
    height: 17px;
    float: left;
    line-height: 17px
}

footer.footer .contact-ft .icon_contact svg {
    width: 17px;
    transform: translateY(10px);
    height: 16px
}

footer.footer .contact-ft .icon_contact svg path {
    fill: #fff
}

footer.footer .contact-ft .content_contact {
    width: calc(100% - 17px);
    float: left;
    padding-left: 10px
}

footer.footer .contact-ft .content_contact span,
footer.footer .contact-ft .content_contact a {
    font-family: "Nunito", serif;
    font-size: 14px;
    line-height: 36px;
    font-weight: 400;
    color: #fff
}

footer.footer .contact-ft .content_contact a:hover {
    color: #00bc86
}

footer.footer .clicked {
    position: relative
}

@media (max-width: 767px) {
    footer.footer .clicked:after {
        content: "";
        background-image: url(i-up-arrowe274.svg?1676281841878);
        background-repeat: no-repeat;
        width: 20px;
        height: 10px;
        display: block;
        background-size: contain;
        position: absolute;
        top: 20px;
        right: -10px;
        transform: rotateX(-180deg);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s
    }

    footer.footer .clicked.open_:after {
        background-image: url(//bizweb.dktcdn.net/100/453/393/themes/894913/assets/i-up-arrow.svg?1676281841878);
        right: -10px;
        transform: rotateX(0);
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -ms-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s
    }
}

footer.footer .copyright {
    margin-bottom: 0px;
    position: relative;
    text-align: center
}

@media (max-width: 991px) {
    footer.footer .copyright {
        margin-top: 0
    }
}

footer.footer .copyright .fot_copyright .wsp {
    border-top: 0.5px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-family: "Nunito", serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0
}

footer.footer .copyright .fot_copyright .wsp b {
    color: #00bc86;
    font-weight: 700
}

footer.footer .copyright .fot_copyright .wsp .mobile {
    opacity: 1
}

footer.footer .copyright .fot_copyright .wsp .dash {
    padding: 0 5px
}

footer.footer .copyright .fot_copyright a {
    color: #00bc86;
    opacity: 1;
    font-weight: 700
}

footer.footer .copyright .fot_copyright a:hover {
    color: #f76758 !important;
    opacity: 1
}

@media (max-width: 767px) {
    footer.footer .copyright .wsp {
        overflow: hidden;
        display: block;
        line-height: 24px
    }

    footer.footer .copyright .mobile {
        display: block;
        width: 100%;
        line-height: 24px
    }

    footer.footer .padding-bottom-50 {
        padding-bottom: 20px !important
    }
}

.backtop {
    position: fixed;
    bottom: 32px;
    right: 50px;
    z-index: 99;
    top: auto !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f76758;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    opacity: 0 !important
}

.backtop svg {
    height: 30px;
    color: #fff;
    width: 20px
}

.backtop:hover {
    background: #00bc86
}

.backtop.show {
    opacity: 1 !important;
    margin-top: 20px
}

.fancybox-close {
    background-color: transparent !important
}

@media (max-width: 1199px) {
    .h_recover {
        margin-bottom: 30px
    }
}

.page_404 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 700px;
    font-family: "Nunito", serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width: 767px) {
    .page_404 {
        min-height: 400px
    }
}

.page_404 .page-404 {
    text-align: center
}

.page_404 .page-404 h1 {
    font-family: "Nunito", serif;
    font-size: 200px;
    font-weight: 700;
    line-height: 200px;
    margin: 0;
    padding: 0;
    color: #403938
}

@media (max-width: 767px) {
    .page_404 .page-404 h1 {
        font-size: 100px;
        line-height: 100px
    }
}

.page_404 .page-404 p {
    font-family: "Nunito", serif;
    font-size: 22px;
    color: #403938
}

@media (max-width: 767px) {
    .page_404 .page-404 p {
        font-size: 16px
    }
}

.title_page {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    lineheight: 34px;
    font-family: "Nunito", serif
}

.breadcrumb_image a {
    display: block;
    text-align: center
}

.bizweb-product-reviews-module {
    margin: 0 !important
}

.bread-crumb {
    background: #fff
}

.breadcrumb {
    font-family: "Nunito", serif;
    font-size: 14px;
    padding: 30px 0px;
    border-radius: 0;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    display: block;
    margin: 0;
    text-align: left
}

@media (max-width: 991px) {
    .breadcrumb {
        padding-left: 0
    }
}

.breadcrumb li {
    display: inline
}

.breadcrumb li>a {
    color: #00bc86
}

.breadcrumb li>a>span {
    color: #00bc86
}

.breadcrumb li>a>span svg {
    width: 12px;
    height: 12px;
    margin-right: 5px
}

.breadcrumb li>a>span svg path {
    fill: #00bc86
}

.breadcrumb li .mr_lr {
    padding: 0px 3px;
    color: #403938
}

.breadcrumb li span {
    display: inline;
    color: #00bc86
}

.breadcrumb li span .fa {
    color: #403938;
    padding: 0px 5px
}

.breadcrumb li a:hover,
.breadcrumb li.active,
.breadcrumb li strong {
    color: #474747;
    font-weight: 700;
    text-decoration: none
}

.breadcrumb li a:hover span,
.breadcrumb li.active span,
.breadcrumb li strong span {
    color: #474747
}

.breadcrumb>li+li:before {
    display: none
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-radius: 50%
}

.pagenav {
    text-align: center
}

.pagenav span {
    display: inline-block;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    font-weight: 700
}

.nav_pagi {
    margin: 20px 0px;
    display: block;
    text-align: right
}

.nav_pagi .pagination {
    position: relative;
    z-index: 1;
    padding: 0 0px;
    margin: 0 0 0px;
    justify-content: center
}

.nav_pagi .pagination .page-link {
    font-family: "Nunito", serif;
    font-weight: 400;
    float: left;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    background: #fff;
    border: solid 1px transparent;
    text-align: center;
    height: 20px;
    width: 20px;
    font-size: 14px;
    line-height: 20px;
    color: #403938;
    text-decoration: none
}

.nav_pagi .pagination .page-link svg {
    width: 12px;
    height: 12px;
    transform: translateY(2px)
}

.nav_pagi .pagination .page-link:hover {
    background: #00bc86;
    color: #fff;
    border-color: #00bc86
}

.nav_pagi .pagination .page-link:hover svg path {
    stroke: #fff
}

.nav_pagi .pagination .page-item.disabled .page-link {
    display: none
}

.nav_pagi .pagination .page-item.active .page-link {
    background: #00bc86;
    color: #fff;
    display: block;
    border-color: #00bc86
}

.nav_pagi .pagination .page-item.active .page-link svg path {
    stroke: #fff
}

.backdrop__body-backdrop___1rvky {
    position: fixed;
    opacity: 0;
    width: 100%;
    left: 0;
    top: 0 !important;
    right: 0;
    bottom: 0;
    background-color: #363636;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out
}

.backdrop__body-backdrop___1rvky.active {
    visibility: visible;
    opacity: 0.5
}

.title_module_main {
    position: relative;
    margin-bottom: 30px;
    z-index: 1
}

@media (max-width: 767px) {
    .title_module_main {
        margin-bottom: 20px
    }
}

.title_module_main .h2,
.title_module_main h2 {
    font-family: "Nunito", serif;
    font-weight: 800;
    font-size: 36px;
    margin: 0;
    position: relative;
    padding: 20px 0 0;
    text-transform: uppercase
}

@media (max-width: 1199px) {

    .title_module_main .h2,
    .title_module_main h2 {
        font-size: 32px
    }
}

@media (max-width: 767px) {

    .title_module_main .h2,
    .title_module_main h2 {
        font-size: 16px;
        padding: 15px 0 0
    }
}

.title_module_main .h2:before,
.title_module_main h2:before {
    content: "";
    position: absolute;
    top: 0;
    width: 77px;
    height: 5px;
    background: #FBB72C;
    left: 0;
    border-radius: 5px
}

@media (max-width: 767px) {

    .title_module_main .h2:before,
    .title_module_main h2:before {
        width: 47px;
        height: 3px
    }
}

.title_module_main .h2 span,
.title_module_main .h2 a,
.title_module_main h2 span,
.title_module_main h2 a {
    color: #403938;
    position: relative;
    display: block
}

.title_module_main .h2 span a:hover,
.title_module_main .h2 a a:hover,
.title_module_main h2 span a:hover,
.title_module_main h2 a a:hover {
    color: #00bc86
}

@media (max-width: 1199px) {
    .product-action-grid {
        display: none !important
    }
}

.item_product_main.item_product_list_mini {
    margin-bottom: 0 !important;
    background: #fff;
    padding: 15px 0;
    border-bottom: dashed 1px #ebebeb
}

.item_product_main.item_product_list_mini:last-child {
    border-bottom: 0
}

.item_product_main.item_product_list_mini .product-thumbnail {
    width: 70px;
    float: left;
    border: 0;
    margin: 0
}

.item_product_main.item_product_list_mini .product-thumbnail .image_thumb {
    height: 70px;
    padding: 0
}

.item_product_main.item_product_list_mini .product-thumbnail .image_thumb img {
    width: 100%;
    height: 70px;
    min-height: auto
}

.item_product_main.item_product_list_mini .product-thumbnail .image_thumb img.loaded {
    width: auto;
    height: auto;
    min-height: auto
}

.item_product_main.item_product_list_mini .product-info {
    width: calc(100% - 90px);
    float: left;
    text-align: left;
    padding: 0;
    padding-left: 10px;
    margin: 0
}

@media (max-width: 767px) {
    .item_product_main.item_product_list_mini .product-info {
        width: calc(100% - 100px)
    }
}

.item_product_main.item_product_list_mini .product-info .btn-views {
    opacity: 1
}

@media (max-width: 767px) {
    .item_product_main.item_product_list_mini .product-info .btn-views {
        display: none
    }
}

.item_product_main {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 30px rgba(19, 28, 25, 0.1);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.item_product_main form {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .item_product_main {
        padding: 10px
    }
}

.item_product_main .image_thumb {
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 767px) {
    .item_product_main .image_thumb {
        padding: 0
    }
}

.item_product_main .image_thumb img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 200px;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.item_product_main .image_thumb img.loaded {
    width: unset;
    min-height: unset;
    height: unset
}

.item_product_main .product-thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px
}

@media (max-width: 991px) {
    .item_product_main .product-thumbnail {
        margin: 0 0 20px
    }
}

@media (min-width: 1199px) {
    .item_product_main .product-thumbnail .product_overlay {
        content: "";
        width: 100%;
        height: 100%;
        background: #fff;
        opacity: 0;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -ms-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out
    }
}

.item_product_main .product-thumbnail .product-action {
    left: 50%;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    position: absolute;
    z-index: 9
}

.item_product_main .btn-views {
    font-size: 16px;
    font-weight: 800;
    font-family: "Nunito", serif;
    text-align: center;
    width: 100%;
    display: inline-block;
    color: #fff;
    margin-bottom: 15px;
    border: 1px solid #00bc86;
    background: #00bc86;
    border-radius: 10px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    padding: 0 15px;
    box-shadow: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-decoration: none;
    z-index: 10
}

.item_product_main .btn-views:hover {
    background: #fff;
    color: #f76758;
    border-color: #f76758
}

.item_product_main .wishlist-button {
    border-radius: 50%;
    margin-left: 2px;
    width: 27px;
    height: 27px;
    box-shadow: none;
    outline: none;
    border-style: none;
    background-color: #F5F4F9;
    border: solid 1px #F5F4F9;
    display: inline-block;
    line-height: 27px;
    text-align: center;
    padding: 0px;
    float: left;
    text-decoration: none;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.item_product_main .wishlist-button.active {
    background: #f76758;
    border-color: #f76758
}

.item_product_main .wishlist-button.active svg {
    color: #fff
}

.item_product_main .wishlist-button svg {
    width: 16px;
    height: 16px;
    color: #00bc86;
    transform: translateY(3px)
}

.item_product_main .wishlist-button:hover {
    background: #f76758;
    border-color: #f76758
}

.item_product_main .wishlist-button:hover svg path {
    fill: #fff
}

.item_product_main .product-info .product_type {
    padding: 5px 12px;
    background: rgba(109, 243, 205, 0.4);
    font-family: "Nunito", serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #00bc86;
    margin: 0 5px 5px 0;
    display: inline-block;
    border-radius: 10px
}

@media (max-width: 767px) {
    .item_product_main .product-info .product_type {
        padding: 2px 9px;
        font-size: 10px
    }
}

.item_product_main .product-info .product_type.hard {
    background: rgba(247, 103, 88, 0.26);
    color: #F76758
}

.item_product_main .product-info .product_type.ez {
    background: rgba(179, 152, 255, 0.4);
    color: #5968F2
}

.item_product_main .product-info .category_product {
    font-family: "Nunito", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #00bc86;
    display: block;
    margin: 0 0 5px
}

@media (max-width: 767px) {
    .item_product_main .product-info .category_product {
        font-size: 14px
    }
}

.item_product_main .product-info .price-box {
    color: #f76758;
    line-height: 30px;
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: "Nunito", serif
}

@media (max-width: 767px) {
    .item_product_main .product-info .price-box {
        font-size: 16px
    }
}

.item_product_main .product-info .price-box .compare-price {
    text-decoration: line-through;
    font-size: 13px;
    color: #929292;
    font-weight: 400;
    margin-right: 10px
}

@media (max-width: 767px) {
    .item_product_main .product-info .price-box .compare-price {
        font-size: 12px
    }
}

.item_product_main .product-info .sapo-product-reviews-badge .sapo-product-reviews-star i {
    font-size: 12px
}

.item_product_main .product-name {
    padding: 0;
    font-family: "Nunito", serif;
    text-decoration: none;
    line-height: 25px;
    text-decoration: none;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #403938;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: unset;
    height: 48px
}

@media (max-width: 767px) {
    .item_product_main .product-name {
        font-size: 16px
    }
}

.item_product_main .product-name:hover {
    color: #f76758
}

.item_product_main .product-name a {
    color: #403938
}

.item_product_main .product-name a:hover {
    color: #00bc86
}

.item_product_main .product_hover {
    opacity: 0;
    position: absolute;
    border: none;
    display: block;
    width: 100%;
    padding: 15px;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
    transform: translateY(50px);
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

@media (max-width: 1199px) {
    .item_product_main .product_hover {
        display: none
    }
}

.item_product_main .product_hover .blog-bar-content {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.item_product_main .product_hover .blog-bar-content .blog-thumbnail.lazyload {
    background-size: cover;
    width: 61px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    height: 61px;
    border-radius: 50%;
    float: left
}

.item_product_main .product_hover .blog-bar-content .content_blog {
    width: calc(100% - 61px);
    float: left;
    padding-left: 10px
}

.item_product_main .product_hover .blog-bar-content .content_blog a {
    font-family: "Nunito", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 28px;
    margin: 0;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-decoration: none;
    color: #333333
}

.item_product_main .product_hover .blog-bar-content .content_blog a:hover {
    color: #00bc86
}

.item_product_main .product_hover .blog-bar-content .content_blog .summary_blog {
    font-family: "Nunito", serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #666666;
    margin: 0
}

.item_product_main .product_hover .product-name {
    color: #00bc86
}

.item_product_main .product_hover .product-name:hover {
    color: #f76758
}

.item_product_main .product_hover .product-name a {
    color: #00bc86
}

.item_product_main .product_hover .product-name a:hover {
    color: #f76758
}

.item_product_main .product_hover .desproduct {
    margin: 0 0 15px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    white-space: unset;
    -webkit-box-orient: vertical;
    max-height: 108px;
    color: #676767;
    font-family: "Nunito", serif;
    font-size: 16px;
    overflow: hidden
}

.item_product_main .product_hover .group_tag {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    font-family: "Nunito", serif;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 400
}

.item_product_main .product_hover .group_tag .lesson_tag svg,
.item_product_main .product_hover .group_tag .time_tag svg {
    transform: translateY(4px)
}

.item_product_main .product_hover .social_hover {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #F5F4F9;
    line-height: 27px;
    display: inline-block;
    text-align: center;
    float: right;
    cursor: pointer;
    border: solid 1px #F5F4F9;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.item_product_main .product_hover .social_hover svg {
    width: 16px;
    height: 16px;
    transform: translateY(3px)
}

.item_product_main .product_hover .social_hover svg path {
    fill: #00bc86
}

.item_product_main .product_hover .social_hover:hover {
    background: #00bc86;
    border-color: #00bc86
}

.item_product_main .product_hover .social_hover:hover svg path {
    fill: #fff
}

.item_product_main .product_hover .social_hover:hover .social-media {
    display: block
}

.item_product_main .product_hover .social_hover .social-media {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    width: 85px
}

.item_product_main .product_hover .social_hover .social-media label {
    display: none !important
}

.item_product_main .product_hover .social_hover .social-media a {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #F5F4F9;
    line-height: 27px;
    float: left;
    text-align: center;
    margin: 0 5px;
    display: inline-block;
    border: solid 1px #F5F4F9;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.item_product_main .product_hover .social_hover .social-media a.share-facebook svg path {
    fill: #3B5998
}

.item_product_main .product_hover .social_hover .social-media a.share-facebook:hover {
    background: #3B5998;
    border-color: #3B5998
}

.item_product_main .product_hover .social_hover .social-media a.share-facebook:hover svg path {
    fill: #fff
}

.item_product_main .product_hover .social_hover .social-media a.share-twitter svg path {
    fill: #1DA1F2
}

.item_product_main .product_hover .social_hover .social-media a.share-twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2
}

.item_product_main .product_hover .social_hover .social-media a.share-twitter:hover svg path {
    fill: #fff
}

.item_product_main .product_hover .social_hover .social-media a svg {
    width: 17px;
    height: 17px
}

@media (min-width: 1200px) {
    .item_product_main:hover {
        background: #fff
    }

    .item_product_main:hover .product-thumbnail .product_overlay {
        opacity: .5
    }

    .item_product_main:hover .product_hover {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        height: 100%;
        opacity: 1
    }
}

.alert-success,
.alert-info,
.alert-warning {
    max-width: 335px !important
}

@media (max-width: 767px) {

    .alert-success,
    .alert-info,
    .alert-warning {
        max-width: 280px !important;
        font-size: small !important;
        line-height: 1.3 !important
    }
}

.alert-warning.section {
    width: 100%;
    max-width: unset !important
}

.content-page {
    min-height: 400px
}

.content-page ul,
.content-page ol {
    padding-left: 20px
}

.serachpc_searchpage form {
    width: 100%;
    height: 32px;
    line-height: 33px;
    margin: 6px 0 0 0;
    padding: 0;
    position: relative
}

.serachpc_searchpage form input {
    width: 100%;
    height: 36px !important;
    min-height: unset;
    line-height: 40px;
    border: solid 1px #ebebeb;
    background: transparent;
    border-radius: 3px !important;
    padding: 0 90px 0 15px;
    background: #fff;
    color: #959595;
    font-size: 12px
}

.serachpc_searchpage form input::-webkit-input-placeholder {
    color: #959595
}

.serachpc_searchpage form input::-moz-placeholder {
    color: #959595
}

.serachpc_searchpage form input:-ms-input-placeholder {
    color: #959595
}

.serachpc_searchpage form button {
    width: 40px;
    height: 36px !important;
    line-height: 40px;
    box-shadow: none;
    padding: 0 10px;
    border: none;
    background: #00bc86;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.serachpc_searchpage form button svg {
    height: 15px;
    width: 15px;
    color: #fff
}

.serachpc_searchpage form button:hover {
    background: #333
}

.banner_index {
    position: relative;
    display: block;
    text-align: center
}

.banner_index:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.banner_index:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.banner_index:hover:before {
    right: 50%;
    left: 50%;
    width: 0;
    background: rgba(255, 255, 255, 0.3)
}

.banner_index:hover:after {
    height: 0;
    top: 50%;
    bottom: 50%;
    background: rgba(255, 255, 255, 0.3)
}

.banner_index:hover img {
    filter: drop-shadow(0px 4px 30px rgba(19, 28, 25, 0.1));
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.banner_index img {
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

.btn_readmore {
    display: block;
    text-align: left
}

.btn_readmore a {
    display: inline-block;
    width: 227px;
    height: 50px;
    text-align: center;
    background: #00bc86;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: "Nunito", serif;
    color: #fff;
    border: 1px solid #00bc86;
    line-height: 50px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out
}

@media (max-width: 767px) {
    .btn_readmore a {
        width: 140px;
        line-height: 40px;
        height: 40px;
        font-size: 14px
    }
}

.btn_readmore a:hover {
    background: #fff;
    color: #00bc86;
    border-color: #00bc86
}

#atstbx {
    display: none !important
}

.section_service {
    padding: 20px 0px;
    overflow: hidden;
    background: #00bc86
}

@media (max-width: 767px) {
    .section_service {
        padding: 15px 0
    }
}

.section_service .swiper_service .box_service {
    border-radius: 5px;
    min-height: 50px;
    padding: 0px 0px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section_service .swiper_service .box_service .image_service {
    float: left;
    display: inline-block
}

.section_service .swiper_service .box_service .image_service img {
    width: auto;
    height: auto
}

.section_service .swiper_service .box_service .content_service {
    width: calc(100% - 65px);
    -o-width: calc(100% - 65px);
    -moz-width: calc(100% - 65px);
    -webkit-width: calc(100% - 65px);
    display: inline-block;
    float: left;
    margin-left: 15px
}

@media (max-width: 1199px) and (min-width: 992px) {
    .section_service .swiper_service .box_service .content_service {
        width: calc(100% - 45px);
        -o-width: calc(100% - 45px);
        -moz-width: calc(100% - 45px);
        -webkit-width: calc(100% - 45px)
    }
}

@media (max-width: 767px) {
    .section_service .swiper_service .box_service .content_service {
        width: auto
    }
}

.section_service .swiper_service .box_service .content_service .title_service {
    display: block;
    font-family: "Nunito", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    text-transform: uppercase;
    margin: 0
}

@media (max-width: 1199px) {
    .section_service .swiper_service .box_service .content_service .title_service {
        font-size: 14px
    }
}

.section_service .swiper_service .box_service .content_service .des_service {
    display: block;
    font-family: "Nunito", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #fff
}