@font-face {
    font-display: swap;
    font-family: "iCielDomaineText";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/iCielDomaineText-Regular.ttf)
}

@font-face {
    font-display: swap;
    font-family: "iCielDomaineText";
    font-weight: 500;
    font-style: normal;
    src: url(../fonts/iCielDomaineText-Medium.ttf)
}

@font-face {
    font-display: swap;
    font-family: "iCielDomaineText";
    font-weight: 700;
    font-style: normal;
    src: url(../fonts/iCielDomaineText-Bold.ttf)
}

@font-face {
    font-display: swap;
    font-family: "SVN-Gotham";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/SVN-Gotham XLight.otf")
}

@font-face {
    font-display: swap;
    font-family: "SVN-Gotham";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/SVN-Gotham Light.otf")
}

@font-face {
    font-display: swap;
    font-family: "SVN-Gotham";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/SVN-Gotham Book.otf")
}

@font-face {
    font-display: swap;
    font-family: "SVN-Gotham";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/SVN-Gotham Regular.otf")
}

@font-face {
    font-display: swap;
    font-family: "Neue-Plak";
    font-weight: 400;
    font-style: normal;
    src: url(../fonts/Neue-Plak-Regular.ttf)
}

@font-face {
    font-display: swap;
    font-family: "Neue-Plak";
    font-weight: 600;
    font-style: normal;
    src: url(../fonts/Neue-Plak-SemiBold.ttf)
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:wght@600&display=swap');

:root {
    --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    --d-gradient: linear-gradient(90deg, rgba(212, 125, 98, 1) 0%, rgba(252, 167, 136, 1) 50%, rgba(212, 125, 98, 1) 100%);
    --d-textg: linear-gradient(90deg, rgba(212, 125, 98, 1) 0%, rgba(252, 167, 136, 1) 50%, rgba(212, 125, 98, 1) 100%);
    --d-gradient2: linear-gradient(135deg, rgba(154, 80, 75, 1) 0%, rgba(233, 146, 107, 1) 13%, rgba(233, 146, 107, 1) 19%, rgba(191, 111, 90, 1) 31%, rgba(191, 111, 90, 1) 34%, rgba(154, 80, 75, 1) 52%, rgba(181, 102, 86, 1) 80%, rgba(156, 80, 75, 1) 100%);
    --d-padding: var(--bs-gutter-x, .75rem);
    --d-padding-xl: var(--bs-gutter-x, .75rem);
    --d-padding-xxl: var(--bs-gutter-x, .75rem);
    --location-size: 15deg;
    --d-gutter: var(--bs-gutter-x, .75rem);
    --fz-80: 3rem;
    --fz-50: 2rem;
    --fz-45: 1.8rem;
    --fz-35: 1.45rem;
    --fz-30: 1.3rem;
    --fz-20: 1.1875rem;
    --fz-19: 1.15rem;
    --fz-18: 1.125rem;
    --fz-16: 1rem;
    --fz-14: 0.875rem;
    --iz-1: 2.5rem;
    --iz-2: 2.5rem;
    --color-1: #ea8d6b;
    --fullH: 100vh
}

@supports (height:100dvh) {
    :root {
        --fullH: 100dvh
    }
}

html {
    font-size: 14px
}

@media (min-width:768px) {
    :root {
        --d-padding-xl: 1.5rem;
        --d-padding-xxl: 1.5rem
    }
}

@media (min-width:1200px) {
    :root {
        --d-padding: 1.25rem;
        --d-padding-xl: 13.75rem;
        --d-padding-xxl: 17.5rem;
        --fz-80: 5rem;
        --fz-50: 3.125rem;
        --fz-45: 2.8125rem;
        --fz-35: 2.1875rem;
        --fz-30: 1.875rem
    }

    html {
        font-size: .8333333333333333vw
    }
}

@media (min-width:1400px) {
    :root {
        --d-gutter: 50px;
        --iz-1: 3.75rem;
        --iz-2: 3.5rem
    }
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #fff
}

html::-webkit-scrollbar-thumb {
    background-color: #04243d;
    border-radius: 4px
}

html {
    scrollbar-base-color: #04243d;
    scrollbar-face-color: #04243d;
    scrollbar-3dlight-color: #04243d;
    scrollbar-highlight-color: #04243d;
    scrollbar-track-color: #fff;
    scrollbar-arrow-color: #04243d;
    scrollbar-shadow-color: #04243d;
    scrollbar-dark-shadow-color: #04243d
}

html {
    scrollbar-color: #04243d #fff;
    scrollbar-width: 8px
}

body {
    font-family: 'SVN-Gotham', sans-serif;
    margin: 0;
    padding: 0;
    font-size: var(--fz-16);
    line-height: 1.47;
    font-weight: 400;
    text-align: justify
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Serif Display', sans-serif;
    margin: 0 auto .7rem;
    font-weight: 600;
    line-height: 1.4
}

h1 {
    font-size: var(--fz-45)
}

h2,
h1.sm {
    font-size: var(--fz-45)
}

h3,
h2

h4,
h2.sm {
    font-size: var(--fz-20);
    margin-bottom: .7rem
}

h5 {
    font-size: var(--fz-19);
    margin-bottom: .7rem
}

h6 {
    font-size: var(--fz-16);
    margin-bottom: .7rem
}

a {
    transition: var(--d-transition);
    text-decoration: none;
    color: #333
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none
}

ul,
ol {
    margin: 0 auto 1rem
}

ul li,
ol li {
    margin: 0 auto .5rem
}

blockquote {
    background: #f5f5f5
}

strong,
b {
    font-weight: 700
}

*:focus,
button:focus {
    outline: none
}

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

.gutter-0 {
    margin-left: 0;
    margin-right: 0
}

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

@media (min-width:1200px) {

    .gutter-xxl {
        margin-left: -2.34375vw;
        margin-right: -2.34375vw
    }

    .gutter-xxl>[class*='col-'] {
        padding-right: 2.34375vw;
        padding-left: 2.34375vw
    }
}

.font-1 {
    font-family: 'SVN-Gotham'
}

.font-2 {
    font-family: 'iCielDomaineText'
}

.font-3 {
    font-family: 'Neue-Plak'
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.overflow-hide {
    overflow: hidden
}

.p-both-xxl {
    padding-left: var(--d-padding-xxl);
    padding-right: var(--d-padding-xxl);
}

.btn {
    border: 0;
    border-radius: 0;
    background: #fff0;
    border: 0;
    font-size: var(--fz-16);
    font-family: 'SVN-Gotham';
    margin: auto;
    padding: 1rem 3.375rem;
    transition: var(--d-transition);
    text-decoration: none;
    font-weight: 400
}

.btn * {
    transition: var(--d-transition)
}

.btn.btn-primary,
.btn.btn-default {
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border: 1px solid rgb(255 255 255 / .25);
    background: #fff0;
    position: relative;
    border: solid 1px rgb(235 148 108 / .25)
}

.btn.btn-primary,
.btn.btn-default {
    color: #fff;
    display: inline-flex;
    border-radius: 2rem;
    padding: 1rem 4.875rem 1rem 3.375rem
}

.btn.btn-primary i,
.btn.btn-default i {
    position: absolute;
    top: .375rem;
    right: .375rem;
    bottom: .375rem;
    aspect-ratio: 1;
    display: block;
    background: var(--d-gradient2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: rgb(251 232 224 / .6)
}

.item:hover .btn.btn-default,
.btn.btn-default:hover,
.item:hover .btn.btn-primary,
.btn.btn-primary:hover {
    background: #1d458a;
    color: #eb946c;
    border-color: #1d458a
}

.btn.btn-primary {
    background: var(--d-gradient2)
}

.btn.btn-primary i {
    background: #fff0;
    color: #fff
}

.item:hover .btn.btn-default i,
.btn.btn-default:hover i,
.item:hover .btn.btn-primary i,
.btn.btn-primary:hover i {
    background: #eb946c;
    color: #1d458a
}

.btn:hover,
.btn:focus {
    color: #04243d;
    outline: none;
    box-shadow: none
}

.div_zindex {
    position: relative;
    z-index: 3
}

.div_zindex>* {
    position: relative;
    z-index: 1
}

.form-group {
    margin-bottom: .6rem;
    position: relative
}

.form-control {
    background: #fff0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: #555;
    font-size: var(--fz-16);
    height: 3rem;
    line-height: 30px;
    padding: 0 15px
}

textarea.form-control {
    padding: 15px 20px
}

input.form-control:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder {
    opacity: 0
}

.form-control:hover {
    box-shadow: none;
    outline: none
}

.form-control:focus {
    box-shadow: none;
    background: #fff0;
    border-color: #8dba3f;
    outline: none;
    color: #fff
}

.form-control option {
    padding: 10px
}

.form-select:focus {
    box-shadow: none
}

table {
    margin: 0 0 30px;
    width: 100%
}

table th,
table td {
    border: 1px solid #ccc;
    padding: 15px;
    padding: 18px
}

table th img,
table td img {
    max-width: 100%
}

table thead {
    background: #eee
}

table thead th,
table thead td {
    text-transform: uppercase;
    font-weight: 900;
    color: #111
}

section {
    position: relative
}

.section-title {
    font-style: normal;
    font-size: var(--fz-35);
    font-weight: 400;
    color: #fff;
    margin-bottom: .75em;
    padding-top: .2em;
    font-family: 'SVN-Gotham', sans-serif;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative
}

.section-title strong {
    font-size: 1.285714285714286em;
    font-family: 'Noto Serif Display', sans-serif;
    font-weight: 600;
}

.section-title span {
    font-size: 1.285714285714286em;
    font-weight: 300
}

.section-title small {
    font-size: .8571428571428571em
}

.section-title em {
    text-transform: none;
    font-weight: 400;
    font-style: italic;
    font-size: 1.6em;
    line-height: 1.53em
}

.section-title.xl {
    font-size: var(--fz-35)
}

.text-g {
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    display: inline-block;
    padding-top: .2em
}

.line {
    position: relative
}

.fit-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(100% * 9 / 16)
}

.fit-ratio img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

section.dark {
    color: #fff
}

section.dark .section-title {
    color: #fff
}

section.dark .btn-default {
    color: #fff;
    border-color: #fff
}

.section-padding {
    padding: 80px 0
}

.section-padding-top {
    padding-top: 80px
}

.section-cover,
.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

@media (max-width:767px) {
    
}

@media (max-width:991px) {
}


.dropdown-menu {
    width: 100%;
    border-color: #04243d
}

.dropdown-menu li a {
    color: #0b1c3e;
    cursor: pointer
}

.dropdown-menu li a:hover,
.dropdown-menu li a.active {
    background: #fff0;
    color: #BE9978
}

.tab-content {
    margin-top: 0;
    padding: 0
}

.item-thumb.animation img {
    transition: transform 3s cubic-bezier(0, .6, .45, 1)
}

.item-thumb.animation:hover img,
.item:hover .item-thumb.animation img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.modal-content {
    border-radius: 0;
    background: rgb(255 255 255)
}

.modal .form-control {
    color: #333;
    border: solid 1px #ccc
}

.fixed-btn {
    position: fixed;
    right: 30px;
    z-index: 6;
    opacity: 0;
    transition: var(--d-transition);
    transform: translateY(100px)
}

.fixed-btn.show {
    transform: translateY(0);
    opacity: 1
}

.fixed-btn.bottom {
    bottom: 1.2rem;
    left: auto;
    right: var(--d-padding);
    color: #fff;
    width: auto
}

.fixed-btn {
    display: flex;
    flex-direction: column
}

.fixed-btn .svg,
.fixed-btn svg {
    max-width: 90%;
    height: auto;
    z-index: 2
}

.fs-1-5 {
    font-size: 1.5em;
}

.icon-hover-group {
    position: relative;
    display: inline-flex
}

.icon-hover-group 

.btn-register {
    cursor: pointer;
}

.btn:hover .icon-hover-group .svg {
    opacity: 0
}

.icon-animation {
    width: var(--iz-2);
    height: var(--iz-2);
    color: #fff;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    position: relative
}

.icon-animation:before,
.icon-animation:after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 1.5px #DDBE7A inset;
    padding: 1.5px;
    opacity: 0;
    transform: scale(.8);
    transition: var(--d-transition)
}

.icon-animation:after {
    margin: -4px
}

.btn:hover .icon-animation {
    border-color: #fff0
}

.btn:hover .icon-animation:before,
.btn:hover .icon-animation:after,
.icon-animation:hover:before,
.icon-animation:hover:after {
    transform: scale(1);
    opacity: 1
}

.fixed-social-btn {
    display: flex;
    margin-bottom: 0
}

.fixed-social-btn a {
    color: rgb(255 255 255 / .7);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin-right: 1.5rem;
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    border: solid 1px rgb(255 255 255 / .7)
}

.fixed-btn.fixed-action-btn {
    display: flex
}

.fixed-btn.fixed-action-btn a {
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    margin: 10px 0;
    color: #fff;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff
}

.fixed-btn.fixed-action-btn a img {
    max-width: 60%;
    max-height: 60%
}

.fixed-btn.fixed-action-btn a i {
    font-size: calc(0.5* var(--iz-1))
}

.fixed-btn.fixed-action-btn a:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 1.5px #d47d62 inset;
    padding: 1.5px;
    opacity: 0;
    transform: scale(.8);
    transition: var(--d-transition)
}

