/*!
Theme Name: Webfast Real Estate 2.0
Theme URI: https://webfast.vn
Author: Webfast.vn
Author URI: https://webfast.vn
Description: Special for Webfast Single Project
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wfs

*/
@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Regular.ttf);
    font-weight: 400
}

@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Italic.ttf);
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: 'Roboto';
    src: url(fonts/Roboto-Bold.ttf);
    font-weight: 700
}

@keyframes toBottom {
    from {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes showUp {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes toTop {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes toRight {
    from {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes toLeft {
    from {
        opacity: 0;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -o-transform: translateX(30px);
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50% {
        opacity: 0;
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.8, 0.8);
        -ms-transform: scale(0.8, 0.8);
        -o-transform: scale(0.8, 0.8);
        transform: scale(0.8, 0.8);
        height: 0;
        width: 0;
        visibility: hidden
    }
}

@keyframes rotateCircle {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    23% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    48% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    73% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    98% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes zig {
    0% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    5% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    10% {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    15% {
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes zig-big {
    0% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    5% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    10% {
        -webkit-transform: rotate(10deg);
        -moz-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        -o-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    15% {
        -webkit-transform: rotate(-10deg);
        -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    20% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes run {
    45% {
        margin-top: 0
    }

    55% {
        margin-top: -32px
    }

    90% {
        margin-top: -32px
    }

    100% {
        margin-top: 0
    }
}

@keyframes icon-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes fill-anim {
    0% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }

    100% {
        transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .2
    }
}

@keyframes heart-pulse {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes wfs-call-now-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1
    }
}

@keyframes wfs-call-now-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6
    }
}

@keyframes wfs-call-now-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    --client-width: 100%
}

h1 {
    font-size: 2em;
    margin: 0.3em 0;
    line-height: 1.2
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    -o-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

iframe {
    display: block
}

embed,
iframe,
object {
    max-width: 100%
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

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

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

@media screen and (max-width: 1024px) {
    .row {
        margin-left: 0;
        margin-right: 0
    }
}

.row [class*='col-'] {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

.row .col-1 {
    flex-basis: 8.3333333333%;
    width: 8.3333333333%
}

.row .col-2 {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%
}

.row .col-3 {
    flex-basis: 25%;
    width: 25%
}

.row .col-4 {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%
}

.row .col-5 {
    flex-basis: 41.6666666667%;
    width: 41.6666666667%
}

.row .col-6 {
    flex-basis: 50%;
    width: 50%
}

.row .col-7 {
    flex-basis: 58.3333333333%;
    width: 58.3333333333%
}

.row .col-8 {
    flex-basis: 66.6666666667%;
    width: 66.6666666667%
}

.row .col-9 {
    flex-basis: 75%;
    width: 75%
}

.row .col-10 {
    flex-basis: 83.3333333333%;
    width: 83.3333333333%
}

.row .col-11 {
    flex-basis: 91.6666666667%;
    width: 91.6666666667%
}

.row .col-12 {
    flex-basis: 100%;
    width: 100%
}

.row.no-padding {
    margin-left: 0;
    margin-right: 0
}

.row.no-padding [class*='col-'] {
    padding-left: 0;
    padding-right: 0
}

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

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

.row.padding-5 {
    margin-left: -5px;
    margin-right: -5px
}

.row.padding-5>[class*='col-'] {
    padding-left: 5px;
    padding-right: 5px
}

@media screen and (max-width: 320px) {
    .hidden-ss {
        display: none !important
    }
}

@media screen and (max-width: 640px) {
    .row.padding-xs-5 {
        margin-left: -5px;
        margin-right: -5px
    }

    .row.padding-xs-5>[class*='col-'] {
        padding-left: 5px;
        padding-right: 5px
    }

    .hidden-xs {
        display: none !important
    }
}

@media screen and (max-width: 1024px) {
    .row .col-sm-1 {
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }

    .row .col-sm-2 {
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }

    .row .col-sm-3 {
        flex-basis: 25%;
        width: 25%
    }

    .row .col-sm-4 {
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }

    .row .col-sm-5 {
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }

    .row .col-sm-6 {
        flex-basis: 50%;
        width: 50%
    }

    .row .col-sm-7 {
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }

    .row .col-sm-8 {
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }

    .row .col-sm-9 {
        flex-basis: 75%;
        width: 75%
    }

    .row .col-sm-10 {
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }

    .row .col-sm-11 {
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }

    .row .col-sm-12 {
        flex-basis: 100%;
        width: 100%
    }

    .row.no-sm-padding {
        margin-left: 0;
        margin-right: 0
    }

    .row.no-sm-padding [class*='col-'] {
        padding-left: 0;
        padding-right: 0
    }

    .hidden-sm {
        display: none !important
    }
}

@media screen and (min-width: 641px) {
    .row .col-md-1 {
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }

    .row .col-md-2 {
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }

    .row .col-md-3 {
        flex-basis: 25%;
        width: 25%
    }

    .row .col-md-4 {
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }

    .row .col-md-5 {
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }

    .row .col-md-6 {
        flex-basis: 50%;
        width: 50%
    }

    .row .col-md-7 {
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }

    .row .col-md-8 {
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }

    .row .col-md-9 {
        flex-basis: 75%;
        width: 75%
    }

    .row .col-md-10 {
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }

    .row .col-md-11 {
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }

    .row .col-md-12 {
        flex-basis: 100%;
        width: 100%
    }

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

    .row.padding-md-10 [class*='col-'] {
        padding: 10px
    }

    .hidden-md {
        display: none !important
    }

    .md-order-first {
        order: -1
    }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .show-tab {
        display: block !important
    }
}

@media screen and (min-width: 1025px) {
    .row .col-lg-1 {
        flex-basis: 8.3333333333%;
        width: 8.3333333333%
    }

    .row .col-lg-2 {
        flex-basis: 16.6666666667%;
        width: 16.6666666667%
    }

    .row .col-lg-3 {
        flex-basis: 25%;
        width: 25%
    }

    .row .col-lg-4 {
        flex-basis: 33.3333333333%;
        width: 33.3333333333%
    }

    .row .col-lg-5 {
        flex-basis: 41.6666666667%;
        width: 41.6666666667%
    }

    .row .col-lg-6 {
        flex-basis: 50%;
        width: 50%
    }

    .row .col-lg-7 {
        flex-basis: 58.3333333333%;
        width: 58.3333333333%
    }

    .row .col-lg-8 {
        flex-basis: 66.6666666667%;
        width: 66.6666666667%
    }

    .row .col-lg-9 {
        flex-basis: 75%;
        width: 75%
    }

    .row .col-lg-10 {
        flex-basis: 83.3333333333%;
        width: 83.3333333333%
    }

    .row .col-lg-11 {
        flex-basis: 91.6666666667%;
        width: 91.6666666667%
    }

    .row .col-lg-12 {
        flex-basis: 100%;
        width: 100%
    }

    .hidden-lg {
        display: none !important
    }

    .row.padding-lg-big {
        margin-left: -30px;
        margin-right: -30px
    }

    .row.padding-lg-big>[class*='col-'] {
        padding-left: 30px;
        padding-right: 30px
    }
}

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

@media screen and (min-width: 1600px) {

    body,
    button,
    input,
    select,
    optgroup,
    textarea {
        font-size: 18px;
        font-size: 1.125rem
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both
}

p {
    margin-top: .5em
}

dfn,
cite,
em,
i {
    font-style: italic
}

address {
    margin: 0 0 1.5em
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: .9375rem
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none
}

big {
    font-size: 125%
}

tr {
    border: 1px solid #414141
}

td {
    border: 1px solid #414141;
    padding: 5px 8px
}

blockquote {
    margin: 0 0 .7em 0 !important;
    padding-left: 10px;
    border-left: 5px solid #0ea211;
    padding: 7px 0 7px 10px;
    border-radius: 3px;
    background: #4caf5036
}

blockquote p {
    margin: 0
}

blockquote a {
    font-weight: 700
}

blockquote a:hover {
    color: #0ea211
}

.hot {
    position: relative;
    border-left-color: #d10d0d;
    background: #d10d0d42;
    padding-left: 45px
}

.hot:before {
    content: '\f1e2';
    color: #d10d0d
}

.alert {
    position: relative;
    border-left-color: #FFC107;
    background: #ffeb3b4f;
    padding-left: 45px
}

.alert:before {
    content: '\f059';
    color: #ffc107
}

.gif {
    padding-left: 45px;
    position: relative
}

.gif:before {
    content: '\f06b';
    color: #d10d0d
}

.gif strong {
    font-size: 1.2em;
    color: #d10d0d
}

.gif:before,
.alert:before,
.hot:before {
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    position: absolute;
    font-size: 35px;
    font-weight: 900;
    left: 10px;
    top: 50%;
    transform: translateY(-50%)
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    background: #fff
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

ul,
ol {
    margin: 0 0 1.5em 0;
    padding-inline-start: 20px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: bold
}

dd {
    margin: 0 1.5em 1.5em
}

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

figure {
    margin: 1em 0
}

table {
    margin: 0 0 1.5em;
    width: 100%
}

.wfs-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: top;
    background-position: center
}

.icon-mess {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6I0ZGRkZGRjt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjU2LDBDMTE0LjYsMCwwLDEwNi4xLDAsMjM3YzAsNzQuNiwzNy4yLDE0MS4xLDk1LjQsMTg0LjZWNTEybDg3LjItNDcuOGMyMy4zLDYuNCw0Ny45LDkuOSw3My40LDkuOWMxNDEuNCwwLDI1Ni0xMDYuMSwyNTYtMjM3QzUxMiwxMDYuMSwzOTcuNCwwLDI1NiwweiBNMjgxLjQsMzE5LjJsLTY1LjItNjkuNUw4OS4xLDMxOS4yTDIyOSwxNzAuN2w2Ni44LDY5LjVsMTI1LjYtNjkuNUwyODEuNCwzMTkuMnoiLz48L3N2Zz4=)
}

.icon-zalo {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjUwMCAyMzcyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNTAwIDIzNzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDpub25lO30uc3Qxe2ZpbGw6I0ZGRkZGRjt9LnN0MntmaWxsOiNGREZFRkU7fTwvc3R5bGU+PGc+PHBhdGggY2xhc3M9InN0MCIgZD0iTTIzNTAuOSwxNDguOWMtMjcuMi0yNy4yLTU5LTQ4LjYtOTQuMi02My42Yy0zNi41LTE1LjQtNzUuMy0yMy4zLTExNS40LTIzLjNIODA1LjljLTgyLjYsNTQuNS0xNTguNSwxMTcuNi0yMjQuNCwxOTIuMWMtMTM2LjQsMTU0LjMtMjMwLjksMzMxLjQtMjYzLDUzNy4zYy01Ni41LDM2My41LDU3LDY3MiwzMTQsOTI5LjZjNDUuNiw0Ni4yLDUxLjYsODIsMTUuMiwxNDRjLTQ0LDc0LjQtMTEwLjgsMTI1LTE4MiwxNzEuMWMtNy42LDQuMy0xNS4yLDkuOC0yMi44LDE0LjdjLTExLjQsOS44LTQuMywxNC43LDUuNCwxOWMyLjIsNC45LDI3My44LDguMSw0MDYuOS0zMi42YzQ1LjEtMTMuNiw5MC4yLTI3LjIsMTM1LjgtMzguNmMzMS04LjEsNjMuNi02LjUsOTMuNCw0LjNjMzQ0LjQsMTE4LjQsNjg0LjUsMTA3LjYsMTAxOS4yLTM5LjFjMTIyLjctNTQuMywyMzUuNy0xMjguMywzMzMuOS0yMTkuOFYzNTguNmMwLTQwLTcuOC03OC45LTIzLjMtMTE1LjRDMjM5OS41LDIwNy45LDIzNzguMSwxNzYuMiwyMzUwLjksMTQ4Ljl6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTIxNDEuMyw1LjRIODg1LjhjLTItMi43LTUuNS0xLjYtOC4yLTEuNkM2OTQuNSwzLjgsNTExLjQsMCwzMjguOSw0LjlDMTU0LjUsOS44LDIuOSwxNDUuMSwyLjksMzM5YzEuMSw1NjcuMiwwLDExMzMuOCwwLDE3MDAuNWMwLDE3NS41LDEzNC4yLDMyMi43LDMwOS43LDMyOS44YzE0OC4zLDUuNCwyOTcuMiwwLjUsNDQ1LjUsMC41djBjMTAuOSwwLDIxLjcsMC41LDMyLjYsMS42aDc4NS4xYzE5NS42LDAsMzkxLjIsMS4xLDU4Ni44LDBoMi43YzE3Ni44LTEuNiwzMTkuNS0xNDEuOSwzMjUuNy0zMTYuOWMyLjMtMTYuMywzLjUtMzIuOSwzLjUtNDkuOFYzNTguNkMyNDk0LjQsMTYzLjUsMjMzNi4zLDUuNCwyMTQxLjMsNS40eiBNMjQzNy43LDE3NDQuMmMtOTguMiw5MS41LTIxMS4yLDE2NS42LTMzMy45LDIxOS44Yy0zMzQuNywxNDYuNy02NzQuOCwxNTcuNi0xMDE5LjIsMzkuMWMtMjkuOS0xMC45LTYyLjUtMTIuNS05My40LTQuM2MtNDUuNiwxMS40LTkwLjcsMjUtMTM1LjgsMzguNmMtMTMzLjEsNDAuNy00MDQuOCwzNy41LTQwNi45LDMyLjZjLTkuOC00LjMtMTYuOC05LjItNS40LTE5YzcuNi00LjksMTUuMi0xMC4zLDIyLjgtMTQuN2M3MS4yLTQ2LjIsMTM4LTk2LjcsMTgyLTE3MS4xYzM2LjQtNjEuOSwzMC40LTk3LjgtMTUuMi0xNDRjLTI1Ny0yNTcuNS0zNzAuNS01NjYuMS0zMTQtOTI5LjZjMzIuMS0yMDUuOSwxMjYuNi0zODMsMjYzLTUzNy4zYzY1LjktNzQuNSwxNDEuOC0xMzcuNywyMjQuNC0xOTIuMWgxMzM1LjRjNDAsMCw3OC45LDcuOCwxMTUuNCwyMy4zYzM1LjMsMTQuOSw2NywzNi4zLDk0LjIsNjMuNmMyNy4yLDI3LjIsNDguNiw1OSw2My42LDk0LjJjMTUuNCwzNi41LDIzLjMsNzUuMywyMy4zLDExNS40VjE3NDQuMnoiLz48L2c+PHRpdGxlPmxvZ28temFsby12ZWN0b3I8L3RpdGxlPjxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik04NDIuOCwxMTUzLjljOS4yLTEyLDE0LjEtMTksMTkuNi0yNi4xYzcxLjItOTAuMiwxNDIuMy0xODAuNCwyMTMuNS0yNzEuMWMyMC42LTI2LjEsNDEuMy01Mi43LDU0LjMtODQuMmMxNS4yLTM1LjktMS4xLTY5LjUtMzgtODIuNmMtMTYuMy00LjktMzMuNy03LjEtNTEuMS02Yy05Ni43LTAuNS0xOTQtMC41LTI5MC43LDBjLTEzLjYsMC0yNy4yLDEuNi00MC4yLDQuOWMtMzAuNCw3LjYtNDguOSwzOC42LTQxLjMsNjkuNWM1LjQsMjAuNiwyMS43LDM2LjksNDIuNCw0MS44YzEzLDMuMywyNi42LDQuOSw0MC4yLDQuM2M1OC43LDAuNSwxMTcuOSwwLDE3Ni42LDAuNWM2LjUsMCwxNC43LTQuMywxOS42LDUuNGMtNC45LDYuNS05LjgsMTMtMTQuNywxOWMtODQuMiwxMDYuNS0xNjcuOSwyMTMuNS0yNTIuMSwzMjBjLTIwLjYsMjYuNi0zMS41LDU2LTE2LjMsODguNmMxNS4yLDMyLjYsNDYuMiwzOC42LDc3LjcsNDAuN2MyNSwxLjYsNTAuNSwwLjUsNzYuMSwwLjVjODgsMCwxNzUuNSwwLjUsMjYzLjUtMC41YzQ2LjctMC41LDcxLjctMjguOCw2Ni44LTcyLjNjLTMuOC0zNC4yLTI3LjItNTIuMi03MC42LTUyLjdDMTAwMS40LDExNTMuNCw5MjQuOCwxMTUzLjksODQyLjgsMTE1My45TDg0Mi44LDExNTMuOXoiLz48cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTgwMS43LDk2MS42YzAtODUuMywwLjUtMTcwLDAtMjU1LjNjMC00My41LTI3LjctNzAuNi02OS03MC4xYy00MC4yLDAuNS02Ni44LDI3LjctNjcuNCw2OS41Yy0wLjUsMjUuNSwwLDUwLjUsMCw3Ni4xdjQzMS45YzAsMzMuNywyMC42LDYzLDQ3LjgsNzAuMWMzNy41LDEwLjMsNzYuMS0xMiw4NS44LTQ5LjRjMS42LTYuNSwyLjctMTMsMi4yLTIwLjFDMTgwMi4zLDExMzAsMTgwMS43LDEwNDUuOCwxODAxLjcsOTYxLjZMMTgwMS43LDk2MS42eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik04NDIuOCwxMTUzLjljODIsMCwxNTkuMi0wLjUsMjM1LjgsMGM0Mi45LDAuNSw2Ni4zLDE4LjUsNzAuNiw1Mi43YzQuOSw0Mi45LTIwLjEsNzEuNy02Ni44LDcyLjNjLTg4LDEuMS0xNzUuNSwwLjUtMjYzLjUsMC41Yy0yNS41LDAtNTAuNSwxLjEtNzYuMS0wLjVjLTMxLjUtMS42LTYyLjUtOC4xLTc3LjctNDAuN2MtMTUuMi0zMi42LTQuMy02MS45LDE2LjMtODguNmM4My43LTEwNi41LDE2Ny45LTIxMy41LDI1Mi4xLTMyMGM0LjktNi41LDkuOC0xMywxNC43LTE5Yy01LjQtOS4yLTEzLTQuOS0xOS42LTUuNGMtNTguNy0wLjUtMTE3LjksMC0xNzYuNi0wLjVjLTEzLjYsMC0yNy4yLTEuNi00MC4yLTQuM2MtMzEtNy4xLTUwLTM4LTQyLjktNjguNWM0LjktMjAuNiwyMS4yLTM3LjUsNDEuOC00Mi40YzEzLTMuMywyNi42LTQuOSw0MC4yLTQuOWM5Ni43LTAuNSwxOTQtMC41LDI5MC43LDBjMTcuNC0wLjUsMzQuMiwxLjYsNTEuMSw2YzM2LjksMTIuNSw1Mi43LDQ2LjcsMzgsODIuNmMtMTMsMzEtMzMuNyw1Ny42LTU0LjMsODQuMmMtNzEuMiw5MC43LTE0Mi4zLDE4MC45LTIxMy41LDI3MC42Qzg1Ni45LDExMzQuOSw4NTEuNSwxMTQyLDg0Mi44LDExNTMuOUw4NDIuOCwxMTUzLjl6Ii8+PHBhdGggY2xhc3M9InN0MSIgZD0iTTE2MDUuNiw4OTMuN2MtMC41LTQzLjUtNDAuNy03MS4yLTgzLjctNjIuNWMtMjIuMyw0LjMtMzUuOSwyMC4xLTQ4LjksMzYuOXYwYy02Ny45LTU5LjItMTQyLjktNjMtMjE2LjgtMTljLTg5LjEsNTIuMi0xMjIuMiwxMzYuOS0xMTAuOCwyMzYuM2MxMC45LDkxLjgsNTAuNSwxNjcuMywxNDcuMiwxOTguOGM2MC4zLDE5LjYsMTE2LjMsMTIuNSwxNjUuNy0yNy43YzEzLTEwLjMsMTYuOC04LjEsMjYuMSwzLjNjMTcuOSwyMy40LDQ4LjksMzEuNSw3Ni4xLDIxLjJjMjYuNi04LjEsNDUuMS0zMy4xLDQ1LjEtNjEuNEMxNjA2LjcsMTExMSwxNjA3LjIsMTAwMi40LDE2MDUuNiw4OTMuN3ogTTE0NDYuNCwxMTMyLjJjLTUuNCw3LjEtMTEuNCwxMy0xNy45LDE3LjljLTM5LjcsMjkuMy05NS42LDIxLjItMTI1LTE3LjljLTE0LjEtMTktMjEuNy00MS44LTIyLjgtNjUuN2MtMC41LTc2LjYsNDEuMy0xMjIuOCwxMDEuMS0xMTljMjUuNSwwLjUsNDkuNCwxMyw2NC43LDM0LjJDMTQ3Ni44LDEwMjMsMTQ3Ni44LDEwOTAuOSwxNDQ2LjQsMTEzMi4yeiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yMzEwLjgsMTA0Ni40Yy00LjMtMTM1LjgtMTA1LjQtMjI4LjctMjQzLjktMjI0LjRjLTEyOS44LDMuOC0yMjEuNywxMDguMS0yMTcuMywyNDcuN2MtMi4yLDEzNS44LDExMC4zLDIzOC41LDI1MS41LDIyNC40QzIyMzAuOSwxMjgxLjEsMjMxNS4xLDExODMuOCwyMzEwLjgsMTA0Ni40eiBNMjE1MCwxMTMzLjhjLTQuOSw1LjQtOS44LDEwLjktMTUuOCwxNS4yYy0zOS4xLDMwLjQtOTUuMSwyMi44LTEyNS0xNi4zYy0xNi4zLTIyLjMtMjQuNC00OC45LTIzLjQtNzYuMWMwLTY3LjksNDEuMy0xMTIuNSwxMDAtMTA5LjJjMjUuNSwwLjUsNDkuNCwxMy42LDY0LjcsMzQuMkMyMTgxLjUsMTAyMywyMTgxLjUsMTA5Mi42LDIxNTAsMTEzMy44eiIvPjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xODAxLjcsOTYxLjZjMCw4NC4yLDAuNSwxNjguNCwwLDI1Mi42YzAuNSwzOC42LTI5LjksNzAuNi02OC41LDcxLjdjLTYuNSwwLTEzLjYtMC41LTIwLjEtMi4yYy0yNy4yLTcuMS00Ny44LTM1LjktNDcuOC03MC4xVjc4MS44YzAtMjUuNS0wLjUtNTAuNSwwLTc2LjFjMC41LTQxLjgsMjcuMi02OSw2Ny40LTY5YzQxLjMtMC41LDY5LDI2LjYsNjksNzAuMUMxODAyLjMsNzkxLjYsMTgwMS43LDg3Ni45LDE4MDEuNyw5NjEuNnoiLz48L3N2Zz4=)
}

.icon-viber {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUyLjUgNTMuNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTIuNSA1My41OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojRkZGRkZGO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMxLjMsMC45aC0xMGMtMTAuNSwwLTE5LDguNS0xOSwxOXY5YzAsNy44LDQuOCwxNC44LDEyLDE3Ljd2NS44YzAsMC40LDAuMiwwLjgsMC42LDAuOQ0KCQkJYzAuMSwwLjEsMC4zLDAuMSwwLjQsMC4xYzAuMiwwLDAuNS0wLjEsMC43LTAuM2w1LjgtNS4zaDkuNWMxMC41LDAsMTktOC41LDE5LTE5di05QzUwLjMsOS41LDQxLjcsMC45LDMxLjMsMC45eiBNNDguMywyOC45DQoJCQljMCw5LjQtNy42LDE3LTE3LDE3aC05LjljLTAuMiwwLTAuNSwwLjEtMC43LDAuM2wtNC40LDR2LTQuM2MwLTAuNC0wLjMtMC44LTAuNy0wLjljLTYuOC0yLjQtMTEuMy04LjgtMTEuMy0xNnYtOQ0KCQkJYzAtOS40LDcuNi0xNywxNy0xN2gxMGM5LjQsMCwxNyw3LjYsMTcsMTdWMjguOXoiLz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTM5LjUsMzEuNGwtNi4xLTRjLTAuNy0wLjQtMS41LTAuNi0yLjMtMC40Yy0wLjgsMC4yLTEuNSwwLjYtMS45LDEuM2wtMC4zLDAuNGMtMi43LTAuOS01LjYtMi03LjMtNy4xDQoJCQlsMC43LTAuNmwwLDBjMS4yLTEuMSwxLjQtMywwLjMtNC4ybC00LjgtNS41Yy0wLjQtMC40LTEtMC41LTEuNC0wLjFsLTMsMi42Yy0yLjYsMi4zLTEuNCw1LjctMSw2LjhjMCwwLDAsMC4xLDAuMSwwLjENCgkJCWMwLjEsMC4yLDIuNiw0LjcsNi43LDguOGM0LjEsNC4xLDExLjQsOCwxMS42LDguMWMwLjgsMC41LDEuOCwwLjgsMi43LDAuOGMxLjYsMCwzLjItMC44LDQuMi0yLjNsMi4yLTMuNA0KCQkJQzQwLjEsMzIuNCwzOS45LDMxLjcsMzkuNSwzMS40eiBNMzUuOSwzNS4xYy0wLjksMS40LTIuOCwxLjgtNC4yLDAuOGMtMC4xLDAtNy40LTMuOC0xMS4yLTcuOGMtMy42LTMuNy02LTcuNy02LjMtOC4zDQoJCQljLTAuOC0yLjItMC43LTMuNiwwLjUtNC42bDIuMy0ybDQuMiw0LjhjMC40LDAuNCwwLjMsMS0wLjEsMS40bC0xLjIsMS4xYy0wLjMsMC4zLTAuNCwwLjctMC4zLDFjMi4xLDYuOCw2LjIsOC4xLDkuMSw5LjFsMC40LDAuMQ0KCQkJYzAuNCwwLjEsMC45LDAsMS4yLTAuNGwwLjctMS4xYzAuMS0wLjIsMC40LTAuNCwwLjYtMC40YzAuMy0wLjEsMC41LDAsMC44LDAuMWw1LjMsMy40TDM1LjksMzUuMXoiLz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LjUsMTcuMmMtMC41LTAuMi0xLjEsMC4yLTEuMiwwLjdjLTAuMiwwLjUsMC4yLDEuMSwwLjcsMS4yYzEuNSwwLjQsMi43LDEuNiwzLjEsMy4xDQoJCQljMC4xLDAuNCwwLjUsMC43LDEsMC43YzAuMSwwLDAuMiwwLDAuMywwYzAuNS0wLjEsMC44LTAuNywwLjctMS4yQzMyLjQsMTkuNSwzMC43LDE3LjgsMjguNSwxNy4yeiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzYuMSwyMy4yYzAuMSwwLDAuMiwwLDAuMywwYzAuNS0wLjEsMC44LTAuNywwLjctMS4yYy0xLjItNC4yLTQuNS03LjUtOC43LTguN2MtMC41LTAuMi0xLjEsMC4yLTEuMiwwLjcNCgkJCWMtMC4yLDAuNSwwLjIsMS4xLDAuNywxLjJjMy41LDEsNi4zLDMuOCw3LjMsNy4zQzM1LjMsMjIuOSwzNS43LDIzLjIsMzYuMSwyMy4yeiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjgsOC41Yy0wLjUtMC4yLTEuMSwwLjItMS4yLDAuN2MtMC4yLDAuNSwwLjIsMS4xLDAuNywxLjJjNiwxLjcsMTAuNyw2LjUsMTIuNCwxMi40YzAuMSwwLjQsMC41LDAuNywxLDAuNw0KCQkJYzAuMSwwLDAuMiwwLDAuMywwYzAuNS0wLjEsMC44LTAuNywwLjctMS4yQzM5LjksMTUuNywzNC42LDEwLjQsMjgsOC41eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K")
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.float-right {
    float: right !important
}

@media screen and (min-width: 1025px) {
    .float-lg-right {
        float: right !important
    }
}

@media screen and (min-width: 641px) {
    .float-md-right {
        float: right !important
    }
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
    border: 0;
    background: #e39725;
    line-height: 1;
    padding: 0.8em 0.5em;
    display: inline-block;
    color: #fff;
    outline: 0;
    text-transform: uppercase;
    text-align: center
}

@media screen and (min-width: 1025px) {

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    .button:hover {
        color: #2b2b3a
    }
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus,
.button:active,
.button:focus {
    outline: 0
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #333;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 100%;
    margin: 0
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #111
}

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

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    input[type="search"],
    input[type="number"],
    input[type="tel"],
    input[type="range"],
    input[type="date"],
    input[type="month"],
    input[type="week"],
    input[type="time"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="color"],
    textarea {
        font-size: 16px;
        font-size: 1rem
    }
}

select {
    border: 1px solid #ccc
}

textarea {
    width: 100%;
    max-height: 8em
}

.wpcf7 .row label {
    display: block
}

.step-by-step .next-step {
    font-weight: 400;
    padding: 1px 15px
}

.step-by-step .step-2 {
    display: none
}

.step-by-step [class*='step-'] {
    position: relative
}

.step-by-step .error {
    display: none;
    position: absolute;
    border: 1px solid #888;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 12px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    color: #444;
    z-index: 1200
}

.step-by-step .error:before {
    content: '\f12a';
    font-family: 'Font Awesome\ 5 Free';
    display: inline-block;
    padding: 2px 6px;
    line-height: 1;
    background: #FF9800;
    color: #fff;
    font-weight: 900;
    margin-right: 5px
}

.step-by-step .error:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: solid #888;
    border-width: 1px 1px 0 0;
    top: -5px;
    left: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.form-step .step-1,
.form-step .step-2 {
    position: relative
}

.form-step input[type="submit"] {
    display: inline-block;
    width: initial;
    position: absolute;
    top: 5px
}

.form-step a.btn {
    top: 12px
}

.form-step a.btn,
.form-step input[type="submit"] {
    position: absolute;
    right: 10px;
    background: none;
    color: #e00000;
    cursor: pointer
}

.form-step input[type="text"],
.form-step input[type="email"] {
    background-color: #fff;
    border: 1px solid #e00000;
    padding-right: 120px
}

.form-step p {
    margin: 0
}

.form-step .note-spam {
    padding-top: 5px;
    font-size: 11px;
    font-style: italic;
    color: #404040
}

.form-step div.wpcf7-response-output.wpcf7-mail-sent-ok {
    padding-top: 15px;
    text-align: center
}

#form_popup {
    position: fixed;
    bottom: 20px;
    right: -600px;
    background: #d10d0d;
    color: #fff;
    padding: 15px 30px;
    max-width: 500px;
    z-index: 12;
    border-radius: 5px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

#form_popup.active {
    right: 20px
}

#form_popup .form-title,
#form_popup h3 {
    text-transform: uppercase
}

#form_popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .5;
    font-size: 18px;
    cursor: pointer;
    line-height: 1
}

#form_popup .close:hover {
    opacity: 1
}

#form_popup .btn,
#form_popup input[type="submit"] {
    -webkit-appearance: none;
    background-color: #0ea211;
    padding: 8px 5px 8px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    line-height: inherit;
    border-radius: 3px
}

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

    #form_popup .btn,
    #form_popup input[type="submit"] {
        padding: 8px 5px 11px
    }
}

#form_popup .btn:hover,
#form_popup input[type="submit"]:hover {
    background-color: #10b913
}

#form_popup input[type="text"],
#form_popup input[type="email"],
#form_popup input[type="number"],
#form_popup input[type="tel"] {
    -webkit-appearance: none;
    padding: 7px 10px;
    border-radius: 3px
}

#form_popup h3,
#form_popup p {
    margin: 0 0 5px
}

#form_popup span+p {
    display: none
}

