﻿ul {
    box-sizing: border-box
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

:where(figure) {
    margin: 0 0 1em
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0,0,0,.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0,0,0,.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0,0,0,.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0,0,0,1)
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output {
    display: none
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-rgb: 33,37,41;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

*, :after, :before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

    hr:not([size]) {
        height: 1px
    }

h1, h2, h3, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

    ul ul {
        margin-bottom: 0
    }

b, strong {
    font-weight: bolder
}

a {
    color: #0d6efd;
    text-decoration: underline
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button, input, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=button], [type=submit], button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

[hidden] {
    display: none !important
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x)*.5);
    padding-left: calc(var(--bs-gutter-x)*.5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width:768px) {
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

    .dropdown-toggle:after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #0d6efd;
    text-decoration: none
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .navbar > .container {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between
    }

.navbar-brand {
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-xl .navbar-toggler {
            display: none
        }
}

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.55)
}

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem
}

.modal.fade .modal-dialog {
    transform: translate(0,-50px)
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

    .modal-header .btn-close {
        padding: .5rem;
        margin: -.5rem -.5rem -.5rem auto
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

    .modal-footer > * {
        margin: .25rem
    }

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
}

.justify-content-end {
    justify-content: flex-end !important
}

.text-center {
    text-align: center !important
}

@keyframes blinking {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes sdb07 {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

body {
    font-family: "Krub",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 400;
    color: #000203;
    margin-top: 70px
}

    body.single-du-an {
        margin-top: 0
    }

h1, h2, h3, h5, h6 {
    font-family: "Oswald",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0b3050
}

ul ul {
    margin-bottom: 1rem !important
}

p {
    margin-bottom: .5rem
}

b, strong {
    font-weight: 700
}

img {
    max-width: 100%;
    display: block;
    height: auto
}

a {
    text-decoration: none;
    color: #155d9c
}

.btn {
    white-space: normal
}

.info-modal .modal-content .modal-title {
    font-weight: 700;
    color: #155d9c;
    line-height: 25px;
    margin-top: .5rem
}

.modal-content {
    padding: 20px;
    box-shadow: 10px 10px 60px -25px;
    border: none;
    border-radius: 0
}

    .modal-content .modal-title {
        margin-top: .5rem
    }

.cf7-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,.9);
    display: none;
    z-index: 9999999999
}

    .cf7-loading .wrapper {
        margin: auto;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

    .cf7-loading .loader {
        box-shadow: 0px 0px 15px -5px #000;
        margin: auto
    }

    .cf7-loading .text {
        margin-top: 20px;
        color: #155d9c
    }

.navbar {
    padding: 0 1rem;
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,.04);
    background-color: #fff
}

    .navbar .navbar-brand img {
        max-height: 60px
    }

    .navbar .navbar-nav .menu-item {
        text-transform: uppercase;
        font-weight: 700
    }

        .navbar .navbar-nav .menu-item a {
            font-family: "Oswald";
            position: relative;
            color: #000203
        }

        .navbar .navbar-nav .menu-item .dropdown-menu {
            border: none;
            border-radius: 0 0 3px 3px;
            box-shadow: 0px 0px 25px 0px rgba(0,0,0,.04);
            margin: 0
        }

.trans-navbar {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 20px;
    background: 0 0;
    border: none
}

    .trans-navbar .container {
        background: rgba(255,255,255,.3);
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,.3);
        border: 2px solid rgba(255,255,255,.2);
        padding: 0 30px
    }

    .trans-navbar .navbar-nav .nav-link {
        color: #fff;
        text-shadow: 0px 1px 3px rgba(0,0,0,.4)
    }

    .trans-navbar .navbar-brand img {
        max-height: 80px
    }