.fixed-btn.fixed-action-btn a:hover {
    border-color: #fff0
}

.fixed-btn.fixed-action-btn a:hover:before {
    transform: scale(1);
    opacity: 1
}

.fixed-btn.fixed-action-btn a:hover {
    color: #fff
}

.fixed-btn.fixed-action-btn a span {
    transform: translateX(10px);
    opacity: 0;
    transition: var(--d-transition);
    text-transform: uppercase;
    position: absolute;
    height: 100%;
    top: 0;
    right: calc(100% + 0.5rem);
    white-space: nowrap;
    pointer-events: none;
    display: inline-flex;
    align-items: center
}

.fixed-btn.fixed-action-btn a:hover span {
    transform: translateX(0);
    opacity: 1
}

.fixed-function-btn {
    display: flex;
    position: fixed;
    bottom: 1.2rem;
    right: var(--d-padding-xl);
    flex-direction: row;
    gap: var(--fz-20)
}

.fixed-function-btn a {
    display: inline-flex;
    ;
    white-space: nowrap;
    align-items: center
}

.fixed-function-btn a .title {
    margin-right: 1em
}

.fixed-function-btn a .svg {
    height: 1.2em;
    width: auto;
    max-width: 100%
}

.fixed-function-btn a:not(:hover) 

.fixed-function-btn a:hover 

.fixed-btn.bottom .copyright {
    font-size: var(--fz-12)
}

.fixed-action-btn a.icon-animation-2 .icon-circle,
.fixed-action-btn a.icon-animation-2 .icon-circle-fill {
    pointer-events: none;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both
}

.fixed-action-btn a.icon-animation-2 .icon-circle {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    top: -.5rem;
    right: -.5rem;
    position: absolute;
    background-color: #fff0;
    border-radius: 100%;
    border: 2px solid rgb(212 125 98 / .8);
    border-color: #d47d62;
    opacity: .5;
    animation-name: zoomIn_icon
}

.fixed-action-btn a.icon-animation-2 .icon-circle-fill {
    width: calc(100% + 2rem);
    height: calc(100% + 2rem);
    top: -1rem;
    right: -1rem;
    position: absolute;
    transition: all 0.2s ease-in-out;
    border-radius: 100%;
    border: 2px solid #fff0;
    transition: all .5s;
    background-color: rgb(212 125 98 / .45);
    opacity: .75;
    animation-name: pulse_icon
}

@keyframes zoomIn_icon {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes pulse_icon {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.page-home #header {
    background: #fff0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    pointer-events: none;
    z-index: 7;
}

.page-home #header.show {
    opacity: 1;
    visibility: visible
}

#header .navbar {
    padding-left: 0;
    padding-right: 0;
    align-items: flex-start;
    padding: 0
}

#header .navbar-brand {
    margin: 0 0;
    transition-duration: 0.3s;
    width: 14.01vw;
    min-width: 220px;
    height: auto;
    padding: 0;
    pointer-events: auto
}

#header .navbar-brand svg,
#header .navbar-brand img {
    width: 100%;
    height: auto
}

#header .navbar-brand object {
    pointer-events: none
}

#navigation {
    padding: 0;
    position: relative;
    text-align: right
}

#header .header-left,
#header .header-right {
    min-width: 36vw;
    pointer-events: auto;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 3rem
}

#header .header-right {
    justify-content: flex-end
}

#header .header-right>a {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--fz-20);
    cursor: pointer;
}

#header .dropdown-language {
    display: inline-flex
}

#header .dropdown-language .dropdown-toggle:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    border: 0;
    vertical-align: baseline;
    transition: var(--d-transition)
}

#header .dropdown-language:hover .dropdown-toggle:after {
    transform: rotate(180deg)
}

#header .dropdown-language>.dropdown-menu {
    display: block;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-1.5em);
    top: calc(100%);
    transition: var(--d-transition)
}

#header .dropdown-language:hover>.dropdown-menu,
#header .dropdown-language>.dropdown-menu.show {
    opacity: 1;
    transform: translateY(0em);
    pointer-events: all
}

#header .dropdown-language>.dropdown-toggle:active {
    pointer-events: none
}

#header .dropdown-language>a {
    color: #fff;
    font-size: var(--fz-16);
    text-transform: uppercase
}

#header .dropdown-language ul {
    min-width: 5rem;
    text-align: center
}

.btn-icon-ani {
    display: flex;
    align-items: center;
    color: #fff
}

.btn-icon-ani .icon {
    position: relative;
    width: var(--iz-2);
    height: var(--iz-2);
    color: #fff;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    margin-right: 10px;
    overflow: hidden
}

.btn-icon-ani .effect-text {
    position: relative;
    display: block;
    text-transform: uppercase;
    pointer-events: none;
    overflow: hidden
}

.btn-icon-ani .normal,.btn-icon-ani .hover {
    transition: all .3s ease-in-out;
    display: block
}

.btn-icon-ani .hover {
    transform: translateY(calc(100% + 1rem));
    position: absolute;
    left: 0;
    top: 0;
    color: #ea8d6b
}

.btn-icon-ani .hover i {
    color: #fff
}

.btn-icon-ani .icon .normal,.btn-icon-ani .icon .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.btn-icon-ani .icon img {
    max-width: 40%;
    max-height: 40%
}

.btn-icon-ani:hover .icon {
    background: #ea8d6b;
    border-color: #ea8d6b
}

.btn-icon-ani:hover .normal {
    transform: translateY(-100%)
}

.btn-icon-ani:hover .hover {
    transform: translateY(0)
}

.header-bottom {
    margin-top: 30px;
}

.header-bottom .navbar-toggler {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border: solid 1px #fff;
    padding: .8rem 1.8rem;
    border-radius: 1.8rem;
    font-size: var(--fz-18);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 1.2rem
}

.header-bottom .navbar-toggler:focus {
    outline: none;
    box-shadow: none
}

#header .header-left,#header .header-right {
    min-width: 36vw;
    pointer-events: auto;
    display: flex;
    align-items: center;
    color: #fff;
    gap: 3rem
}

.header-bottom .navbar-toggler>span {
    padding-top: .4rem
}