#form_popup .row.padding-5 [class*='col-'] {
    padding: 0 5px
}

@media screen and (max-width: 640px) {
    #form_popup {
        margin: auto;
        bottom: inherit
    }

    #form_popup.active {
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }

    #form_popup .btn,
    #form_popup input[type="submit"] {
        width: 100%;
        border-radius: 3px
    }
}

.wsre-popup-form {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 30
}

.wsre-popup-form .elementor-391 .elementor-element {
    padding: 0 !important
}

.wsre-popup-form .inner-popup {
    margin: auto;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 800px;
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2)
}

.wsre-popup-form .close {
    position: absolute;
    background: #e39725;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    cursor: pointer
}

.wsre-popup-form .close:before {
    content: '\f00d';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900
}

@media screen and (max-width: 1024px) {
    .auto-popup {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 14;
        width: 100%;
        height: 100%;
        display: none
    }
}

.wpcf7 .screen-reader-response {
    display: none
}

.wpcf7 .cf7_submit .ajax-loader {
    display: none
}

div.wpcf7-response-output {
    margin: 5px 0 0;
    padding: 0 5px;
    font-size: 12px;
    font-style: italic;
    border: 0 !important
}

div.wpcf7-response-output.wpcf7-mail-sent-ok {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #e39725;
    font-size: 14px;
    font-style: normal;
    padding: 15px;
    color: #fff;
    margin: 0
}

