@charset "utf-8";

:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient:  linear-gradient(180deg, #04233D 0%, #0F477C 100%);
  --d-gradient2:  linear-gradient(90deg, #FED094 0%, #E8B069 16.68%, #B9753B 100%);
  --d-gradient3: linear-gradient(to right, #fed094, #edb97c, #dba265, #ca8b50, #b9753b);
  --d-textg:  linear-gradient(17.13deg, #A9805C -413.65%, #B38F6B -377.04%, #CEB591 -307.33%, #E9DCB8 -245.35%, #E3CCA7 -186.68%, #D2A47B -70.97%, #CD986E -39.91%, #D3A57D 10.74%, #E1C9A3 107.08%, #E9DCB8 154.35%, #D1B995 221.36%, #A9805C 336.68%);
  --d-textg2:  var(--d-gradient2);
  --d-textg3:  linear-gradient(90deg,rgba(251, 195, 66, 1) 0%, rgba(231, 170, 55, 1) 17%, rgba(244, 241, 154, 1) 50%, rgba(231, 170, 55, 1) 83%, rgba(248, 191, 65, 1) 100%);
  --d-gutter: var(--bs-gutter-x,.75rem);
  --header-size: 56px;
  --fullH: 100vh;


  /*
    40
    80

  */



    --d-padding:  var(--bs-gutter-x,1.25rem);
    --d-padding-sm:  var(--bs-gutter-x,1.25rem);
    --d-padding-xs:  var(--bs-gutter-x,1.25rem);
    --fz-64: 36px;
    --fz-48: 32px;
    --fz-32: 24px;
    --fz-24: 24px;
    --fz-20: 19px;
    --fz-18: 17px;
    --fz-16: 16px;
    --fz-14: 14px;
    --fz-12: 12px;

    --iz-1: 48px;
    --iz-2: 48px;
    --iz-3: 54px;

    --black-80:rgba(35, 31, 32, 0.80);
    --white-60:rgba(255, 255, 255, 0.6);
    --white-50:rgba(255, 255, 255, 0.50);
    --white-10:rgba(255, 255, 255, 0.10);
    --blue:#14467C;

    --d-gap:1rem;
    --d-radius:6px;
    --d-shadow: 12px 12px 12px rgba(0, 0, 0, 0.05);
}

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


@media (min-width:1200px) {
   :root {
        --header-size: 65px;
        --d-gutter: 30px;
        --fz-64: 64px;
        --fz-48: 48px;
        --fz-32: 32px;
        --fz-24: 24px;
        --fz-20: 20px;
        --fz-18: 18px;


        --iz-1: 2.777777777777778vw;
        --iz-2: 2.5vw;
        --iz-3: 3.177083333333333vw;
        --d-padding: 5.555555555555556vw;
        --d-padding-sm: 2.777777777777778vw;
        --d-padding-xs: 1.5vw;
        --d-gap:1rem;
        --d-radius:8px;
    }
}
@media (min-width:1441px) {
    :root {
        --d-gutter: 50px;
        --fz-64: 4.444444444444444vw;
        --fz-48: 3.333333333333333vw;
        --fz-32: 2.222222222222222vw;
        --fz-24: 1.666666666666667vw;
        --fz-20: 1.388888888888889vw;
        --fz-18: 1.25vw;
        --fz-16: 1.111111111111111vw;
        --fz-14: 0.9722222222222222vw;
        --fz-12: 0.8333333333333333vw;

        --d-gap:1.111111111111111vw;
        --d-radius:0.14467C14467C5556vw;
    }
}

@font-face {
    font-family: BeautiqueDisplay;
    src: url(../fonts/BeautiqueDisplay-Medium.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: BeautiqueDisplay;
    src: url(../fonts/BeautiqueDisplay-Black.otf);
    font-weight: 700;
    font-style: normal;
}
html{
    scroll-behavior: auto !important;
}
html::-webkit-scrollbar {
    width: 8px;
    background-color: #F9F9F9;
}
html::-webkit-scrollbar-thumb {
    background-color: #14467C;
    border-radius: 4px;
}
/*FOR IE*/
html {
    scrollbar-base-color: #14467C;
    scrollbar-face-color: #14467C;
    scrollbar-3dlight-color: #14467C;
    scrollbar-highlight-color: #14467C;
    scrollbar-track-color: #F9F9F9;
    scrollbar-arrow-color: #14467C;
    scrollbar-shadow-color: #14467C;
    scrollbar-dark-shadow-color: #14467C;
}
/*FOR FF*/
html{
     scrollbar-color: #14467C #F9F9F9;
    scrollbar-width: 8px;
}

body { font-family: 'Be Vietnam Pro', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-16); line-height: 1.47; overflow-x: hidden; font-weight: 400; color: #14467C;
        background: #F1F2F2;
}


/**/

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'BeautiqueDisplay', sans-serif; color: #14467C; margin: 0 0 1rem; font-weight: 700; line-height: 1.4; }
h1 { font-size: var(--fz-48); }
h2,h1.sm,.h2 { font-size: var(--fz-32); }
h2.lg,h3,.h3{ font-size: var(--fz-24);}
h3.lg,h2.md,h4,.h4 { font-size: var(--fz-18); }
h4.lg,h2.sm,h3.md,h5,.h5 { font-size: var(--fz-14); margin-bottom: 0.75rem; }
h5.lg,h6,.h6 { font-size: var(--fz-12); margin-bottom: 0.75rem; }

p { }
a {transition: var(--d-transition);  text-decoration: none; color: #14467C;}
a:hover, a:focus { text-decoration: none; outline: none; color: #FED095; }
ul, ol { margin: 0 auto 1rem; }
ul li, ol li { margin: 0 auto 0.5rem; }
blockquote { background: #f5f5f5; }
*:focus,button:focus {
  outline: none;
}
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p { color: #fff; }

.font-1{
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

.font-2{
    font-family: 'BeautiqueDisplay', sans-serif !important;
}
.fz-12{font-size: var(--fz-12);}
.fz-14{font-size: var(--fz-14);}
.fz-16{font-size: var(--fz-16);}
.fz-18{font-size: var(--fz-18);}

.text-shadow{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.divider { border-bottom: 1px solid #dcd9d9; clear: both; margin: 40px auto; }
img { max-width: 100%; width: auto; height: auto; }
.gutter-10 { margin-left: -10px; margin-right: -10px; }
.gutter-10 > [class*='col-'] { padding-right: 10px; padding-left: 10px; }
.gutter-8 { margin-left: -8px; margin-right: -8px; }
.gutter-8 > [class*='col-'] { padding-right: 8px; padding-left: 8px; }
.gutter-5 { margin-left: -5px; margin-right: -5px; }
.gutter-5 > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.gutter-2 { margin-left: -2px; margin-right: -2px; }
.gutter-2 > [class*='col-'] { padding-right: 2px; padding-left: 2px; }
.gutter-0 { margin-left: 0px; margin-right: 0px; }
.gutter-0 > [class*='col-'] { padding-right: 0px; padding-left: 0px; }

.gutter-30,
.gutter-40,
.gutter-50,
.gutter-xxl,
.gutter-xl {   margin-right: calc(var(--bs-gutter-x) * -.5);margin-left: calc(var(--bs-gutter-x) * -.5);}
.gutter-50 > [class*='col-'],
.gutter-xxl > [class*='col-'],
.gutter-xl > [class*='col-'] {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (min-width:1200px)
{
    .gutter-50 { margin-left: -50px; margin-right: -50px; }
    .gutter-50 > [class*='col-'] { padding-right: 50px; padding-left: 50px; }

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

    .gutter-30 { margin-left: -2.083333333333333vw; margin-right: -2.083333333333333vw; }
    .gutter-30 > [class*='col-'] { padding-right: 2.083333333333333vw; padding-left: 2.083333333333333vw; }

    .gutter-40 { margin-left: -2.777777777777778vw; margin-right: -2.777777777777778vw; }
    .gutter-40 > [class*='col-'] { padding-right: 2.777777777777778vw; padding-left: 2.777777777777778vw; }

    .gutter-xl { margin-left: -1.45vw; margin-right: -1.45vw; }
    .gutter-xl > [class*='col-'] { padding-right: 1.45vw; padding-left: 1.45vw; }
}


.relative{position: relative;}
.absolute{position: absolute;}
.overflow-hide{overflow: hidden;}
.point-event-none{poRoboto-events: none;}
.point-event-auto{poRoboto-events: auto;}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 1em auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { max-width: 100%; /* Image does not overflow the content area */ text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption{background: var(--d-gradient2); border-radius: var(--fz-64) 0 var(--fz-64) 0; overflow:hidden;
    width: 100% !important;
    margin: 1rem 0 1.2rem !important ;
}
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: 100%; }
.wp-caption p.wp-caption-text { margin: 0; padding: 0.5rem var(--fz-32); color:#001239; font-size:var(--fz-14); }

/*End core*/
.editor-content img { max-width: 100%; height: auto; }
.editor-content img.media-object { max-width: none; }
.editor-content h2, .editor-content h3, .editor-content h4 { }
.editor-content h4 { font-size:var(--fz-16); }
.editor-content h3 { font-size:var(--fz-18);}
.editor-content h2 { font-size:var(--fz-20); }
.editor-content a{text-decoration: underline; text-underline-offset: 0.2em;}

/*-----------------
1.2. Button
-------------------------*/
.btn {
    border-radius: 0px;  border: 0; color: #fff; margin: auto;
    padding: 0.3rem 1rem; transition: var(--d-transition);
    text-decoration: none; text-transform: uppercase;
    background: rgba(20, 70, 124, 1);
    font-size: var(--fz-14);
}



.btn.btn-icon{}
.btn.btn-default{
    color: #14467C;
    position: relative;
    background: rgba(20, 70, 124, 0.2);
    overflow: hidden;
    border-radius: 0.9em 0 0.9em 0;
    height: 2em;
}
.btn.btn-default span,
.btn.btn-default i{position: relative;z-index:2}
.btn.btn-default:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: var(--d-transition);
    background: rgba(20, 70, 124, 1);
}
.btn.btn-default:hover,
.btn-trigger-hover:hover .btn.btn-default{color: #fff;}
.btn.btn-default:hover:before,
.btn-trigger-hover:hover .btn.btn-default:before{width: 100%;}
.btn.btn-default.reverse{
    background: rgba(20, 70, 124, 1);
    color: #fff;
}
.btn.btn-default.reverse:before{
    background: var(--d-gradient2);
}
.btn.btn-default.reverse:hover,
.btn-trigger-hover:hover .btn.btn-default.reverse{
    color: #14467C;
    background: transparent;
}

.dark-bg .btn-default{
    background: rgba(254, 208, 149, 0.2);
    color: #fff;
}
.dark-bg .btn-default:before{background: var(--d-gradient2);}

.btn.btn-outline{
    border: 1px solid #908C89;
    color: #908C89;
    background: transparent;
}
.btn.btn-outline:hover{
    color: #fff;
    background: #14467C;
    border-color: #14467C;
}

.btn.btn-default span{position: relative;}
.btn.btn-primary:hover{ }
.btn.btn-default{}
.btn.btn-default.xl{
    padding: 0.3em 2.5em;
    height: 3.25em;
    text-transform: uppercase;
    font-size: var(--fz-16);
    font-weight: 700;
    border-radius: 1.5em 0 1.5em 0;
    display: inline-flex;
    align-items: center;
}


.btn.btn-primary.md{padding: 10px 35px 8px;}
.btn.btn-primary{
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
    font-weight: 700;
    text-transform: none;
    background: var(--d-gradient2);
}
.btn.btn-primary:hover{
    background: var(--d-gradient);
}


.btn:hover, .btn:focus { color: #fff; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { position:relative; padding:0.5rem 0; background:transparent; color:var(--black-80); }
.btn-link:before{
    content: '';
    position: absolute; bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 50%;
    background: #FED095;
    transition: var(--d-transition);
}
.btn-link:hover{background: #FED095; color: #fff; padding:0.5rem 1.5rem;}
.btn-link:hover:before{

}
.btn.outline-btn { background: none; color: #006838; border: #602314 solid 1px; padding: 5px 25px 5px 10px; font-weight: 400; position: relative;}
.btn.outline-btn:after{position: absolute; right: 6px; top: 12px; content: "\f103"; font: normal normal normal 14px/1 FontAwesome;}
.btn.outline-btn:hover { background: #602314; color: #14467C; }
.btn-transparent { background: transparent; border: solid 1px #602314; color: #602314; font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}
.btn-rounded{
    background: rgba(255, 255, 255, 0.1);
    padding: 1em 1.5em;
    border-radius: 2em;
    text-transform: none;
    font-size: var(--fz-16);
}
.btn-rounded i{margin-right: 0.8em;}
.btn-rounded:hover{
    background: rgba(254, 208, 149, 0.2);
}

.btn-trigger-hover:hover .btn-default{}
.trigger-enlarge .close{
    position: absolute;
    top: 0.8em;
    right: 0.8em;
    display: none;
}
.trigger-enlarge .bg-helper{display: none;
    position: absolute;
    left: 1.2em;
    bottom: 1.2em;
}
.trigger-enlarge .bg-helper .btn-trigger,
.btn-trigger-enlarge{
    display: inline-flex;
    white-space: nowrap;
    align-items: center; gap: 1em;
    font-size: var(--fz-14);
    font-style: italic;
}
.trigger-enlarge.enlarge .bg-helper .btn-trigger{display: none;}
.trigger-enlarge .bg-helper .btn-trigger:before,
.btn-trigger-enlarge:before{content: ''; width: 1em; height: 1em; background: url('../images/icon-zoom.svg') no-repeat center center;
    background-size: contain;
}
.trigger-enlarge .bg-helper .btn-swipe{
    font-size: var(--fz-16); font-weight: 700;
}


.trigger-enlarge .bg-helper .btn-swipe{display: none;}
.trigger-enlarge.enlarge .bg-helper .btn-swipe{display: inline-flex;}

/*-------------------------
1.3. dark-overlay
---------------------------------*/
.div_zindex { position: relative; z-index: 3; }
.div_zindex > * { position: relative; z-index: 1; }
.dark-overlay { background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.color-overlay { background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
/*-------------------------------------
1.4. Space margins and padding
------------------------------------------------*/
.d-inline-block { display: inline-block; }
/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: calc(var(--fz-24) * 0.7) ; position: relative; }
.form-group.has-error .help-block{color: #B9753B; opacity: 1;}
.form-label,
.form-check-label { color: #14467C;}
.form-check-label a{color: #0044cc;}
.form-check-label a:hover{color: #14467C}
.form .form-check-input{
    border-color: #707070;
    border-radius: 3px;
}
.form-check-input:checked{
    background-color: #14467C;
    border-color: #14467C;
}
.form-check-input:focus{
    outline: none;
    border-color: #707070;
}
.form .form-group.has-error .form-check-input{
    border-color: #F9F9F9;
}
.form-control {  border: 0; color: var(--white-80); font-size: var(--fz-14); height: 2em;  padding: 2px 12px;
    background: transparent;
    box-shadow: none;
    border-radius: 4px;
    font-weight: 400;
}
.form-select{
    border: 0; font-size: var(--fz-14); height: 3.5em;
    color: var(--white-50);
}

.form-control::placeholder{
    color: var(--white-50);
    font-size: var(--fz-14);
}
.form-control::-ms-input-placeholder{
    color: var(--white-50);
    font-size: var(--fz-14);
}

textarea.form-control { padding: 15px 12px; height:4em }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none; outline: none;  background: transparent;}
.select { position: relative; }
.select select { appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.select::after { color: #878787; content: ""; cursor: poRoboto; font-family: fontawesome; font-size: 15px; padding: 12px 0; poRoboto-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-size: 15px; font-weight: 700; }
.radio label, .checkbox label { cursor: poRoboto; font-size: 14px; font-weight: 400; padding-left: 26px; position: relative; }
.radio input[type=radio],
.checkbox input[type=checkbox] { display: none; }
.radio label:before { background-color: transparent; border-style: solid; border-width: 1px; border-radius: 50%; content: ""; display: inline-block; height: 15px; left: 0; top: 4px; position: absolute; width: 15px; }
.checkbox label::before { background-color: rgba(0, 0, 0, 0); border: 1px solid #111111; content: ""; display: inline-block; height: 16px; left: 0; position: absolute; top: 4px; width: 16px; }
.radio input[type=radio]:checked + label:before { content: "\2022"; font-size: 15px; text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 12px; text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px; font-size: 17px; }
.checkbox, .radio { padding-top: 5px; }

.form-floating>.form-control{
    height: 42px;
}

.form .form-floating>.form-control-plaintext:focus,
.form .form-floating>.form-control-plaintext:not(:placeholder-shown),
.form .form-floating>.form-control:focus,
.form .form-floating>.form-control:not(:placeholder-shown){
    padding-top: 5px;
    padding-bottom: 5px;
    color: #F9F9F9;
}
.form .form-floating input:-webkit-autofill,
.form .form-floating input:-webkit-autofill:hover,
.form .form-floating input:-webkit-autofill:focus,
.form .form-floating input:-webkit-autofill:active{
    color: #F9F9F9;
    -webkit-text-fill-color: #F9F9F9;
    -webkit-box-shadow: 0 0 0px 114467Cpx #fff inset;
    background: transparent;
}

.form-floating label{
    color: #F9F9F9;
    margin-bottom: 0;
    height: auto;
    padding: 12px 15px 8px;
    font-size: var(--fz-14);
    font-weight: 600;
    display: inline-block;
    width: auto;
}
.form .form-floating>.form-control:focus~label,
.form .form-floating>.form-control:not(:placeholder-shown)~label{
    color: #14467C;
    opacity: 1;
    transform: translateY(-12px) translateX(0.3rem);
    background: #fff;
    padding: 0px 0.45rem;
    font-weight: 400;
}

/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 1.8em; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 1em; }
table th img, table td img { max-width: 100%; }
table thead { background: rgba(254, 208, 149, 0.1); }
table thead th, table thead td {   font-weight: 500; color: #14467C;}

/*-----------------
1.7. Accordion
---------------------------*/
.panel-group .panel { background: #fff; border: 0 none; border-radius: 0; box-shadow: none; margin-bottom: 25px; }
.panel-title { color: #fff; font-size: 24px; margin-bottom: 0; margin-top: 0; }
.panel-title a { display: block; padding: 10px 25px; position: relative; background: #cca759; font-size: 18px;}
.panel-title a.collapsed {  }
.panel-title a .question { width: 85px; height: 100%; content: ""; color: #fff; font-size: 39px; line-height: 1; text-align: center; position: absolute; top: 0px; left: 0px; background: #602314; }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #14467C; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #602314; }
.panel-heading:hover .panel-title a { border-color: #602314; }
.panel-body { border: 0px solid rgba(255, 255, 255, 0.2); margin-top: -1px; padding: 15px 0px; }
.panel-body p { font-size: 17px; line-height: 30px; font-weight: 400; }
/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section { position: relative; }
.bg-default{
    background: var(--d-gradient);
    background-size: cover;
}
.text-g,
.text-g2{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.text-g2{
    background: var(--d-textg2);
    -webkit-background-clip: text;
}

.shine{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    padding: 0px 48px;
    color: rgba(255,255,255,0);
    background: linear-gradient(to right, rgba(255,255,255,0) 0, #fff 10%, rgba(255,255,255,0) 20%);
    background-position: 0;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: shine 3s infinite linear;
      animation-fill-mode: forwards;
      -webkit-text-size-adjust: none;
      text-decoration: none;
      white-space: nowrap;

}

@keyframes shine {
  0% {
    background-position: 0px;
  }
  60% {
    background-position: 100%;
  }
  100% {
    background-position: 200px;
  }
}





.blend-darken{
    mix-blend-mode: darken;
}
.section-title{
    font-style: normal;
    font-size: var(--fz-32);
    font-weight: 700;
    color: #14467C;
    margin-bottom:1em;
    padding-top: 0.2em;

}
.section-title small{  font-weight: 600;
    font-size: 0.4666666666666667em;
    display: block;
}


.editor-content h2{}
.section-title em,
.editor-content h2 em{ text-transform: none; font-weight: 400;}
.line{position: relative;}
.line-horizontal{
    background: var(--d-gradient2); width: 100%;
    height: 2px;
}

.section-title-xl{font-size: var(--fz-48);}
.section-title-lg{font-size: var(--fz-24);}
.section-title-md{font-size: var(--fz-20);}
.section-title-sm{font-size: var(--fz-18);}
.section-sub-title{font-size: var(--fz-18); }
.secondary-bg { background: #14467C; color: #fff; }
.view-detail{margin-top: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}

.ellips{    text-overflow: ellipsis;display: -webkit-box; -webkit-box-orient: vertical;    overflow: hidden;}

.primary-bg { background:var(--d-gradient); }
.gray_bg,
#fullpage section.panel.gray_bg { background: #F1F2F2; }
.gray_bg_2 { background: #efefef; }
.white_bg { background: #fff; }
.dark-bg,.dark-bg .section-title, .dark-bg .title,
.dark-bg a, .dark-bg h1,.dark-bg h2,.dark-bg h3,.dark-bg h4,.dark-bg h5,.dark-bg h6,
.primary-bg,.primary-bg .section-title, .primary-bg .title,
.primary-bg a, .primary-bg h1,.primary-bg h2,.primary-bg h3,.primary-bg h4,.primary-bg h5,.primary-bg h6,
.dark-bg table thead th,
.dark-bg table thead td,
.dark-bg table td{color: #fff;}
.dark-bg a:not(.btn):hover{color: #FED095}
.primary-bg a:not(.btn):hover{color: #FED095}
.section-padding,
.section-padding-xl,
.section-padding-md,
.section-padding-sm,
.section-padding-xs {
    padding: 2.5rem 0;
}
.section-padding,
.section-padding-top{
    padding: 2.5rem 0;
}
@media (min-width: 1200px) {
    .section-padding,
    .section-padding-top {
        padding: 3.75rem 0;
    }
    .section-padding-top{padding-bottom: 0}
    .section-padding-xl {
        padding: 6.25rem 0;
    }
    .section-padding-md {
        padding: 3.125rem 0;
    }
    .section-padding-sm {
        padding: 2.5rem 0;
    }
    .section-padding-xs {
        padding: 2.5rem 0;
    }
}
@media (min-width: 1441px) {
    .section-padding,
    .section-padding-top {
        padding: 4.166666666666667vw 0;
    }
    .section-padding-top{padding-bottom: 0}
    .section-padding-xl {
        padding: 6.944444444444444vw 0;
    }
    .section-padding-md {
        padding: 3.472222222222222vw 0;
    }
    .section-padding-sm {
        padding: 2.777777777777778vw 0;
    }
    .section-padding-xs {
        padding: 2.5vw 0;
    }
}


.section-bg{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}

.section-cover,.cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.icon-logo-lb,
.icon-logo-rb{position: relative;}
.secondary-color{color: #14467C;}
.primary-color{color: #FED095;}
.secondary-color .section-title.line-bottom:after{background: #14467C;}

.fancybox-container.fancybox-is-open .fancybox-bg{opacity: 0.9; background: var(--d-gradient);}
.fancybox-container .fancybox-button{background: #001239;}
.fancybox-container .fancybox-thumbs__list a::before {border-color:#001239 }
/*
.fancybox-container .fancybox-bg{}
.fancybox-container .fancybox-button{background: #0E0E1D;}
.fancybox-container .fancybox-navigation button{color: #0E0E1D; background: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 14px; height: 30px;
    padding: 0px;
    margin: 0px 15px;
}
.fancybox-container .fancybox-navigation button:before{background: transparent}

@media (max-width:991px) {
    .fancybox-container .fancybox-navigation button{width: 12px; height: 26px;}
}
*/

.fancybox-container .fancybox-caption-wrap .fancybox-caption{
    color: #fff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}
.fancybox-container .fancybox-caption-wrap strong{margin-left: 5px;}
.start-popup .fancybox-slide--image .fancybox-content {max-width: 94%; max-height: 94%;margin: 0px 3%;}
.fancybox-container.section-popup .fancybox-content{
    padding: 0;
    background: transparent;
    overflow: visible;
}
.fancybox-container.section-popup .fancybox-close-small{

    border-radius: 0.9em 0 0.9em 0 ;
    background: var(--d-gradient2);
    padding: 0.3rem 1rem;
    width: 3em;
    height: 1.75em;
    color: #fff;
    right: 0.8em;
    top: -2.8em;
    left: auto;
}
.fancybox-container.section-popup  .fancybox-slide--html{padding: 0}

@media(min-width:1200px){
    .fancybox-container.section-popup .fancybox-close-small{
        transform: translate(calc(100% + 0.8rem),0.8rem);
    }
    .fancybox-container.section-popup .fancybox-content .section-infomation{

    }
}


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

.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);}

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

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

.grecaptcha-badge { visibility: hidden; }


/*--------------------
1.9. Tabs
------------------------------*/
/*.nav.nav-tabs { border: medium none; }
.nav-tabs > li a { padding: 0px 0px 12px; border-radius: 0; color: #caa557; font-size: 18px; font-weight: 400; margin-right: 5px; text-align: center;
  border:0px; border-bottom: solid 2px #faf6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus { color: #602314; border:0px; border-bottom: solid 2px #602314; background: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{font-weight: 700; border-bottom: solid 4px #602314;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/
.tab-content {margin-top: 0px; padding: 0px;}

.nicescroll-rails{width: 2px !important; background: #dbc18c;}
.nicescroll-rails .nicescroll-cursors{}

.zoom-in{display: block;}
.zoom-in img{-webkit-transform: scale(1); transform: scale(1);-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.zoom-in:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.item-thumb.animation{ overflow: hidden;position: relative;display: block;}
.item-thumb.animation:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.item-thumb.animation img {
    transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.item-thumb.animation:hover img,
.item:hover .item-thumb.animation img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item:hover .item-thumb.animation:after {
    /*-webkit-box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;
    box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;*/
}
.item-thumb.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 282 / 282);}
.item-thumb.fit-ratio img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}


/*--------------------------------------------
1.10. parallex-background
---------------------------------------------------*/
.parallex-bg { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
/*------------------------
1.11. Modal
--------------------------------*/
.modal-backdrop{
    --bs-backdrop-bg: #000;
}
.modal-header{}
.modal-header h4{color: #fff;}
.modal-header .close{color: #fff; opacity: 1;}
.modal-header .close:before{
    content: '\f00d';
}
.modal-header .close:hover{}
.modal-content{border-radius: 0px;}
.bootbox .bootbox-body,
.bootbox .bootbox-body h3,
.bootbox .bootbox-body h2{color: #fff;}
.bootbox.modal .close{position: absolute;
    margin: 0px !important;
    font-size: var(--fz-16) ; line-height: 0.8;
    color: #fff;
    padding: 0;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    background: transparent;

    border-radius: 0.9em 0 0.9em 0 ;
    background: var(--d-gradient2);

    width: 3em;
    height: 1.75em;
    color: #fff;
    right: 0.8em;
    top: -2.8em;
    left: auto;

}
@media(min-width:1200px){
    .bootbox.modal .close{
        top: 0;
        right: 0;
        transform: translate(calc(100% + 0.8rem),0.8rem);
    }
}


.popup-thanks .modal-header{}
.popup-thanks .modal-body{padding: 0}
.popup-thanks h2.title{

}
.popup-thanks .modal-dialog .modal-content{
    padding: 3rem 1rem 1rem ;
    border-radius: 4px;
    background: rgba(20, 70, 124, 0.9);
}


.bootbox.modal.popup-thanks .close{

}
.popup-thanks .button-group{margin-top: 2rem}
.popup-thanks .button-group a:not(:last-child){margin-right: 1rem;}



@media(min-width:992px){
    .popup-thanks .modal-dialog .modal-content{
        padding: 30px 30px 30px ;
        border-radius: 4px;
    }
    .popup-thanks .modal-dialog{
        --bs-modal-width: 600px;
    }
}
@media(min-width:1600px){
    .popup-thanks .modal-dialog .modal-content{
        padding: 2.1875vw  2.1875vw 2.1875vw ;
        border-radius: 1.302083333333333vw;
    }
    .popup-thanks .modal-dialog{
        --bs-modal-width: 900px;
    }
}
@media(min-width:1920px){
    .popup-thanks .modal-dialog{
        --bs-modal-width: 46.875vw;
    }
}



/*Stick*/
.fixed-btn{position: fixed; right: 12px; z-index: 10; opacity: 0; transition: var(--d-transition); transform: translateY(100px); }
.fixed-btn.show{transform: translateY(0px); opacity:1 }
.fixed-btn.center{top: 50%; transform: translateY(-50%);}
.fixed-btn.top{top: 40px;}
.fixed-btn.bottom{bottom: 2rem;}
.fixed-btn.left{left: 12px; right: auto;}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn a{display: block; margin: 15px 0px; text-align: center; font-size:  14px;}
.fixed-btn .svg,
.fixed-btn .svg1,
.fixed-btn svg,
.menu-action-btn .svg,
.menu-action-btn .svg1{  position: relative;z-index: 3; }
.fixed-btn svg:hover path{fill: #FED095}
.fixed-btn.bottom a:last-child{margin-bottom: 0px;}


.fixed-btn.fixed-action-btn,
.menu-action-btn{
    display: flex;
    padding: 3px 3px;
    align-items: center;
}
.fixed-btn.fixed-action-btn a,
.menu-action-btn a{
    margin: 5px 0px;
    display: inline-flex; position: relative;
    color: #fff;
    font-size: var(--fz-12);
    color: #fff;
}
.fixed-btn.fixed-action-btn a.btn-icon,
.menu-action-btn a.btn-icon{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;

    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    margin-top: 0;
}
.fixed-btn.fixed-action-btn a.btn-icon:last-child{margin-bottom: 0}
.fixed-btn.fixed-action-btn a.btn-icon img{
    width: 60%;
    height: 60%;
    object-fit: contain;
}
.fixed-btn.fixed-action-btn a.btn-icon:hover{
    background-color: #001239;
}

.fixed-btn.fixed-action-btn a:hover{background: #FED095}

.fixed-btn.fixed-action-btn a.btn-icon .icon-circle{
    width: calc(var(--iz-1) + 10px);
    height: calc(var(--iz-1) + 10px);
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #FED095;
    opacity: .1;
    opacity: .5;
    animation-name: MakerCircle;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    z-index: -1;
}
.fixed-btn.fixed-action-btn a:before,
.menu-action-btn a.btn-icon:before{
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border: 1px solid #FED095;
    background: var(--d-gradient);
    border-radius: 50%;
}
.fixed-btn.fixed-action-btn a span.title{
    transform: translateX(10px);
    opacity: 0;
    transition: var(--d-transition);
    color: #fff;
    position: absolute; height: 60%; top: 20%;
    right: calc(var(--iz-1) / 2);
    white-space: nowrap;
    padding: 6px calc(var(--iz-1) / 2 + 1em) 4px 1em;
    background: var(--d-gradient);
    border:solid 1px #FED095;
    border-radius: 20px;
    font-size: var(--fz-12); font-weight: 700;
    pointer-events: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: inline-flex; align-items: center;


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


@keyframes MakerCircle{
    0%{
        border-width: 1px;
        transform:scale(0)
    }
    70%{
        border-width: 1px;
        transform:scale(1);
    }
    100%{
        border-width: 0px;
        transform: scale(1.2);
    }
}


.fixed-btn.bottom .copyright{font-size: 15px;}
.fixed-scroll-downs span{display: none;}
.fixed-scroll-downs{position: fixed; transform: translateX(-50%); bottom: 0px;
     color: #fff; text-transform: uppercase;
    font-size: 16px;
    height: 60px; width: 1px;
    left: 50%;


}
.fixed-scroll-downs .scrollLine{position: absolute; left: 0px; bottom: 0px; height: 100%;  width: 1px; background: rgba(255,255,255,0.3);}
.fixed-scroll-downs .scrollLine:after{
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,0);
    animation: scrollLine 3s ease-in-out infinite;
}

.menu-action-btn{justify-content: center;}
.menu-action-btn a.btn-icon{margin: 0px 1rem;}
.menu-action-btn a.btn-icon img{
    position: relative;
    z-index: 3;
}

/**/


.swiper .slide-control .swiper-pagination{
    display: flex;
    margin: 0rem 0.5rem 0;
    justify-content: center;
    position: static;
}
.swiper .slide-control .swiper-pagination.swiper-pagination-fraction{
    margin-top: 0.75rem;
    width: auto;
}
.swiper .slide-control .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current{
    font-size: 2.25em;
    line-height: 1rem;
    color: #FED095;
}

.slide-control{display: flex;}
.slide-control .swiper-pagination .swiper-pagination-bullet{
    background: #5C5C5C;
    width: 12px;
    height: 12px;
}
.slide-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FED095;
}

.slide-control .swiper-button-next, .slide-control .swiper-button-prev{
    width: var(--iz-2);
    flex: 0 0 var(--iz-2); margin: 0px 10px;
    transition: var(--d-transition);
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0px calc(var(--iz-2) / 2 );
}
.slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after{
    position: absolute;
    width: 100% ;
    height:  100% ;
    background-size: contain; background-repeat: no-repeat; background-position: center center;
    inset:0;
    transition: var(--d-transition);
    content: '';
}
.slide-control .swiper-button-prev:after{

}
.slide-control .swiper-button-next:after{

}

.slide-control .swiper-button-prev:hover,
.slide-control .swiper-button-next:hover{

}
.slide-control .swiper-button-prev:hover:after{


}
.slide-control .swiper-button-next:hover:after{


}

.slide-control.dark .swiper-pagination,
.swiper .slide-control.dark .swiper-pagination.swiper-pagination-fraction .swiper-pagination-current{color: rgba(249, 249, 249, 0.80)}
.slide-control.dark .swiper-button-prev:after{}
.slide-control.dark .swiper-button-next:after{}

.swiper-control-out .swiper-button-next, .swiper-control-out .slide-control .swiper-button-prev{
    transform: translateY(-50%);
}
@media(min-width:1200px){
    .slide-control .swiper-button-prev:hover:after{
        left: -20%;
    }
    .slide-control .swiper-button-next:hover:after{
        left: 20%;
    }
}


.swiper-control-static .slide-control .swiper-button-prev,
.swiper-control-static .slide-control .swiper-button-next,
.swiper-control-static .slide-control .swiper-pagination{position: static;}

.swiper-control-static .slide-control .swiper-button-next,
.swiper-control-static .slide-control .swiper-button-prev{
    background-color: transparent;
    border:0;
    border-radius: 0;
    margin: 0;
    background-size: 100% auto;
    width: 40px;
    height: 40px;
}



.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 13px;height: 13px;
    flex:  0 0 13px;
     margin: 0px 6px;
    border-radius: 50%;
    background: #D9D9D9;
    opacity: 0.6;
}
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FED095;
    opacity: 1;
}

.post-slide .swiper-slide{height: auto;}
.post-slide-cate.swiper{padding-bottom: 10px;}
.post-list .swiper .swiper-pagination{    position: absolute; bottom: 0; margin: 0px;    justify-content: center;
    display: block;
}
.post-list .swiper .slide-control{transform: none; bottom: var(--fz-60);}
.swiper-pagination-bullets-dynamic{}

.swiper.swiper-default{}
.swiper-wrapper__center {
    justify-content: center;
    margin: 0 auto;
}


.pagination{padding: 20px 0px;  border-radius: 0px; text-align: center;     width: 100%;}
.pagination ul{list-style: none;padding: 0px; margin: 0px auto; font-size: var(--fz-16); }
.pagination ul li{display: inline-block; margin: 0px 0.75em;}
.pagination ul li:last-child{}
.pagination ul li a,
.pagination ul li span{text-align: center;  height: 1.75em;
    border-radius: 0.875em 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    padding: 0.3rem 0.6rem;
    aspect-ratio: 1/1;
    font-weight: 700;
    overflow: hidden;
}
.pagination ul li span.current{
    background: rgba(20, 70, 124, 0.2);
}
.pagination ul li a:hover{ background: rgba(20, 70, 124, 0.2);}
.pagination ul li span.dots{}
.pagination ul li .next,
.pagination ul li .prev{
    position: relative;
    background: rgba(20, 70, 124, 0.2);
    aspect-ratio:unset;
    min-width: 3em;
}
.pagination ul li .next i,
.pagination ul li .prev i {position: relative;}
.pagination ul li .next:before,
.pagination ul li .prev:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: var(--d-transition);
    background: rgba(20, 70, 124, 1);
}

.pagination ul li .next:not(.disabled):hover,
.pagination ul li .prev:not(.disabled):hover{color: #fff;}
.pagination ul li .next:not(.disabled):hover:before,
.pagination ul li .prev:not(.disabled):hover:before{width: 100%; }

.pagination ul li .next.disabled,
.pagination ul li .prev.disabled{opacity: 0.6}

body:not(.scroll-down) header{

}

header{position: fixed; top: 0; left: 0; width: 100%; z-index: 21;
    transition: var(--d-transition);
    transform: translateY(-100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.45) 100%);
}
body.ready.scroll-down header.show{transform: translateY(0);}


header{
    font-size: var(--fz-12);

}
header .navbar{}
.navbar-brand{
    width: 9.027777777777778vw; min-width: 100px;
    margin-right: 0;
}
header .navbar-brand .text {
    fill: currentColor;
    color: #14467C;
}
body.section-intro-active .btn-gotop{display: none;}
header .navbar{justify-content: flex-start;}
header .navbar .overlay-menu{margin-left: auto;}
header .header-left{display: flex; position: relative; padding-left: 1.6rem; margin-left: 1.6rem;}
header .header-left:before{
    content: ''; position: absolute;
    left: 0;
    top: 50%;
    height: 1rem;
    width: 2px;
    background: #fff;
    transform: translateY(-50%);
}
header .btn-group .item-link{padding: 0.5em 0.8em 0.3em;
    background: rgba(254, 208, 149, 0.05);
    color: rgba(255,255,255,0.4);
}
header .btn-group .item-link:first-child{
    border-radius: 0.9em 0 0 0;
}
header .btn-group .item-link:last-child{
    border-radius: 0 0 0.9em 0;
}

header .btn-group .item-link:hover{
    background: rgba(254, 208, 149, 0.2);
    color: rgba(255,255,255,0.8);
}
header .btn-group .item-link.active
{
    background: linear-gradient(90deg, #FED094 0%, #B9753B 100%);
    color: rgba(255,255,255,1);
}



.header-right{display: flex; align-items: center; justify-content:center; gap:1rem; }
.header-right .language{}

.language a{
    font-size: var(--fz-14);
    color: var(--white-60);
    text-transform: uppercase;
    line-height: 1;
}

header .navbar .overlay-menu{margin-left: auto; margin-right: 1.2rem;     color: var(--white-60);}
.overlay-menu li{ margin-bottom: 0; margin-left: var(--fz-24); position: relative; padding: 1em 0}
.overlay-menu li.menu-item-has-children:after{
    content: '\f0d7';
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    margin-left: 0.5rem;
}
.overlay-menu li a{
    color: var(--white-60);
    position: relative;
    padding-top: 0.3em;
    display: inline-block;
}
.overlay-menu li a:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: var(--d-transition);
}
.overlay-menu li:hover > a,
.overlay-menu li.current-menu-item > a{color: #fff}
.overlay-menu li:hover > a:before,
.overlay-menu li.current-menu-item > a:before{opacity: 1}

.overlay-menu .sub-menu {
    position: absolute;
    top: 100%;
    flex-direction: column;
    padding: 0.5em 0;
    border-radius: 0.25em;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: all 0.4s ease;
    min-width: 200px;
    background: var(--d-gradient2);
    list-style: none;
    margin: 0;
}
.overlay-menu .sub-menu:before{
    content: '';
    position: absolute;
    inset: 1px;
    border-radius: 0.25em;
    background: var(--d-gradient);
}

.overlay-menu .menu > li:hover > ul, .overlay-menu .menu > li > ul.show {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.overlay-menu .sub-menu li{padding: 0.75em 1em; display: block; margin: 0}
.overlay-menu .sub-menu li a{position: relative; padding: 0.1em 0; }


.section-footer{background: var(--d-gradient); color: #fff; font-size: var(--fz-14);}
.section-footer p{}
.section-footer a{color: #fff;}
.section-footer a:hover{color:#FED095}
.section-footer h4{font-size: var(--fz-14); color: #fff; font-family: 'Be Vietnam Pro', sans-serif;
    margin-bottom: 1em;
}
.section-footer .footer-bottom{font-size: var(--fz-12);
    position: relative;
}

.section-footer .footer-bottom:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-image: var(--d-gradient3);
}
.footer-developed .items,
.developed-items{display: flex; gap: 2.5rem;     align-items: flex-end;}
.social-bottom{display: flex; gap: 0.5em; font-size: var(--fz-24);}
.social-bottom a{
     background:var(--d-gradient3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.footer-form .input-group {gap: 1rem}
.footer-form .input-group .btn{
    border-radius: 0.9em 0 0.9em 0 !important;

}
.footer-form .input-group .form-control{background: transparent; border-radius: 0;
    position: relative;
    padding: 0;
    color: #fff;
}
.footer-form .input-group .form-control-wrapper{flex-grow: 1}
.footer-form .input-group .form-control-wrapper:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: var(--d-gradient3);
}
.section-footer .weblink{  gap: 1em;}
.section-footer .weblink ul{list-style: none; margin: 0; padding: 0}
.section-footer .weblink ul li{
    margin-bottom: 1em;
}

.share-box{display: flex; align-items: center; justify-content:  flex-end; margin-top: 1.8rem;}
.share-box:before{
    flex-grow: 1;
    content: '';
    height: 1px;
    background: #D9D9D9;

}
.share-box .share{margin-left: 1rem;}
.share-box .items{display: flex; margin-left: 1rem;}
.share-box .items a{width: var(--iz-1); height: var(--iz-1);
    border:solid 1px #FED095;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    color: #FED095;
    margin-left: 1rem;
}

.section-contact .section-content{font-size: var(--fz-16);}
.contact-form .form-control-wrapper{position: relative;}
.contact-form .form-control-wrapper:before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: var(--d-gradient3);
}
.contact-form .form-check{min-height: calc(var(--fz-24)); padding-left: calc(var(--fz-24) * 1.67);
    margin-bottom: calc(var(--fz-24) * 0.3);
}
.contact-form .form-group-radio .form-check {
     margin-right: calc(var(--fz-24) * 2.5);
}
.contact-form .form-group-interested{display: flex; justify-content: space-between;}
.contact-form .form-group-interested .form-check-label{white-space: nowrap;}
.contact-form .form-check-input{width: var(--fz-24); height: var(--fz-24); margin-left: calc(var(--fz-24) * -1.67);}
.contact-form .form-check-input{
    border: 0; border-radius: 0;
    background: url('../images/form-radio.svg') no-repeat center center;
    background-size: contain;
    box-shadow:none;
}
.contact-form .form-check-input:focus{
     box-shadow:none;
}
.contact-form .form-check-input:checked{
    background-image: url('../images/form-radio-check.svg');
}
.contact-form .form-check-input[type=checkbox]{
    background-image: url('../images/form-checkbox.svg');
}
.contact-form .form-check-input:checked[type=checkbox]{
    background-image: url('../images/form-checkbox-check.svg');
}
.contact-form .form-check .form-check-label{padding-top: calc(var(--fz-24) * 0.25)}

.contact-form .form-control{
    color: rgba(20, 70, 124, 1);
    padding: 0;
}
.contact-form .form-control::placeholder{
    color: rgba(20, 70, 124, 0.3);
}
.contact-form .form-control::-ms-input-placeholder{
    color: rgba(20, 70, 124, 0.3);
}


.contact-form .form-control,
.contact-form .form-select{
   border-radius: 0
}
.contact-form .form-select{}

.contact-form .submit{
    padding: 0.3em 2.5em;
    height: 3.25em;
    text-transform: uppercase;
    font-size: var(--fz-16);
    font-weight: 700;
    border-radius: 1.5em 0 1.5em 0;
}

@media(max-width:1199px){
    .contact-form .form-group-interested{
        flex-wrap: wrap;
    }
}
@media(max-width:767px){
    .contact-form .form-group-interested{}
    .contact-form .form-group-interested .form-check{
        flex:  0 0 100%;
        margin-right: 0;
    }
    .contact-form .form-check{}
}

.post-list .item{
    position: relative;
    padding: var(--fz-32) 0;
    margin-bottom: var(--fz-32);
    --item-radius:100px;
}
.post-list .item .item-thumb{border-radius: var(--item-radius) 0 0 0;}
.post-list .item .item-thumb{position: relative;}
.post-list .item .item-body{position: relative; padding-right: var(--fz-32)}
.post-list .item .bg{position: absolute; z-index: -1; inset: 0; width: 100%;
    background: var(--d-gradient2);
    border-radius: 0 0 var(--item-radius) 0;
    top: calc(100% * 200 / 350 + 2em);
}
.post-list .item .bg:before{
    content: '';
    position: absolute;
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    background: #F1F2F2;
    border-radius: 0 0 var(--item-radius);

}
.post-list .item .btn-readmore{display: inline-flex; gap: 0 1em; align-items: center;}
.post-list .item .btn-readmore:hover{color: #14467C}
.post-list .item .item-date{font-size: var(--fz-14);}
.post-list .item .description{line-clamp: 2;-webkit-line-clamp: 2; }
.post-list .item .item-thumb{padding-top: calc(100% * 200 / 350);}
@media(min-width:768px){
    .post-list .item{display: flex; --item-radius:8.5vw;}
    .post-list .item .bg{top: 0;}
    .post-list .item .item-thumb{
        flex:  0 0 35%;
        margin-right: var(--fz-48);
        padding-top: calc(35% * 200 / 320);
    }
    .post-list .item .item-body{flex-grow: 1; padding-right: 5.4vw}
}

.section-news-detail .line-horizontal{margin-top: var(--fz-48); margin-bottom: calc(1.67* var(--fz-48)); opacity: 0.2}
.section-news-detail .post-bottom ul{list-style: none;}
.section-news-detail .post-bottom li{margin: 0; }
.section-news-detail .post-bottom li a{display: flex; gap: 0px 1em; align-items: center;}
.section-news-detail .post-bottom li a i{position: relative;}
.section-news-detail .post-bottom li a span{position: relative;
    background: rgba(20, 70, 124, 0.2);
    aspect-ratio:unset;
    min-width: 3em;
    text-align: center;  height: 1.75em;
    border-radius: 0.875em 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--blue);
    padding: 0.3rem 0.6rem;
    font-weight: 700;
    overflow: hidden;
}
.section-news-detail .post-bottom li a span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: var(--d-transition);
    background: rgba(20, 70, 124, 1);
}
.section-news-detail .post-bottom li a:hover span{color: #fff;}
.section-news-detail .post-bottom  li a:hover span:before{width: 100%; }


.section-full{min-height: calc(var(--vh, 1vh) * 100 - var(--header-size) );}
body:not(.with-banner) .section-top{padding-top: var(--header-size);}
.section-bg-1:before,
.section-bg-1:after{
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
}
.section-bg-1:before{
    padding-top: calc(100% * 198 /1440);
    background: url('../images/bg-1-top.png') no-repeat center top;
    background-size: 100% auto;
    top: 0;
}
.section-bg-1:after{
    padding-top: calc(100% * 294 /1440);
    background: url('../images/bg-1-bottom.png') no-repeat center bottom;
    background-size: 100% auto;
    bottom: 0;
}
.section-bg-1.bg-top-none:before{display: none;}

.section-bg-2{
    background: var(--d-gradient);
}
.section-bg-2:before{
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
}
.section-bg-2:before{
    padding-top: calc(100% * 264 /1440);
    background: url('../images/bg-2-top.png') no-repeat center top;
    background-size: 100% auto;
    top: 0;
}

.section-bg-3{background: var(--d-gradient); }
.section-bg-3:before,
.section-bg-3:after{
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
}
.section-bg-3:before{
    padding-top: calc(100% * 536 /2560);
    background: url('../images/bg-3-top.webp') no-repeat center top;
    background-size: 100% auto;
    top: 0;
}
.section-bg-3:after{
    padding-top: calc(100% * 294 /1440);
    background: url('../images/bg-3-bottom.webp') no-repeat center bottom;
    background-size: 100% auto;
    bottom: 0;
}

.section-bg-4{
    background: var(--d-gradient);
}
.section-bg-4:before,
.section-bg-4:after{
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
}
.section-bg-4:before{
    padding-top: calc(100% * 296 /1440);
    background: url('../images/bg-4-top.png') no-repeat center top;
    background-size: 100% auto;
    top: 0;
}
.section-bg-4:after{
    padding-top: calc(100% * 365 /1440);
    background: url('../images/bg-4-bottom.png') no-repeat center bottom;
    background-size: 100% auto;
    bottom: 0;
}

.project-items .item{
    background: var(--d-gradient2);
}
.project-items .item .item-thumb{
    padding-top: calc(100% * 200 / 320);
}
.project-items .item .item-body{
    padding: 0.5em 1em;
}
.project-items .item .title{
    font-size: var(--fz-16);
    font-weight: 400;
    margin: 0;
    color: #001239;
    text-align: center;
    line-clamp: 1;-webkit-line-clamp: 1;
}
.section-developer .section-logo img{
    height: 5.555vw;
    min-height: 3rem;
    width: auto;
}
.section-developer .section-content{
    color: #fff;
}
@media (min-width: 992px) {
    .section-developer .section-content{
        column-count: 2;
        column-gap: 3rem;
    }
}
.section-developer .project-slide{}

.section-developer .slide-control{display: flex; justify-content: space-between; margin-bottom: var(--fz-16);}
.section-developer .slide-control .swiper-button-next,
.section-developer .slide-control .swiper-button-prev {
    min-width: 3em;
    height: 1.75em;
    border-radius: 0.875em 0;
    background: rgba(254, 208, 149, 0.2);
    font-size: var(--fz-16);
    margin: 0;
    color: #fff;
}
.section-developer .slide-control .swiper-button-next:before,
.section-developer .slide-control .swiper-button-prev:before{
    background: var(--d-gradient2);
}

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

.section-developer .slide-control .swiper-button-next.swiper-button-disabled,
.section-developer .slide-control .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}

.section-developer .section-link{position: absolute; right: 0; top: 0}
.section-developer .section-link .btn-trigger-hover,
.section-developer .section-link-mobile .btn-trigger-hover{display: inline-flex; gap: 0 1em; align-items: center; color: #fff}


/*INFOMATION*/
.section-infomation .section-content-inner{
    justify-content: space-between;
    text-align: center;
}

.section-infomation .section-content-inner a{text-decoration: underline; text-underline-offset:0.1em;}
.section-infomation .section-bottom .title{font-size: var(--fz-12); text-transform: uppercase; font-weight: 400}
.section-infomation .section-content-inner .section-logo img{
    max-width: 50vw;
    width: 20rem;
}

.section-infomation{}


.section-coming .section-heading:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 50%;
    transform: translateX(-50%);
    border-top: solid 1px #FED095;

}
.section-coming .items .btn{margin: 0px 0.5rem;}

.section-oveview .bg{width: 100%; height: 100vh; position: relative;}
.section-oveview .bg img{width: 100%; height: 100%; object-fit: cover; object-position: right top;}
.section-oveview .awards-image{
    position: absolute;
    /*top: calc( var(--header-size) + var(--fz-24) ) ;
    right: calc( var(--header-size) + var(--fz-24) ) ;*/
    top: calc( var(--header-size) + 0.5rem ) ;
    right: var(--d-padding-sm);
    width: 19vw;
    height: auto;
    min-width: 160px;
    transition: var(--d-transition);
}
.section-oveview .section-content-inner .section-logo{
    width: 14vw;
    min-width: 150px;
}

body:not(.scroll-down) .section-oveview .awards-image{
    top: 1rem;
    width: 23.5vw;
}
.section-with-content .section-content-wrapper{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 28.33333333333333vw;
    background: linear-gradient(180deg, rgba(4, 35, 61, 0.8) 0%, rgba(15, 71, 124, 0.8) 100%);
}
.section-with-content .section-content-wrapper .section-content-inner{display: flex; height: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 2rem;
}
.section-oveview .section-content-inner{

}
.section-oveview .section-content p{

    background: var(--d-textg3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.section-oveview .section-content h4,
.section-oveview .section-content h3,
.section-oveview .section-content h2{
    margin-bottom: 0.2em;
}
.section-oveview .language{
    position: absolute;
    bottom: 1.5rem;
    right: 1.2rem;
    z-index: 3;
    display: flex;
}
.section-oveview .language a:not(:last-child){
    border-right: solid 1px var(--white-60);
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}
.section-oveview .language a.active{
    color: #FED095;
}

/*section-collaboration */
.section-collaboration{

}
.section-collaboration .section-content-wrapper{
    display: flex;
}
.section-collaboration.panel .section-content-wrapper,
.section-i-factors.panel .section-content-wrapper{
    align-items: center;
    height: 100%;
}
.section-collaboration .section-content-wrapper .section-content-inner{width: 47%; flex: 0 0 47%; display: flex;
    align-items: center;
}
.section-collaboration .section-content-wrapper .section-image,
.section-i-factors .section-content-wrapper .section-image,
.section-with-img-full .section-content-wrapper .section-image {flex-grow: 1; height: 100%}


.section-collaboration .section-content-wrapper .section-image >div,
.section-i-factors .section-content-wrapper .section-image > div,
.section-with-img-full .section-content-wrapper .section-image > div{height: 100%}

.section-collaboration .section-content-wrapper .section-image img,
.section-i-factors .section-content-wrapper .section-image img,
.section-with-img-full .section-content-wrapper .section-image img{height: 100%; width: 100%; object-fit: cover;}

/*section-i-factors*/
.section-i-factors .section-content-wrapper{
    display: flex;
}

.section-i-factors .section-content-wrapper .section-content-inner{width: 37.5%; flex: 0 0 37.5%; display: flex;
    align-items: center;
}
.section-i-factors .items{
    padding: 0px 1em;
}
.section-i-factors .items .row{gap: calc(var(--bs-gutter-x)) 0;}
.section-i-factors .items .item{
    width: 100%;
    padding: 1em;
    height: auto;
    font-weight: 700;
    text-transform: none;
    animation: btnShadow  1.8s infinite ease-in-out;
    border-radius: 0 1.5em 0 0;

}
.section-i-factors .items .item .text-g{
    background: var(--d-textg2);
    -webkit-background-clip: text;
}
.section-i-factors .items .item:hover .text-g{
     background: #fff;
    -webkit-background-clip: text;
}

.modal-content{
    --bs-modal-bg:transaparent;
    --bs-modal-border-width:0;
}
.modal-detail .modal-body{padding: 0}
.modal-detail.modal .modal-header{
    padding: 0;
}
.modal-detail .modal-dialog{margin-top:3.25rem;}
.modal-detail.bootbox.modal .close{
    position: fixed;
    z-index: 99;
    top: 1rem;
}
@media(min-width:1200px){
    .modal-detail.bootbox.modal .close{
       top: 2.5rem;
        right: 1.5rem;
        transform: none;
    }
}

@media (min-width: 1400px) {
    .modal-detail.modal .modal-xl {
        --bs-modal-width: 90vw;
    }
    .modal-detail .modal-dialog{margin-top: 1.75rem;}
}


@media(max-width:767px){
    .modal-detail .modal-dialog{margin-left: 0; margin-right: 0}
}



.i-factor-detail{
    background: var(--d-gradient);
}
.i-factor-detail .swiper-slide .item-thumb{
    padding-top: calc(100% * 600 / 1296);
}
.i-factor-detail .section-banner .banner-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding: 6rem 0 3rem;
    z-index: 2;
    color: #fff;
    text-align: center;
}
.i-factor-detail .section-banner .banner-content .scroll-down-wrapper{
        display: inline-block;
}
.i-factor-detail .section-banner .slide-control{
    pointer-events: none;
    position: absolute;
    z-index:3;

    left: 50%;
    bottom: 7rem;
    width: 60%;
    display: flex;
    justify-content: space-between;
    transform: translateX(-50%);
}
.i-factor-detail .section-banner .slide-control .btn{pointer-events: auto;
        background: rgba(254, 208, 149, 0.2);
}
.i-factor-detail .content-group .section-title{}
.i-factor-detail .content-group .item{margin-bottom: 1rem;}
.i-factor-detail .content-group .item .item-thumb img{
    width: 7rem;
    height: 7rem;
    object-fit: contain;
}
.i-factor-detail .content-group .item .item-body{
    padding: 1rem;
}
.i-factor-detail .bg{position: absolute; inset: 0;}
.i-factor-detail .bg:after{
    background-image: url('../images/bg-1-bottom-1.png');

}

.i-factor-detail .section-content{position: relative;

}
.i-factor-detail .section-content .inner:before
{
    pointer-events: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0px;

    /* New Blue Gradient */
    background: var(--d-gradient);
    border-radius: 9999px 9999px 0px 0px;

}
@media(min-width:1200px){
    .i-factor-detail .content-group{}
}


/*section-sustainable*/
.section-sustainable:before{opacity: 0.2}
.section-sustainable .section-title br{content: "";}
.section-sustainable .section-title br:after{content: " ";}
.section-sustainable .section-title strong{
    display: inline-flex;
    /* Gold Gradient Horizontal */
    background: linear-gradient(270deg, #B88B4E 0%, #D3AF78 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.section-sustainable .nav{border-bottom: solid 1px rgba(20, 70, 124, 0.2);
    justify-content: space-between;
}
.section-sustainable .nav-item
{
    --bs-nav-pills-link-active-bg:transparent;
    position: relative;
    margin: 0;

}
.section-sustainable .nav-link{
    padding-bottom: 1em;
    position: relative;
}
.section-sustainable .nav-link:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--d-gradient2);
    transition: var(--d-transition);
}
.section-sustainable .nav-item svg{
    width: var(--fz-64);
    height: var(--fz-64);
    object-fit: contain;
}
.section-sustainable .nav-link:not(:hover):not(.active) svg path{
    fill: rgb(20, 70, 124);
    opacity: 0.4;
}
.section-sustainable .nav-link:not(:hover):not(.active):before{
    width: 0;
}
.section-sustainable .nav-link{}
.sustainable-tabs .item{
    gap: var(--fz-48);
    align-items: center;
}
.sustainable-tabs .item .item-thumb{
    flex: 0 0 calc(50% -  var(--fz-48) /2 );
    padding-top: calc((50% -  var(--fz-48) /2 ) * 292 / 451 );
}

/*section-experience*/


.section-experience{
    --ani-t:1.5s;
    overflow: hidden;
}
.section-experience .bg{position: absolute; inset: 0;}
.section-experience .bg:after{
    background-image: url('../images/bg-1-bottom-1.png');
    transform: translateY(100%);
    transition: var(--d-transition);
    transition-duration: var(--ani-t);
    transition-delay: var(--ani-t);
}
.section-experience .bg.go:after{
    transform: translateY(0);
}
.section-experience .section-content-inner{
    display: flex;
    flex-direction: column;
}
.section-experience .section-content-wrapper .section-content{
    display: flex;
    flex-direction: column;
    flex: 1;
    align-items: center;
    gap: 2em;
    transition: var(--d-transition);
    transition-duration: var(--ani-t);
}
.section-experience .section-content-wrapper .section-content.top{
    transform: translateY(-100%);
}
.section-experience .section-content-wrapper .section-content.bottom{
    transform: translateY(100%);
    transition-delay: var(--ani-t);
}
.section-experience .section-content-wrapper.go .section-content.top{
    transform: translateY(0);
}
.section-experience .section-content-wrapper.go .section-content.bottom{
    transform: translateY(0);
}

.section-experience .line{
    flex-grow: 1;
    width: 2px;
    margin-left:auto ;
    margin-right: auto;
    position: relative;

}
.section-experience .line:before{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0);
    background: var(--d-gradient2);
}
.section-experience .line.top:before{
    transform-origin: bottom center;
    transition: var(--d-transition);
    transition-duration: var(--ani-t);
    transition-delay: var(--ani-t);
}
.section-experience .section-content-wrapper.go .line.top:before{
    height: 0;
}

@media(min-width:768px){
    .section-home-contact:before{
        background-image: url('../images/bg-1-top-1.png');
        padding-top: calc(100% * 160 / 1440);
    }
}




@keyframes btnShadow {
    0% {  box-shadow: 0px 0px 1rem 0px rgba(254,208,149,0); }
    25% {
        box-shadow: 0px 0px 1rem 0px rgba(254,208,149,1); }
    75% {
        box-shadow: 0px 0px 1rem 0px rgba(254,208,149,1);
    }
    100% {  box-shadow: 0px 0px 1rem 0px rgba(254,208,149,0); }
}


.lenis.lenis-smooth .contact-map iframe{pointer-events: auto; display: block;}
.lenis.lenis-smooth .editor-content iframe{pointer-events: auto; display: block;

}
.editor-content iframe[src*="youtube"]{
    margin: 0px auto;
    max-width: 100%;
}
.home-banner{
    width: 100vw;
    height: calc(var(--vh, 1vh) * 100 );

    overflow: hidden;
}
.home-banner .bg{width: 120%; height: 120%; position: absolute; left: -10%; top: -10%;
     overflow: hidden;
     transition: var(--d-transition);
     clip-path: circle(0%);
     transition-duration: 1.5s;
}
.home-banner .bg img{position: absolute; inset: 0; object-fit: cover;
    width: 100%; height: 100%;
    transition: var(--d-transition);
    transition-duration: 1.5s;
    transform: scale(1.3);
}
body.ready .home-banner .bg{clip-path: circle(100%); width: 100%; height: 100%; left: 0%; top: 0%;}
body.ready .home-banner .bg img{transform: scale(1);}

.home-banner .section-content-wrapper{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(30%);
    transition: var(--d-transition);
    transition-delay: 1.5s;
    transition-duration: 1s;;
    color: #fff;
    /* Shadow */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);

}
.home-banner .section-content-wrapper .section-title{color: #fff;}
.home-banner .section-content-wrapper .editor-content p:last-child{margin-bottom: 0}
.home-banner .section-content-wrapper .text-note{
    font-weight: 700;
    position: relative;
}



.home-banner .scroll-down,
.scroll-down-wrapper .scroll-down{
    width: 1.75rem;
    height: 1.75rem;
}
.home-banner .scroll-down .chevron,
.scroll-down-wrapper .scroll-down .chevron {
  position: absolute;
   width: 1.75rem;
  height: 0.125rem;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.home-banner .scroll-down .chevron:first-child,
.scroll-down-wrapper .scroll-down .chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.home-banner .scroll-down .chevron:nth-child(2),
.scroll-down-wrapper .scroll-down .chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.home-banner .scroll-down .chevron:before,
.home-banner .scroll-down .chevron:after,
.scroll-down-wrapper .scroll-down .chevron:before,
.scroll-down-wrapper .scroll-down .chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #FED095;
}

.home-banner .scroll-down .chevron:before,
.scroll-down-wrapper .scroll-down .chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.home-banner .scroll-down .chevron:after,
.scroll-down-wrapper .scroll-down .chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(1.875rem);
  }
  67% {
    opacity: 1;
    transform: translateY(2.5rem);
  }
  100% {
    opacity: 0;
    transform: translateY(3.4375rem) scale3d(0.5, 0.5, 0.5);
  }
}

body.ready .home-banner .section-content-wrapper{
    opacity: 1;
    transform: translateY(0);
}

.section-location{

}
.section-location .section-content-wrapper{
    display: flex;
    height: 100%;
    background: linear-gradient(0deg, #14467C 2%, #124377 4%, #0B3762 12%, #062E51 22%, #022745 35%, #00243E 52%, #00233D 100%);
}
.section-location .section-content-wrapper .section-content{
    flex:  0 0 26%;
    width: 26%;

    background: var(--d-gradient);
    padding: 5rem 1.5rem 1.5rem;
    display: flex;
    flex-direction: column;
}
.section-location .section-content .section-items{
    margin-bottom: 1rem;
}
.section-location .section-content .section-items .accordion{
    --bs-accordion-border-radius:0;
    --bs-accordion-bg:transparent;
    --bs-accordion-inner-border-radius:0;
    --bs-accordion-active-bg:transparent;
    --bs-accordion-border-width:0;
    --bs-accordion-btn-padding-x:0;
    --bs-accordion-btn-padding-y:1rem;
    --bs-accordion-body-padding-x:0;
    --bs-accordion-body-padding-y:0;
    --bs-accordion-btn-focus-border-color:transparent;
    --bs-accordion-btn-focus-box-shadow:none;

    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.section-location .section-content .accordion-header button{
    color: #fff; display: flex; gap: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--fz-14);
}
.section-location .section-content .accordion-header .collapsed:not(:hover){opacity: 0.6}
.section-location .section-content .accordion-body ul,
.section-location .section-legend ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.section-location .section-content .accordion-body ul li{color: #fff; font-size: var(--fz-12); margin-bottom: 0.3rem}
.section-location .section-legend{border-top: solid 1px #FED095; margin-top: auto; padding-top: 0.5rem;}
.section-location .section-legend .title{
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--fz-14);
    margin-bottom: 0.5rem;
}
.section-location .section-legend li{
    display: flex; gap: 0.5rem;
    align-items:center;
    font-size: var(--fz-12);
    margin-bottom: 0.3rem
}
.section-location .section-legend li img{
    flex: 0 0 1.25rem;
    max-height: 1rem;
    object-fit: contain;
}

.section-location .section-content-wrapper .section-image-wrapper{
    flex-grow: 1;
    /*padding: 5rem 6rem;*/
    height: 100%;
}
.section-location .location-panzoom{
    position: relative;
}
.section-location .location-panzoom .map-layer{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;
}
.section-location .layer-marker .marker{position: absolute;
    width: 0.875rem;
    height: 0.875rem;
    font-size: 0.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    padding-top: 0.05rem;
}
.section-location .layer-marker .marker.active{
    animation: markerAnim 1s ease 0s infinite  normal forwards;
}

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

    50% {
        transform: scale(1.4);
    }

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


.section-location .panzoom-control{
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    white-space: nowrap;
}
.section-location .panzoom-control > .btn{
    background: var(--d-gradient);
    color: #fff;
    height: 3.75rem;
    min-width: 3.75rem;
    font-size: var(--fz-16);
    align-items: center;
    display: inline-flex;
    justify-content: center;
    border-radius: 1.875rem 0 1.875rem 0;
    gap: 1rem;
}
.section-location .panzoom-control > .btn.zoomin{
    border-radius: 1.875rem 0 0 0;
}
.section-location .panzoom-control > .btn.zoomout{
    border-radius: 0 0 1.875rem 0;
}
.section-location .panzoom-control .btn span.btn{
     background: rgba(254, 208, 149, 0.2);
}

.section-location .panzoom-control a:hover:before{
    display: none;
}
.section-location .panzoom-control a:hover span.btn:before{
        width: 100%;
}


.section-connectivity .section-content-wrapper{
    display: flex;
}
.section-connectivity .section-content-wrapper .section-image{
    flex:  0 0 38.89%;
    width: 38.89%;
}
.section-connectivity .section-content-wrapper .section-content-inner{
    flex-grow: 1;
}
.section-connectivity .section-content-inner .section-row{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;

    --line-bg: linear-gradient(90deg,rgba(254, 208, 148, 1) 0%, rgba(185, 117, 59, 1) 50%, rgba(254, 208, 148, 1) 100%);
}



.section-connectivity .section-content-inner .section-row .logo{
    position: relative;
    flex:  0 0 calc(11.625rem + 4.75rem);
    width: calc(11.625rem + 4.75rem);
    margin-right: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.section-connectivity .section-content-inner .section-row .logo img{
    flex: 0 0 11.625rem;
    width: 11.625rem;
}
.section-connectivity .section-content-inner .section-row .logo:after{
    content: '';
    height: 2px;
    flex-grow: 1;
    background: var(--line-bg);
}
.section-connectivity .minute-items .item-outer{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.section-connectivity .minute-items .item-outer:before,
.section-connectivity .minute-items .item-outer:after{
    content: '';
    height: 2px;
    flex-grow: 1;
    background: var(--line-bg);
}
.section-connectivity .minute-items .col-md-6:last-child .item-outer:after{background: transparent;}


.section-connectivity .section-content-inner .section-items .nav{
    --bs-nav-link-padding-x: 1.5rem;
    --bs-nav-link-padding-y: 1.6rem;
    --bs-nav-link-font-weight: 700;
    --bs-nav-link-color: #fff;
    --bs-nav-link-hover-color: #fff;
    --bs-nav-link-disabled-color: #fff;

    --bs-nav-pills-border-radius: 0.5rem;
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: rgba(254, 208, 149, 0.2);
    gap: 1rem;
    flex:  0 0 11.625rem;
    width: 11.625rem;
    margin-right: 4.75rem;
}


.section-connectivity .section-content-inner .section-items .nav .nav-link{
    background: rgba(254, 208, 149, 0.2);
    padding-right: 0.5rem;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--fz-14);
    position: relative;
}
.section-connectivity .section-content-inner .section-items .nav .nav-link:not(.active){
    opacity: 0.4;
}

.section-connectivity .minute-items .item{
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;

    border-radius: 50%;
    background: url('../images/bg-item-time.svg') no-repeat center center;
    background-size: 100% 100%;
    width: 7rem;
    aspect-ratio: 1;

}
.section-connectivity .minute-items .item h4{
    margin-bottom: 0.5rem;
    font-size: var(--fz-20);
}

.section-connectivity .tab-content{flex-grow: 1}
.section-connectivity .minute-content{
    background: rgba(254, 208, 149, 0.05);
    padding: 1rem 0.8rem;
    border-radius: 0.5rem;
    width: 100%;
    position: relative;
}
.section-connectivity .minute-content:before{
    pointer-events: none;
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.05);
}
.section-connectivity .minute-content ul{
    padding-left: 1.5em
}
.section-connectivity .minute-content ul li{color: #fff; font-size: var(--fz-12); margin-bottom: 0.3rem}


.whyus-items .item{
    gap: 1rem;
    margin-bottom: 1.5rem;
    font-size: var(--fz-14);
}
.whyus-items .item .item-thumb{
    width: 7rem;
    flex:  0 0 7rem;
}

/*  plan*/
@media(min-width:992px){
    .masterplan-map-outter {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .overview-items .item{margin-bottom: 0rem;}
}
.section-masterplan{}
.section-masterplan .masterplan-map-wrapper,
.fullpage-map-wrapper{position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section-masterplan .masterplan-map,
.fullpage-map-wrapper .fullpage-map{
    position: absolute;
    width:1920px; height: 1080px; background-position:center top; background-size: contain; background-repeat: no-repeat;
}

.fullpage-map-wrapper .fullpage-map:before{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:radial-gradient(126.3% 126.3% at 50% 50%, rgba(1, 31, 95, 0) 12%, #011F5F 100%);

}

.fullpage-map-wrapper .fullpage-map .inner,
.fullpage-map-wrapper .fullpage-map .items,
.fullpage-map-wrapper .fullpage-map .svg-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.masterplan-map .items{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.masterplan-map .items .item{
    pointer-events: auto;
    position: absolute;
    cursor: pointer;
    --item-color: linear-gradient(90deg, #FED094 0%, #B9753B 100%);
    --item-thumb-color:linear-gradient(180deg, rgba(4, 35, 61, 0.7) 0%, rgba(15, 71, 124, 0.7) 100%);
}
.masterplan-map .items .item .pin{
    /* Target Pin */
    width: 0.5rem;
    height:0.5rem;
    position: relative;
    background: var(--item-color);
    border-radius: 50%;

}
.masterplan-map .items .item .pin:before{
    content: '';
    width: 1px;
    height: 128px;
    background: var(--item-color);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100%;
}
.masterplan-map .items .item .item-thumb{
    position: absolute; z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    bottom: 128px;
    width: 231px;
    aspect-ratio: 231 / 79;
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 24px;
    border:solid 1.5px #B9753B;
    background: var(--item-thumb-color);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    transition: var(--d-transition);
    transform-origin: left;
}

.masterplan-map .items .item .item-thumb img{position: relative;}

.masterplan-map .items .item.item-bottom .pin:before{
    bottom: auto;
    top: 100%;
}
.masterplan-map .items .item.item-bottom .item-thumb{
    bottom: auto;
    top: 128px;
}

.masterplan-map .items .item:hover .item-thumb{
    transform: scale(1.1) translateX(-50%);
    backdrop-filter: blur(10px);
}



.navbar-toggler{display: none;}
.navbar-toggler .navbar-toggler-icon{width: 18px; height: 18px;}
@keyframes kenburns_custom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/*=======================
11. Responsive-CSS
==============================*/
@media (min-width:768px) {
    .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
}
@media (min-width:1200px) {

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

}

@media (min-width:1601px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 82.5vw;
    }

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

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 68.75vw;
    }

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



}

@media (max-width:1599px) {


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


}



@media (max-width:1200px) {


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

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


}
@media (max-width:1199px) {
    .section-oveview .language{
        right: 1.2rem;
    }
}
@media (max-width:991px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,
    .row{

    }




}


@media (max-width:991px) {

    body.ready header.show{transform: translateY(0);}
    .header-right .btn-hotline span{display: none;}
    .header-top  .navbar{
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,<svg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M1.66669 1H23' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M1.66669 9H23' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M1.66669 17H23' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    }
    body.menu-open .header-top  .navbar{
        --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,<svg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M17.665 1.66501L1.66504 17.665' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M1.66504 1.66501L17.665 17.665' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");


    }

    .navbar-brand{position: relative; z-index: 22}
    .header-right{display: flex; z-index: 22; margin-left: auto; gap: 2rem;}
    .header-right .btn i{font-size: 1.4em;}
    .header-right .social{display: none;}
    .navbar-toggler{display: block; border: 0; padding: 0}
    .navbar-toggler:focus{box-shadow: none;}

    header .navbar .overlay-menu{margin-right: 0; background: var(--d-gradient);}
    header .navbar .overlay-menu:before{
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        aspect-ratio: 1/1;
        background: url('../images/bg-nav.png') no-repeat right bottom;
        background-size: contain;
    }
    .overlay-menu {
        position: fixed;
        inset: 0;
        z-index: 21;
        background:rgba(255, 255, 255, 1);
        padding: var(--header-size) var(--d-padding-sm) var(--fz-48);
        /*height: calc(var(--vh, 1vh) * 100  );*/
        width: 100%;
        height: var(--fullH);
        overflow: auto;
        overflow-x: hidden;
    }
    .header-top .menu > li > a{
        height: auto;
        display: block;
        padding: 0.4em 0px;
    }
    .overlay-menu li a:before{display: none;}
    .header-top .menu .sub-menu{background: transparent;}
    .header-top .menu .sub-menu:before{display: none;}
    .header-top .menu .sub-menu li:not(:last-child){border: 0}

    .overlay-menu .main-menu-container {

        text-align: left;
        display: flex;
        padding: 0;
        margin: 0; margin-left: auto;
        list-style-type: none;
        overflow: auto;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
        flex-direction: column;
    }
    .overlay-menu .main-menu-container::-webkit-scrollbar {
        display: none;
    }

    .overlay-menu li.menu-item-has-children:after{display: none;}
    .overlay-menu li.menu-item-has-children > a:after{
        content: '\f0d7';
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
        margin-left: 0.5rem;
    }
    .overlay-menu .menu li a {
        display: block;
        font-size: var(--fz-48);
        color: #fff;
        text-align: left;
    }
    .overlay-menu .menu li:hover a,
    .overlay-menu .menu .current-menu-item a{ }

    .overlay-menu {
        transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
        display: flex;
        flex-direction: column;
    }
    .overlay-menu .menu-action-btn{}


    body.menu-open {
        overflow: hidden;
        height: var(--fullH);
    }
    body.menu-open .overlay-menu {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
    }

    .overlay-menu .menu{
        list-style: none; margin-left: 0px; margin-bottom: 0px !important; width: 100%;
        padding: var(--fz-32) 0 0;
    }

    .overlay-menu .menu > li {
        opacity: 0;
        transform: translate(50px, 0);
        -webkit-transform: translate3d(50px, 0px, 0);
        transition-delay: 0.6s;
        padding:0px 0px ;
        margin: 0.2em 0;
        text-align: center;
    }
    body.menu-open .overlay-menu .menu li {
        transition: -webkit-transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
        transition: transform cubic-bezier(0.165, 0.84, 0.44, 1) 1s, opacity cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        position: relative;
        width: 100%;

    }

    body .overlay-menu .menu > li > ul{
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.4s;
        position: relative;
        top: 0;
        left: 0;
        padding: 0;
        opacity: 1;
        visibility:visible;
        pointer-events: auto;
        transform: none;
    }
    body .overlay-menu .menu > li.showsub > ul{
        max-height: 300px;
    }
    body .overlay-menu .sub-menu li {
        margin: 0;
        padding: 0 0px;
    }

    body .overlay-menu .sub-menu a{
        position: relative;
        margin: 0;
        padding: 0.6em 0px;
        padding-left: 0;
        font-size: var(--fz-18);
        text-transform: none;
    }


     body .overlay-menu .sub-menu li a:hover{color: #FED095}

     body .overlay-menu .sub-menu ul{

        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.3s;
    }

    .section-partner .group-content{margin-left: 0; margin-right: 0}

    .header-left-mobile{
        padding: var(--fz-32) 0; border-top: solid 1px rgba(255,255,255,0.1); border-bottom: solid 1px rgba(255,255,255,0.1);
        justify-content: center;
        border-radius: 0;
        margin: 0 calc(-1 * var(--d-padding-sm)) 0;
        font-size: var(--fz-14);
    }
    .section-footer{padding-bottom: 2.5em;}

    .section-infomation .section-content-inner{
        padding-bottom: 80px;
    }
    .section-with-content .section-content-wrapper{
        position: static;
        width: 100%;
        background: var(--d-gradient);

    }
    .section-with-content .section-content-wrapper .section-content-inner{

    }
    .section-oveview .bg{
        height: calc(100vw * 493 / 390);
        /*transition: var(--d-transition);*/
    }
    .section-oveview .bg img{
        /*object-position: 70% center;*/
        width: auto;
        max-width: unset;
        object-fit:unset;
        object-position:unset;
    }
    .section-oveview .bg.enlarge,
    .section-location .enlarge{
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        z-index: 99;
    }
    .trigger-enlarge .bg-helper{display: block;}
    .trigger-enlarge.enlarge .close{display: block; background: var(--d-gradient2);}
    .section-oveview .awards-image{right: 1rem; top: 1rem;}

    .masterplan-map-outter{
        height: var(--fullH);
    }
    .section-masterplan .masterplan-map{
        position: relative;
        width: auto;
        max-width: unset;
        height: 100%;
        left: unset !important;
        top: unset !important;

    }
    .section-masterplan .masterplan-map img{
        height: 100%;
        width: auto;
        max-width: unset;
    }
    .masterplan-map .items .item .item-thumb{
        width: 10rem;
        border-radius:0.5rem;
        padding: 0.75rem 1.5rem;
    }

    .section-oveview .section-content-inner .section-logo{
        position: absolute;
        left: 1rem;
        top:1rem;
    }




}

@media (max-width:767px) {
    .section-coming .items{gap: 0.5rem}
    .section-coming .items .btn{
        white-space: nowrap;
        font-size: var(--fz-14);
        margin: 0px;
        padding: 1em 1em;
    }
    .section-coming .items .btn i{    margin-right: 0.5em;}
    .post-list .item{
        padding: 0;
        margin-bottom: 2em;

    }
    .post-list .item .item-body{
        padding-bottom: 2em;
        padding-right: 2em;
    }
    #fullpage{overflow: hidden;}
}
@media (max-width:480px) {
    .section-bg-1:before{
        padding-top: 0;
        height: 150px;
        background-image: url(../images/bg-1-top-mobile.png);
        background-position: center top -50px;
    }
    .section-bg-2:before{
        padding-top: 0;
        height: 150px;
        background-image: url(../images/bg-2-top-mobile.png);
        background-position: center top -50px;
    }
    body .row,
    body .row>*,
    .container,
    .container-fluid,
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm{
        --bs-gutter-x: 40px;
    }

}




@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: 514467C;
    }
    to {
        stroke-dashoffset: 0;
    }
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
.driveInTop {
  -webkit-animation-name: driveInTop;
  animation-name: driveInTop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes driveInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, -400px, 0);
    transform: translate3d(0, -400px, 0); }
  30% {
    opacity: 1; }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
}
.blink {
  -webkit-animation-name: blink;
  animation-name: blink;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s; }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 0; }
  100% {
    opacity: 1; }
}
.swoopInTop {
  -webkit-animation-name: swoopInTop;
  animation-name: swoopInTop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s; }

@keyframes swoopInTop {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 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(0.42, 0, 0.58, 1);
    animation-timing-function: cubic-bezier(0.42, 0, 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); }
}


@media (max-width:991px) {

}


@media (max-width:767px) {

}


/* Custom ANIMATION  */
.flipInXCustom, .flipInYCustom{
    opacity: 0;
     -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes flipInXCustom {
    0% {
        transform: rotateX(180deg);
        opacity: 0;
    }
    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}
.flipInXCustom.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInXCustom;
    backface-visibility: visible !important;
    animation-name: flipInXCustom;
}

@keyframes flipInYCustom {
    0% {
        transform: rotateY(180deg);
        opacity: 0;
    }
    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}
.flipInYCustom.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInYCustom;
    backface-visibility: visible !important;
    animation-name: flipInYCustom;
}


.scaleInY{opacity: 0; transform-origin: bottom;}
@-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);
    }
}

.scaleInY.go {
    -webkit-animation-name: scaleInY;
    animation-name: scaleInY;
}



.zoomIn{
    opacity: 0;
     -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes zoomIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomIn.go {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: zoomIn;
    backface-visibility: visible !important;
    animation-name: zoomIn;
}


@-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(0px)
    }
    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;
    }
}
@media (max-width:767px) {
    @keyframes scaleOut {
        0% {
            opacity: 0;
            transform: scale(1.2);
        }
        to {
            opacity: 1;
            transform: scale(1.1);
        }
    }
}
@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

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

@keyframes flash {
    0% { opacity: 1; }
    40% { opacity: .1; }
    80% { opacity: 1; }
    100% { opacity: 1; }
}

@keyframes phonering{
    0%{transform:rotate(0deg)}
    10%{transform:rotate(-25deg)}
    20%{transform:rotate(25deg)}
    30%{transform:rotate(-25deg)}
    40%{transform:rotate(25deg)}
    50%{transform:rotate(0deg)}
    100%{transform:rotate(0deg)}
}
@keyframes rotate{
  from{-webkit-transform:rotate(0);transform:rotate(0)}
  to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

.animated.scaleOutPic{
    transform: scale(1);
    opacity: 0;
    animation-duration: 2s;
}
.animated.scaleOutPic.go {
    animation-name: scaleOutPic
}
@keyframes scaleOutPic {
  0% {
        opacity: 0;
        transform: scale(1.4);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}




/*LOADING*/
/*loading-overlay*/
.loading-overlay{
    position: fixed;   width: 100%;   height: calc(var(--vh, 1vh) * 100 );   left: 0;   top: 0;   overflow: hidden;   z-index: 8;
    background: var(--d-gradient);
}
.loading-overlay .bg{position: absolute; left: 0px;top: 0px; width: 100%; height: 100%; z-index: 2;
   pointer-events: none; opacity: 0;
}
.loading-overlay .bg .top,
.loading-overlay .bg .bottom{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50vh;
}
.loading-overlay .bg .top{
    top: 0;
    background: url('../images/intro-top.png') no-repeat center top;
    background-size: 100% auto;
}
.loading-overlay .bg .bottom{
    bottom: 0;
    background: url('../images/intro-bottom.png') no-repeat center bottom;
    background-size: 100% auto;
}

.loading-overlay .overlay-image{position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 29.16666666666667vw; height: auto;
    min-width: 280px;
    opacity: 0;
}

.loading-overlay.step0 .bg,
.loading-overlay.step0 .overlay-image{opacity: 1}
.loading-overlay.done{pointer-events: none; }





#fullpage section.panel {
    width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  margin-bottom: 150px;
  background: linear-gradient(180deg, #04233D 0%, #0F477C 100%);
}


.footer-developed .items .item img, .developed-items  .item img {
    height: 2rem;
    width: auto;
}

@media (max-width:991px) {
    #fullpage section.panel{height: auto;
        margin-bottom: 0;
        position: relative;
    }
    #fullpage section.panel.section-experience{
        height: var(--fullH);
    }
    .section-collaboration.panel .section-content-wrapper,
    .section-i-factors.panel .section-content-wrapper,
    .section-location .section-content-wrapper,
    .section-connectivity .section-content-wrapper{
        flex-direction: column;
    }
    .section-collaboration .section-content-wrapper .section-image,
    .section-i-factors .section-content-wrapper .section-image,
    .section-with-img-full .section-content-wrapper .section-image{
        height: auto;
    }
    .section-collaboration .section-content-wrapper .section-content-inner,
    .section-i-factors .section-content-wrapper .section-content-inner,
    .section-location .section-content-wrapper .section-content,
    .section-connectivity .section-content-wrapper .section-image{
        width: 100%;
        flex: 0 0 100%;
        padding: 0rem 1.25rem;
    }

    #fullpage section.home-banner{height: var(--fullH);}

    .section-location .section-content-wrapper .section-image-wrapper .section-image-inner{
        border: solid 1px #FED095;
        margin: 0px 1rem;
    }

    .section-location .section-legend{margin-top: 1rem}
    .section-location .section-content-wrapper .section-content{

    }
    .section-connectivity .section-content-wrapper .section-image{
        padding: 0;
    }
    .section-location .panzoom-control{bottom: 1rem}

    .section-location .panzoom-control{
        position: static;
        transform: none;
    }

    .section-location .enlarge{
        background: var(--d-gradient);
        margin: 0 !important;
    }



}

@media (max-width:767px) {
    .section-title{

    }
    .section-experience .section-title{font-size: var(--fz-48); text-align: center;}

    .section-i-factors .items .row,
    .section-i-factors .items .row > *{--bs-gutter-x: 1.5rem }

    .section-connectivity .section-content-inner .section-row{display: none;}
    .section-connectivity .section-items > .d-flex{flex-direction: column;}
    .section-connectivity .minute-content:before{display: none;}
    .section-connectivity .minute-content {
        background: transparent;
        padding: 0;
        border-radius: 0;
    }

    .section-connectivity .minute-content .minute-inner{
        background: rgba(254, 208, 149, 0.05);
        padding: 1rem 0.8rem;
        border-radius: 0.5rem;
    }
    .section-connectivity .minute-content h4{position: relative;
        margin-bottom: 1rem; padding-bottom: 1rem;
        margin-top: 2rem;
        font-size: 1.25rem;
    }
    .section-connectivity .minute-content h4:before{
        content: '';
        height: 2px;
        width: 100%;
        background: var(--d-gradient2);
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .section-connectivity .minute-content h4 span{font-weight: 400; font-size: 1rem;}
    .section-connectivity .minute-content .minute-inner ul:last-child{margin-bottom: 0}

    .section-connectivity .section-content-inner .section-items .nav,
    .section-connectivity .tab-content{
        width: 100%;
        flex:  0 0 100%;
    }
    .section-connectivity .section-content-inner .section-items .nav{
        gap: 1rem;
    }
    .section-connectivity .section-content-inner .section-items .nav .nav-link{
        flex:  0 0 calc(50% - 0.5rem);
    }
    .sustainable-tabs .item{
        flex-direction: column;
    }
    .section-sustainable .nav-link{
        --bs-nav-link-padding-x: 0.25rem;
        --bs-nav-link-padding-y: 0.5rem;
    }

    .i-factor-detail .section-banner .banner-content{
        position: static;
        background: transparent;
            padding: 2rem 1rem 2rem;
    }
    .i-factor-detail .section-banner .slide-control
    {
        width: 100%;
        top: calc(100% * 600 / 1296);
        bottom: auto;
        left: 0;
        transform: translateY( calc( -100% - 1.5rem ) );
    }
    .i-factor-detail .section-content .inner:before{
            top: 16rem;
    }
}

@media(min-width:1200px){
    .footer-developed .items .item img, .developed-items  .item img{
        height: 2.3rem;
    }
}
@media(min-width:1920px){
    html {
        font-size: var(--fz-16);
    }
    .footer-developed .items .item img, .developed-items  .item img{
        height: 2.875rem;
    }

}


/*PRODUCT MAP*/
/*Product Map*/
.masterplan-overlay{
    pointer-events: none;
}

.section-product-map{
    height: var(--fullH);
    background: #F1F2F2;
    z-index: 2;
    position: relative;
    color: #001239;
    pointer-events: none;

    position: fixed;
    inset: 0;
    z-index: 21;
    width: 100%;
    height: var(--fullH);

    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.5s;
    overflow: hidden;

}
.section-product-map.show{
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    pointer-events: auto;
}
.section-product-map .btn-close{
    position: absolute;
    right: 2rem;
    top: 2rem;
    white-space: nowrap;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    z-index: 5;
}

.section-product-map .product-map-wrapper,
.section-image-map .image-map-wrapper{
    height: 100%;
}
.section-product-map .product-map,
.section-image-map .image-map{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    transform-origin: top left;
    background-position: 50%; background-size: contain; background-repeat: no-repeat;
}
.section-product-map .product-map .inner,
.section-product-map .product-map .items,
.section-product-map .product-map .svg-map,
.section-image-map .image-map .inner,
.section-image-map .image-map .items,
.section-image-map .image-map .svg-map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section-product-map .item{
    position: absolute; z-index: 2;
    visibility: hidden; opacity: 0; pointer-events: none;

}

.section-product-map .item.show{opacity: 1; visibility: visible; }
.section-product-map .item a{
    position: relative; display: block;
    min-width: 260px; transition-duration: 0s;
    background: #fff;
    color: var(--baseColor);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 1rem 0px;
     font-size: var(--fz-14);
}
.section-product-map .item .heading{
    display: flex;position: relative;
    overflow: hidden;
    border-radius: 1rem 0px;

    text-transform: uppercase;
    text-align: center;

}
.section-product-map .item .heading:before{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: var(--baseColor);
    opacity: 0.2;

}
.section-product-map .item .heading span{position: relative; flex: 1; padding: 0.25rem 0.5rem;}
.section-product-map .item .heading span:last-child{
    background: var(--baseColor);
    color: #fff;
}


.section-product-map .item:not(.show) a{}
.section-product-map .item .inner{
    position: static;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-product-map .item .description
{
    padding: 0.5rem;

}
.section-product-map .item .description p,
.section-product-map .item .description li{ margin-bottom: 0.25rem;}
.section-product-map .item .description li:last-child{}
.section-product-map .item .description ul{list-style: none; margin: 0; padding: 0}
.section-product-map .item .inner ul li{display: flex; justify-content: space-between;}
.section-product-map .item .inner ul li em{margin-right: 1rem;}

.section-product-map .svg-map .item-hover path{
    opacity:0.6;
    fill-opacity: 1;
    fill: var(--baseColor,"#f2d9dc");
    stroke-width: 0;
}
.section-product-map .svg-map.show .item-hover:not(.show) path {
    fill-opacity: 0;
}
.section-product-map .svg-map.show .item-group.show .item-hover path{
     fill-opacity: 1;
}
.section-product-map .svg-map .item-hover{

}
.section-product-map .svg-map.show .item-group.show .item-hover,
.section-product-map .svg-map.show .item-group .item-hover.show{
    cursor: pointer;
    pointer-events: auto;
}
.section-product-map .svg-map.show .item-hover:not(.show){
     pointer-events: none;
}

.section-product-map .section-logo{margin-bottom: 2rem;}
.section-product-map .section-logo img{
    height: 3.75rem;
    width: auto;
}
.section-product-map .section-filter{margin:2rem 0}
.section-product-map .section-filter p{font-size: var(--fz-14);}
.section-product-map .section-filter ul{list-style: none; padding: 0; margin: 0}
.section-product-map .section-filter ul li{display: flex; gap: 1rem; justify-items: center;
    font-weight: 700;
    margin-bottom: 1rem;
    opacity: 0.3;
    cursor: pointer;
}
.section-product-map .section-filter ul li.show{opacity:1 }
.section-product-map .section-filter ul li span{
    display: inline-flex;
    width: 3rem;
    height: 1.5rem;
}
.section-product-map .text-note{
    font-size: var(--fz-12);
}

/*section-product-detail*/
.section-product-detail{
    background: #fff;
    display: flex;
    position: relative;
    z-index: 2;
    color: #001239;
}
.section-product-detail .btn-close{position: absolute;}
.section-product-detail .product-info{flex:  0 0 20.8333%; width: 20.8333%;
    background: var(--d-gradient);
    --mainColor: #fff;
    color: var(--mainColor);
}
.section-product-detail .product-info .section-title,
.section-product-detail .product-info .product-attrs .attr{margin-bottom: 1rem;  color: var(--mainColor);}
.section-product-detail .product-info .product-attrs .attr:last-child{margin-bottom: 0}
.section-product-detail .product-info .inner-content{padding: 2rem 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;

    justify-content: center;
}
.section-product-detail .product-info .inner-content hr{
    height: 2px;
    background: var(--d-gradient2);
    opacity: 1;
    border: 0;
}
.section-product-detail .product-info .product-attrs .attr .content{
    font-weight: 700;
    font-size: var(--fz-18);
}
.section-product-detail .product-image{flex-grow: 1; display: flex; flex-direction: column;
    padding: 1rem 1.5rem;
}
.section-product-detail .product-image .image-items{
    margin-bottom: 2.5rem;
}
.section-product-detail .product-image .image-items .item{text-align: center;}
.section-product-detail .product-image .image-items .item .item-title{
    padding: 1rem;
}
.section-product-detail .text-note{font-size: var(--fz-12);}

@media(max-width:1199px){
    .section-product-detail .product-info{
        flex: 0 0 30%;
        width: 30%;
    }
}
@media(max-width:991px){

    .section-product-detail{flex-direction: column;}
    .section-product-detail .product-info{
        flex: 0 0 100%;
        width: 100%;
    }
    .section-product-detail .product-info .inner-content{
        order: 2;
    }
    .section-product-detail .product-image .image-items{
        gap: 1rem;
    }
    .section-product-map .product-map-inner{
        overflow-y: auto;
        max-height: var(--fullH);
    }
    .section-product-map .product-map-wrapper{
        height: 100vw;
        margin-top: 5rem;
        margin-bottom: 1.5rem;
    }

    .section-image-map .image-map-wrapper .image-map{
        aspect-ratio:var(--ratio);
        height: var(--fullH) !important;
    }
    .section-image-map .image-map-wrapper .inner{
        background-size: auto 100%;
    }
    .section-image-map .image-map-wrapper .svg-map svg{width: 100%; height: 100%;}
    .mobile-panzoom-wrapper .mobile-panzoom{
        position: relative;
        left: 0;
        top: 0;
        height: 100% !important;
        width: auto !important;
    }
}


.section-image-map{
    transform: none;
    -webkit-transform: none;
}

.section-image-map .svg-map .item-hover path{
    fill-opacity: 0;
    stroke-miterlimit: 10;
    stroke-width: 2;
    stroke-dasharray: 5000;
    stroke-dashoffset: 5000;
    cursor: pointer;
    stroke-width: 0;
    opacity: 1;
    fill: #B9753B;
    stroke: #B9753B;

}
.section-image-map .svg-map .item-hover.show 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: 0.3;
    stroke-width: 2;
}

#fullpage section.panel.section-utilities{
    background: #EAE8E7;
}
.section-utilities-detail{
    background: var(--d-gradient);
}

.section-utilities-detail .section-image{
    width: 100%; flex: 0 0 100%;
}
.section-utilities-detail .item-thumb{
        padding-top: calc(100% * 570 / 720);
    }
@media(min-width:992px){
    .h-lg-100{height: 100%}
    .section-utilities-detail .section-image{
        flex:  0 0 62%;
        width: 62%;
    }
}

.section-agent{background: var(--d-gradient2);}
.section-agent .items{gap: 1rem 0;}
.section-agent .items .item .item-thumb{
    aspect-ratio: 240 / 160;
    border-radius: 2rem 0 2rem 0;
    background: #fff;
    padding: 1.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-agent .items .item .item-thumb img{
    max-height: 100%;
    max-width: 100%;
}
.section-agent .items .item .title{
    padding: 0.5rem 0;
    text-align: center;
    font-size: var(--fz-14);
}
@media(min-width:992px){
    .section-agent .items{gap: 2.5rem 0;}
    .section-agent .items .item .item-thumb{
        border-radius: 4rem 0 4rem 0;
    }
    .section-agent .items .item .title{font-size: var(--fz-16);}
}

.section-legal .item{}
.legal-list .item{
    padding: 0.75rem 1.5rem;
    border: solid 1px rgba(255,255,255,0.2);
    border-radius: 3rem;
}


.page-tabs{justify-content: center;  margin-bottom: var(--fz-64);}
.page-tabs .nav-item{margin: 0px 1.6rem;}
.page-tabs .nav-item .nav-link{
    padding: 0.5rem 1.5rem;
    height: 2.75rem;
    border-radius: 1.5rem;
    font-size: 1.25rem;
    font-weight: 400;
    text-transform: none;
}
.page-tabs .nav-item .nav-link.active{
    background: var(--d-gradient2);
}


.album-slide-thumb-wrapper .item{
    padding: 0px 1.75rem;
}

.album-slide-withthumb .main-slide .item .title,
.album-slide-thumb-wrapper .item .title{
    background: var(--d-gradient2);
    padding: 0.75rem 2rem;
    border-radius: 0px 0px 2rem 0px;
}
.album-slide-thumb-wrapper .item .item-thumb{
    padding-top: calc(100% * 480 / 736 );
}



.slide-with-thumb-filter .main-slide{display: none;}
.slide-with-thumb-filter .swiper-filter{
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto 1.5rem;

}
.slide-with-thumb-filter .swiper-filter .dropdown{
    margin: 0px 1.5rem;
}
.slide-with-thumb-filter .swiper-filter .btn{
    height: 3.25rem;
    padding: 0.8rem 2rem;
    display: inline-flex;
    align-items: center;
    gap: 1rem;

    border-radius: 0px 1.625rem 0px 0;
}
.slide-with-thumb-filter .swiper-filter .drowdown{

}
.slide-with-thumb-filter .swiper-filter .dropdown > a{
    font-weight: 700;
    text-transform: none;
}
.slide-with-thumb-filter .swiper-filter .dropdown > a:after{
    z-index: 2;
     color: #FED094 ;
}
.slide-with-thumb-filter .swiper-filter .dropdown > a:hover > span{
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.slide-with-thumb-filter .swiper-filter .dropdown > a:hover:after{
    color: #fff;
}
.slide-with-thumb-filter .swiper-filter .dropdown-menu{
    width: 100%;
    border-radius: 0px 0px 0px 1.625rem;
    margin-top: -5px !important;
    border: 0;
}
.slide-with-thumb-filter .swiper-filter .dropdown-menu a{color: #14467C;}


.gallery-items .item-video:before{
    content: '';
    width: 3rem;
    height: 3rem;
    background: url('../images/icon-video-play.svg') no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    pointer-events: none;
    display: none;
}
.gallery-items .swiper-slide-active .item-video:before{
    display: block;
}

.document-slide .swiper-wrapper{
    justify-content: center;
}
.document-items .item{
    display: flex;
    align-items: center;
}
.document-items .item .title{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.document-items .item .item-thumb{
    width: 45%;
    flex:  0 0 45%;
    padding-top: calc(45% * 500 / 356);
}
.document-items .item .item-body{
    padding: 1.6rem;
}
.document-items .item .btn-readmore {
    display: inline-flex;
    gap: 0 1em;
    align-items: center;
}

@media(min-width:992px){
    .album-slide-thumb-wrapper{position: relative;}
    .album-slide-thumb-wrapper .slide-control .swiper-button-prev,
    .album-slide-thumb-wrapper .slide-control .swiper-button-next{
        position: absolute;
        top: 5%;
    }
    .album-slide-thumb-wrapper .slide-control .swiper-button-next{
        left: none;
        right: 0;
    }
    .album-slide-withthumb .main-slide{display: none;}

    .album-slide-thumb-wrapper .swiper-slide:not(.swiper-slide-active) .item{
        transform: scale(0.5);
        transform-origin: left;

    }
    .album-slide-thumb-wrapper .swiper-slide:not(.swiper-slide-active) .item-thumb{
         border-radius: var(--fz-64) 0px;

        overflow: hidden;
    }
    .album-slide-thumb-wrapper .swiper-slide:not(.swiper-slide-active) .title{display: none;}
    .album-slide-thumb-wrapper .swiper-slide.swiper-slide-prev .item{
        transform-origin: right;
    }
    .album-slide-thumb-wrapper .swiper-slide:not(.swiper-slide-active) .item.item-video{/*pointer-events: none;*/}
}

@media(max-width:1199px){

    .album-slide-thumb-wrapper .slide-control{
        justify-content: space-between;
        margin-top: 1.5rem;
    }
    .slide-with-thumb-filter .swiper-filter{
        width: 100%;
    }

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

    .album-slide-thumb-wrapper .slide-control  .btn{margin: 0}
    .album-slide-thumb-wrapper .item{
        padding: 0;
    }

    .page-tabs .nav-item{
        margin: 0px 1rem;
    }
}
@media(max-width:767px){
    .page-tabs{flex-wrap:nowrap; overflow:auto; gap:0 1rem }
    .page-tabs .btn{white-space: nowrap;}
    .page-tabs .nav-item{
        margin: 0px;
    }
    .page-tabs .nav-item .nav-link{ font-size: 1rem;     padding: 0.5rem 1rem; height: 2.375rem}
    .slide-with-thumb-filter .swiper-filter{
        flex-direction: column;
        gap: 0.5rem;
    }
    .slide-with-thumb-filter .swiper-filter .dropdown{margin: 0}
    .slide-with-thumb-filter .swiper-filter .dropdown > a{
        width: 100%;
        justify-content: space-between;
    }


}