#header .navbar-toggler-icon {
    width: 2.25rem;
    height: 1.75rem;
    background: url(../images/icon-menu.svg) no-repeat center center;
    background-size: contain
}

#header .navbar-toggler:hover {
    background: #1d458a
}

#header .navbar-toggler:hover .navbar-toggler-icon>span {
    width: 100%;
    transition: 0.3s ease all
}

@media(min-width:1200px) {
}

.d-bg,
.d-bg-ani {
    position: relative
}

.d-bg .bg {
    position: absolute;
    inset: 0;
    background: url(../images/bg.svg) no-repeat center center;
    background-size: cover;
    pointer-events: none
}

.fp-completely .bg,
.fp-completely .bg.go {
    opacity: 1
}

.swiper:not(.swiper-default) .slide-control {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center
}

.swiper:not(.swiper-default) .slide-control .swiper-button-prev,
.swiper:not(.swiper-default) .slide-control .swiper-button-next,
.swiper:not(.swiper-default) .slide-control .swiper-pagination {
    position: static
}

.slide-control .swiper-button-next,
.slide-control .swiper-button-prev {
    width: var(--iz-1);
    height: var(--iz-1);
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center center;
    flex: 0 0 var(--iz-1);
    margin: 0;
    margin: 0 10px;
    transition: var(--d-transition);
    background-size: contain
}

.slide-control .swiper-button-next:after,
.slide-control .swiper-button-prev:after {
    display: none
}

.slide-control .swiper-button-prev {
    left: 0
}

.slide-control .swiper-button-next {
    right: 0
}

.slide-control .swiper-scrollbar {
    background: #B37D29;
    padding-top: 1px;
    height: 0
}

.slide-control .swiper-scrollbar .swiper-scrollbar-drag {
    height: 3px;
    background: #ea8d6b;
    margin-top: -2px;
    border-radius: 0;
    cursor: pointer
}


.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .1875rem;
    border-radius: 50%;
    opacity: 1;
    border: solid 1px #fff0;
    position: relative;
    background: #fff0
}

.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    background: rgb(255 255 255 / .2);
    border-radius: 50%;
    width: .8rem;
    aspect-ratio: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: rgb(255 255 255 / .2)
}

.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    background: #ea8d6b
}

.post-list .swiper .swiper-pagination {
    position: sticky
}

.post-list .swiper .slide-control {
    transform: none;
    bottom: 0
}

.fullpage-nav {
    line-height: normal;
    padding: 0;
    margin: 0;
    position: fixed;
    right: calc(var(--d-padding));
    z-index: 6;
    opacity: 0;
    transition: var(--d-transition);
    top: 50%;
    transform: translate(200px, -50%)
}

.fullpage-nav.show {
    transform: translate(0, -50%);
    opacity: 1
}

.fullpage-nav li {
    padding: 0;
    margin: 1rem 0;
    list-style: none
}

.fullpage-nav li a {
    color: rgb(255 255 255);
    text-transform: uppercase;
    opacity: 1;
    display: flex;
    font-size: var(--fz-14);
    align-items: center;
    justify-content: flex-end;
    max-width: 40px
}

.fullpage-nav li a .title {
    transform: translateX(50%);
    opacity: 0;
    transition: var(--d-transition);
    text-transform: uppercase;
    color: rgb(255 255 255 / .4);
    white-space: nowrap;
    pointer-events: none
}

.fullpage-nav li:hover a,
.fullpage-nav li a.active {
    opacity: 1
}

.fullpage-nav li:hover a .title, .fullpage-nav li a.active .title {
    transform: translateX(0);
    opacity: 1
}

.fullpage-nav li span:not(.title) {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    text-align: center;
    flex: 0 0 .75rem;
    width: .75rem;
    height: .75rem;
    border: solid .1875rem rgb(255 255 255 / .2);
    border-radius: 50%;
    order: 2;
    position: relative;
    text-indent: -9999px;
    transition: var(--d-transition)
}

.fullpage-nav li.active .title {
    opacity: 1;
    transform: translateX(0)
}

.fullpage-nav li:hover span:not(.title),
.fullpage-nav li a.active span:not(.title) {
    transform: scale(1.3);
    border-width: .19rem;
    border-color: var(--color-1)
}

.scroll-downs {
    position: absolute;
    left: 50%;
    bottom: 4.5rem;
    transform: translateX(-50%);
    transition: var(--d-transition);
    transition-delay: 1s;
    width: 7.8125rem;
    aspect-ratio: 1;
    z-index: 3;
    border-radius: 50%;
    border: solid 1px #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.scroll-downs .mousey object {
    height: 2.5rem;
    width: auto;
    animation: jumpInfinite 1.5s infinite
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0
    }

    50% {
        margin-top: 20px
    }

    100% {
        margin-top: 0
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

.section-home-slide .item .item-thumb {
    display: block;
    width: 100%;
    height: 100%
}

.section-home-slide .item .item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media(min-width:1200px) {
    .section-home-slide .item .item-thumb {
        animation: zoomInOut 30s ease infinite
    }
}

.section-home-slide .section-content-wrapper {
    position: absolute;
    left: 0;
    bottom: 4.5rem;
    z-index: 2;
    width: 100%
}

.section-home-slide.with-video {
    --plyr-color-main: var(--d-gradient)
}

.section-home-slide.with-video .section-content-wrapper {
    pointer-events: none
}

.section-home-slide.with-video .video-background .plyr:before {
    pointer-events: none;
    position: absolute;
    z-index: 2;
    content: '';
    bottom: 0rem;
    left: 0;
    width: 100%;
    height: 18rem;
    background: linear-gradient(0deg, rgb(7 41 68) 0%, rgb(6 38 64 / .64) 60%, #fff0 100%)
}

.section-home-slide .section-title {
    font-family: 'SVN-Gotham', sans-serif;
    font-weight: 200;
    font-size: var(--fz-80);
    margin-bottom: 0
}

.section-home-slide .section-title strong {
    font-family: 'Noto Serif Display', sans-serif;
    font-size: var(--fz-80)
}

.section-home-slide .section-title span {
    font-size: 1em;
    font-weight: 200
}

.section-home-slide .section-title .subtitle {
    font-size: .375em;
    padding-left: 4.833333333333333em
}

.plyr iframe {
    transition: var(--d-transition)
}

.plyr.plyr--paused iframe {
    opacity: 0
}

.plyr.plyr--youtube .plyr__poster {
    background-size: cover
}

.plyr.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
    display: block;
    opacity: 1
}

.section-home-slide .video-background .bg-video {
    position: absolute;
    background: #00408000;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.video-background .plyr__video-embed iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute
}

@media (min-width:1200px) {
    .section-home-slide .video-background {
        width: 100%;
        height: 100vh
    }

    .section-home-slide .video-background .plyr {
        position: absolute;
        width: 100%;
        height: 100%
    }

    .video-background .plyr__video-embed iframe {
        width: 100vw;
        height: 100vh
    }
}

@media (min-width:1200px) and (min-aspect-ratio:16/9) {
    .video-background .plyr__video-embed iframe {
        height: calc(100vw * 9 / 16)
    }
}

@media (min-width:1200px) and (max-aspect-ratio:16/9) {
    .video-background .plyr__video-embed iframe {
        width: calc(100vh / (9 / 16))
    }
}

@media(min-width:1200px) {
    body:not(.ready) #header:not(.fixed) .navbar-brand {
        opacity: 0
    }

    body #header .navbar-brand {
        transition: var(--d-transition);
        transition-delay: 0.25s
    }
}

.section-home-slide .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    border: solid 1px #fff
}

.section-home-slide .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff
}

.section-home-slide .slide-control {
    width: 80vw
}

.section-home-slide .slide-control .swiper-scrollbar {
    width: 100%
}

.modal-form-popup .modal-content {
    background: #04243d url(../images/bg.svg) no-repeat center top 0;
    border-radius: .5rem
}

.form-popup-modal {
    border-radius: 5px;
    padding: var(--fz-30) var(--fz-30);
    position: relative;
    text-align: center;
    color: #fff
}

.form-popup .inner {
    text-align: center
}

.policy-modal .close,
.modal-form-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: var(--d-gradient2);
    transition: var(--d-transition);
    opacity: 1;
    z-index: 4;
    border-radius: 50%
}

.policy-modal .close:after,
.modal-form-popup .close:after {
    content: '\f62a';
    font-family: bootstrap-icons !important;
    font-size: 2em;
    color: #c7c2c2;
    display: flex;
    justify-content: center;
}

.policy-modal .close:hover,
.modal-form-popup .close:hover {
    transform: rotate(180deg)
}

.form-popup .form-control {
    border-bottom: 1px solid rgb(255 255 255 / .5);
    padding: 0;
    border-radius: 0;
    color: #fff
}

.form-popup .form-control::-webkit-input-placeholder {
    color: rgb(255 255 255 / .5)
}

.form-popup .form-control::-moz-placeholder {
    color: rgb(255 255 255 / .5)
}

.form-popup .form-control:-ms-input-placeholder {
    color: rgb(255 255 255 / .5)
}

.form-popup .form-control:-moz-placeholder {
    color: rgb(255 255 255 / .5)
}

.modal-content .form-popup,
.modal-content .form-popup .section-title {
    color: #fff
}

.section-content-fitbottom {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 3
}

.section-content-fitleft {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4
}

.section-introduction .section-content-wrapper {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 100%
}

.section-introduction .section-items-wrapper {
    display: flex;
    gap: 1.5rem;
    align-items: center
}

.section-introduction .section-items-wrapper .subtitle {
    font-size: var(--fz-30);
    font-weight: 400;
    margin-bottom: 0;
    color: #fff
}

.section-introduction .section-items-wrapper .section-items {
    flex-grow: 1;
    transform: translateY(-50%)
}