.wpcf7-form {
    position: relative
}

#form_popup .wpcf7-response-output.wpcf7-mail-sent-ok {
    background-color: #d10d0d
}

.form-docs {
    color: #fff;
    padding: 5px 15px;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.form-docs .form-title {
    text-transform: uppercase
}

.form-docs .btn,
.form-docs input[type="submit"] {
    background-color: #0ea211;
    padding: 5.3px 0;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    line-height: inherit;
    border-bottom: 1.5px solid #0ea211
}

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

    .form-docs .btn,
    .form-docs input[type="submit"] {
        font-size: 14px;
        padding: 6px 0
    }
}

@media screen and (min-width: 640px) and (max-width: 1024px) {

    .form-docs .btn,
    .form-docs input[type="submit"] {
        font-size: 14px;
        padding: 7px 0
    }
}

.form-docs .btn:hover,
.form-docs input[type="submit"]:hover {
    background-color: #10b913
}

.form-docs input[type="text"],
.form-docs input[type="email"],
.form-docs input[type="number"],
.form-docs input[type="tel"] {
    -webkit-appearance: none;
    padding: 5px 10px
}

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

    .form-docs input[type="text"],
    .form-docs input[type="email"],
    .form-docs input[type="number"],
    .form-docs input[type="tel"] {
        border-radius: 0px !important;
        border: 0
    }
}

.form-docs h3,
.form-docs p {
    margin: 0 0 5px
}

.form-docs span+p {
    display: none
}

.form-docs .row.padding-5 [class*='col-'] {
    padding: 0 0px
}

@media screen and (max-width: 640px) {
    .form-docs {
        margin: auto;
        bottom: inherit
    }

    .form-docs .btn,
    .form-docs input[type="submit"] {
        width: 100%;
        border-radius: 0px;
        font-size: 14px
    }
}

.form-docs .note-spam {
    padding-top: 5px;
    font-size: 11px;
    font-style: italic;
    color: #cbc7c7;
    text-align: left
}

.form-step .wpcf7 .ajax-loader {
    top: 20px
}

.wpcf7 {
    position: relative
}

.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: absolute;
    top: 7px;
    right: 18px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0px;
    margin: 0px 0px 0px 4px
}

.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

.getsite input[type=email],
.getsite input[type=number],
.getsite input[type=tel],
.getsite input[type=text] {
    -webkit-appearance: none;
    margin: 8px 0;
    width: 97%;
    font-size: 13px
}

.getsite input[type=submit] {
    -webkit-appearance: none;
    margin: 8px 0;
    font-size: 13px;
    font-weight: 600
}

.getsite .wpcf7-not-valid-tip {
    color: #FFC107;
    font-size: .8em
}

.getsite .ajax-loader {
    top: 17px !important
}

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

    .getsite input[type=email],
    .getsite input[type=number],
    .getsite input[type=submit],
    .getsite input[type=tel],
    .getsite input[type=text] {
        width: 100%;
        margin: 8px 0
    }

    .getsite .col-4 {
        flex-basis: 100%
    }

    .getsite .ajax-loader {
        bottom: 21px;
        top: inherit !important
    }
}

.bot-pop {
    position: relative
}

.bot-pop input[type="text"],
.bot-pop input[type="text"],
.bot-pop input[type="email"],
.bot-pop input[type="number"],
.bot-pop input[type="tel"] {
    -webkit-appearance: none;
    border: 1px solid #0ea211;
    border-right: 0;
    height: 40px;
    padding: 0 5px
}

.bot-pop input[type="submit"] {
    -webkit-appearance: none;
    height: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
    background: #0ea211;
    font-weight: 600
}

.bot-pop input[type="submit"]:hover {
    background: #e39725;
    color: #fff
}

.bot-pop .note-spam {
    color: #fc2212
}

.bot-pop .next-step.btn {
    height: 40px;
    line-height: 30px
}

.bot-pop .wpcf7-not-valid-tip {
    color: red;
    font-size: .8em
}

.bot-pop div.wpcf7 .ajax-loader {
    top: 10px;
    right: 5px
}

.fr-call-back input[type="tel"],
.fr-call-back input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0
}

.form-sub .row .padding-5 .col-5 {
    padding-left: 0px;
    padding-right: 0px
}

.form-sub .row .padding-5 .col-7 {
    padding-left: 0px;
    padding-right: 0px
}

.form-sub .btn,
.form-sub input[type="submit"] {
    background-color: #0ea211;
    padding: 2px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: block;
    line-height: inherit
}

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

    .form-sub .btn,
    .form-sub input[type="submit"] {
        padding: 7px
    }
}

.form-sub .btn:hover,
.form-sub input[type="submit"]:hover {
    background-color: #10b913
}

.form-sub input[type="text"],
.form-sub input[type="email"],
.form-sub input[type="number"],
.form-sub input[type="tel"] {
    padding: 5px;
    border: none;
    border-radius: 0;
    font-size: 1em;
    font-size: 14px
}

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

    .form-sub input[type="text"],
    .form-sub input[type="email"],
    .form-sub input[type="number"],
    .form-sub input[type="tel"] {
        padding: 7px
    }
}