@media (min-width:1200px) {
    .main .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem
    }

    .navbar-collapse-2 {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

figure {
    max-width: 100%
}

figcaption {
    text-align: center;
    background: #e4eef5;
    color: #155d9c;
    padding: 3px 5px
}

.banner {
    position: relative
}

    .banner:after {
        position: absolute;
        content: "";
        height: 20%;
        width: 100%;
        bottom: 0;
        left: 0;
        background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.65) 100%);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.65) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,.65) 100%)
    }

    .banner a span {
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: 30px;
        height: 30px;
        margin-left: -15px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb07 2s infinite;
        animation: sdb07 2s infinite;
        opacity: 0;
        box-sizing: border-box;
        z-index: 9
    }

        .banner a span:nth-of-type(1) {
            -webkit-animation-delay: .3s;
            animation-delay: .3s
        }

        .banner a span:nth-of-type(2) {
            bottom: 76px;
            -webkit-animation-delay: .15s;
            animation-delay: .15s
        }

        .banner a span:nth-of-type(3) {
            bottom: 102px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s
        }

.cta-btn {
    color: #fff;
    background: #155d9c;
    padding: .5rem 2rem;
    box-shadow: 0 10px 77px -23px rgba(0,0,0,.75);
    border: 2px #155d9c solid;
    white-space: normal
}

    .cta-btn img {
        animation: blinking 1s step-start infinite;
        margin-right: 5px;
        font-size: 1.2em
    }

.btn-primary {
    background-color: #0b3050;
    border: none;
    border-radius: 3px;
    padding: 6px 30px;
    font-family: "Oswald"
}

.search-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(10,48,80,.95);
    z-index: 9999999999;
    display: flex;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

    .search-fullscreen h1 {
        color: #fff
    }

    .search-fullscreen input[type=text] {
        width: 600px;
        max-width: 100%;
        padding: 15px 20px;
        font-size: 1.2em;
        margin-bottom: 10px
    }

    .search-fullscreen button {
        background: #155d9c;
        padding: 19px 30px;
        margin-top: -3px
    }

#search-close {
    font-family: "Oswald";
    font-size: 1.6em;
    color: #fff;
    margin-top: 30%;
    display: block
}

    #search-close img {
        display: inline;
        margin-top: -7px;
        margin-right: 8px
    }

@media all and (max-width:767px) {
    .banner:after {
        display: none
    }

    .banner a {
        display: none
    }
}

@media all and (max-width:500px) {
    .dropdown-menu .menu-item .dropdown-item {
        white-space: normal
    }
}

[data-vce-animate] {
    visibility: hidden
}

.vce-separator-container {
    line-height: 0
}

.vce-separator {
    display: inline-block;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    vertical-align: middle
}

    .vce-separator:before {
        border-top-style: solid;
        box-sizing: content-box;
        content: "";
        display: block;
        width: 100%
    }

.vce-separator--align-center {
    text-align: center
}

.vce-separator--style-solid .vce-separator:before {
    border-top-style: solid
}

a.vce-single-image-inner {
    color: transparent
}