.section-introduction .section-items-wrapper .section-items .items {
    display: flex;
    gap: var(--fz-80);
    justify-content: flex-end;
    position: relative
}

.section-introduction .section-items-wrapper .section-items .items:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    background: #1d4589;
    border-radius: 50%;
    transform: translateY(50%)
}

.section-introduction .section-items-wrapper .section-items .items:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(200%);
    border-bottom: solid 1px rgb(255 255 255 / .1)
}

.section-introduction .section-items .items .item {
    white-space: nowrap;
    color: #fff;
    position: relative
}

.section-introduction .section-items .items .item .title {
    font-size: var(--fz-20);
    text-transform: uppercase;
    padding-bottom: 1rem;
    position: relative
}

.section-introduction .section-items .items .item .title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1em;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 .40625rem .5625rem .40625rem;
    border-color: #fff0 #fff0 #325a7c #fff0;
    transform: rotate(0deg)
}

.section-introduction .section-items .items .item .content {
    font-size: var(--fz-50);
    position: absolute;
    top: 100%
}

.section-introduction .section-items .items .item .content small {
    font-size: .5em
}

@media(min-width:992px) {
}

@media(min-width:1200px) {
}

.section-with-content .section-content ul {
    padding-left: 1rem
}

.section-with-content .section-content-fitbottom {
    position: absolute;
    bottom: 6rem;
    left: 0;
    width: 100%
}

.section-with-content .section-info p {
    margin-bottom: .5rem
}

.masterplan-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masterplan-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.masterplan-map-wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.masterplan-map {
    background: url(../images/MB-BG-THE-PRIVE-V3.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%; /* ép full cả ngang và dọc */
    background-position: right center;
}

.masterplan-map-outter .text-note {
    position: absolute;
    left: var(--d-padding);
    top: 50%;
    transform: translateY(-50%);
    background: #153570;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: #fff;
    border-radius: .5rem;
    z-index: 2;
    padding: .8rem 1rem
}

.masterplan-map-outter .text-note .icon {
    display: inline-flex;
    width: var(--iz-2);
    height: var(--iz-2);
    border-radius: 50%;
    border: solid 1px rgb(255 255 255 / .2);
    font-size: calc(var(--iz-2) / 2.5);
    justify-content: center;
    align-items: center
}

@media(min-width:1200px) {
    .masterplan-map-outter {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }
}

.utility-plan .fullpage-map-wrapper .fullpage-map {
    height: 100vh;
    width: auto;
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat
}

.section-masterplan .item .text-inner h3 {
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.2em;
    z-index: 2;
    color: #1d458a;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    font-size: 1.15em;
}

.section-masterplan:not(.section-floor) .item .text-inner h3 strong {
    font-family: 'Noto Serif Display', sans-serif;
    font-size: var(--fz-80);
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    display: inline-block;
    line-height: .8em;
}

.section-masterplan .masterplan-svg .item-hover path {
    fill-opacity: 0;
    stroke-miterlimit: 10;
    stroke-width: 4;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    cursor: pointer;
    stroke: rgba(6, 251, 71, 0.7);
    opacity: 1;
    fill: #7b97af
}

.section-masterplan .masterplan-svg .item-hover:hover path {
    animation-name: DrawStroke2;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-timing-function: linear;
    fill-opacity: .3;
    stroke-width: 4;
    fill: #ea8d6b
}

.section-masterplan .section-content-wrapper {
    position: absolute;
    right: var(--d-padding-xl);
    bottom: 4.5rem;
    width: 30vw;
    min-width: 18.75rem;
    z-index: 4
}

.image-map-svg {
    overflow: hidden
}

.image-map-svg svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 2
}

.image-map-svg svg .item-maker.haslink {
    cursor: pointer;
}

.image-map-svg svg .item-maker .ani {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s
}

.image-map-svg svg .item-maker circle {
    fill: var(--baseColor, "#04243d");
    stroke: rgb(255 255 255 / .2);
    stroke-width: 1
}

.image-map-svg svg .item-maker text {
    fill: #fff;
    font-size: 13px;
    font-weight: 400
}

.image-map-svg svg .item-maker:hover circle,
.image-map-svg svg .item-maker.active circle {
    fill: #ea8d6b
}

.image-map-svg svg .item-maker:hover circle,
.image-map-svg svg .item-maker.active circle {
    stroke: #fff;
    stroke-miterlimit: 5;
    stroke-width: 2;
    stroke-dasharray: 5;
    stroke-dashoffset: 0;
    animation: StrokeLine 4s infinite linear
}

.image-map-svg svg .item-maker.highlight-1 circle {
    fill: #ea8d6b
}

.image-map-svg svg .item-maker.highlight-1:hover circle,
.image-map-svg svg .item-maker.highlight-1.active circle {
    fill: #ea8d6b
}

.section-masterplan .item {
    position: absolute;
    z-index: 2;
    opacity: 0;
    transition: var(--d-transition);
    transform: translateY(1rem);
    pointer-events: none
}

.section-masterplan .item.show {
    opacity: 1;
    transform: translateY(0rem)
}

.section-masterplan .item .text-inner {
    position: absolute;
    left: 0;
    transform: translateX(0) translateY(100%);
    bottom: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    width: 22vw;
    min-width: 360px;
    border-radius: 0;
    border-radius: .5rem;
    background: #fff;
    color: #161616;
    font-size: var(--fz-20)
}

.section-masterplan .item .text-inner:before {
    content: "\f138";
    font-family: bootstrap-icons !important;
    font-weight: 300;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-flex;
    width: var(--iz-2);
    height: var(--iz-2);
    border-radius: 50%;
    font-size: calc(var(--iz-2) / 2.5);
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    background: #153570;
    color: #fff
}

.section-masterplan .item .text-inner h3 {
    margin: 0;
    font-weight: 400;
    white-space: nowrap;
    line-height: 1.2em;
    z-index: 2;
    color: #1d458a;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    font-size: 1.15em
}

.section-masterplan .item .text-inner h3 strong {
    font-size: 1.35em;
    margin-left: .5rem
}

.section-masterplan .item .text-inner h3 .line {
    flex-grow: 1;
    margin-right: .5rem;
    border-bottom: solid 1px #e9e9e9
}

.section-masterplan .item .text-inner h3 .line:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7.5px 13px 7.5px;
    border-color: #fff0 #fff0 #1d458a #fff0
}

.section-masterplan .item .text-inner .content {
    margin-top: 2rem
}

.section-masterplan .item .text-inner .content strong {
    color: #173a7c;
    font-weight: 500;
    font-size: 1.1em
}

.section-location {
    background: #04253f url(../images/bg-location-full.jpg) no-repeat center left;
    background-size: auto 100%
}

.location-sec {
    transform: none !important;
    position: relative;
}

.location-sec .section-image>object:not(.logo-map),.location-sec .section-image>svg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 3;
}

.location-sec .section-image>object {
    pointer-events: none
}

.location-sec .section-items .item {
    margin-top: 1rem
}

@media(min-width:1200px) {
    .location-sec .location-content-inner {
        max-height: 75vh;
        margin-right: -4.5rem;
        position: relative;
        z-index: 5
    }

    .location-sec .location-content-inner:before {
        content: '';
        pointer-events: none;
        position: absolute;
        top: 50%;
        aspect-ratio: 1;
        transform: translateY(-50%);
        left: -5rem;
        right: -5rem;
        border-radius: 50%;
        background: RGB(4 38 64 / .6);
        filter: blur(4rem)
    }
}

@media (min-width:1200px) {
    .location-sec .section-image-wrapper {
        opacity: 0
    }

    .location-sec.active .section-image-wrapper {
        animation: scaleOut;
        animation-duration: 2s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards
    }
}

.section-usp .section-content-inner {
    text-align: center
}

.section-usp .section-content-inner .number {
    position: relative
}

.section-usp .section-content-inner .number .svg-num {
    max-height: 40vh
}

.section-usp .section-content-inner .number .section-title {
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateX(-50%);
    white-space: nowrap
}

.section-usp .section-content-inner>.section-title {
    position: absolute;
    left: 65%;
    top: 13%;
    text-align: left;
    padding-bottom: 2rem
}

.section-usp .section-content-inner>.section-title:before {
    pointer-events: none;
    content: '';
    position: absolute;
    bottom: 0;
    left: 10rem;
    width: 100vw;
    border-bottom: solid 1px rgb(255 255 255 / .1)
}

.section-usp .section-content-inner>.section-title:after {
    pointer-events: none;
    content: '';
    position: absolute;
    left: 10rem;
    bottom: 0;
    width: .8rem;
    height: .8rem;
    background: #1d458a;
    border-radius: 50%;
    transform: translateY(50%)
}

.section-usp .section-title img {
    height: 4.6875rem;
    width: auto
}

.section-usp .section-content-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column
}

.section-usp .section-content-wrapper .section-items {
    margin-top: auto;
    padding: 3.75rem 0
}

.usp-items .item .item-thumb {
    padding-top: calc(100% * 240 / 248);
    border-radius: .5rem
}

.usp-items .item .title {
    font-size: var(--fz-16);
    text-transform: uppercase;
    font-weight: 400;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 1rem .5rem;
    text-align: center;
    margin: 0
}

.font-1 {
    font-family: 'SVN-Gotham'
}

.font-2 {
    font-family: 'iCielDomaineText'
}

.font-3 {
    font-family: 'Neue-Plak'
}

.font-4 {
    font-family: 'Noto Serif Display',sans-serif
}

.post-list .item h3 {
    font-size: var(--fz-20);
    margin: 0 0 2.5rem 0;
    color: #153570;
    font-weight: 700;
    text-transform: uppercase
}

.post-list .item .item-date {
    margin: 1rem 0 0;
    color: #8390a6
}