.form-sub h3,
.form-sub p {
    margin: 0 0 5px
}

.form-sub span+p {
    display: none
}

@media screen and (max-width: 640px) {
    .form-sub {
        margin: auto;
        bottom: inherit
    }

    .form-sub .btn,
    .form-sub input[type="submit"] {
        width: 100%;
        border-radius: 0
    }
}

.form-sub div.wpcf7-response-output.wpcf7-mail-sent-ok {
    padding: 10px
}

#loan_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 11;
    display: none
}

.btn-loan {
    background-color: #0ea211;
    border: none;
    margin: 10px auto;
    color: white;
    font-weight: 600;
    padding: 8px 45px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    display: block;
    font-size: 1em;
    text-transform: none;
    cursor: pointer
}

.btn-loan:hover {
    background-color: #e39725
}

.loan-popup {
    position: fixed;
    max-width: 900px;
    min-height: 50px;
    background-color: #fff;
    z-index: 16;
    padding: 0;
    border-radius: 5px;
    display: none
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .loan-popup {
        left: 15px;
        right: 15px;
        top: 17%;
        margin: auto
    }
}

@media screen and (max-width: 640px) {
    .loan-popup {
        max-width: 366px;
        left: 10px;
        right: 10px;
        top: 17%;
        margin: auto
    }
}

@media screen and (max-width: 320px) {
    .loan-popup {
        max-width: 350px;
        left: 10px;
        right: 10px;
        top: 60px;
        margin: auto
    }
}

@media screen and (min-width: 1025px) {
    .loan-popup {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%)
    }
}

.loan-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.2em;
    line-height: 1.3;
    width: 30px;
    height: 30px;
    padding-left: 8px;
    padding-top: 3px;
    background: white;
    color: black;
    border-radius: 50%
}

@media screen and (max-width: 640px) {
    .loan-popup .close {
        top: -10px;
        right: -10px
    }
}

@media screen and (min-width: 1025px) {
    .loan-popup .close {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .loan-popup .close:hover {
        color: #2b2b3a
    }
}

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

    .loan-popup .form-docs input[type="text"],
    .loan-popup .form-docs input[type="email"],
    .loan-popup .form-docs input[type="number"],
    .loan-popup .form-docs input[type="tel"] {
        border: 1px solid #0ea211
    }
}

@media screen and (max-width: 640px) {
    .loan-popup .form-docs input[type="submit"] {
        padding: 7px 0
    }
}

@media screen and (max-width: 640px) {
    .loan-popup .form-docs .btn {
        height: 36px;
        padding-top: 8px
    }
}

.loan-popup .form-docs .note-spam {
    color: #d10d0d
}

.big .bot-popup {
    width: 900px
}

.wfs-can-ban .col-6,
.wfs-can-ban .col-12 {
    padding-right: calc(10px/2) !important;
    padding-left: calc(10px/2) !important
}

.wfs-can-ban input[type=email],
.wfs-can-ban input[type=number],
.wfs-can-ban input[type=tel],
.wfs-can-ban input[type=text],
.wfs-can-ban textarea {
    -webkit-appearance: none;
    margin: 8px 0;
    width: 100%;
    border: 1px solid #b7bbbd;
    border-radius: 5px
}

.wfs-can-ban input[type="submit"] {
    width: 100%;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px
}

.wfs-can-ban input[type="submit"]:hover {
    color: #fff;
    background: #1977a8
}

.wfs-can-ban .wpcf7-not-valid-tip {
    font-size: 13px;
    color: red
}

.wfs-can-ban .ajax-loader {
    bottom: 15px;
    top: unset
}

.content-area .search-form {
    position: relative
}

.content-area .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0
}

.content-area .search-form .search-field {
    padding-right: 100px
}

a {
    color: #4169e1
}

a:hover,
a:focus,
a:active {
    color: #191970
}

a:focus {
    outline: thin dotted
}

a:hover,
a:active {
    outline: 0
}

@media screen and (max-width: 1024px) {
    .main-navigation {
        position: fixed;
        background: #202627;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        overflow-y: auto;
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s
    }

    .main-navigation.active {
        left: 0
    }

    .main-navigation ul.sub-menu {
        margin-left: 0;
        padding-left: 0;
        display: none;
        background-color: #151919
    }

    .main-navigation ul.sub-menu a {
        border-bottom: 1px solid #000
    }

    .main-navigation .site-branding {
        margin-top: 60px
    }

    .main-navigation .social-icon {
        margin-bottom: 12px
    }

    .main-navigation .social-icon .fa {
        font-size: 32px;
        color: #fff
    }

    .main-navigation .social-icon .wfs-icon {
        margin-right: 10px
    }
}

.main-navigation .primary-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.main-navigation .primary-menu .new:after {
    content: "new";
    display: inline-block;
    font-size: 9px;
    background: red;
    padding: 0 2px;
    border-radius: 3px;
    color: #fff;
    vertical-align: super;
    margin-left: 3px;
    animation: icon-anim 1.2s linear infinite;
    position: absolute;
    right: -6px
}

@media screen and (max-width: 1024px) {
    .main-navigation .primary-menu .new:after {
        right: 33%
    }
}

.main-navigation .primary-menu li {
    display: inline-block
}

.main-navigation .primary-menu a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    position: relative
}

@media screen and (max-width: 1024px) {
    .main-navigation .primary-menu {
        margin-top: 0;
        text-align: left;
        display: block;
        text-align: center
    }

    .main-navigation .primary-menu a {
        border-bottom: 1px solid #ddd;
        color: #fff !important;
        position: relative;
        text-transform: none
    }

    .main-navigation .primary-menu li {
        display: block;
        position: relative;
        background: none !important
    }

    .main-navigation .primary-menu .toggle-li {
        position: absolute;
        right: 5px;
        color: #e39725;
        top: 0;
        line-height: 50px;
        width: 50px;
        text-align: center;
        font-size: 24px;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .main-navigation .primary-menu .toggle-li.up {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

@media screen and (min-width: 1025px) {
    .main-navigation ul.primary-menu {
        overflow: hidden
    }

    .main-navigation ul.primary-menu:hover {
        overflow: visible
    }

    .main-navigation ul.primary-menu>li {
        position: relative;
        padding: 0 10px
    }

    .main-navigation ul.primary-menu>li:hover ul.sub-menu {
        opacity: 1;
        padding-top: 5px
    }

    .main-navigation ul.primary-menu>li>a:after {
        content: '';
        width: 0;
        height: 3px;
        background-color: #2b2b3a;
        position: absolute;
        left: 0;
        bottom: 0;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .main-navigation ul.primary-menu>li>a:hover {
        color: #2b2b3a
    }

    .main-navigation ul.primary-menu>li>a:hover:after {
        width: 100%
    }

    .main-navigation ul.primary-menu a:hover {
        color: #2b2b3a
    }

    .main-navigation ul.primary-menu .toggle-li {
        margin-left: 3px
    }

    .main-navigation ul.sub-menu {
        position: absolute;
        text-align: left;
        min-width: 230px;
        padding-top: 50px;
        opacity: 0;
        z-index: 3;
        padding-left: 0;
        margin: 0;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .main-navigation ul.sub-menu li {
        background-color: #fff;
        border-top: 0;
        padding: 5px 15px;
        display: block;
        border-bottom: 1px solid #f5f5f5
    }

    .main-navigation ul.sub-menu li:before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #e39725;
        margin-right: 5px
    }

    .main-navigation ul.sub-menu li:hover:before {
        background-color: #2b2b3a
    }

    .main-navigation ul.sub-menu a {
        text-transform: none
    }

    .main-navigation .sub-hot:after {
        content: "hot";
        display: inline-block;
        font-size: 10px;
        background: red;
        padding: 0 4px;
        border-radius: 3px;
        color: #fff;
        vertical-align: super;
        margin-left: 3px;
        animation: heart-pulse 1.2s linear infinite;
        position: absolute;
        right: 10px;
        top: 20px
    }
}

.main-navigation .col-lg-8 {
    padding: 0
}

@media screen and (max-width: 1024px) {
    #menu_mobile {
        position: fixed;
        width: 100%;
        height: 65px;
        z-index: 12;
        top: 0;
        left: 0
    }

    #menu_mobile .mobile-hotline {
        position: absolute;
        right: 60px;
        top: 6px;
    }

    #menu_mobile .mobile-hotline a {
        display: inline-block;
        line-height: 50px;
        width: 65px;
        text-align: center;
        font-size: 21px;
        right: 20px;
        color: #fff
    }

    #menu_mobile .site-branding {
        position: absolute;
        /**top: 5px;**/
        left: 0;
        right: 0;
        padding: 0;
        margin: auto;
        text-align: left
    }

    #menu_mobile .site-branding img {
        height: 65px;
        margin-left: 15px
    }
}

.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 6;
    box-shadow: 1px 0 15px rgba(0, 0, 0, 0.1)
}

@media screen and (max-width: 1024px) {
    .site-header {
        z-index: 13
    }
}

@media screen and (min-width: 1025px) {
    .site-header {
        padding: 15px 0;
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .site-header .site-branding img,
    .site-header .main-navigation .primary-menu {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .site-header .site-branding img {
        max-height: 40px;
        display: block
    }

    .site-header.sticky {
        padding: 5px 0
    }

    .site-header.template-logo .site-branding {
        height: 40px
    }

    .site-header.template-logo .site-branding img {
        max-height: 80px;
        border-radius: 5px
    }
}

.site-branding img.no-bg {
    background: none !important;
    margin: auto;
    display: block
}

@media screen and (max-width: 1024px) {
    .site-branding {
        padding: 15px
    }

    .site-branding img {
        max-height: 50px;
        background: none !important;
        padding: 0 !important
    }
}

.hotline-header {
    position: relative
}

.hotline-header b {
    line-height: 1;
    font-size: 20px;
    color: #e00000;
    white-space: nowrap
}

@media screen and (min-width: 1025px) {
    .hotline-header b {
        font-size: 16px;
        line-height: 40px;
        padding-left: 20px
    }
}

.hotline-header .text-phone:before {
    content: '\f095';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-style: normal;
    display: inline-block
}

@media screen and (min-width: 641px) {
    .hotline-header .text-phone:before {
        content: 'Hotline:';
        font-family: inherit
    }
}

@media screen and (max-width: 1024px) {
    .hotline-header {
        margin-top: 15px
    }

    .hotline-header a {
        text-align: center;
        display: block;
        padding: 15px;
        color: #fff
    }

    .hotline-header span.hidden-lg {
        display: block;
        font-style: italic
    }
}

.pulse-icon {
    position: absolute;
    top: 14px
}

.pulse-icon .icon-wrap {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #d10d0d;
    position: absolute;
    top: 1px;
    left: 1px
}

.pulse-icon .elements {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1
}

.pulse-icon .pulse {
    position: absolute;
    animation: pulse-wave 1s linear infinite both;
    border-radius: 50%
}

.pulse-icon .pulse-1 {
    border: solid 1px #d10d0d;
    width: 10px;
    height: 10px;
    top: 1px;
    left: 1px
}

@keyframes pulse-wave {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(2)
    }

    100% {
        opacity: 0;
        transform: scale(4)
    }
}

.site-search {
    padding: 0 15px
}

.site-search #search-icon {
    display: none;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.site-search .search-form {
    line-height: 40px;
    position: relative;
    margin-top: 5px
}

.site-search input[type="search"] {
    border: 1px solid #eee;
    width: 100%;
    padding: 10px;
    height: 40px;
    padding-right: 45px;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background: none;
    color: #fff
}

.site-search input[type="search"]::placeholder {
    color: #eee
}

.site-search button {
    background: none;
    box-shadow: none;
    position: absolute;
    color: #ddd;
    top: 0;
    right: 15px;
    padding: 0;
    line-height: 40px;
    font-size: 18px;
    border: 0;
    margin-top: 0
}

.home .site-header.transparent:not(.sticky) {
    background: none !important;
    box-shadow: none
}

.header-height {
    height: 50px
}

@media screen and (min-width: 1025px) {
    .header-height {
        height: 70px
    }

    .header-height.logo {
        height: 90px
    }

    .header-height.no-height {
        height: 0
    }
}

#toggle-icon {
    display: inline-block;
    padding: 15px;
    position: fixed;
    z-index: 13;
    right: 0;
    top: 0
}

#toggle-icon .bars {
    margin-top: 7px;
    direction: rtl
}

#toggle-icon .bars span,
#toggle-icon .bars:before,
#toggle-icon .bars:after {
    content: '';
    width: 28px;
    height: 2px;
    background-color: #fff;
    margin-bottom: 5px;
    display: block;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#toggle-icon .bars span {
    width: 18px
}

#toggle-icon .bars:after {
    width: 23px
}

#toggle-icon.active .bars:before {
    transform: rotate(45deg);
    transform-origin: 4px 4px;
    width: 25px
}