a.vce-single-image-inner {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.vce-single-image-inner {
    line-height: 1;
    position: relative
}

.vce-single-image-inner, .vce-single-image-wrapper {
    display: inline-block;
    max-width: 100%;
    vertical-align: top
}

.vce-single-image-wrapper {
    overflow: hidden
}

    .vce-single-image-wrapper img {
        max-width: 100%;
        vertical-align: top
    }

.vce-single-image--align-center {
    text-align: center
}

.vce-single-image--align-left {
    text-align: left
}

.vce-single-image-wrapper figure {
    margin: 0
}

.vce-single-image-wrapper figcaption {
    font-style: italic;
    margin-top: 10px
}

    .vce-single-image-wrapper figcaption[hidden] {
        display: none
    }

.vce-single-image-inner.vce-single-image--absolute .vce-single-image:not([data-dynamic-natural-size=true]) {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.vce-single-image-container .vce-single-image-inner .vce-single-image {
    box-shadow: none
}

.vce-single-image-figure-inner {
    display: inline-block;
    max-width: 100%
}

.vce {
    margin-bottom: 30px
}

.vce-row-container {
    width: 100%
}

.vce-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    position: relative
}

.vce-row, .vce-row-content > .vce-col:last-child {
    margin-right: 0
}

.vce-row-content {
    -ms-flex-pack: start;
    -ms-flex-line-pack: start;
    -ms-flex-align: start;
    align-content: flex-start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    min-height: 1em;
    position: relative
}

.vce-row-wrap--reverse > .vce-row-content {
    -ms-flex-line-pack: end;
    -ms-flex-align: end;
    align-content: flex-end;
    align-items: flex-end;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.vce-row-content--middle > .vce-row-content > .vce-col > .vce-col-inner {
    -ms-flex-pack: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center
}

.vce-row-equal-height > .vce-row-content {
    -ms-flex-align: stretch;
    align-items: stretch
}

.vce-row[data-vce-full-width=true] {
    box-sizing: border-box;
    position: relative
}

.vce-row[data-vce-stretch-content=true] {
    padding-left: 30px;
    padding-right: 30px
}

@media (min-width:0) and (max-width:543px) {
    .vce-row.vce-element--xs--has-background {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }

        .vce-row.vce-element--xs--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]) {
            padding-left: 0;
            padding-right: 0
        }

    .vce-row > .vce-row-content > .vce-col.vce-col--xs-last {
        margin-right: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    .vce-row.vce-element--sm--has-background {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }

        .vce-row.vce-element--sm--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]) {
            padding-left: 0;
            padding-right: 0
        }

    .vce-row > .vce-row-content > .vce-col.vce-col--sm-last {
        margin-right: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vce-row.vce-element--md--has-background {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }

        .vce-row.vce-element--md--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]) {
            padding-left: 0;
            padding-right: 0
        }

    .vce-row > .vce-row-content > .vce-col.vce-col--md-last {
        margin-right: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .vce-row.vce-element--lg--has-background {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }

        .vce-row.vce-element--lg--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]) {
            padding-left: 0;
            padding-right: 0
        }

    .vce-row > .vce-row-content > .vce-col.vce-col--lg-last {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .vce-row.vce-element--xl--has-background {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px
    }

        .vce-row.vce-element--xl--has-background[data-vce-full-width=true]:not([data-vce-stretch-content=true]) {
            padding-left: 0;
            padding-right: 0
        }

    .vce-row > .vce-row-content > .vce-col.vce-col--xl-last {
        margin-right: 0
    }
}

.vce-col {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: 1em;
    position: relative
}

.vce-col-content, .vce-col-inner {
    overflow-wrap: break-word;
    position: relative
}

.vce-col-inner {
    width: 100%
}