.post-list .item .item-date strong {
    color: var(--color-1);
    font-size: var(--fz-45)
}

.post-list .item .icon-circle {
    width: var(--iz-1);
    height: var(--iz-1);
    border: solid 1px #d7dbe3;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #153570
}

.post-list .item .icon-circle i {
    font-size: calc(0.5 * var(--iz-1))
}

.post-list .item .item-thumb {
    padding-top: calc(100% * 288 / 432);
    overflow: hidden;
}

.post-list .item .item-body {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 2rem 2rem 2rem;
    background: #fff
}

.post-list .item .item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto
}

.post-list .post-slide .item {
    border-radius: .5rem;
    overflow: hidden
}

.post-list .post-slide .item:hover .icon-circle {
    background: var(--color-1);
    border-color: var(--color-1);
    color: #fff
}

.post-list .item:hover h3 {
    color: var(--color-1)
}

.post-list .post-slide .item h4 {
    color: #04243d;
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px
}

.post-list .post-slide .swiper-slide {
    height: auto
}

.post-list .post-slide .item {
    height: 100%;
    display: flex;
    flex-direction: column
}

.post-list .post-slide .item .item-body {
    flex-grow: 1
}

.post-detail .page-title {
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--fz-35)
}

.post-detail:not(.page-detail) .page-title {
    color: #173a7c
}

.post-detail .attr-items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 1.5rem auto
}

.post-detail .attr-items .attr {
    padding: .5rem 1rem;
    border: solid 1px #d7dbe3;
    border-radius: 2rem;
    color: #8390a6
}

.post-detail .attr-items .attr i {
    font-size: 1.4em;
    margin-right: .4rem
}

#footer {
    color: #fff;
    position: relative
}

#footer .section-title,
#footer .title {
    color: #fff
}

#footer .section-info {
    font-weight: 300
}

#footer .section-info p {
    margin-bottom: 1.5rem
}

#footer .contact-info-wrapper {
    padding-top: 0;
    padding: 2rem 3rem;
    border-radius: .5rem;
    border: solid 1px rgb(255 255 255 / .25)
}

#footer .section-content .section-info h4 {
    text-transform: uppercase;
    font-size: var(--fz-18);
    font-family: 'SVN-Gotham';
    font-weight: 400;
    color: rgb(255 255 255 / .6)
}

#footer .section-content .section-info h4 a {
    text-transform: none
}

#footer a {
    color: #fff
}

#footer .fixed-social-btn a {
    color: rgb(255 255 255 / .7)
}

#footer .fixed-social-btn a:hover {
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

#footer .form-inner {
    position: relative;
    overflow: hidden;
    text-align: center
}

#footer .form-control,
#footer .form-select,
.modal-form-popup .form-control,
.modal-form-popup .form-select {
    border: 0;
    border-bottom: 1px solid rgb(190 190 190 / .5);
    padding: .375rem;
    border-radius: 0;
    color: rgb(255 255 255);
    text-transform: uppercase
}

#footer .form-select,
.modal-form-popup .form-select {
    color: rgb(255 255 255 / .5);
    background-color: #fff0
}

#footer .form-select option,
.modal-form-popup .form-select option {
    color: #04243d;
    padding: 1rem
}

#footer textarea.form-control {
    height: 70px
}

#footer .form-control::-webkit-input-placeholder {
    color: rgb(255 255 255 / .5)
}

#footer .form-control::-moz-placeholder {
    color: rgb(255 255 255 / .5)
}

#footer .form-control:-ms-input-placeholder {
    color: rgb(255 255 255 / .5)
}

#footer .form-control:-moz-placeholder {
    color: rgb(255 255 255 / .5)
}

@media(max-width:767px) {

    #footer .form-control,
    #footer .form-select,
    .modal-form-popup .form-control,
    .modal-form-popup .form-select {
        font-size: 16px
    }
}

#footer .footer-bottom {
    color: #fff
}

#footer .footer-bottom {
    justify-content: center
}

#footer .footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

#footer .footer-bottom ul li {
    margin: 0
}

#footer .footer-bottom a {
    position: relative;
    color: #fff;
    display: inline-flex;
    color: rgb(255 255 255 / .6);
    align-items: center;
    gap: 1.4rem;
    text-transform: uppercase
}

#footer .footer-bottom .footer-menu ul li a:before {
    content: '';
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background: rgb(255 255 255 / .5);
    margin-left: 1.4rem
}

#footer .footer-bottom .footer-menu ul li:first-child a:before {
    display: none
}

#footer .footer-bottom a:hover {
    color: #fff
}

#footer .footer-bottom .text-note {
    color: rgb(255 255 255 / .25);
    font-size: var(--fz-14)
}

#footer .footer-bottom .copyright {
    text-transform: uppercase
}

#footer .footer-bottom .copyright span {
    color: rgb(255 255 255 / .6)
}

#footer .fixed-social-btn .inner {
    display: flex;
    margin-top: 2rem
}

#footer .footer-logo img {
    max-width: 50%;
    height: 2.5rem;
    width: auto
}

#footer .btn-gotop {
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    margin: 10px 0;
    color: #fff;
    display: inline-flex;
    position: relative;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    position: absolute;
    right: var(--d-padding);
    bottom: var(--d-padding);
    background: #fff0
}

#footer .btn-gotop:hover {
    background: var(--d-gradient)
}

#footer .btn-gotop i {
    font-size: calc(0.5 * var(--iz-1))
}

@media(min-width:1200px) {
}

.modal-form-popup .form-control,.modal-form-popup .form-select {
    border: 0;
    border-bottom: 1px solid rgb(190 190 190 / .5);
    padding: .375rem;
    border-radius: 0;
    color: rgb(255 255 255);
    text-transform: uppercase
}

.social a {
    width: var(--iz-1);
    height: var(--iz-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255);
    border-radius: 50%;
    color: #04243d;
    margin-left: 1rem
}

.items.utilities-items {
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #173a7c #f1f1f11f;
    max-height: 50vh;
}

.items.utilities-items::-webkit-scrollbar {
  width: 12px;
}

.items.utilities-items::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.items.utilities-items::-webkit-scrollbar-thumb {
  background: #173a7c;
  border-radius: 6px;
}

.items.utilities-items::-webkit-scrollbar-thumb:hover {
  background: #004080;
}


.items.utilities-items .item {
    margin: 0 0 .5rem 0;
    display: flex;
    font-size: var(--fz-14);
    align-items: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto
}

.items.utilities-items .item span {
    flex: 0 0 1.75rem;
    height: 1.75rem;
    font-size: var(--fz-14);
    font-weight: 400;
    color: #fff;
    background: var(--baseColor, "#093252");
    border: 1px solid rgb(255 255 255 / .2);
    overflow: hidden;
    border-radius: 50%;
    margin-right: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.items.utilities-items .item.active,
.items.utilities-items .item:hover {
    color: #ea8d6b
}

.items.utilities-items .item.active span,
.items.utilities-items .item:hover span {
    background-color: #153570;
    color: #ea8d6b
}

.section-utilities .section-content-wrapper .section-title small {
    font-size: var(--fz-20)
}

.section-utilities .section-content-number {
    height: var(--fullH);
    width: 20rem;
    padding-top: 4rem;
    padding-left: 1.5rem
}

.section-utilities .section-content-number:before {
    content: '';
    position: absolute;
    inset: 0;
    right: auto;
    width: 150%;
    background: linear-gradient(90deg, rgb(7 41 68) 0%, #fff0 100%)
}

.section-utilities .section-content-number .section-content-inner {
    height: 100%;
    padding-left: 1rem
}

.section-utilities .section-content-number .section-content {
    max-height: 100%;
    pointer-events: auto;
    overflow-y: hidden;
    outline: none;
    touch-action: none;
}

.section-utilities .section-content-number .accordion-item {
    background: #fff0;
    border-radius: 0;
    border: 0
}

.section-utilities .section-content-number .accordion-button {
    background: #fff0;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    font-size: var(--fz-18);
    font-weight: 700;
    text-transform: uppercase;
    padding: .5rem 0;
    pointer-events: auto
}

.section-utilities .section-content-number .accordion-body {
    padding: .5rem 0
}

.section-utilities .accordion .accordion-button:after {
    width: 1.625rem;
    aspect-ratio: 1;
    height: auto;
    border-radius: 50%;
    background-size: 50%;
    margin-left: 1rem;
    content: "\f64d";
    font-family: bootstrap-icons !important;
    background-image: none;
    padding-left: 3px;
}

.section-utilities .accordion .accordion-button:not(.collapsed):after {
    content: "\f63b";
    font-family: bootstrap-icons !important;
    background-image: none;
    padding-left: 3px;
}

.section-utilities .accordion .accordion-button:hover:after {
    background-color: #ea8d6b
}

.utilities-image-wrapper .map-tooltip {
    pointer-events: none;
    position: absolute;
    text-align: center;
    z-index: 5;
    height: auto;
    margin: 0 auto;
    color: #fff;
    transform: translate(-50%, -100%);
    display: none;
    background: #fff;
    border-radius: .5rem;
    align-items: center;
    padding: .5rem
}

.utilities-image-wrapper .map-tooltip h5 {
    color: #1d458a;
    font-size: var(--fz-16);
    font-weight: 500;
    margin: 0;
    padding: 0rem .5rem;
    text-transform: uppercase
}

.utilities-image-wrapper .map-tooltip.bottom {
    transform: translate(-50%, 0)
}

.utilities-image-wrapper .map-tooltip.active {
    display: flex
}

@media(max-width:1199px) {
    .section-utilities {
        background: #042742
    }

    .section-utilities .nav {
        bottom: auto;
        top: calc(100vw * 980 / 1920 - 2rem);
        transform: translateX(-50%) translateY(-100%)
    }

    .section-utilities .section-content-number {
        height: auto;
        position: relative;
        top: 0;
        width: 100%;
        transform: none;
        padding: 0 1.5rem 2rem
    }

    .section-utilities .section-content-number:before {
        display: none
    }

    .section-utilities .section-content-number .section-content-inner {
        padding: 0
    }

    .utilities-items {
        display: flex;
        flex-wrap: wrap;
        gap: 0 .5rem
    }

    .utilities-items>div {
        flex: 0 0 calc(100% / 3 - 0.5rem);
        width: calc(100% / 3 - 0.5rem)
    }
}

@keyframes kenburns_custom {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

.container-d {
    padding-left: var(--bs-gutter-x, .75rem);
    padding-right: var(--bs-gutter-x, .75rem)
}

@media(min-width:992px) {

    .container-fluid {
        padding-left: var(--d-padding);
        padding-right: var(--d-padding)
    }

    .container-d {
        padding-left: var(--d-padding-xl);
        padding-right: var(--d-padding-xl)
    }
}

@media (min-width:1201px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 980px
    }
}

@media (min-width:1399px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: calc(100vw - 20.9375vw)
    }
}

@media (max-width:1599px) {
    .section-padding {
        padding: 50px 0
    }

    .section-padding-top {
        padding-top: 50px
    }

}


@media (max-width:1299px) {
    
}

@media (max-width:1199px) {
    .fullpage-nav {
        display: none !important
    }

    .section-with-content {
        min-height: calc(100vw * 980 / 1920)
    }

    .section-with-content .section-content-fitbottom {
        bottom: 0
    }

    .fullpage-nav {
        display: none
    }

    .section-with-content .bg:before {
        width: 80%
    }

    .fixed-btn.fixed-action-btn {
        transform: translateX(0)
    }

    .scroll-downs {
        display: none
    }

    #header {
        background: #04243d;
        top: 0;
        padding: .75rem 0
    }

    #header .header-right>a .title {
        display: none
    }

    #header .navbar-brand svg path:not(.exclude) {
        fill: #fff !important
    }

    #header .dropdown-language>.dropdown-menu {
        transform: translateY(1.5em)
    }

    .fixed-function-btn {
        right: calc(1.8* var(--iz-1))
    }

    #footer {
        overflow: hidden
    }
    

    .location-sec .section-content {
        padding-right: var(--d-padding-xl)
    }

    .section-location {
        background: #062640 url(../images/bg-location-mobile.jpg) no-repeat top left;
        background-size: 100% auto
    }

    .section-masterplan .section-content-wrapper:before {
        content: '';
        pointer-events: none;
        position: absolute
    }

    .masterplan-map-outter .text-note {
        top: auto;
        bottom: .5rem;
        transform: none
    }

    .section-introduction,

    .section-introduction .section-content-wrapper {
        position: relative;
        top: auto;
        left: auto
    }

    .section-introduction .section-items-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .section-introduction .section-items-wrapper .section-items {
        margin-top: 2rem
    }

    #footer .footer-bottom .text-note {
        padding: 3rem 3.6rem 0
    }
}