#toggle-icon.active .bars:after {
    transform: rotate(-45deg);
    transform-origin: 12px 2px;
    width: 25px
}

#toggle-icon.active .bars span {
    display: none
}

.call-back-form .call-box {
    background: #e39725;
    padding: 15px;
    color: #fff
}

.call-back-form .call-box p {
    margin: 5px 0
}

.call-back-form .call-box h3 {
    margin: 0;
    font-family: "Roboto", Helvetica, Arial, sans-serif
}

.call-back-form .call-box .wpcf7-not-valid-tip {
    font-size: 0.875em;
    color: red
}

.call-back-form .call-box .form input[type="text"],
.call-back-form .call-box .form input[type="tel"] {
    border-radius: 3px 0 0 3px;
    height: 43px
}

.call-back-form .call-box .form input[type="submit"] {
    border-radius: 0 3px 3px 0;
    background-color: #2b2b3a;
    color: #fff;
    width: 100%;
    height: 43px;
    cursor: pointer
}

.call-back-form .hot-box {
    background: #f5f5f5;
    padding: 15px 30px
}

.call-back-form .hot-box p {
    margin: 5px 0 0;
    text-align: center
}

.call-back-form .hot-box b {
    font-size: 1.7em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    color: #e00000;
    display: inherit;
    text-align: center
}

.hide-call-back {
    margin-bottom: 15px
}

.click-show-next {
    background-color: #374e9f;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer
}

.click-show-next:before {
    content: '\f019';
    font-family: 'Font Awesome\ 5 Free';
    font-size: 26px;
    float: left;
    line-height: 1;
    margin-top: 3px;
    font-weight: 900;
    line-height: 46px;
    width: 46px;
    border-radius: 50%;
    background: #eaaa1c;
    text-align: center
}

.click-show-next .inner-text {
    padding-left: 60px
}

.click-show-next h5 {
    margin: 0;
    padding: 5px 0 0;
    font-size: 16px;
    display: inline-block
}

.click-show-next p {
    margin: 0;
    font-size: 0.8em
}

.ws-download {
    padding-left: 70px;
    position: relative;
    margin-bottom: 15px
}

.ws-download:before {
    content: "\f1c2";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: inline-block;
    font-family: FontAwesome;
    color: #1b8fa5;
    padding-right: 5px;
    font-size: 65px
}

.ws-download b {
    display: block
}

.small {
    font-size: .875em
}

#bot_phone input[type="text"],
#bot_phone input[type="tel"] {
    border-radius: 3px 0 0 3px;
    height: 43px
}

#bot_phone input[type="submit"] {
    border-radius: 0 3px 3px 0;
    background-color: #2b2b3a;
    color: #fff;
    width: 100%;
    height: 43px;
    cursor: pointer
}

.wfs-gallery-item:hover .fa-th-large {
    transform: translateY(-50%) translateY(-70px) !important
}

.wfs-gallery-item .fa-th-large {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    opacity: 1 !important;
    transform: translateY(-50%);
    font-size: 2em;
    line-height: 42px;
    width: 72px;
    background: rgba(255, 255, 255, 0.5);
    padding: 15px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    color: #e39725
}

.elementor-gallery-item:hover .wfs-gallery-bottom-box {
    height: 100%
}

.elementor-gallery-item:hover .wfs-gallery-bottom-box .elementor-gallery-item__description {
    display: block
}

.elementor-gallery-item .wfs-gallery-bottom-box {
    height: inherit;
    height: auto;
    opacity: 1 !important;
    top: initial;
    bottom: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s
}

.elementor-gallery-item .wfs-gallery-bottom-box .elementor-gallery-item__description {
    display: none
}