@media (min-width:0),print {
    .vce-col--xs-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.vce-row-container > .vce-row > .vce-row-content > .vce-col > .vce-col-inner {
    padding: 0
}

@media (min-width:768px),print {
    .vce-col--md-auto {
        -ms-flex: 1 1 0;
        flex: 1 1 0;
        width: auto
    }
}

.vce-image-masonry-gallery-wrapper {
    overflow: hidden
}

.vce-image-masonry-gallery-list {
    -ms-flex-pack: start;
    -ms-flex-align: start;
    -ms-flex-line-pack: start;
    -webkit-align-content: flex-start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.vce-image-masonry-gallery-column {
    box-sizing: border-box;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.vce-image-masonry-gallery-item {
    display: block
}

a.vce-image-masonry-gallery-item {
    color: transparent
}

a.vce-image-masonry-gallery-item {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.vce-image-masonry-gallery-img {
    height: auto;
    width: 100%
}

.vce-image-masonry-gallery .vce-image-masonry-gallery-item .vce-image-masonry-gallery-img {
    box-shadow: none
}

.vce-separator--color-bfc0c1 {
    color: #bfc0c1
}

.vce-separator--thickness-1:before {
    border-width: 1px
}

.vce-separator--width-100 {
    width: 100%
}

.vce-row--col-gap-30 > .vce-row-content > .vce-col {
    margin-right: 30px
}

.vce-image-masonry-gallery--gap-10 .vce-image-masonry-gallery-list {
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px
}

.vce-image-masonry-gallery--gap-10 .vce-image-masonry-gallery-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

.vce-image-masonry-gallery--gap-10 .vce-image-masonry-gallery-list {
    margin-bottom: -10px;
    margin-left: -5px;
    margin-right: -5px
}

.vce-image-masonry-gallery--gap-10 .vce-image-masonry-gallery-item {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px
}

@media (min-width:544px) {
    .vce-image-masonry-gallery--columns-3 .vce-image-masonry-gallery-column {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media {
    #el-99578587[data-vce-do-apply*=all][data-vce-do-apply*=el-99578587] {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    #el-99578587[data-vce-do-apply*=all][data-vce-do-apply*=el-99578587] {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media all and (min-width:768px),print {
    .vce-row--col-gap-30[data-vce-do-apply*="2b00af61"] > .vce-row-content > .vce-col--md-auto {
        -webkit-flex: 1 1 0;
        flex: 1 1 0;
        max-width: none;
        width: auto
    }
}

@media (min-width:1200px) {
    #el-2b00af61 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-2b00af61 {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-2b00af61 {
        display: none
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-2b00af61 {
        display: none
    }
}

@media (max-width:543px) {
    #el-2b00af61 {
        display: none
    }
}

@media {
    #el-ffcfbd82[data-vce-do-apply*=all][data-vce-do-apply*=el-ffcfbd82] {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    #el-ffcfbd82[data-vce-do-apply*=all][data-vce-do-apply*=el-ffcfbd82] {
        margin-bottom: 30px
    }
}

@media all and (min-width:768px),print {
    .vce-row--col-gap-30[data-vce-do-apply*="830d5322"] > .vce-row-content > .vce-col--md-50p {
        -webkit-flex: 0;
        flex: 0;
        -webkit-flex-basis: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px)
    }
}

@media (min-width:1200px) {
    #el-830d5322 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-830d5322 {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-830d5322 {
        display: none
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-830d5322 {
        display: none
    }
}

@media (max-width:543px) {
    #el-830d5322 {
        display: none
    }
}

@media {
    #el-930198d9[data-vce-do-apply*=all][data-vce-do-apply*=el-930198d9] {
        margin-top: 30px
    }
}

@media all and (min-width:768px),print {
    .vce-row--col-gap-30[data-vce-do-apply*=bebd2bda] > .vce-row-content > .vce-col--md-auto {
        -webkit-flex: 1 1 0;
        flex: 1 1 0;
        max-width: none;
        width: auto
    }
}

@media (min-width:1200px) {
    #el-bebd2bda {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-bebd2bda {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-bebd2bda {
        display: none
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-bebd2bda {
        display: none
    }
}

@media (max-width:543px) {
    #el-bebd2bda {
        display: none
    }
}

@media {
    #el-6183f51c[data-vce-do-apply*=all][data-vce-do-apply*=el-6183f51c] {
        margin-bottom: 0
    }
}

@media all and (min-width:768px),print {
    .vce-row--col-gap-30[data-vce-do-apply*=e079dd0a] > .vce-row-content > .vce-col--md-auto {
        -webkit-flex: 1 1 0;
        flex: 1 1 0;
        max-width: none;
        width: auto
    }
}

@media all and (min-width:768px),print {
    .vce-row--col-gap-30[data-vce-do-apply*=e079dd0a] > .vce-row-content > .vce-col--md-50p {
        -webkit-flex: 0;
        flex: 0;
        -webkit-flex-basis: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
        max-width: calc(50% - 15px)
    }
}

@media (min-width:1200px) {
    #el-e079dd0a {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-e079dd0a {
        display: none
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-e079dd0a {
        display: none
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-e079dd0a {
        display: none
    }
}

@media (max-width:543px) {
    #el-e079dd0a {
        display: none
    }
}

@media (max-width:543px) {
    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        border: 2px solid #fcb514
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding: 15px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-left: 15px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-right: 15px
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        border: 2px solid #fcb514
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding: 15px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-left: 15px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-right: 15px
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        border: 2px solid #fcb514
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding: 30px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-left: 30px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-right: 30px
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        border: 2px solid #fcb514
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding: 30px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-left: 30px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-right: 30px
    }
}

@media (min-width:1200px) {
    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        border: 2px solid #fcb514;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        margin-bottom: 20px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding: 10px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-left: 10px
    }

    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        padding-right: 10px
    }
}

@media (min-width:1200px) {
    #el-f610b145[data-vce-do-apply*=all][data-vce-do-apply*=el-f610b145] {
        background-color: #801024
    }
}