@media (max-width:991px) {
    #header .navbar-brand {
        min-width: 160px
    }

    .section-with-content .section-content-fitbottom {
        position: static
    }

    .section-location .section-content {
        padding-right: var(--d-padding-xl)
    }

    .fixed-btn.bottom .copyright {
        display: none
    }

    .section-home-slide .section-content-wrapper {
        padding: 0 4rem 0 2rem;
        bottom: 1.5rem
    }

    .section-home-slide .section-content-wrapper .description {
        padding-left: 5.4em
    }

    .section-home-slide.with-video .section-content-wrapper {
        position: static;
        background: url(../images/bg.svg) no-repeat center center;
        background-size: cover;
        padding: 2rem .75rem 3rem
    }

    .section-home-slide.with-video .video-background .plyr:before {
        display: none
    }

    .section-usp .section-content-inner {
        display: flex;
        padding: 3rem;
        align-items: flex-start
    }

    .section-usp .section-content-inner .number {
        margin-left: 2rem
    }

    .section-usp .section-content-inner .number .svg-num {
        width: 27.78vw;
        height: auto
    }

    .section-usp .section-content-inner>.section-title {
        position: relative;
        left: auto;
        top: auto;
        padding-top: 5.1vw
    }

    #header .header-right,
    .header-bottom .navbar-toggler>span {
        display: none
    }

    #header .header-right .navbar-toggler>span {
        display: none
    }

    .header-bottom .navbar-toggler {
        padding: .6rem 1.5rem;
        order: 2
    }

    #header .navbar-toggler-icon {
        width: 1.8rem;
        height: 1.424rem
    }

    #header .header-left {
        order: 2;
        gap: 1rem;
        min-width: unset
    }

    #footer .footer-bottom {
        text-align: center
    }

    #footer .footer-bottom ul {
        justify-content: center
    }

    #footer .footer-bottom a {
        gap: 1rem
    }

    #footer .footer-bottom .footer-menu ul li a:before {
        margin-left: 1rem
    }

    .description.fs-5,
    .section-info.fs-5 {
        font-size: 1rem !important
    }

    .section-masterplan {
        background: url(../images/bg.svg) no-repeat center center;
        background-size: cover
    }

    .masterplan-map-outter .text-note {
        font-style: italic;
        font-size: .9em;
        padding: 0rem;
        background: #fff0;
        border-radius: 0
    }

    .masterplan-map-outter .text-note .icon {
        display: none
    }

    .masterplan-map-outter .text-note br {
        display: none
    }

    #footer .btn-gotop {
        left: 50%;
        transform: translateX(-50%)
    }

    .fixed-social-btn {
        justify-content: center
    }

    #footer .section-title,
    #footer .footer-logo {
        text-align: center
    }

    #footer .fixed-social-btn a,
    .fixed-btn.fixed-action-btn a {
        border-color: rgb(255 255 255 / .35)
    }
}

@media (max-width:767px) {

    body #header .navbar-toggler .navbar-toggler-icon,
    body.menu-open #header .navbar-toggler .navbar-toggler-icon,
    #header .navbar-toggler-icon>span {
        transition-duration: 0s
    }

    .header-bottom .navbar-toggler {
        margin-left: .5rem
    }

    .section-home-slide.with-video {
        padding-top: 59px
    }

    .post-list .item .description {
        display: none
    }

    .section-utilities .section-content-number {
        padding: 0 .75rem 1rem
    }

    .section-utilities .nav {
        flex-wrap: nowrap;
        top: calc(100vw * 980 / 1920 - 1rem)
    }

    .section-utilities .nav .nav-link {
        white-space: nowrap
    }

    .utilities-items>div {
        flex: 0 0 calc(100% / 2 - 0.5rem);
        width: calc(100% / 2 - 0.5rem)
    }

    .items.utilities-items .item {
        font-size: 9px
    }

    .section-usp .section-content-inner {
        padding: 0
    }

    .section-usp .section-title img {
        height: 2.5rem
    }

    .section-usp .section-title strong {
        font-size: 18px
    }

    .section-usp .section-content-inner>.section-title:before,
    .section-usp .section-content-inner>.section-title:after {
        left: 50%
    }

    .section-introduction .section-items .items .item {
        flex: 0 0 50%;
        width: 50%
    }

    .section-introduction .section-content-inner {
        padding-left: 1.5rem
    }

    .section-introduction .section-items-wrapper .section-items {
        transform: none
    }

    .section-introduction .section-items-wrapper .section-items .items {
        flex-wrap: wrap;
        gap: 2rem 0
    }

    .section-introduction .section-items .items .item .content {
        position: static
    }

    .section-introduction .section-items .items .item .title:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 150%;
        border-bottom: solid 1px #325a7c
    }

    .section-introduction .section-items .items .item .title:before {
        left: 0;
        z-index: 2
    }

    .section-introduction .section-items-wrapper .section-items .items:after,
    .section-introduction .section-items-wrapper .section-items .items:before {
        display: none
    }

    .section-masterplan .section-content-wrapper {
        position: static
    }

    .masterplan-map-outter .text-note {
        display: block;
        text-align: center;
        width: 100%
    }
}

@media (max-width:400px) {
}

@keyframes stroke {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: -200
    }
}

@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: -200
    }

    100% {
        stroke-dashoffset: 0
    }
}

@keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 5000
    }

    to {
        stroke-dashoffset: 0
    }
}

@keyframes DrawStroke3 {
    0% {
        stroke-dashoffset: 5000
    }

    40% {
        stroke-dashoffset: 0
    }

    60% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 5000
    }
}