.gallery-item {
    display: inline-flex;
    margin: 0;
    padding: 2.5px 5px
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

@media screen and (max-width: 768px) {
    .gallery-columns-2 .gallery-item {
        width: 50%
    }
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

@media screen and (max-width: 768px) {
    .gallery-columns-3 .gallery-item {
        width: 50%
    }
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

@media screen and (max-width: 768px) {
    .gallery-columns-4 .gallery-item {
        width: 50%
    }
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

@media screen and (max-width: 768px) {
    .gallery-columns-5 .gallery-item {
        width: 50%
    }
}

.wfs-advanced-heading .wfs-heading-title {
    margin: 0;
    padding: 0
}

.wfs-advanced-heading a {
    color: inherit
}

.wfs-advanced-heading a:hover {
    color: inherit
}

.wfs-advanced-heading .wfs-sub-heading,
.wfs-advanced-heading .wfs-main-heading {
    z-index: 1;
    position: relative
}

.wfs-advanced-heading .wfs-sub-heading {
    display: inline-block;
    line-height: 1
}

.wfs-advanced-heading .wfs-main-heading>.wfs-main-heading-inner,
.wfs-advanced-heading .wfs-main-heading>.wfs-mainh-split-text {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    box-sizing: border-box
}

.wfs-advanced-heading .wfs-sub-heading-content,
.wfs-advanced-heading .wfs-main-heading {
    display: inline-block;
    vertical-align: middle
}

.wfs-advanced-heading .wfs-sub-heading .line,
.wfs-advanced-heading .wfs-main-heading .line {
    background-color: transparent !important
}

.wfs-advanced-heading .wfs-sub-heading .line:after,
.wfs-advanced-heading .wfs-main-heading .line:after {
    content: "";
    background-color: #1e87f0;
    height: 2px;
    width: 40px;
    display: inline-block;
    vertical-align: middle
}

.wfs-advanced-heading .wfs-sub-heading .line.wfs-button-icon-align-bottom,
.wfs-advanced-heading .wfs-main-heading .line.wfs-button-icon-align-bottom {
    line-height: 0;
    display: block
}

.wfs-advanced-heading .wfs-advanced-heading-content {
    color: rgba(156, 156, 156, 0.12);
    z-index: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    bottom: 0;
    width: 100%;
    transition: all .3s ease-out;
    position: absolute
}

.wfs-advanced-heading .wfs-advanced-heading-content>div {
    display: inline-block
}

.wfs-ep-main-color-yes .wfs-advanced-heading .wfs-main-heading>div {
    background-color: transparent;
    background-image: linear-gradient(240deg, #0E83CD 0, #8062d4 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: rgba(255, 255, 255, 0)
}

.wfs-ep-advanced-color-yes .wfs-advanced-heading .wfs-advanced-heading-content>div {
    background-color: transparent;
    background-image: linear-gradient(240deg, #0E83CD 0, #8062d4 100%);
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@supports (-ms-ime-align: auto) {

    .wfs-ep-main-color-yes .wfs-advanced-heading .wfs-main-heading>div,
    .wfs-ep-advanced-color-yes .wfs-advanced-heading .wfs-advanced-heading-content>div {
        background-attachment: scroll !important
    }
}

@supports (-moz-appearance: none) {

    .wfs-ep-main-color-yes .wfs-advanced-heading .wfs-main-heading>div,
    .wfs-ep-advanced-color-yes .wfs-advanced-heading .wfs-advanced-heading-content>div {
        background-attachment: scroll !important
    }
}

.wfs-tab {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    padding: 0;
    list-style: none
}

.wfs-tab>* {
    flex: none;
    padding-left: 20px;
    position: relative
}

.wfs-tab>*>a {
    display: block;
    text-align: center;
    padding: 10px 15px;
    color: #999
}

.wfs-tab>*>a:hover,
.wfs-tab>*>a:focus {
    color: #666;
    text-decoration: none
}

.wfs-tab>.wfs-active>a {
    color: #333
}

.wfs-tab>.wfs-disabled>a {
    color: #999
}

.wfs-tab-left,
.wfs-tab-right {
    flex-direction: column;
    margin-left: 0
}

.wfs-tab-left>*,
.wfs-tab-right>* {
    padding-left: 0
}

.wfs-tab-left>*>a {
    text-align: left
}

.wfs-tab-right>*>a {
    text-align: left
}

.wfs-light .wfs-tab>*>a,
.wfs-section-primary:not(.wfs-preserve-color) .wfs-tab>*>a,
.wfs-section-secondary:not(.wfs-preserve-color) .wfs-tab>*>a,
.wfs-tile-primary:not(.wfs-preserve-color) .wfs-tab>*>a,
.wfs-tile-secondary:not(.wfs-preserve-color) .wfs-tab>*>a,
.wfs-card-primary.wfs-card-body .wfs-tab>*>a,
.wfs-card-primary>:not([class*='wfs-card-media']) .wfs-tab>*>a,
.wfs-card-secondary.wfs-card-body .wfs-tab>*>a,
.wfs-card-secondary>:not([class*='wfs-card-media']) .wfs-tab>*>a,
.wfs-overlay-primary .wfs-tab>*>a,
.wfs-offcanvas-bar .wfs-tab>*>a {
    color: rgba(255, 255, 255, 0.5)
}

.wfs-light .wfs-tab>*>a:hover,
.wfs-light .wfs-tab>*>a:focus,
.wfs-section-primary:not(.wfs-preserve-color) .wfs-tab>*>a:hover,
.wfs-section-primary:not(.wfs-preserve-color) .wfs-tab>*>a:focus,
.wfs-section-secondary:not(.wfs-preserve-color) .wfs-tab>*>a:hover,
.wfs-section-secondary:not(.wfs-preserve-color) .wfs-tab>*>a:focus,
.wfs-tile-primary:not(.wfs-preserve-color) .wfs-tab>*>a:hover,
.wfs-tile-primary:not(.wfs-preserve-color) .wfs-tab>*>a:focus,
.wfs-tile-secondary:not(.wfs-preserve-color) .wfs-tab>*>a:hover,
.wfs-tile-secondary:not(.wfs-preserve-color) .wfs-tab>*>a:focus,
.wfs-card-primary.wfs-card-body .wfs-tab>*>a:hover,
.wfs-card-primary.wfs-card-body .wfs-tab>*>a:focus,
.wfs-card-primary>:not([class*='wfs-card-media']) .wfs-tab>*>a:hover,
.wfs-card-primary>:not([class*='wfs-card-media']) .wfs-tab>*>a:focus,
.wfs-card-secondary.wfs-card-body .wfs-tab>*>a:hover,
.wfs-card-secondary.wfs-card-body .wfs-tab>*>a:focus,
.wfs-card-secondary>:not([class*='wfs-card-media']) .wfs-tab>*>a:hover,
.wfs-card-secondary>:not([class*='wfs-card-media']) .wfs-tab>*>a:focus,
.wfs-overlay-primary .wfs-tab>*>a:hover,
.wfs-overlay-primary .wfs-tab>*>a:focus,
.wfs-offcanvas-bar .wfs-tab>*>a:hover,
.wfs-offcanvas-bar .wfs-tab>*>a:focus {
    color: rgba(255, 255, 255, 0.7)
}

.wfs-light .wfs-tab>.wfs-active>a,
.wfs-section-primary:not(.wfs-preserve-color) .wfs-tab>.wfs-active>a,
.wfs-section-secondary:not(.wfs-preserve-color) .wfs-tab>.wfs-active>a,
.wfs-tile-primary:not(.wfs-preserve-color) .wfs-tab>.wfs-active>a,
.wfs-tile-secondary:not(.wfs-preserve-color) .wfs-tab>.wfs-active>a,
.wfs-card-primary.wfs-card-body .wfs-tab>.wfs-active>a,
.wfs-card-primary>:not([class*='wfs-card-media']) .wfs-tab>.wfs-active>a,
.wfs-card-secondary.wfs-card-body .wfs-tab>.wfs-active>a,
.wfs-card-secondary>:not([class*='wfs-card-media']) .wfs-tab>.wfs-active>a,
.wfs-overlay-primary .wfs-tab>.wfs-active>a,
.wfs-offcanvas-bar .wfs-tab>.wfs-active>a {
    color: #fff
}

.wfs-light .wfs-tab>.wfs-disabled>a,
.wfs-section-primary:not(.wfs-preserve-color) .wfs-tab>.wfs-disabled>a,
.wfs-section-secondary:not(.wfs-preserve-color) .wfs-tab>.wfs-disabled>a,
.wfs-tile-primary:not(.wfs-preserve-color) .wfs-tab>.wfs-disabled>a,
.wfs-tile-secondary:not(.wfs-preserve-color) .wfs-tab>.wfs-disabled>a,
.wfs-card-primary.wfs-card-body .wfs-tab>.wfs-disabled>a,
.wfs-card-primary>:not([class*='wfs-card-media']) .wfs-tab>.wfs-disabled>a,
.wfs-card-secondary.wfs-card-body .wfs-tab>.wfs-disabled>a,
.wfs-card-secondary>:not([class*='wfs-card-media']) .wfs-tab>.wfs-disabled>a,
.wfs-overlay-primary .wfs-tab>.wfs-disabled>a,
.wfs-offcanvas-bar .wfs-tab>.wfs-disabled>a {
    color: rgba(255, 255, 255, 0.5)
}

.wfs-tabs-container {
    text-align: center
}

.wfs-tabs-container .wfs-tab {
    padding: 5px;
    border-radius: 50px;
    display: inline-block;
    background-color: #f5f5f5
}

.wfs-tabs-container .wfs-tab .wfs-tabs-item {
    padding-left: 0;
    display: inline-block;
    float: left
}

.wfs-tabs-container .wfs-tab .wfs-tabs-item a {
    border-radius: 50px;
    overflow: hidden;
    position: relative
}

.wfs-tabs-container .wfs-tab .wfs-tabs-item a .wfs-tab-text-wrapper {
    position: relative
}

.wfs-tabs-container .wfs-tab .wfs-tabs-item a .wfs-tab-text-wrapper svg {
    width: 1em
}

.wfs-tabs-container .wfs-tab .wfs-tabs-item a:before {
    height: 100%;
    top: 0;
    z-index: 0;
    content: '';
    width: 0;
    position: absolute;
    right: 0;
    transition: all 300ms ease-out;
    background-color: #1e87f0
}

.wfs-tabs-container .wfs-tab .wfs-tabs-item:last-child a:before {
    left: 0;
    right: auto
}

.wfs-tabs-container .wfs-tab>.wfs-active>a {
    color: #fff
}

.wfs-tabs-container .wfs-tab>.wfs-active>a:before {
    width: 100%
}

.wfs-tabs .wfs-tabs-item-title {
    outline: none;
    background: #f3f3f3;
    transition: all 300ms cubic-bezier(0, 0.49, 0.27, 0.99);
    position: relative
}

.wfs-tabs .wfs-tabs-item-title .wfs-tab-text-wrapper {
    display: inline-flex
}

.wfs-tabs .wfs-tab-title-icon-wrapper svg {
    width: 1em
}

.wfs-tabs .wfs-switcher-item-content p {
    margin: 0
}

.wfs-tabs .wfs-switcher-item-content p+p {
    margin: 10px 0 0
}

.wfs-tabs .wfs-tab .wfs-tabs-item a:after {
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 300ms ease-out
}

.wfs-tabs .wfs-tab .wfs-active a:after {
    width: 100%;
    background: #1e87f0
}

.wfs-tabs .wfs-tab.wfs-tab-bottom .wfs-tabs-item a:after {
    top: 0;
    bottom: auto
}

.wfs-tabs .wfs-tab.wfs-tab-left .wfs-tabs-item a:after,
.wfs-tabs .wfs-tab.wfs-tab-right .wfs-tabs-item a:after {
    width: 3px;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto
}

.wfs-tabs .wfs-tab.wfs-tab-left .wfs-active a:after,
.wfs-tabs .wfs-tab.wfs-tab-right .wfs-active a:after {
    height: 100%
}

.wfs-tabs .wfs-tab.wfs-tab-right .wfs-tabs-item a:after {
    left: 0;
    right: auto
}

.wfs-tabs .wfs-tabs-item.wfs-has-no-title span[class*="wfs-button-icon-align-"] {
    margin: 0 !important
}

@media (max-width: 767px) {
    .wfs-tabs.fullwidth-on-mobile .wfs-tab-wrapper {
        width: 100% !important
    }

    .wfs-tabs.fullwidth-on-mobile .wfs-switcher-wrapper {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .wfs-tabs.fullwidth-on-mobile .wfs-tabs-item {
        width: 100%;
        flex: auto
    }
}

.wfs-products-tab .wfs-tab>*>a {
    padding: 10px 15px;
    color: #999;
    font-size: 18px;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    -webkit-transition: all .3s ease;
    transition: all 0.3s ease
}

.wfs-products-tab .wfs-tab>.wfs-active>a {
    color: #fff;
    background: #f25b18;
    border-color: #f25b18
}

.wfs-products-tab #tab1 {
    margin-top: 30px !important
}

.wfs-products-tab .wfs-tab::before {
    border-bottom: 0
}

.wfs-switcher {
    margin: 0;
    padding: 0;
    list-style: none
}

.wfs-switcher>:not(.wfs-active) {
    display: none
}

.wfs-switcher>*>:last-child {
    margin-bottom: 0
}

.bdt-flex {
    display: flex
}

.bdt-flex-inline {
    display: inline-flex
}

.bdt-flex::before,
.bdt-flex::after,
.bdt-flex-inline::before,
.bdt-flex-inline::after {
    display: none
}

.bdt-flex-left {
    justify-content: flex-start
}

.bdt-flex-center {
    justify-content: center
}

.bdt-flex-right {
    justify-content: flex-end
}

.bdt-flex-between {
    justify-content: space-between
}

.bdt-flex-around {
    justify-content: space-around
}

@media (min-width: 640px) {
    .bdt-flex-left\@s {
        justify-content: flex-start
    }

    .bdt-flex-center\@s {
        justify-content: center
    }

    .bdt-flex-right\@s {
        justify-content: flex-end
    }

    .bdt-flex-between\@s {
        justify-content: space-between
    }

    .bdt-flex-around\@s {
        justify-content: space-around
    }
}

@media (min-width: 960px) {
    .bdt-flex-left\@m {
        justify-content: flex-start
    }

    .bdt-flex-center\@m {
        justify-content: center
    }

    .bdt-flex-right\@m {
        justify-content: flex-end
    }

    .bdt-flex-between\@m {
        justify-content: space-between
    }

    .bdt-flex-around\@m {
        justify-content: space-around
    }
}


@media (min-width: 1600px) {
    .bdt-flex-left\@xl {
        justify-content: flex-start
    }

    .bdt-flex-center\@xl {
        justify-content: center
    }

    .bdt-flex-right\@xl {
        justify-content: flex-end
    }

    .bdt-flex-between\@xl {
        justify-content: space-between
    }

    .bdt-flex-around\@xl {
        justify-content: space-around
    }
}

.bdt-flex-stretch {
    align-items: stretch
}

.bdt-flex-top {
    align-items: flex-start
}

.bdt-flex-middle {
    align-items: center
}

.bdt-flex-bottom {
    align-items: flex-end
}

.bdt-flex-row {
    flex-direction: row
}

.bdt-flex-row-reverse {
    flex-direction: row-reverse
}

.bdt-flex-column {
    flex-direction: column
}

.bdt-flex-column-reverse {
    flex-direction: column-reverse
}

.bdt-flex-nowrap {
    flex-wrap: nowrap
}

.bdt-flex-wrap {
    flex-wrap: wrap
}

.bdt-flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.bdt-flex-wrap-stretch {
    align-content: stretch
}

.bdt-flex-wrap-top {
    align-content: flex-start
}

.bdt-flex-wrap-middle {
    align-content: center
}

.bdt-flex-wrap-bottom {
    align-content: flex-end
}

.bdt-flex-wrap-between {
    align-content: space-between
}

.bdt-flex-wrap-around {
    align-content: space-around
}

.bdt-flex-first {
    order: -1
}

.bdt-flex-last {
    order: 99
}

@media (min-width: 640px) {
    .bdt-flex-first\@s {
        order: -1
    }

    .bdt-flex-last\@s {
        order: 99
    }
}

@media (min-width: 960px) {
    .bdt-flex-first\@m {
        order: -1
    }

    .bdt-flex-last\@m {
        order: 99
    }
}


@media (min-width: 1600px) {
    .bdt-flex-first\@xl {
        order: -1
    }

    .bdt-flex-last\@xl {
        order: 99
    }
}

.bdt-flex-none {
    flex: none
}

.bdt-flex-auto {
    flex: auto
}

.bdt-flex-1 {
    flex: 1
}

[class*='bdt-width'] {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%
}

.bdt-width-1-2 {
    width: 50%
}

.bdt-width-1-3 {
    width: calc(100% * 1 / 3.001)
}

.bdt-width-2-3 {
    width: calc(100% * 2 / 3.001)
}

.bdt-width-1-4 {
    width: 25%
}

.bdt-width-3-4 {
    width: 75%
}

.bdt-width-1-5 {
    width: 20%
}

.bdt-width-2-5 {
    width: 40%
}

.bdt-width-3-5 {
    width: 60%
}

.bdt-width-4-5 {
    width: 80%
}

.bdt-width-1-6 {
    width: calc(100% * 1 / 6.001)
}

.bdt-width-5-6 {
    width: calc(100% * 5 / 6.001)
}

.bdt-width-small {
    width: 150px
}

.bdt-width-medium {
    width: 300px
}

.bdt-width-large {
    width: 450px
}

.bdt-width-xlarge {
    width: 600px
}

.bdt-width-xxlarge {
    width: 750px
}

.bdt-width-auto {
    width: auto
}

.bdt-width-expand {
    flex: 1;
    min-width: 1px
}

@media (min-width: 640px) {
    .bdt-width-1-1\@s {
        width: 100%
    }

    .bdt-width-1-2\@s {
        width: 50%
    }

    .bdt-width-1-3\@s {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-width-2-3\@s {
        width: calc(100% * 2 / 3.001)
    }

    .bdt-width-1-4\@s {
        width: 25%
    }

    .bdt-width-3-4\@s {
        width: 75%
    }

    .bdt-width-1-5\@s {
        width: 20%
    }

    .bdt-width-2-5\@s {
        width: 40%
    }

    .bdt-width-3-5\@s {
        width: 60%
    }

    .bdt-width-4-5\@s {
        width: 80%
    }

    .bdt-width-1-6\@s {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-width-5-6\@s {
        width: calc(100% * 5 / 6.001)
    }

    .bdt-width-small\@s {
        width: 150px
    }

    .bdt-width-medium\@s {
        width: 300px
    }

    .bdt-width-large\@s {
        width: 450px
    }

    .bdt-width-xlarge\@s {
        width: 600px
    }

    .bdt-width-xxlarge\@s {
        width: 750px
    }

    .bdt-width-auto\@s {
        width: auto
    }

    .bdt-width-expand\@s {
        flex: 1;
        min-width: 1px
    }
}

@media (min-width: 960px) {
    .bdt-width-1-1\@m {
        width: 100%
    }

    .bdt-width-1-2\@m {
        width: 50%
    }

    .bdt-width-1-3\@m {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-width-2-3\@m {
        width: calc(100% * 2 / 3.001)
    }

    .bdt-width-1-4\@m {
        width: 25%
    }

    .bdt-width-3-4\@m {
        width: 75%
    }

    .bdt-width-1-5\@m {
        width: 20%
    }

    .bdt-width-2-5\@m {
        width: 40%
    }

    .bdt-width-3-5\@m {
        width: 60%
    }

    .bdt-width-4-5\@m {
        width: 80%
    }

    .bdt-width-1-6\@m {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-width-5-6\@m {
        width: calc(100% * 5 / 6.001)
    }

    .bdt-width-small\@m {
        width: 150px
    }

    .bdt-width-medium\@m {
        width: 300px
    }

    .bdt-width-large\@m {
        width: 450px
    }

    .bdt-width-xlarge\@m {
        width: 600px
    }

    .bdt-width-xxlarge\@m {
        width: 750px
    }

    .bdt-width-auto\@m {
        width: auto
    }

    .bdt-width-expand\@m {
        flex: 1;
        min-width: 1px
    }
}


@media (min-width: 1600px) {
    .bdt-width-1-1\@xl {
        width: 100%
    }

    .bdt-width-1-2\@xl {
        width: 50%
    }

    .bdt-width-1-3\@xl {
        width: calc(100% * 1 / 3.001)
    }

    .bdt-width-2-3\@xl {
        width: calc(100% * 2 / 3.001)
    }

    .bdt-width-1-4\@xl {
        width: 25%
    }

    .bdt-width-3-4\@xl {
        width: 75%
    }

    .bdt-width-1-5\@xl {
        width: 20%
    }

    .bdt-width-2-5\@xl {
        width: 40%
    }

    .bdt-width-3-5\@xl {
        width: 60%
    }

    .bdt-width-4-5\@xl {
        width: 80%
    }

    .bdt-width-1-6\@xl {
        width: calc(100% * 1 / 6.001)
    }

    .bdt-width-5-6\@xl {
        width: calc(100% * 5 / 6.001)
    }

    .bdt-width-small\@xl {
        width: 150px
    }

    .bdt-width-medium\@xl {
        width: 300px
    }

    .bdt-width-large\@xl {
        width: 450px
    }

    .bdt-width-xlarge\@xl {
        width: 600px
    }

    .bdt-width-xxlarge\@xl {
        width: 750px
    }

    .bdt-width-auto\@xl {
        width: auto
    }

    .bdt-width-expand\@xl {
        flex: 1;
        min-width: 1px
    }
}

[class*='bdt-height'] {
    box-sizing: border-box
}

.bdt-height-1-1 {
    height: 100%
}

.bdt-height-viewport {
    min-height: 100vh
}

.bdt-height-small {
    height: 150px
}

.bdt-height-medium {
    height: 300px
}

.bdt-height-large {
    height: 450px
}

.bdt-height-max-small {
    max-height: 150px
}

.bdt-height-max-medium {
    max-height: 300px
}

.bdt-height-max-large {
    max-height: 450px
}

.bdt-custom-carousel-thumbnail:before {
    content: attr(data-title);
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
    padding: 15px;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 20%, transparent 90%);
    color: #fff;
    -o-transition: padding 0.3s;
    -ms-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s
}

.bdt-custom-carousel-thumbnail:hover:before {
    padding-bottom: 30px
}

.bdt-lightbox-toolbar.bdt-transition-opaque {
    color: white;
    font-weight: 600
}

.list-01 ul,
.list-02 ul,
.list-03 ul,
.list-04 ul,
.list-05 ul,
.list-06 ul,
.list-07 ul,
.list-08 ul,
.list-09 ul,
.list-10 ul {
    margin: 0;
    list-style-type: none;
    padding-left: 10px
}

.list-01 ul li,
.list-02 ul li,
.list-03 ul li,
.list-04 ul li,
.list-05 ul li,
.list-06 ul li,
.list-07 ul li,
.list-08 ul li,
.list-09 ul li,
.list-10 ul li {
    font-size: 0.9375em
}

.list-01 ul li:before,
.list-02 ul li:before,
.list-03 ul li:before,
.list-04 ul li:before,
.list-05 ul li:before,
.list-06 ul li:before,
.list-07 ul li:before,
.list-08 ul li:before,
.list-09 ul li:before,
.list-10 ul li:before {
    display: inline-block;
    font-family: 'Font Awesome\ 5 Free';
    padding-right: 5px;
    font-weight: 900
}

.list-01 ul li:hover,
.list-02 ul li:hover,
.list-03 ul li:hover,
.list-04 ul li:hover,
.list-05 ul li:hover,
.list-06 ul li:hover,
.list-07 ul li:hover,
.list-08 ul li:hover,
.list-09 ul li:hover,
.list-10 ul li:hover {
    color: #464646
}

.list-01 ul li:hover:before,
.list-02 ul li:hover:before,
.list-03 ul li:hover:before,
.list-04 ul li:hover:before,
.list-05 ul li:hover:before,
.list-06 ul li:hover:before,
.list-07 ul li:hover:before,
.list-08 ul li:hover:before,
.list-09 ul li:hover:before,
.list-10 ul li:hover:before {
    color: #e39725
}

.list-01 ul li:before {
    content: "\f111";
    color: #27940e;
    font-size: 0.75em
}

.list-02 ul li:before {
    content: "\f058";
    color: #27940e;
    font-size: 0.9em
}

.list-03 ul li:before {
    content: "\f06c";
    color: #27940e
}

.list-04 ul li strong,
.list-04 ul li b {
    color: #d10d0d
}

.list-04 ul li:before {
    content: "\f06b";
    color: #d10d0d;
    font-size: 1em
}

.list-05 ul li:before {
    content: "\f3c5";
    color: #d10d0d;
    font-size: 1em
}

.list-06 ul li:before {
    content: "\f3a5";
    color: #e39725;
    font-size: 1em
}

.list-06 ul li:hover {
    color: #464646
}

.list-06 ul li:hover:before {
    color: #2b2b3a
}

.list-07 ul li:before {
    content: "\f559";
    color: #27940e;
    font-size: 1.2em
}

.list-08 ul li:before {
    content: "\f0a9";
    color: #27940e;
    font-size: 1em
}

.list-09 ul li:before {
    content: "\f06a";
    color: #ffc107;
    font-size: 1em
}

.list-10 ul li:before {
    content: "\f004";
    color: #d44f70;
    font-size: 1em
}

@media screen and (max-width: 640px) {
    .elementor-posts .wfs-news-item {
        display: flex !important
    }

    .elementor-posts .wfs-news-item .elementor-post__meta-data {
        font-size: 11px;
        margin-bottom: 0
    }
}

.elementor-posts .wfs-news-item .elementor-post__title {
    font-size: 14px
}

@media screen and (min-width: 641px) {
    .elementor-posts .wfs-news-item .elementor-post__title {
        height: 48px;
        overflow: hidden;
        font-size: 16px
    }
}

@media screen and (max-width: 640px) {
    .elementor-posts .wfs-news-item .elementor-post__excerpt {
        display: none
    }
}

@media screen and (min-width: 641px) {
    .elementor-posts .wfs-news-item .elementor-post__excerpt {
        height: 42px;
        overflow: hidden
    }
}

@media screen and (max-width: 640px) {
    .elementor-posts .wfs-news-item .elementor-post__read-more {
        display: none
    }
}

@media screen and (min-width: 641px) {
    .elementor-posts .wfs-news-item .elementor-post__read-more {
        padding: 5px 10px;
        border: 1px solid;
        margin-top: 5px;
        display: inline-block
    }
}

@media screen and (max-width: 640px) {
    .elementor-posts .wfs-news-item .elementor-post__thumbnail__link {
        flex-basis: 25%;
        width: 25%;
        margin: 0 !important
    }

    .elementor-posts .wfs-news-item .elementor-post__text {
        width: 75%;
        flex-basis: 75%;
        padding-left: 10px
    }
}

#loan {
    border: 5px solid #f3f4f7;
    margin: 15px 0 30px
}

#loan>.row {
    margin: 0
}

#loan .result {
    background-color: #f3f4f7
}

#loan .result h4 {
    font-size: 1.5em;
    margin: .5em 0
}

#loan .result .cal1 b {
    color: #6975C8
}

#loan .result .cal2 b {
    color: #CE68A5
}

#loan .result .cal3 b {
    color: #4AB5C1
}

#loan .result #totalLoanCal {
    font-size: 1.5em;
    vertical-align: sub;
    margin-left: 1em
}

#loan .result .total {
    padding: .5em 0;
    border-bottom: 1px solid #ededed
}

#loan .result .total b {
    float: right
}