@media {
    #el-1886e1a1[data-vce-do-apply*=all][data-vce-do-apply*=el-1886e1a1] {
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px
    }

    #el-1886e1a1[data-vce-do-apply*=all][data-vce-do-apply*=el-1886e1a1] {
        margin-bottom: 0;
        margin-top: 0
    }
}

@media {
    #el-619dc13f[data-vce-do-apply*=all][data-vce-do-apply*=el-619dc13f] {
        margin-top: 30px
    }
}

@media all and (min-width:768px),print {
    .vce-row--col-gap-30[data-vce-do-apply*=e1baf54f] > .vce-row-content > .vce-col--md-auto {
        -webkit-flex: 1 1 0;
        flex: 1 1 0;
        max-width: none;
        width: auto
    }
}

#el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] .vce-content-background-container {
    border-radius: inherit
}

@media (min-width:1200px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding: 100px 0 50px
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-left: 0
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-right: 0
    }
}

@media (min-width:1200px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        background-color: transparent
    }
}

#el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] .vce-content-background-container {
    border-radius: inherit
}

@media (min-width:992px) and (max-width:1199px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding: 100px 0 50px
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-left: 0
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-right: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        background-color: transparent
    }
}

#el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] .vce-content-background-container {
    border-radius: inherit
}

@media (min-width:768px) and (max-width:991px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding: 100px 0 50px
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-left: 0
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-right: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        background-color: transparent
    }
}

#el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] .vce-content-background-container {
    border-radius: inherit
}

@media (min-width:544px) and (max-width:767px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding: 50px 0
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-left: 0
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-right: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        background-color: transparent
    }
}

#el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] .vce-content-background-container {
    border-radius: inherit
}

@media (max-width:543px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding: 50px 0
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-left: 0
    }

    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        padding-right: 0
    }
}

@media (max-width:543px) {
    #el-e1baf54f[data-vce-do-apply*=all][data-vce-do-apply*=el-e1baf54f] {
        background-color: transparent
    }
}

#el-ab6ab18e [data-vce-do-apply*=border][data-vce-do-apply*=el-ab6ab18e] .vce-content-background-container {
    border-radius: inherit
}

@media {
    #el-ab6ab18e [data-vce-do-apply*=padding][data-vce-do-apply*=el-ab6ab18e] {
        padding-left: 0
    }
}

@media {
    #el-dfec5b8e[data-vce-do-apply*=all][data-vce-do-apply*=el-dfec5b8e] {
        margin-bottom: 0
    }
}

@media {
    #el-7f11b3c0[data-vce-do-apply*=all][data-vce-do-apply*=el-7f11b3c0] {
        border-top-left-radius: -px
    }

    #el-7f11b3c0[data-vce-do-apply*=all][data-vce-do-apply*=el-7f11b3c0] {
        margin-bottom: 0;
        margin-top: -3%
    }
}

@media (max-width:543px) {
    #el-d6429d86[data-vce-do-apply*=margin][data-vce-do-apply*=el-d6429d86] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-d6429d86[data-vce-do-apply*=margin][data-vce-do-apply*=el-d6429d86] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-d6429d86 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-d6429d86 {
        display: none
    }
}

@media (min-width:1200px) {
    #el-d6429d86 {
        display: none
    }
}

@media (max-width:543px) {
    #el-a285ffc4[data-vce-do-apply*=margin][data-vce-do-apply*=el-a285ffc4] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-a285ffc4[data-vce-do-apply*=margin][data-vce-do-apply*=el-a285ffc4] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-a285ffc4 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-a285ffc4 {
        display: none
    }
}

@media (min-width:1200px) {
    #el-a285ffc4 {
        display: none
    }
}

@media (max-width:543px) {
    #el-02a7c692[data-vce-do-apply*=margin][data-vce-do-apply*=el-02a7c692] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-02a7c692[data-vce-do-apply*=margin][data-vce-do-apply*=el-02a7c692] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-02a7c692 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-02a7c692 {
        display: none
    }
}

@media (min-width:1200px) {
    #el-02a7c692 {
        display: none
    }
}