@keyframes driveInTop {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
        animation-timing-function: cubic-bezier(.165, .84, .44, 1);
        -webkit-transform: translate3d(0, -400px, 0);
        transform: translate3d(0, -400px, 0)
    }

    30% {
        opacity: 1
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        animation-timing-function: cubic-bezier(.645, .045, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    75% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes swoopInTop {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: scaleY(1.5) translate3d(0, -400px, 0);
        transform: scaleY(1.5) translate3d(0, -400px, 0)
    }

    40% {
        opacity: 1;
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        -webkit-transform: scaleY(1.2) translate3d(0, 0, 0);
        transform: scaleY(1.2) translate3d(0, 0, 0)
    }

    65% {
        -webkit-transform: scaleY(1) translate3d(0, 20px, 0);
        transform: scaleY(1) translate3d(0, 20px, 0)
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        animation-timing-function: cubic-bezier(.42, 0, .58, 1);
        -webkit-transform: scaleY(1) translate3d(0, 0, 0);
        transform: scaleY(1) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes Ringing-call {
    0% {}

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

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

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

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

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

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

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

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

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

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

@keyframes RotateBG {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }

    33% {
        transform: rotate(90deg) scale(.95);
        opacity: .3
    }

    60% {
        transform: rotate(135deg) scale(1.05);
        opacity: .4
    }

    80% {
        transform: rotate(35deg) scale(.9);
        opacity: 1
    }

    to {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }
}

@keyframes RotateBG1 {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }

    60% {
        transform: rotate(90deg) scale(1);
        opacity: .6
    }

    80% {
        transform: rotate(35deg) scale(.9);
        opacity: 1
    }

    to {
        transform: rotate(0deg) scale(1);
        opacity: 1
    }
}

@keyframes RotateBG2 {
    0% {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1
    }

    33% {
        transform: rotate(90deg) scale(1);
        opacity: .3
    }

    60% {
        transform: rotate(135deg) scale(1.1);
        opacity: .6
    }

    80% {
        transform: rotate(35deg) scale(.9);
        opacity: 1
    }

    to {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1
    }
}

@keyframes flipInXCustom {
    0% {
        transform: rotateX(180deg);
        opacity: 0
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes flipInYCustom {
    0% {
        transform: rotateY(180deg);
        opacity: 0
    }

    100% {
        transform: rotateY(0deg);
        opacity: 1
    }
}

@-webkit-keyframes scaleInY {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleY(1)
    }
}

@keyframes scaleInY {
    0% {
        opacity: 0;
        transform: scaleY(.1)
    }

    100% {
        opacity: 1;
        transform: scaleY(1)
    }
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes custom-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg)
    }
}

@keyframes custom-spin {
    0% {
        -webkit-transform: translateY(-50%) rotate(0deg);
        transform: translateY(-50%) rotate(0deg)
    }

    100% {
        -webkit-transform: translateY(-50%) rotate(359deg);
        transform: translateY(-50%) rotate(359deg)
    }
}

@-webkit-keyframes custom-spin-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: translateY(-50%) rotate(359deg)
    }
}

@keyframes custom-spin-2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

@keyframes arrow-animation {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    49% {
        opacity: 0;
        transform: translateY(10px)
    }

    50% {
        opacity: 0;
        transform: translateY(-10px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scaleOut {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes scaleOutHome {
    0% {
        opacity: 0;
        transform: scale(1.1)
    }

    to {
        opacity: 1;
        transform: scale(.85)
    }
}

@media (min-aspect-ratio:1.6) and (max-aspect-ratio:1.8) {
    @keyframes scaleOutHome {
        0% {
            opacity: 0;
            transform: scale(1.1)
        }

        to {
            opacity: 1;
            transform: scale(.92)
        }
    }
}

@media (max-width:767px) {
    @keyframes scaleOut {
        0% {
            opacity: 0;
            transform: scale(1.2)
        }

        to {
            opacity: 1;
            transform: scale(1)
        }
    }
}

@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes scaleToIn {
    0% {
        transform: scale(1);
        opacity: 1
    }

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

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        opacity: 1
    }
}

@keyframes bounceIn {

    30%,
    60%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        opacity: 1
    }

    0%,
    to {
        transform: translate3d(0, 0, 0)
    }

    30%,
    90% {
        transform: translate3d(0, 5px, 0)
    }

    60% {
        transform: translate3d(0, -5px, 0)
    }
}

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    background: #04243d;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

.overlay-menu .bg:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 66vw;
    height: 100%;
    pointer-events: none;
    background: url(../images/bg-menu.png) no-repeat center bottom;
    background-size: 100% auto
}

.overlay-menu .menu-logo {
    pointer-events: none;
    width: 18.8vw;
    z-index: 2
}

.overlay-menu .menu-logo img {
    width: 100%;
    height: auto;
    opacity: 0
}

.menu-open .overlay-menu .menu-logo img {
    animation: scaleOut;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards
}

.overlay-menu .social a {
    background-color: #173a7c;
    color: #fff;
    font-size: calc(0.5 * var(--iz-1))
}

.overlay-menu .social a:hover {
    background: var(--d-gradient)
}

.overlay-menu .social a img {
    max-width: 75%;
    max-height: 75%
}

.overlay-menu .main-menu-container {
    text-align: left;
    display: flex;
    padding: 0;
    margin: 0;
    margin-left: auto;
    list-style-type: none;
    flex-direction: column;
    width: 100%
}

.overlay-menu .main-menu-container::-webkit-scrollbar {
    display: none
}

.overlay-menu .menu a {
    color: #fff;
    transition: all ease 0.4s;
    display: inline-block;
    font-size: var(--fz-35);
    font-weight: 400;
    text-transform: uppercase;
    position: relative
}

.overlay-menu .menu li:hover>a,
.overlay-menu .menu .current-menu-item>a {
    color: #eb946c;
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.overlay-menu {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: all cubic-bezier(.77, 0, .175, 1) 0.5s;
    padding-bottom: 0
}

.overlay-menu .copyright {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    color: #fff;
    opacity: 0;
    transition: var(--d-transition);
    text-align: center
}

body.menu-open .overlay-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%)
}

body.menu-open .overlay-menu .copyright {
    opacity: 1;
    transition-delay: 1s
}

.overlay-menu .menu-logo-wrapper .social {
    opacity: 0;
    transform: translate(0, 1rem);
    -webkit-transform: translate3d(0, 1rem, 0)
}

body.menu-open .overlay-menu .menu-logo-wrapper .social {
    transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) 1s, opacity cubic-bezier(.165, .84, .44, 1) 1s;
    transition: transform cubic-bezier(.165, .84, .44, 1) 1s, opacity cubic-bezier(.165, .84, .44, 1) 1s;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    position: relative;
    transition-delay: 1s
}

.overlay-menu .menu {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    column-count: 2;
    column-gap: var(--fz-80)
}

.overlay-menu .menu>li {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate3d(0, 50px, 0);
    transition-delay: 0.6s;
    margin: 0 0 1.5rem
}

@media(min-width:768px) {
}

body.menu-open .overlay-menu .menu li {
    transition: -webkit-transform cubic-bezier(.165, .84, .44, 1) 1s, opacity cubic-bezier(.165, .84, .44, 1) 1s;
    transition: transform cubic-bezier(.165, .84, .44, 1) 1s, opacity cubic-bezier(.165, .84, .44, 1) 1s;
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    position: relative
}

body.menu-open .overlay-menu .menu li:hover {
    z-index: 2
}

.overlay-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: -1.5rem;
    flex-direction: column;
    padding: 0;
    border-radius: .75rem;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: all 0.4s ease;
    min-width: 150px;
    background: #fff;
    padding: .5rem 1.5rem;
    list-style: none
}

@media(min-width:992px) {
    .overlay-menu .menu>li:hover>ul {
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        max-height: auto
    }
}

.overlay-menu .sub-menu li {
    margin: 1em 0
}

.overlay-menu .sub-menu li a {
    color: #173a7c;
    font-size: var(--fz-20);
    text-transform: none;
    font-weight: 400;
    white-space: nowrap
}

.overlay-menu .menu li.menu-item-has-children>a:after {
    content: '\f107';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    margin-left: .6em;
    color: #fff;
    font-size: 1em
}

body.menu-open #header .navbar-brand {
    opacity: 0
}

body.menu-open {
    overflow: hidden !important
}