#loan .result .months {
    margin-top: 15px
}

#loan .result .months [class*='col-'] {
    padding-top: 5px;
    padding-bottom: 5px
}

#loan .result .months [class*='col-']:nth-child(4n+3),
#loan .result .months [class*='col-']:nth-child(4n+4) {
    background-color: #e7e7e7
}

#loan .result .months [class*='col-']:nth-child(2n+4) {
    font-weight: 700
}

#loan .result .months .head {
    font-weight: 700;
    font-size: .75em;
    text-transform: uppercase;
    color: #666;
    border-bottom: 1px solid #ddd
}

#loan .loan-block {
    padding: 25px 15px 10px
}

#loan #loanCalBar {
    margin-left: -2px;
    margin-right: -2px;
    margin-bottom: 1em
}

#loan #loanCalBar .col-4 {
    padding-left: 2px;
    padding-right: 2px;
    -o-transition: .8s;
    -ms-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    transition: .8s
}

#loan #loanCalBar .col-4:nth-child(1) .inner-col {
    background-color: #6975C8
}

#loan #loanCalBar .col-4:nth-child(2) .inner-col {
    background-color: #CE68A5
}

#loan #loanCalBar .col-4:nth-child(3) .inner-col {
    background-color: #4AB5C1
}

#loan #loanCalBar .inner-col {
    height: 20px;
    width: 100%;
    position: relative;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s
}

#loan #loanCalBar .inner-col:hover {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 1025px) {
    #loan #loanCalBar .inner-col:hover .loan-tooltip {
        display: block
    }
}

#loan #loanCalBar .inner-col .loan-tooltip {
    position: absolute;
    font-size: .75em;
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 2px 2px #0002;
    left: 50%;
    width: fit-content;
    z-index: 2;
    bottom: 100%;
    transform: translateX(-50%);
    min-width: 105px;
    display: none
}

#loan #loanCalBar .inner-col .loan-tooltip:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

#loan #loanCalBar .inner-col .loan-tooltip b {
    display: block
}

#loan .button {
    font-weight: 700;
    width: fit-content;
    text-align: center;
    padding: 1em;
    margin: 15px auto;
    border-radius: 3px;
    display: block
}

.range-slider {
    margin-bottom: 20px
}

.range-slider input[type="range"] {
    margin: auto;
    outline: none;
    padding: 0;
    width: 100%;
    height: 5px;
    background-color: #dedede;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #444C59), color-stop(100%, #444C59));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    border-radius: 10px;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0
}

.range-slider input[type="range"]::-webkit-slider-runnable-track {
    box-shadow: none;
    border: none;
    background: transparent;
    -webkit-appearance: none
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    height: 25px;
    width: 25px;
    border: 3px solid #444C59;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-appearance: none
}

.range-slider input[type="number"] {
    padding: 5px 30px 5px 10px;
    max-width: 85px
}

.range-slider label {
    display: block;
    margin-bottom: 5px;
    color: #888
}

.range-slider .box-text {
    position: relative;
    text-align: right
}

.range-slider .box-text .unit {
    position: absolute;
    color: #888;
    font-size: .85em;
    right: 7px;
    top: 9px
}

.list-checkbox [type="checkbox"]:checked,
.list-checkbox [type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px
}

.list-checkbox [type="checkbox"]:checked+span,
.list-checkbox [type="checkbox"]:not(:checked)+span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666
}

.list-checkbox [type="checkbox"]:checked+span:before,
.list-checkbox [type="checkbox"]:not(:checked)+span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #444C59;
    background: #fff;
    border-radius: 50%
}

.list-checkbox [type="checkbox"]:checked+span:after,
.list-checkbox [type="checkbox"]:not(:checked)+span:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #444C59;
    position: absolute;
    top: 4px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 50%
}

.list-checkbox [type="checkbox"]:not(:checked)+span:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.list-checkbox [type="checkbox"]:checked+span:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.widget {
    margin: 0 0 1.5em
}

.widget select {
    max-width: 100%
}

@media screen and (min-width: 641px) {
    .search .widget-area {
        margin-top: 15px
    }
}

.search .search-box {
    background: #f7f7f7;
    padding: 20px;
    margin-bottom: 20px
}

.widget-area {
    margin-top: 10px
}

@media screen and (min-width: 641px) {
    .widget-area {
        top: 60px;
        position: sticky
    }
}

@media screen and (max-width: 640px) {
    .widget-area {
        margin-top: 15px
    }
}

.widget-area .widget {
    background-color: #fff
}

.widget-area .widget-title {
    font-size: 1.5em;
    margin: 0 0 10px;
    padding-left: 5px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 5px solid #e39725
}

.widget-area ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.widget-area ul a {
    color: #333;
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5px 5px 8px
}

.widget-area ul a:before {
    content: '';
    width: 5px;
    height: 5px;
    background-color: #e39725;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.widget-area ul a:hover {
    color: #fff;
    background-color: #e39725
}

.widget-area ul a:hover:before {
    background-color: #fff
}

.imp-shape-text span {
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    background: #b02b2c;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.6);
    animation: lugco 2s infinite;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 600
}

@media screen and (max-width: 640px) {
    .imp-shape-text span {
        width: 1.4em;
        height: 1.4em;
        font-size: .7em;
        line-height: 1.5em
    }
}

.imp-shape-text span:hover {
    animation: none
}

@-webkit-keyframes lugco {
    0% {
        -webkit-box-shadow: 0 0 0 0 #e397254f
    }

    50% {
        -webkit-box-shadow: 0 0 0 10px #0ea21166
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #e39725a3
    }
}

@keyframes lugco {
    0% {
        -moz-box-shadow: 0 0 0 0 #e397254f;
        box-shadow: 0 0 0 0 #e397254f
    }

    50% {
        -moz-box-shadow: 0 0 0 10px #0ea21166;
        box-shadow: 0 0 0 10px #0ea21166
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #e39725a3;
        box-shadow: 0 0 0 0 #e39725a3
    }
}

.bdt-ep-main-color-yes .bdt-advanced-heading .bdt-main-heading>div {
    display: inline-block
}

.squares-container::-webkit-scrollbar {
    width: 10px
}

.squares-containerp::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px
}

.squares-container::-webkit-scrollbar-thumb {
    background: #e39725;
    border-radius: 15px
}

.squares-container::-webkit-scrollbar-thumb:hover {
    background: #b30000
}

.site-content,
.container {
    max-width: 1270px;
    margin: auto;
    padding: 0 5px
}

body.no-scroll {
    overflow: hidden;
    position: absolute;
    width: 100%
}

.no-sidebar {
    width: 100%
}

.have-sidebar h2 {
    border: unset !important
}

#breadcrumbs {
    margin-top: 15px
}

@media screen and (min-width: 641px) {
    .sidebar-right {
        width: 66.67%;
        float: left;
        padding-right: 30px
    }

    .sidebar-right+.widget-area {
        width: 33.33%;
        float: right
    }
}