@media (max-width:543px) {
    #el-b3816e1d[data-vce-do-apply*=margin][data-vce-do-apply*=el-b3816e1d] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-b3816e1d[data-vce-do-apply*=margin][data-vce-do-apply*=el-b3816e1d] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-b3816e1d {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-b3816e1d {
        display: none
    }
}

@media (min-width:1200px) {
    #el-b3816e1d {
        display: none
    }
}

@media (max-width:543px) {
    #el-6f8ecd77[data-vce-do-apply*=margin][data-vce-do-apply*=el-6f8ecd77] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-6f8ecd77[data-vce-do-apply*=margin][data-vce-do-apply*=el-6f8ecd77] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-6f8ecd77 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-6f8ecd77 {
        display: none
    }
}

@media (min-width:1200px) {
    #el-6f8ecd77 {
        display: none
    }
}

@media (max-width:543px) {
    #el-adddcdde[data-vce-do-apply*=margin][data-vce-do-apply*=el-adddcdde] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-adddcdde[data-vce-do-apply*=margin][data-vce-do-apply*=el-adddcdde] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-adddcdde {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-adddcdde {
        display: none
    }
}

@media (min-width:1200px) {
    #el-adddcdde {
        display: none
    }
}

@media (max-width:543px) {
    #el-cc4ffb16[data-vce-do-apply*=margin][data-vce-do-apply*=el-cc4ffb16] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-cc4ffb16[data-vce-do-apply*=margin][data-vce-do-apply*=el-cc4ffb16] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-cc4ffb16 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-cc4ffb16 {
        display: none
    }
}

@media (min-width:1200px) {
    #el-cc4ffb16 {
        display: none
    }
}

@media (max-width:543px) {
    #el-32c6db0b[data-vce-do-apply*=margin][data-vce-do-apply*=el-32c6db0b] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-32c6db0b[data-vce-do-apply*=margin][data-vce-do-apply*=el-32c6db0b] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-32c6db0b {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-32c6db0b {
        display: none
    }
}

@media (min-width:1200px) {
    #el-32c6db0b {
        display: none
    }
}

@media (max-width:543px) {
    #el-17a11452[data-vce-do-apply*=margin][data-vce-do-apply*=el-17a11452] {
        margin-bottom: 0
    }
}

@media (min-width:544px) and (max-width:767px) {
    #el-17a11452[data-vce-do-apply*=margin][data-vce-do-apply*=el-17a11452] {
        margin-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    #el-17a11452 {
        display: none
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #el-17a11452 {
        display: none
    }
}

@media (min-width:1200px) {
    #el-17a11452 {
        display: none
    }
}

.wpcf7 input[type=submit] {
    background: #ebaf74;
    font-family: arsenal;
    font-weight: 700
}

.cta-btn {
    background: #ebaf74;
    border-color: #d9b477;
    font-family: arsenal;
    font-weight: 700
}

.single-du-an figcaption {
    display: none
}

#contact-widget {
    position: fixed;
    bottom: 21px;
    right: 0;
    z-index: 9999
}

.contact-widget-wrapper {
    margin-right: 20px;
    width: auto !important;
    background: 0 0 !important;
    max-width: 100%;
    height: 30px;
    display: flex
}

    .contact-widget-wrapper .item {
        color: #fff;
        font-size: 22px;
        text-decoration: none;
        line-height: 30px;
        font-family: "Oswald"
    }

    .contact-widget-wrapper .call-wrapper img {
        margin-bottom: 6px;
        margin-right: 5px;
        display: inline;
        width: 20px
    }

    .contact-widget-wrapper .zalo-wrapper img {
        margin-bottom: 7px;
        display: inline;
        width: 43px
    }

    .contact-widget-wrapper .call-wrapper {
        background-color: #0068ff;
        padding: 0 15px;
        border-radius: 3px
    }

    .contact-widget-wrapper .zalo-wrapper {
        background-color: #0053cc;
        border-radius: 3px;
        padding: 1px 16px;
        box-shadow: -15px 0 15px -8px rgba(0,0,0,.35);
        margin-left: 5px
    }

    .contact-widget-wrapper a {
        text-decoration: none
    }

.navbar .navbar-nav .menu-item a {
    position: relative;
    color: #000203;
    font-size: .9em
}