body.menu-open .overlay-menu .menu>li:nth-of-type(1) {
    transition-delay: 0.2s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(2) {
    transition-delay: 0.3s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(3) {
    transition-delay: 0.4s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(4) {
    transition-delay: 0.5s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(5) {
    transition-delay: 0.6s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(6) {
    transition-delay: 0.7s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(7) {
    transition-delay: 0.8s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(8) {
    transition-delay: 0.9s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(9) {
    transition-delay: 1s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(10) {
    transition-delay: 1.1s
}

body.menu-open .overlay-menu .menu>li:nth-of-type(11) {
    transition-delay: 1.2s
}

@media (max-width:1199px) {
    .overlay-menu .menu>li a {
        font-size: var(--fz-20)
    }

    .overlay-menu .sub-menu li a {
        font-size: var(--fz-16)
    }
}

@media (max-width:991px) {
    .overlay-menu .bg:after {
        display: none
    }

    .overlay-menu .bg:before {
        width: 100%
    }

    .overlay-menu .main-menu-container {
        display: block;
        width: 100%;
        text-align: center
    }

    .overlay-menu .menu {
        flex-direction: column
    }

    body.menu-open #header .navbar-brand {
        opacity: 1
    }

    .overlay-menu .menu-logo {
        position: static;
        transform: translateY(0);
        margin: 0 auto 2rem;
        width: 40vw
    }

    .overlay-menu .menu li {
        text-align: center;
        justify-content: center
    }

    .overlay-menu .menu>li a {
        font-size: var(--fz-30)
    }

    .overlay-menu .sub-menu li {
        margin: .5rem 0
    }

    .overlay-menu .sub-menu li a {
        font-size: var(--fz-20)
    }

    body.menu-open .overlay-menu .menu li {
        flex-direction: column
    }

    .overlay-menu .sub-menu {
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.4s
    }

    .overlay-menu .social {
        justify-content: center
    }
}

@media (max-width:767px) {
    .overlay-menu .copyright {
        font-size: .8em;
        bottom: 1rem
    }
}

@-webkit-keyframes fadeInUpMedium {
    0% {
        opacity: 0;
        -webkit-transform: translateY(200px)
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInUpMedium {
    0% {
        opacity: 0;
        transform: translateY(200px)
    }

    50% {
        opacity: .3
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes textSlideIn {
    0% {
        opacity: 0;
        transform: translateY(150%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes revealText {
    0% {
        transform: translateX(17%);
        clip-path: inset(0 50% 0 50%);
        -webkit-clip-path: inset(0 50% 0 50%)
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        transform: translateX(0%);
        opacity: 1
    }
}

@keyframes revealLine {
    0% {
        clip-path: inset(0 50% 0 50%);
        -webkit-clip-path: inset(0 50% 0 50%);
        opacity: 0
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes revealText2 {
    0% {
        clip-path: inset(0 100% 0 0%);
        -webkit-clip-path: inset(0 100% 0 0%)
    }

    20% {
        clip-path: inset(0 100% 0 0%);
        -webkit-clip-path: inset(0 100% 0 0%)
    }

    40% {
        opacity: 1
    }

    100% {
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0);
        opacity: 1
    }
}

@keyframes headerCarousel {
    0% {
        opacity: 0;
        transform: translateY(150%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes scaleOutPic {
    0% {
        transform: scale(1.4)
    }

    to {
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        top: 54%;
        opacity: .5
    }

    25% {
        top: 60%;
        opacity: 1
    }

    50% {
        opacity: .8
    }
}

@keyframes scrollLine {
    0% {
        transform-origin: right;
        transform: scaleX(0)
    }

    50% {
        transform-origin: right;
        transform: scaleX(1)
    }

    51% {
        transform-origin: left;
        transform: scaleX(1)
    }

    to {
        transform-origin: left;
        transform: scaleX(0)
    }
}

.h-100 {
    height: 100%!important
}
.section {
    position: relative;
    overflow: hidden;;
}
.p-left {
    padding-left: var(--d-padding)
}

.p-right {
    padding-right: var(--d-padding)
}

.p-both {
    padding-left: var(--d-padding);
    padding-right: var(--d-padding)
}

.p-left-xl {
    padding-left: var(--d-padding-xl)
}

.p-right-xl {
    padding-right: var(--d-padding-xl)
}

.p-both-xl {
    padding-left: var(--d-padding-xl);
    padding-right: var(--d-padding-xl)
}

.p-left-xxl {
    padding-left: var(--d-padding-xxl)
}

.p-right-xxl {
    padding-right: var(--d-padding-xxl)
}

.p-both-xxl {
    padding-left: var(--d-padding-xxl);
    padding-right: var(--d-padding-xxl)
}

.m-left {
    margin-left: var(--d-padding)
}

.m-right {
    margin-right: var(--d-padding)
}

.m-both {
    margin-left: var(--d-padding);
    margin-right: var(--d-padding)
}

.section-with-nav .nav {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 0;
    justify-content: center;
    padding: .15rem;
    border: solid 1px rgb(255 255 255 / .2);
    border-radius: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.section-with-nav .nav .nav-item {
    margin-bottom: 0
}

.section-with-nav .nav .nav-link {
    border-radius: 1.4rem;
    padding: .5rem 1.2rem;
    color: #fff;
    border: 0;
    text-transform: uppercase
}

.section-with-nav .nav .nav-link.active,.section-with-nav .nav .show>.nav-link {
    background: #173a7c
}

.utility-plan .fullpage-map>img,
.utility-plan .fullpage-map>svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.utility-plan .fullpage-map>img {
  object-fit: cover;
  z-index: 1;
}

.module-item-design-empty {
    display: block;
    min-height: 50px;
    width: 98%;
    border: 2px dashed #004080;
    background: #ccc;
    margin: 5px auto;
    border-radius: 10px;
}
.module-item {
    position: relative
}

.module-item.module-item-design:hover .module-edit {
    display: flex
}

.module-item.module-item-design:hover:after {
    display: block
}

.module-item:after {
    bottom: 2px;
    content: "";
    display: none;
    left: 2px;
    outline: 2px solid #fd560f;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 9
}

.module-item .module-edit {
    align-items: center;
    display: none;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999
}

.module-item .module-edit .edit-wrap {
    align-items: center;
    background-color: #fd560f;
    color: #fff;
    display: flex
}

.module-item .module-edit .edit-wrap>div {
    cursor: pointer;
    font-size: 16px;
    height: 28px;
    line-height: 30px;
    padding: 0 10px;
    position: relative
}

.module-item .module-edit .edit-wrap>div:first-of-type:after {
    border: solid transparent;
    border-right: solid #fd560f;
    border-width: 28px 10px 0 0;
    content: "";
    position: absolute;
    right: 100%;
    top: 0
}

.module-item .module-edit .edit-wrap>div:first-of-type:hover:after {
    border-right-color: #eb4802
}

.module-item .module-edit .edit-wrap>div:last-of-type:after {
    border: solid transparent;
    border-left: solid #fd560f;
    border-width: 28px 0 0 10px;
    content: "";
    left: 100%;
    position: absolute;
    top: 0
}

.module-item .module-edit .edit-wrap>div:last-of-type:hover:after {
    border-left-color: #eb4802
}

.module-item .module-edit .edit-wrap>div:hover {
    background-color: #eb4802
}

.module-image-plus .container-fluid {
    padding-left: 0;
    padding-right: 0
}

.module-image-plus .module-image-plus-top {
    display: flex
}

.module-image-plus .module-image-plus-top .right {
    margin-left: 20px
}

.module-image-plus .module-image-plus-bottom {
    margin-top: 24px
}

#fullpage .section {
    height: 100vh;
}








.section-page-nav {
    border-bottom: solid 1px #777;
    margin-bottom: 2rem
}

.section-page-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center
}

.section-page-nav ul li {
    margin: 0;
    position: relative
}

.section-page-nav ul li a {
    color: #fff;
    font-size: var(--fz-20);
    text-transform: uppercase;
    padding: .5rem 2rem;
    display: block
}

.section-page-nav ul li:hover a,.section-page-nav ul li.active a {
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0
}

.section-page-nav ul li a:after {
    content: '';
    position: absolute;
    left: 2rem;
    bottom: 0;
    height: 5px;
    width: 0;
    background: var(--d-textg);
    opacity: 0;
    transform: translateY(50%)
}

.section-page-nav ul li.active a:after {
    width: calc(100% - 4rem);
    opacity: 1
}

.section-page-banner .section-content-inner .section-page-nav {
    flex-grow: 1;
    margin-left: 1rem
}

.section-page-banner .section-content-inner .section-page-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px rgb(204 155 148 / .5)
}

.section-page-banner .section-content-inner .section-page-nav ul li {
    margin: 0
}

.section-page-banner .section-content-inner .section-page-nav ul li a {
    color: #fff;
    font-size: var(--fz-30);
    text-transform: uppercase;
    padding-bottom: var(--fz-20);
    position: relative;
    display: block
}

.section-page-banner .section-content-inner .section-page-nav ul li a:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 3px;
    background: #ea8d6b;
    transition: var(--d-transition)
}

.section-page-banner .section-content-inner .section-page-nav ul li.active a:before,.section-page-banner .section-content-inner .section-page-nav ul li:hover a:before {
    width: 100%
}

.page-news-bg .section-top {
    padding-top: var(--navH)
}

.page-news-bg #header .navbar-brand svg path:not(.exclude) {
    fill: #fff!important
}

@media(min-width: 1200px) {
    .page-news-bg #header.sticky {
        padding-bottom:var(--fz-30);
        background: linear-gradient(180deg,rgb(7 41 68) 0%,rgb(6 38 64 / .64) 60%,#fff0 100%)
    }
}

.social a {
    width: var(--iz-1);
    height: var(--iz-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255);
    border-radius: 50%;
    color: #04243d;
    margin-left: 1rem
}

.items.utilities-items .item {
    margin: 0 0 .5rem 0;
    display: flex;
    font-size: var(--fz-14);
    align-items: center;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    pointer-events: auto
}

.items.utilities-items .item span {
    flex: 0 0 1.75rem;
    height: 1.75rem;
    font-size: var(--fz-14);
    font-weight: 400;
    color: #fff;
    background: var(--baseColor,"#093252");
    border: 1px solid rgb(255 255 255 / .2);
    overflow: hidden;
    border-radius: 50%;
    margin-right: .5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.items.utilities-items .item.active,.items.utilities-items .item:hover {
    color: #ea8d6b
}

.items.utilities-items .item.active span,.items.utilities-items .item:hover span {
    background-color: #153570;
    color: #ea8d6b
}

.section-utilities .section-content-wrapper .section-title small {
    font-size: var(--fz-20)
}

.section-with-nav .nav {
    position: absolute;
    z-index: 2;
    bottom: 2rem;
    left: 0;
    justify-content: center;
    padding: .15rem;
    border: solid 1px rgb(255 255 255 / .2);
    border-radius: 1.5rem;
    left: 50%;
    transform: translateX(-50%)
}

.section-with-nav .nav .nav-item {
    margin-bottom: 0
}

.section-with-nav .nav .nav-link {
    border-radius: 1.4rem;
    padding: .5rem 1.2rem;
    color: #fff;
    border: 0;
    text-transform: uppercase
}

.section-with-nav .nav .nav-link.active,.section-with-nav .nav .show>.nav-link {
    background: #173a7c
}

.page-news-bg {
    background: #04243d url(../images/bg.svg) no-repeat center top 0;
    position: relative;
}

.page-news-bg #header.fixed {
    padding-bottom:var(--fz-30);
    background: linear-gradient(180deg,rgb(7 41 68) 0%,rgb(6 38 64 / .64) 60%,#fff0 100%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%; 
    height: 100px;
}

.pagination .page-numbers {
    list-style: none;
    margin: 60px auto 0;
    padding: 0
}

.pagination .page-numbers li {
    display: inline
}

.pagination .page-numbers li a,.pagination .page-numbers li span {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: solid 1px var(--color-1);
    color: var(--color-1);
    opacity: .5;
    margin: 0 5px;
    justify-content: center;
    align-items: center;
    font-weight: 500
}

.pagination .page-numbers li a:hover,.pagination .page-numbers li span {
    background: var(--color-1);
    color: #fff;
    opacity: 1
}