#breadcrumbs {
    color: #888
}

#breadcrumbs a {
    color: #888
}

#breadcrumbs a:hover {
    color: #e39725;
    text-decoration: underline
}

.single-post .breadcrumb_last {
    display: none
}

.error-404 .big {
    font-size: 180px;
    font-weight: 700
}

.error-404 h1 {
    font-size: 40px
}

.error-404 .button {
    padding: 10px 30px;
    border-radius: 25px
}

.entry-content h2 {
    padding-left: 5px;
    border-left: 5px solid #e39725;
    border-bottom: 1px solid #d8d8d8
}

.author-info {
    padding: 30px 20px;
    background: #f5f5f5;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    margin: 15px 0 30px
}

@media screen and (max-width: 640px) {
    .author-info {
        text-align: center
    }
}

.author-info .avatar {
    border-radius: 50%;
    position: relative
}

@media screen and (min-width: 641px) {
    .author-info .avatar {
        float: left;
        width: 150px;
        height: 150px
    }
}

@media screen and (max-width: 640px) {
    .author-info .avatar {
        width: 120px;
        height: 120px;
        border-radius: 25px;
        margin: auto
    }
}

.author-info .avatar:before {
    content: "\f05d";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    bottom: -10px;
    left: 65px;
    z-index: 1;
    color: #0ca20c;
    font-size: 1.5em
}

@media screen and (max-width: 640px) {
    .author-info .avatar:before {
        left: 52px;
        bottom: -7px
    }
}

@media screen and (min-width: 641px) {
    .author-info .info {
        padding-left: 165px
    }
}

.author-info .info h1 {
    display: inline-block;
    margin: 0
}

.author-info .info .list-links a {
    font-size: 18px;
    display: inline-block;
    margin: 5px 10px 0 0;
    color: #999;
    padding: 5px 10px
}

@media screen and (max-width: 640px) {
    .author-info .info .list-links a {
        font-size: 1.3em;
        margin: 7px 0 0 0
    }
}

.author-info .info .list-links i:hover {
    color: #0a74aa
}

@media screen and (min-width: 1025px) {
    .author form.search-form {
        width: 80%
    }
}

.author input.search-submit {
    height: 48px;
    cursor: pointer
}

@media screen and (max-width: 640px) {
    .author input.search-submit {
        height: 45px
    }
}

.comment-content a {
    word-wrap: break-word
}

.bypostauthor {
    display: block
}

.single-post .list-links a {
    color: #444;
    display: inline-block;
    background: #eee;
    padding: 3px 8px;
    border-radius: 3px;
    white-space: nowrap;
    margin-left: 10px;
    margin-bottom: 10px
}

.single-post .list-links a:before {
    content: '\f02b';
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    padding-right: 5px
}

.single-post .list-links a:hover {
    color: #e39725
}

.single-post .cat-links a:before {
    content: '\f0c1'
}

.single-post .share-container {
    border-bottom: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding: 10px 0;
    margin: 1em 0
}

.single-post .share-container .label {
    display: block;
    line-height: 30px;
    padding-right: 10px
}

@media screen and (min-width: 1025px) {
    .single-post .share-container .label {
        display: inline-block
    }
}

@media screen and (min-width: 1025px) {
    .single-post .share-container .fb-save {
        float: right
    }
}

.single-post .share-container .buttons {
    display: inline-block
}

@media screen and (min-width: 1025px) {
    .single-post .share-container .buttons {
        margin-left: 10px
    }
}

.single-post .share-container .buttons a {
    background-color: #666;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px
}

.single-post .share-container .buttons a .fa {
    font-size: 18px;
    margin-right: 15px;
    vertical-align: middle
}

.single-post .share-container .buttons a.googleplus {
    background-color: #e93f2e
}

.single-post .share-container .buttons a.email {
    background-color: #0a88ff
}

.single-post .share-container .buttons a.facebook {
    background-color: #306199
}

.single-post .hidden-temporary {
    display: none
}

.single-post .entry-meta {
    padding: 5px 0;
    border-bottom: 1px solid #f5f2f2
}

.single-post .entry-meta span {
    padding: 0 3px
}

.single-post .entry-meta .view {
    float: right
}

@media screen and (max-width: 640px) {
    .single-post .entry-meta .view {
        display: none
    }
}

.single-post .entry-meta .avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    vertical-align: middle
}

.single-post .entry-meta .cat a {
    font-weight: 600;
    color: #e39725
}

.single-post .entry-meta .cat a:hover {
    color: #2b2b3a
}

@media screen and (max-width: 640px) {
    .single-post .entry-meta .cat {
        display: none
    }
}

.single-post .entry-meta .author_name a {
    font-weight: 600;
    color: #e39725
}

.single-post .entry-meta .author_name a:hover {
    color: #2b2b3a
}

.archive-category #breadcrumbs {
    margin-top: 0
}

.archive-description {
    color: #666
}

.list-sticky {
    margin: 15px 0
}

.wfs-loadmore {
    text-align: center
}

.wfs-loadmore span {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 2em;
    padding: 6px 22px;
    font-size: 0.875em;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    transition: all .3s ease;
    white-space: nowrap
}

.wfs-loadmore span:hover {
    background-color: #e39725;
    border-color: #e39725;
    color: #fff
}

.end-loading {
    text-align: center
}

.end-loading span {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin-bottom: 2em;
    padding: 6px 18px;
    border: 1px solid #e0e0e0;
    text-rendering: auto;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    white-space: nowrap;
    color: #888
}

.post-item {
    margin-bottom: 1em
}

@media screen and (min-width: 641px) {
    .post-item {
        margin-bottom: 2em
    }
}

.post-item h2,
.post-item h3 {
    font-size: 1.2em;
    margin-top: 0;
    line-height: 1.4;
    margin-bottom: 5px
}

@media screen and (min-width: 641px) {

    .post-item h2,
    .post-item h3 {
        font-size: 1.4em
    }
}

.post-item .title {
    color: #404040
}

.post-item .title:hover {
    color: #e39725
}

.post-item .info {
    margin-bottom: 1em
}

.post-item .info span {
    color: #666;
    font-size: .9em
}

.post-item .info span+span {
    margin-left: 5px
}

.post-item .info .fa {
    margin-right: 3px
}

.post-item p.des {
    height: 3em;
    overflow: hidden;
    word-wrap: break-word;
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.post-item.bgc {
    position: relative;
    border: 1px solid #fff;
    overflow: hidden;
    margin-bottom: 0
}

@media screen and (min-width: 1025px) {
    .post-item.bgc:hover .image {
        transform: scale(1.1)
    }
}

.post-item.bgc .image {
    padding-bottom: 56.75%;
    background-size: cover
}

@media screen and (min-width: 641px) {
    .post-item.bgc .image {
        -o-transition: .5s;
        -ms-transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s;
        padding-bottom: 135%
    }
}

.post-item.bgc .box-info {
    position: absolute;
    bottom: 0;
    padding: 20px 25px 10px;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    width: 100%
}

.post-item.bgc h2,
.post-item.bgc h3 {
    font-size: 1.25em
}

@media screen and (min-width: 641px) {

    .post-item.bgc h2,
    .post-item.bgc h3 {
        height: 4.2em;
        overflow: hidden;
        word-wrap: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical
    }
}

.post-item.bgc span {
    color: #fff
}

.post-item.bgc .info {
    margin-bottom: 0
}

.post-item.bgc .category {
    position: absolute;
    top: -1em;
    background-color: #e39725;
    display: block;
    padding: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-size: .8em;
    border-radius: 3px;
    color: #222
}

.post-item.bgc .category:hover {
    color: #fff
}

.widget-area .post-item {
    margin-bottom: 1em
}

.widget-area .post-item h3 {
    font-size: 1em
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.smart-bot {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 12
}

@media screen and (min-width: 1025px) {
    .smart-bot {
        left: 20px;
        right: inherit
    }
}

.smart-bot .fa-comments {
    color: white;
    font-size: 18px
}

#bot_form .wpcf7-response-output.wpcf7-mail-sent-ok {
    background: white;
    color: #08960d;
    padding-top: 20px
}

.fa-heartbeat {
    position: relative;
    animation: heart-pulse 1s ease infinite
}

.bot-pop {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 20;
    max-width: 500px;
    min-height: 400px;
    background: #ffffff;
    padding: 20px 10px;
    color: #414141;
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width: 640px) and (max-width: 1024px) {
    .bot-pop {
        left: 15px;
        right: 15px;
        margin: auto
    }
}

@media screen and (max-width: 640px) {
    .bot-pop {
        left: 10px;
        right: 10px;
        margin: auto
    }
}

@media screen and (max-width: 320px) {
    .bot-pop {
        left: 10px;
        right: 10px;
        margin: auto
    }
}

.bot-pop .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 1.5em;
    line-height: 1
}

@media screen and (min-width: 1025px) {
    .bot-pop .close {
        -o-transition: .3s;
        -ms-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        transition: .3s
    }

    .bot-pop .close:hover {
        color: #2b2b3a
    }
}

.bg-dark {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 12
}

.btn-bot {
    display: block;
    position: fixed;
    bottom: 28px;
    z-index: 11;
    background: #d10d0d;
    padding: 7px 20px;
    border-radius: 0 20px 0 0;
    color: #fff;
    left: 0
}

@media screen and (min-width: 1025px) {
    .btn-bot {
        left: 20%;
        border-radius: 5px 5px 0 0;
        bottom: 0
    }
}

.btn-bot:hover {
    background: #2196f3;
    color: #fff
}

.bot-callback {
    padding: 20px
}

.bot-callback h3 {
    text-align: center;
    color: #1977a8
}

@media screen and (max-width: 640px) {
    .bot-callback {
        padding: 15px 5px
    }
}

span.wpcf7-not-valid-tip {
    text-align: left
}

@media screen and (max-width: 640px) {
    .hide-mobile {
        display: none
    }
}

.wfs-call-now-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999
}

@media screen and (max-width: 1024px) {
    .wfs-call-now-wrap {
        bottom: -11px;
        left: inherit;
        right: 0
    }
}

.wfs-call-now {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.wfs-call-now-circle {
    width: 87px;
    height: 87px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0ea211;
    -webkit-animation: wfs-call-now-anim 1.2s infinite ease-in-out;
    animation: wfs-call-now-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5
}

.wfs-call-now-circle-fill {
    width: 57px;
    height: 57px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: rgba(14, 162, 17, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: wfs-call-now-fill-anim 2.3s infinite ease-in-out;
    animation: wfs-call-now-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.wfs-call-now-img-circle {
    background-color: #0ea211;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: wfs-call-now-img-anim 1s infinite ease-in-out;
    animation: wfs-call-now-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.wfs-call-now-img-circle i.fas.fa-phone-alt {
    color: white
}

.hotline-bar {
    position: absolute;
    height: 40px;
    cursor: pointer;
    z-index: 9;
    left: 33px;
    bottom: 37px
}

.hotline-bar span {
    white-space: nowrap;
    background: #314282;
    border-radius: 20px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 25px;
    top: 3px;
    display: block;
    line-height: 26px;
    padding: 4px 10px 5px 10px;
    color: #fff
}

@media screen and (min-width: 1025px) {
    .hotline-bar span {
        right: inherit;
        left: 50px;
        border-radius: 0 15px 0 0
    }
}

@media screen and (max-width: 320px) {
    .hotline-bar span {
        right: 5px
    }
}

.hotline-bar span:hover {
    background: #3a4c92
}

.hotline-bar span:before {
    content: '';
    border: 5px solid transparent;
    border-left-color: #314282;
    position: absolute;
    right: -9px;
    top: 14px
}

@media screen and (min-width: 1025px) {
    .hotline-bar span:before {
        left: -10px;
        right: inherit;
        border-right-color: #314282;
        border-left-color: transparent
    }
}

.hotline-bar a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    text-indent: 20px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px
}

@media screen and (max-width: 320px) {
    .hotline-bar a {
        text-indent: 5px
    }
}

.hotline-bar a:hover {
    color: #fff
}

.site-footer .form-docs {
    display: block;
    margin: auto
}

.site-footer .form-docs input[type="text"],
.site-footer .form-docs input[type="email"],
.site-footer .form-docs input[type="number"],
.site-footer .form-docs input[type="tel"] {
    padding: 5px 10px;
    border-right: 0px;
    height: 30px;
    font-size: 14px
}

.site-footer .form-docs .btn,
.site-footer .form-docs input[type="submit"] {
    padding: 5px 0;
    height: 30px;
    font-size: 14px
}

@media screen and (min-width: 1025px) {
    .site-footer .form-docs {
        width: 85%
    }
}
fieldset {
    border: 0 !important;
}
/*# sourceMappingURL=style.css.map */