﻿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: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --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%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 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%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 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: 0.44rem;
    --wp--preset--spacing--30: 0.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, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 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 0.5em 1em;
    padding: 0.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, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff;
}

*,
::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%;
}

h1,
h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul {
    padding-left: 2rem;
}

ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ul ul {
        margin-bottom: 0;
    }

b {
    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, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.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) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.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: #fff0;
    border: 1px solid #fff0;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
}

.btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.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: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid;
        border-right: 0.3em solid #fff0;
        border-bottom: 0;
        border-left: 0.3em solid #fff0;
    }

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.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 rgb(0 0 0 / 0.15);
    border-radius: 0.25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

    .navbar > .container {
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.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: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: 0.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: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-light .navbar-brand {
    color: rgb(0 0 0 / 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 0.55);
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / 0.55);
    border-color: rgb(0 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: 0.25em 0.25em;
    color: #000;
    background: #fff0 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: 0.25rem;
    opacity: 0.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: 0.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 rgb(0 0 0 / 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .btn-close {
        padding: 0.5rem 0.5rem;
        margin: -0.5rem -0.5rem -0.5rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

@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;
}

@-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,
h5 {
    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: 0.5rem;
}

b {
    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: 0.5rem;
}

.modal-content {
    padding: 20px;
    box-shadow: 10px 10px 60px -25px;
    border: none;
    border-radius: 0;
}

    .modal-content .modal-title {
        margin-top: 0.5rem;
    }

.cf7-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(255 255 255 / 0.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: 0 0 15px -5px #000;
        margin: auto;
    }

    .cf7-loading .text {
        margin-top: 20px;
        color: #155d9c;
    }

.navbar {
    padding: 0 1rem;
    box-shadow: 0 0 25px 0 rgb(0 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: 0 0 25px 0 rgb(0 0 0 / 0.04);
            margin: 0;
        }

.trans-navbar {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 20px;
    background: #fff0;
    border: none;
}

    .trans-navbar .container {
        background: rgb(255 255 255 / 0.3);
        -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.3);
        -moz-box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.3);
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 0.3);
        border: 2px solid rgb(255 255 255 / 0.2);
        padding: 0 30px;
    }

    .trans-navbar .navbar-nav .nav-link {
        color: #fff;
        text-shadow: 0 1px 3px rgb(0 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, #fff0 0%, #fff0 1%, rgb(0 0 0 / 0.65) 100%);
        background: -webkit-linear-gradient(top, #fff0 0%, #fff0 1%, rgb(0 0 0 / 0.65) 100%);
        background: linear-gradient(to bottom, #fff0 0%, #fff0 1%, rgb(0 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: 0.3s;
            animation-delay: 0.3s;
        }

        .banner a span:nth-of-type(2) {
            bottom: 76px;
            -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
        }

        .banner a span:nth-of-type(3) {
            bottom: 102px;
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
        }

.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: rgb(10 48 80 / 0.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;
    }
}

.vce-asset-background-simple-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: none;
    border-radius: inherit;
}

.vce-asset-background-simple {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: -1px;
}

.vce-asset-background-simple-item {
    background-position: 50% 0;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.vce-asset-background-simple--style-cover .vce-asset-background-simple-item {
    background-size: cover;
    background-repeat: no-repeat;
}

.vce-asset-background-simple--position-center-top .vce-asset-background-simple-item {
    background-position: top;
}

.vce-asset-background-simple-container.vce-visible-all-only {
    display: block;
}

.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 {
    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-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;
}

    .vce-row[data-vce-stretch-content="true"].vce-row-no-paddings {
        padding-left: 0;
        padding-right: 0;
    }

.vce-row.vce-element--has-background {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

@media (min-width: 0) and (max-width: 543px) {
    .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-row-content > .vce-col.vce-col--sm-last {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .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-row-content > .vce-col.vce-col--lg-last {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .vce-row > .vce-row-content > .vce-col.vce-col--xl-last {
        margin-right: 0;
    }
}

.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-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-row--col-gap-30 > .vce-row-content > .vce-col {
    margin-right: 30px;
}

@media all and (min-width: 768px), print {
    .vce-row--col-gap-30[data-vce-do-apply*="91ef629b"] > .vce-row-content > .vce-col--md-auto {
        -webkit-flex: 1 1 0%;
        flex: 1 1 0%;
        max-width: none;
        width: auto;
    }
}

@media {
    #el-09abe888[data-vce-do-apply*="all"][data-vce-do-apply*="el-09abe888"] {
        margin-bottom: 0;
    }
}

.vgc-intro-img .vce-single-image-figure-inner {
    width: 100vw !important;
}

.vgc-form-light .wpcf7 input:not([type="submit"]) {
    border-color: #164734;
    color: #164734;
}

.wpcf7 input:not([type="submit"]) {
    background: #fff0;
    border: solid #fff;
    border-radius: 0;
    border-width: 0 0 1px;
    color: #fff;
    font-family: Barlow Condensed;
    font-size: 14pt;
    margin-bottom: 10px;
    padding: 5px 0;
    width: 100%;
}

.wpcf7 input[type="submit"] {
    background: #164734;
    border-bottom: 2px solid;
    border-radius: 5px;
    color: #d1f173;
    margin-top: 10px;
    position: relative;
    width: 100%;
}

.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: transparent !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 rgb(0 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: 0.9em;
}
