@charset "utf-8";



/*
    16
    17
    18
    26
    29
    30

    55
*/



:root {
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: linear-gradient(90deg,rgba(172, 135, 98, 1) 0%, rgba(172, 135, 98, 1) 50%, rgba(144, 111, 81, 1) 100%);;
  --d-textg: linear-gradient(90deg,rgba(172, 135, 98, 1) 0%, rgba(172, 135, 98, 1) 50%, rgba(144, 111, 81, 1) 100%);;
  --d-gradient2: linear-gradient(90deg,rgba(172, 135, 98, 1) 0%, rgba(172, 135, 98, 1) 50%, rgba(144, 111, 81, 1) 100%);;


  --d-padding: var(--bs-gutter-x,.75rem);
  --d-padding-md: var(--bs-gutter-x,.75rem);
  --d-padding-lg: var(--bs-gutter-x,.75rem);
  --d-padding-xl: var(--bs-gutter-x,.75rem);
  --d-padding-xxl: var(--bs-gutter-x,.75rem);
  --location-size: 15deg;
    --d-gutter: var(--bs-gutter-x,.75rem);

    --fz-12: 12px;
    --fz-14: 13px;
    --fz-16: 13px;
    --fz-17: 13px;
    --fz-18: 14px;
    --fz-20: 16px;
    --fz-26: 17px;
    --fz-29: 18px;
    --fz-30: 20px;
    --fz-32: 21px;
    --fz-35: 24px;
    --fz-45: 27px;
    --fz-55: 30px;
    --fz-60: 32px;
    --fz-70: 36px;
    --fz-80: 40px;

    --iz-1: 36px;
    --iz-2: 32px;

    --color-1:rgba(246, 143, 34, 1);
    --color-2:rgba(85, 85, 85, 1);
    --d-radius: 0.625rem;
    --d-radius-sm: calc(0.5 * var(--d-radius));
    --d-shadow: 0.25rem 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
    --bs-box-shadow: 0.25rem 0.25rem 0.375rem rgba(0, 0, 0, 0.1);
}

@media (min-width:768px) {
    :root {
        --fz-26: 18px;
        --fz-29: 19px;
        --fz-30: 20px;

      --d-padding-xl: 1.5rem;
      --d-padding-xxl: 1.5rem;
    }
}



@media (min-width:1200px) {
   :root {
        --d-padding:  2.34375vw;
        --d-padding-md:  5.2vw;
        --d-padding-lg:  6.25vw;
        --d-padding-xl: 9.9vw;
        --d-padding-xxl: 11.98vw;
        --fz-18: 0.9375vw;
        --fz-20 :1.041666666666667vw;
        --fz-26: 1.354166666666667vw;
        --fz-29: 1.510416666666667vw;
        --fz-30: 1.5625vw;
        --fz-32: 1.666666666666667vw;
        --fz-35: 1.822916666666667vw;
        --fz-45: 2.34375vw;
        --fz-55: 2.58vw;
        --fz-60: 3.125vw;
        --fz-70: 3.645833333333333vw;
        --fz-80: 4.166666666666667vw;


    }
}
@media (min-width:1601px) {
    :root {
        --d-gutter: 50px;
        --fz-12: 0.625vw;
        --fz-14: 0.7291666666666667vw;
        --fz-16: 0.8333333333333333vw;
        --fz-17: 0.8854166666666667vw;



        --iz-1: 2.864583333333333vw;
        --iz-2: 1.822916666666667vw;

    }
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
}
html::-webkit-scrollbar-thumb {
    background-color: var(--color-1);
    border-radius: 4px;
}
/*FOR IE*/
html {
    scrollbar-base-color: var(--color-1);
    scrollbar-face-color: var(--color-1);
    scrollbar-3dlight-color: var(--color-1);
    scrollbar-highlight-color: var(--color-1);
    scrollbar-track-color: #ffffff;
    scrollbar-arrow-color: var(--color-1);
    scrollbar-shadow-color: var(--color-1);
    scrollbar-dark-shadow-color: var(--color-1);
}
/*FOR FF*/
html{
     scrollbar-color: var(--color-1) #ffffff;
    scrollbar-width: 8px;
}
@media(min-width:1200px){
    html {
        font-size: var(--fz-16);
    }
}

body { font-family: 'Montserrat', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-16); line-height: 1.47; overflow-x: hidden; font-weight: 400; color: #555555;
    background: #EEEEEE;

}

/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif;  margin-bottom: 0.7rem;  font-weight: 600; line-height: 1.4; }
h1 { font-size: var(--fz-55); }
h2,h1.sm { font-size: var(--fz-30); }
h2.lg,h3.xxl{ font-size: var(--fz-26);}
h3,h2.md { font-size: var(--fz-20); }
h4,h2.sm,h3.lg { font-size: var(--fz-18); margin-bottom: 0.7rem; }
h5,.h5 { font-size: var(--fz-16); margin-bottom: 0.7rem;  }
h6,.h6 { font-size: var(--fz-16); margin-bottom: 0.7rem; }
p { }
a {transition: var(--d-transition);  text-decoration: none; color: #555555; }
a:hover, a:focus { text-decoration: none; outline: none; color:var(--color-1); }
ul, ol { margin: 0 auto 1rem; }
ul li, ol li { margin: 0 auto 0.5rem; }
blockquote { background: #f5f5f5; }
strong,b{font-weight: 700;}
*: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; }
.uppercase { text-transform: uppercase; }
.underline { text-decoration: underline; }
.color-1{color: var(--color-1);}
.color-2{color: var(--color-2);}

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-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-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: -2.34375vw; margin-right: -2.34375vw; }
    .gutter-xxl > [class*='col-'] { padding-right: 2.34375vw; padding-left: 2.34375vw; }

    .gutter-xl { margin-left: -1.45vw; margin-right: -1.45vw; }
    .gutter-xl > [class*='col-'] { padding-right: 1.45vw; padding-left: 1.45vw; }
}
.rounded-xl{
    border-radius: calc(1.5 * var(--d-radius)) !important;
}


.relative{position: relative;}
.absolute{position: absolute;}
.overflow-hide{overflow: hidden;}
/* =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 img { border: 0 none; height: auto; margin: 0; max-width: 100%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: var(--fz-14); margin: 0; padding: 5px 5px 0px; }

/*End core*/
.editor-content img { max-width: 100%; height: auto !important; }
.editor-content img.media-object { max-width: none; }
.editor-content h2, .editor-content h3, .editor-content h4 { font-weight: 700;}
.editor-content h4 { font-size: var(--fz-17); }
.editor-content h3 { font-size: var(--fz-20); }
.editor-content h2 { font-size: var(--fz-26); }
.text-justify {
  text-align: justify;
}
.point-event-none{pointer-events: none;}
.point-event-auto{pointer-events: auto;}

/*-----------------
1.2. Button
-------------------------*/
.btn { border-radius: 0px;
    background: transparent; border: 0px;  font-size: var(--fz-16);padding: 0.5rem 2rem; transition: var(--d-transition);
    text-decoration: none; font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    height: calc(0.89 * var(--fz-45));
    min-height: 2rem;
    line-height: 1;
}
.btn *{
    transition: var(--d-transition);
}
.btn i img{max-height: calc(0.6 * var(--fz-45)); }

.btn.btn-primary,
.btn.btn-default{
    color: var(--color-1);
    border: 1px solid var(--color-1);
    background: transparent;
    position: relative;
    border-radius: var(--d-radius-sm);
    padding: 0.5rem 1.375rem  ;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    background: #fff;
}

.btn.btn-default:hover{
    background: var(--color-1);
    color: #fff;
}
.btn.btn-default i{margin-left: 0.2rem; transition: var(--d-transition);}
.btn.btn-default span,
.btn.btn-default i{position: relative;}


.btn.btn-primary{background: var(--color-1); color: #fff; border: 0;}
.btn.btn-primary i{background: transparent; }
.btn.btn-primary i img{}
.btn.btn-primary:hover{background: var(--color-2);  color: #fff;}

.btn.btn-outline{
    background: transparent;
    border: solid 1px var(--color-1);
    color: var(--color-1);
    border-radius: 2rem;
    gap: 0.5rem;
    display: inline-flex;
    align-items: center;
}
.btn.btn-outline:hover{
    background: var(--color-1);
    color: #fff;
}

.btn-detail:after{
    content: '';
    width: 1.5em;
    height: 1.5em;
    display: inline-flex;
    background: url('../images/icon-more.svg') no-repeat center center;
    background-size: contain;
    margin-left: 1.5em;
}
.btn-primary.btn-detail:after{
    background-image: url('../images/icon-more-white.svg')
}
.btn.btn-icon{
    display: inline-flex; gap: 0.75rem;
}
.btn.view-more{
        padding: 0.75rem 0 ;
}
.btn.view-more:after{
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1.2em;
    color: #19343C;
}


.btn .fa { font-size: 1.2em; margin-right: 5px; vertical-align: text-top; }
.btn.btn-lg { height: var(--fz-35); }
.btn.btn-sm { height: var(--fz-32);}
.btn:hover, .btn:focus { color: var(--color-1); outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { font-weight: 800; font-size: var(--fz-16); color: var(--color-1); }
.btn.outline-btn { background: none; color: #006838; border: var(--color-1) 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: var(--color-1); color: var(--color-1); }
.btn-transparent { background: transparent; border: solid 1px var(--color-1); color: var(--color-1); font-size: var(--fz-16); }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}

/*-------------------------
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
------------------------------------------------*/

/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: 1.5625rem; position: relative; }
.contact-info-wrapper .submit,
.form-popup-modal .submit {}
.footer-top .contact-form {margin-top: 20px;}
.form-group.has-error .help-block{color: #E2B063;}
.form-label { color: #111111; font-size: var(--fz-16); font-weight: 400; margin: 0 auto 8px; }
.form-control {
    border-radius: 0.3125rem;
    box-shadow: none;
    color: #555; font-size: var(--fz-18); height: 2.8125rem; line-height: 1; padding: 0 1.125rem; }
textarea.form-control { padding: 1.125rem; }
input.form-control:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder { opacity: 0; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none; border-color: #8dba3f; outline: none; }
.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: pointer; font-family: fontawesome; font-size: var(--fz-16); padding: 12px 0; pointer-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-weight: 700; }
.radio label, .checkbox label { cursor: pointer;  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";  text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713";text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px;  }
.checkbox, .radio { padding-top: 5px; }
.form-select{border-radius: var(--d-radius-sm); border-color: #00394B;}
/*-----------------
1.6. Table
---------------------------*/

table th img, table td img { max-width: 100%; }
table thead { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
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: var(--color-1); }
.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: #333; padding: 0; }
.panel-heading:hover .panel-title a .question { background: var(--color-1); }
.panel-heading:hover .panel-title a { border-color: var(--color-1); }
.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; }

.section-title{
    font-style: normal;
    font-size: var(--fz-32);
    font-weight: 600;
    color: var(--color-1);
    margin-bottom: 0.65625em;
    padding-top: 0.2em;
    line-height: 1.4;
    text-transform: uppercase;
    position: relative;
}
.section-title a{
    color: var(--color-1);
}
.section-title a:hover{color: var(--color-2);}



.section-title small{
    font-size: 0.61em;

}
.section-title strong{ font-weight: 700; }

.section-title em{
}
.section-title.xl{font-size: var(--fz-35);}
.section-title.lg{font-size: var(--fz-30);}
.section-title.md{font-size: var(--fz-26);}
.section-title.sm{font-size: var(--fz-20);}
.section-title.md:before{display: none;}

.section-title.line-0{padding-bottom: 0}
.section-title.line-0:before{display: none; }
.section-subtitle{
    font-size: var(--fz-30); font-weight: 600;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

.subtitle{
    color: #555555;
    font-size: var(--fz-26);
    font-weight: 700;
    margin-bottom: 0.8em;
}

.text-g{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-top: 0.2em;
}
.section-title.color strong{
    color: var(--color-1);
}



.line{position: relative;}

.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 9 / 16);}
.fit-ratio > img{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover;}


.section-description p:last-child{margin-bottom: 0;}



.secondary-bg { background: #00394B; color: #fff; }
.view-detail{margin-top: 2em; text-decoration: underline; font-style: italic; font-size: var(--fz-18);
        display: block;
}

section.dark{color: #A4AABB;}
section.dark a{color: #fff;}
section.dark a:hover{color: var(--color-1);}
section.dark .section-title{color: var(--color-1);}
section.dark .btn-default{color: #fff; background-color: var(--color-1); border-color: var(--color-1);}
section.dark .btn-default:hover{background: transparent;}

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

.primary-bg { background: var(--d-gradient2); color: #fff; }

.white-bg{background: #fff;}
.gray_bg { background: #fafaf9; }
.gray_bg_2 { background-color: #ededed !important; }
.section-padding { padding: 3rem 0; }
.section-padding-top{padding-top: 3rem;}
.section-padding-sm { padding: 1.75rem 0; }

.section-header { margin: 0 auto; max-width: 950px; padding-bottom: 30px; }
.section-header h2 { margin: 0 auto; font-size: var(--fz-32); font-weight: 400; }
.section-header p { color: #777; font-size: var(--fz-16); margin: 1.2em auto 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;}

@media (max-width:767px) {
    .cover-md{background: transparent !important;}
}


.fancybox-is-open.fancybox-container .fancybox-bg{ opacity: 1;}
.fancybox-container .fancybox-infobar{color: #fff; mix-blend-mode:normal;}
.fancybox-container .fancybox-bg{background: rgba(172, 135, 98, 0.95); }
.fancybox-container .fancybox-button{background: transparent; color: #fff;}
.fancybox-container .fancybox-navigation button{color: var(--color-1); background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 50px;
    padding: 0px;
    margin: 0px 15px;
    background-color: #fff;
    border-radius: 50%;
    background-size: auto 50%;
    border: solid 1px #fff;
    transition: var(--d-transition);
}
.fancybox-container .fancybox-navigation button:hover{background-color: var(--color-1);}
.fancybox-container .fancybox-navigation button:before{background: transparent}
.fancybox-container .fancybox-navigation button svg{display: none;}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left{
    background-image: url('../images/arrow-prev-xxl.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right{
    background-image: url('../images/arrow-next-xxl.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_left:hover{
    background-image: url('../images/arrow-prev-xxl-color.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right:hover{
    background-image: url('../images/arrow-next-xxl-color.svg');
}
@media (max-width:991px) {
    .fancybox-container .fancybox-navigation button{width: 30px; height: 30px; transition-duration: 0s}
}



.fancybox-slide .fancybox-image-wrap{
    /*max-height: calc(100vh - 140px);
    transform: translateX(-50%) translateY(-50%) !important;
    top: 50% !important;
    left: 50% !important;*/
}
.fancybox-container .fancybox-slide .fancybox-image-wrap .fancybox-image{
   object-fit: contain;
}
.fancybox-container .fancybox-caption-wrap{
    background: transparent;
}
.fancybox-container .fancybox-caption-wrap .fancybox-caption{color: #fff; text-align:center; text-transform:uppercase;
    border-top: 0;
 }
.fancybox-container .fancybox-caption-wrap strong.album-title{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 2rem 1rem;
    font-weight: 400;
    font-size: var(--fz-30);
}
@media(max-width:1199px){
    .fancybox-slide--image .fancybox-close-small{right: 0 !important}
}
@media(max-width:767px){
    .fancybox-container .fancybox-caption-wrap strong.album-title{
        top: 1.5rem;
    }
}

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

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

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

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

.dropdown-menu{width: 100%;     border-color: var(--color-1);}
.dropdown-menu li a{color: #0b1c3e; cursor: pointer;}
.dropdown-menu li a:hover,
.dropdown-menu li a.active{background: transparent; color: #BE9978;}


/*--------------------
1.9. Tabs
------------------------------*/

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

.nicescroll-rails{ background: transparent !important; }
.nicescroll-rails .nicescroll-cursors{right: -15px;}

.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 > 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-video .item-thumb:before{
    content: '';
    position: absolute;
    width: calc(var(--fz-80) * 1.375);
    aspect-ratio: 1;
    background-repeat:  no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-image: url('../images/icon-video.svg');
}


/*--------------------------------------------
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-header{background: #333333; color: #fff;}
.modal-header h4{color: #fff;}
.modal-header .close{color: #fff; opacity: 1;}
.modal-header .close:hover{opacity: 0.7;}
.modal-content{border-radius: 0px; background: rgba(255,255,255,1);}
.bootbox  .bootbox-body{color: #333333;}
.bootbox.modal .close{position: absolute; margin: 0px !important;
    right: -15px; top: -15px;
    border-radius: 50%;
    width: var(--iz-1); height: var(--iz-1);
    font-size: var(--fz-26); line-height: 0.8;
    background: var(--color-1) url('../images/icon-close.svg') no-repeat center center;
    color: #fff; border: 0;
    text-indent: -9999px;
    z-index: 4;
    display: block;

}
.bootbox.modal .close:hover{ background-color: #131313;}

.bootbox.popup-full .modal-body{padding: 0;}
.bootbox.popup-full .modal-dialog{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}
.bootbox.popup-full .modal-content{
    min-height: 100%;
    border: 0;
    border-radius: 0;
    background: #fff url('../images/bg-menu-bottom.png') no-repeat center bottom;
    background-size: 100% auto;
}
.bootbox.popup-full .close{
    top: var(--fz-45);
    right: var(--d-padding);
}


body.ready .mask {
    pointer-events: none;
    z-index: -99999;
}
@media(max-width:991px){
    .mask .mask-bg .mask-logo{

    }
}


/*Stick*/
.fixed-btn{position: fixed; right: 30px; z-index: 6; 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: 1.2rem; left: auto; right: var(--d-padding); color: #fff;width: auto; }
.fixed-btn.left{right: auto; left: var(--d-padding);}
.fixed-btn{display: flex; flex-direction: column;}
.fixed-btn .svg,
.fixed-btn svg{max-width: 90%; height: auto;z-index: 2;}

.svg-ani svg path{
   fill: none !important;
   stroke: currentColor;
}


.fixed-social-btn{display: flex; margin-bottom: 0px; }
.fixed-social-btn a{color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size:1.5rem;
     margin-right: 1.5rem;
}


.fixed-btn.fixed-action-btn{display: flex; transform: translateX(50%);}
.fixed-btn.fixed-action-btn a{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%; margin: 10px 0px; padding: 26% 15%; color: #fff;
    display: inline-flex; position: relative;
    justify-content: center;
    background: var(--color-1);
    border: solid 1px #fff;
}
.fixed-btn.fixed-action-btn a.zalo{
    padding: 0;
    margin-bottom: 0;
}
.fixed-btn.fixed-action-btn a.zalo .svg{max-width: 100%; width: 100%;}
.fixed-btn.fixed-action-btn a.zalo:hover .svg{}

.fixed-btn.fixed-action-btn a:before,
.fixed-btn.fixed-action-btn a:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;

    box-shadow: 0px 0px 0px 1.5px #DDBE7A inset;
    padding: 1.5px;
    opacity: 0;
    transform: scale(0.8);
    transition: var(--d-transition);
}
.fixed-btn.fixed-action-btn a:after{
    margin: -4px;
}
.fixed-btn.fixed-action-btn a:hover{border-color: transparent;}
.fixed-btn.fixed-action-btn a:hover:before,
.fixed-btn.fixed-action-btn a:hover:after{
    transform: scale(1);
    opacity: 1;
}

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


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





/*================
2. Header
===========================*/

#header {
    background: #fff;
    position: fixed; top: 0; width: 100%; transition-duration: 0.3s;  z-index: 22;
    visibility: hidden;
    padding:  0.9rem 0;
    pointer-events: none;
}
#header.show{opacity: 1; visibility: visible;}

.navbar-header { position: relative; z-index: 1; }
#header .navbar {padding-left: 0px; padding-right: 0px;align-items: center; padding: 0; }
#header .navbar-brand { margin: 0px 0; transition-duration: 0.3s;
    width: 13.5vw; min-width:160px;
    height: auto; padding: 0px;
    pointer-events:auto;
}
#header .navbar-brand svg,
#header .navbar-brand img{width: 100%; height: auto; }
#header .navbar-brand object{pointer-events: none;}
/*@media (min-width: 1201px){*/

    body.sticky #header{
        padding: 0.6rem 0;
    }
    body.sticky #header .navbar-brand
    {
        width: 12vw;
        min-width: 120px;
    }
    .home-page:not(.sticky) #header{
        background: transparent;
    }
    .home-page:not(.sticky) #header .header-right a:not(.btn),
    .home-page:not(.sticky) #header .header-right ul.navbar-nav li a{
        color: #fff;
    }
    .home-page:not(.sticky) #header .header-right ul.navbar-nav li:hover a{
        color: var(--color-1);
    }
    .home-page:not(.sticky) #header .navbar-brand .logo-text{
        fill: #fff;
    }

/*}*/



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


.header-bottom{}

.header-bottom .navbar{/*padding-top: 30px;*/}
#header{

}
#header .header-right ul.navbar-nav{
    list-style: none;
    padding: 0;
    margin: 0;
    flex-direction: row;
}
#header .header-right ul.navbar-nav li{
    margin: 0 0 0 3.125rem;
}
#header .header-right ul.navbar-nav li:first-child{margin-left: 0}
#header .header-right ul.navbar-nav li a{
    font-size: var(--fz-18); font-weight: 500;
    color: #555555;
}
#header .header-right ul.navbar-nav li a:hover{}
#header .header-right .btn{
    padding: 0.5rem 1rem;
    border-radius: 2rem;
}

#header .header-right {display: flex; align-items: center;
    color: #555555;
    pointer-events: auto;
    gap: 3rem;
}
#header .header-right > a{ position: relative;
}
#header .header-right .btn.btn-primary svg path{stroke: #fff}
#header .header-right > a.btn-register:hover svg path{stroke: #fff}



#header .header-right a.svg-ani span{white-space: nowrap;}
body.menu-open #header .header-right a.svg-ani{}
#header .header-right .svg{  height: 1.2em; width: auto; }
#header .header-right .btn-wrapper{
    display: flex;
    gap: 0.6875rem;
    align-items: center;
}
#header .header-right .btn-wrapper i{font-size: 1.2rem;}


#header:not(.is-alternate) { -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -ms-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-duration: 1s; -moz-animation-duration: 1s; -ms-animation-duration: 1s; -o-animation-duration: 1s; animation-duration: 1s; }


.header-bottom .navbar-toggler{border: 0px;  color: #fff; text-transform: uppercase; font-size: var(--fz-18); font-weight: 500;
     padding: 0; padding-left: 30px; position: relative;


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


#header .navbar-toggler-icon {
    background: transparent;
    position: absolute; left: 0px; top: 50%; transform: translateY(-50%);
    width: 20px;
    height: 13px;
    cursor: pointer;
    /* margin-bottom: 5px; */
    transition: 0.3s ease all;

}
#header .navbar-toggler-icon > span {

    display: block;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background-color: var(--color-1);
    position: absolute;
    transition: 0.3s ease all;
}

#header .navbar-toggler-icon > span:nth-of-type(1) {
    width: 60%;
    top: 0;
    left: 0%;
}
#header .navbar-toggler-icon > span:nth-of-type(2) {
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
#header .navbar-toggler-icon > span:nth-of-type(3) {
    width: 60%;
    top: 100%;
    left: 0;
    transform: translateY(-100%);
}
#header .navbar-toggler:hover .navbar-toggler-icon > span {
    width: 100%;
    transition: 0.3s ease all;
}


body.menu-open #header .navbar-toggler .navbar-toggler-icon {
    margin: 0;
    width: 20px;
    height: 20px;
    transform: rotate(180deg) translateY(50%);
    transition: 0.3s ease all;
    opacity: 1;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span {
    width: 100%;
    height: 2px;
    transition: 0.3s ease all;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(2) {
    opacity: 0;
}
body.menu-open #header .navbar-toggler .navbar-toggler-icon > span:nth-child(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media(min-width:1200px){

}


#header .icon-hover-group .svg-dark{display: none;}

body.sticky #header .navbar-brand{

}


.swiper:not(.swiper-default) .slide-control{position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%);    z-index: 2;
        display: flex;     align-items: center;
}
.swiper:not(.swiper-default) .slide-control .swiper-button-prev,
.swiper:not(.swiper-default) .slide-control .swiper-button-next,
.swiper:not(.swiper-default) .slide-control .swiper-pagination{position: static;}
.swiper .slide-control .swiper-pagination{display: flex;margin: 0px 0px;}
.slide-control .swiper-button-next, .slide-control .swiper-button-prev{
    width: 1.5rem;
    height: 1.5rem;
    background-size: 50% auto; background-repeat: no-repeat; background-position: center center;
    flex: 0 0 1.5rem;    margin: 0px; margin: 0px 10px;
    transition: var(--d-transition);
    background-size: contain;

}
.slide-control .swiper-button-next:after, .slide-control .swiper-button-prev:after{display: none;}
.slide-control .swiper-button-prev{background-image: url('../images/arrow-prev.svg'); left: 0}
.slide-control .swiper-button-next{background-image: url('../images/arrow-next.svg'); right: 0}
.slide-control .swiper-button-next:hover{
    background-image: url('../images/arrow-next-color.svg');
}
.slide-control .swiper-button-prev:hover{
    background-image: url('../images/arrow-prev-color.svg');
}
.slide-control .swiper-scrollbar{background: #B37D29 ; padding-top: 1px; height: 0px;}
.slide-control .swiper-scrollbar .swiper-scrollbar-drag{
    height: 3px; background: #E2B063;
    margin-top: -2px;
    border-radius: 0;
    cursor: pointer;

}


.slide-control.dark .swiper-button-prev:not(:hover){background-image: url('../images/arrow-prev-color.svg');

}
.slide-control.dark .swiper-button-next:not(:hover){background-image: url('../images/arrow-next-color.svg');

}

.section-slide-style-2{
    --swiper-theme-color:#F68F22;
    --swiper-pagination-bullet-inactive-opacity:1;
    --swiper-pagination-bullet-inactive-color:#555555;

}
.section-slide-style-2 .slide-control{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1rem;
}
.section-slide-style-2 .slide-control .swiper-button-prev,
.section-slide-style-2 .slide-control .swiper-button-next,
.section-slide-style-2 .slide-control .swiper-pagination{
    position: static;
    margin: 0;
}
.section-slide-style-2 .slide-control .swiper-pagination{
    transform: translate(0);
    left: auto;
    width: auto;
}
.section-slide-style-2 .swiper{
    padding: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}
.section-slide-style-2 .swiper{

}

.swiper-filter{display: flex; gap: 0.625rem}
.swiper-filter a{
    background: #FFFFFF;
    border-radius: 1.5625rem;
    color: #555555;
    padding: 0.75rem 1.375rem 0.75rem 1.375rem;
    white-space: nowrap;
}
.swiper-filter a:hover,
.swiper-filter a.active{
    background: var(--color-1);
    color: #fff;
}



.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{width: 13px;height: 13px;  margin: 0px 6px;
    border-radius: 50%; opacity: 1; border: 0; background: #fff;
}
.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: var(--d-gradient);}

.post-slide-cate.swiper{padding-bottom: 10px;}
.post-list .swiper .swiper-pagination{    position: absolute; bottom: 0; margin: 0px;    justify-content: center;}
.post-list .swiper .slide-control{transform: none; bottom: 0px;}
.swiper-pagination-bullets-dynamic{}

.swiper.swiper-default{}

.section-home-slide  .section-title{
    color: #fff;
    font-size: var(--fz-70);
    text-transform: none;
    font-weight: 500;
    line-height: 1.142;
}
.section-home-slide .section-content-wrapper{

}

.search-widget .form-select,
.search-widget .form-control{border-color: #fff; height: 2.8125rem; background: transparent; color: #fff;}
.search-widget .form-select option{color: var(--color-2);}
.search-widget .search-box-content{display: flex; gap: 1.5rem;
    background: rgba(25, 52, 60, 0.5);
    border:  solid 1px rgba(217, 217, 217, 0.6);
    border-radius: var(--d-radius);
    padding: 2.625rem 1.5625rem;
}
.search-widget .search-box-content .form-input-wrapper{flex-grow: 1;}
.search-widget .search-box-content .form-button-wrapper{
    flex: 0 0 13rem;
}
.search-widget .form-group{margin-bottom: 0}

.search-widget .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.search-widget .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.search-widget .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.search-widget .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.search-widget .search-box-content .btn{
    font-size: var(--fz-20);
    padding: 0.75rem 1.5rem;
    text-transform: none;
    width: 100%;
    justify-content: center;
}
.search-widget .search-box-tabs .btn{
    --bs-btn-active-bg: var(--color-1);
    --bs-btn-active-border-color: var(--color-1);
}
.search-widget .search-box-tabs .btn{
    color: #fff;

}

.search-widget .search-box-tabs .btn-check:checked+.btn{
    border-radius: var(--d-radius) var(--d-radius) 0 0;
}



.section-slide-style-2 .swiper-slide{
    height: auto;
}
.section-slide-style-2 .swiper-slide .item{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.section-slide-style-2 .swiper-slide .item .item-body{
    display: flex;
    flex-grow: 1;
    flex-direction: column;
}
.section-slide-style-2 .swiper-slide .item .item-body .bottom{
    margin-top: auto;
}
.item-base{
    background: #fff;
    border-radius: var(--d-radius-sm);
    overflow: hidden;
}
.item-base .item-thumb{
    padding-top: calc(100% * 280 / 474);
    box-shadow: var(--d-shadow);
}
.item-base .item-body{
    padding: 1rem 1.2rem 0;
}
.item-base .item-body .title{
    font-size: var(--fz-16);
}
.item-base .item-body .line{
    margin-left: -1.2rem; margin-right: -1.2rem;
    padding: 0.5rem 1.2rem;
    border-top: solid 1px #D9D9D9;
}
.item-base .item-body .address{

    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.item-base .item-body .address i{color: var(--color-1);}
.item-base .item-stick{
    position: absolute;
    right: 0.9rem;
    top: 0.75rem;
    display: flex;
    gap: 0.75rem;
    z-index: 3;
}
.item-base .item-stick .stick-btn{

    height: 2em;
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    border-radius: var(--d-radius-sm);
    color: #fff;
    font-size: var(--fz-14);
    font-weight: 600;
}
.item-base .stick-type{
     background: #296678;
}
.item-base .stick-status{
     background: #DEA747;
}
.item-base .item-stick.bottom{
    right: auto;
    top: auto;
    bottom:  0.75rem;
    left: 0.9rem;;
    display: flex;
    width: calc(100% - 1.8rem);
    align-items: center;
    color: #fff;
}
.item-base .item-stick .stick-profile{display: flex;    align-items: center; color: #fff; gap: 0.75rem;}
.item-base .item-stick .stick-profile .icon img{
    max-height: 1.5rem;
}
.item-base .item-stick i{font-size: 1.2rem;}

.item-base .item-thumb:before{
    content: '';
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    transition: var(--d-transition);
    z-index: 2;

}
.item-base:hover .item-thumb:before{height: 100%}

.item-re .item-thumb:before{
    background: linear-gradient(0deg, #19343C -48.62%, rgba(25, 52, 60, 0) 100%);
}
.item-project:not(:hover) .item-thumb:before{
    height: 0;
}
.item-project .item-thumb:before{
    background: linear-gradient(0deg, #F68F22 -48.62%, rgba(246, 143, 34, 0) 100%);
}




.item-base .item-body .attribute{
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.item-base .item-body .attribute .price{
    background: var(--color-1);
    border-radius: 0.1875rem 0 0 0.1875rem;
    clip-path: polygon(calc(100% - 0.6rem) 0, 100% 50%, calc(100% - 0.6rem) 100%, 0 100%, 0 0);
    padding: 0.1rem 1rem 0.1rem 0.6rem;
    color: #fff;
    white-space: nowrap;
}
.item-base .item-body .attribute .area{display: flex; gap: 0.5rem; align-items: center; color: var(--color-1);}
.item-base .item-body .attribute .area:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #555555;
    border-radius: 50%;
}
.item-base .item-body .attribute .date-time{
    color: #949494;
    font-weight: 400;
}

.item-re  .title a{
    height: 4.1875rem;
    -webkit-line-clamp: 3;

}

.item-project .title a{
    color: #19343C;
    font-size: var(--fz-20);
    text-transform: uppercase;
}
.item-project .address{font-weight: 600}

.inside-ads img{}

.section-product-hot{
    background: #19343C;
    position: relative;
    margin-bottom: 3rem;
}
.section-product-hot .bg{
    content: '';
    pointer-events: none;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bg/home-bds-hot.webp');
    opacity: 0.2;
}
.section-product-hot .section-slide-style-2,
.home-product-2 .section-slide-style-2{
    --swiper-pagination-bullet-inactive-color: #D9D9D9;
}
.section-product-hot .slide-control .swiper-button-next:not(:hover),
.home-product-2 .slide-control .swiper-button-next:not(:hover){
    background-image: url(../images/arrow-next-white.svg);
}
.section-product-hot .slide-control .swiper-button-prev:not(:hover),
.home-product-2 .slide-control .swiper-button-prev:not(:hover){
    background-image: url(../images/arrow-prev-white.svg);
}


.section-home-product .section-content-wrapper{
    padding-top: 0;
}

.home-product-2 .section-content-wrapper{
    background: #19343C;
    position: relative;
    padding-top: 3rem;
    margin-bottom: 3rem;
}
.home-product-2 .section-content-wrapper .bg{
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url('../images/bg/home-product.webp') no-repeat center center;
    background-size: cover;
    opacity: 0.2;
    pointer-events: none;
}

.city-items .item{position: relative;
    border-radius: var(--d-radius-sm);
    overflow: hidden;
    height: 100%;
}
.city-items .item .item-thumb{
    height: 100%;
}
.city-items .item .item-thumb:before{
    /* Rectangle 562 */
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(0deg, #19343C -27.5%, rgba(25, 52, 60, 0) 90.56%);
    transition: var(--d-transition);
}
.city-items .item .item-thumb img{width: 100%; height: 100%; object-fit: cover;}
.city-items .item .item-body{
}
.city-items .item .item-body .icon{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    background: var(--color-1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--d-transition);
    opacity: 0;
}
.city-items .item .item-body .icon img{
    max-width: 60%; max-height: 60%;
}
.city-items .item .item-body .title{
     position: absolute; left: 0;
     bottom: 0; width: 100%; padding: 1.2rem 1rem;
    color:#fff; text-align:center;
    margin: 0;
    transition: var(--d-transition);
    transform: translateY(0);
}
.city-items .item:hover .item-body .title{
    bottom: 50%;
    transform: translateY(100%);
}
.city-items .item:hover .item-body .icon{
    bottom: 50%;
    opacity: 1;
}
.city-items .item:hover .item-thumb:before{height: 100%}


.post-list .item .item-thumb{
    flex: 0 0 35%;
    padding-top: calc(35% * 224 / 343);
}

.post-list .item{display: flex; gap: var(--fz-45);
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: solid 1px #B2B2B2;
}
.post-list .item .item-thumb{
    flex: 0 0 35%;
    padding-top: calc(35% * 224 / 343);
}

.section-home-news .post-list .item .btn{height: var(--fz-35);}
.section-home-news .post-list .item .description{
    display: none;
}
.section-home-news .post-list .item .item-thumb{
    flex: 0 0 38%;
    padding-top: calc(38% * 224 / 343);
}

.post-items .item .date-time{
    color: var(--color-1);
    display: flex;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.5rem;
}
.post-items .item .title a{
    font-size: 1rem;
    display: block;
    -webkit-line-clamp: 2;
    max-height: 2.8em;
}
.post-items .item .description {
    margin-bottom: 0.75rem;
    -webkit-line-clamp: 3;
    max-height: 4.375rem;
}
.post-items .item .item-thumb{
    padding-top: calc(100% * 446 / 850);
    background: #ccc;
    border-radius: var(--d-radius);
    overflow: hidden;
}

.post-items .post-feature .item .item-body,
.post-items .post-slide .item .item-body{
    padding: 0.75rem 0;
}
.post-items .post-feature .item .title a{
    height: auto;
    color: #19343C;
    text-transform: uppercase;
    font-size: var(--fz-20);

}
.post-slide .item .item-body .btn{
    margin: auto auto 0 0;
}


.investor-items .item{

    background: #fff;
    border-radius: var(--d-radius-sm);
    overflow: hidden;
}
.investor-items .item .item-thumb{
    aspect-ratio: 221 / 145;
     display: flex;
    align-items: center;
    justify-content: center;
}
.investor-items .item img{
    max-width: 80%;
    max-height: 80%;
    filter: grayscale(1) opacity(0.75);
    transition: var(--d-transition);
}
.investor-items .item:hover img{
    filter: grayscale(0)  opacity(1);
}

.section-re-detail .box{
    margin-bottom: 2.5rem;
}
.section-re-detail .box-share-wrapper{
    margin: 2.5rem 0;
}
.section-re-detail .box-share-wrapper .card-body{
    display: flex;
    justify-content: space-between;
}
.section-re-detail .box-share-wrapper .btn-icon:not(:last-child){
    border-right: solid 1px #A4AABB;
}

.section-re-detail .box-utilities .item  {display: flex; gap: 0.375rem; align-items: center;}
.section-re-detail .box-utilities .item .icon{
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.section-re-detail .box-utilities .item .icon img{
    max-width: 100%;
    max-height: 100%;
}


.box-contact-info{
   border-radius: var(--d-radius);
   border: solid 2px var(--color-1);
   padding: 1.5rem 1.25rem;
   background: #fff;
}

.section-gallery .light-slider img{border-radius: var(--d-radius);}

.avatar-wrapper .avatar{
    flex: 0 0 30%;
}
.sidebar .box-contact-info .attrs {
    font-size: var(--fz-14);
    text-align: center;
}
.sidebar .box-contact-info .attrs .title{margin-bottom: 0.5rem}
.sidebar .box-contact-info .attrs .content {font-weight: 700}
.sidebar .re-insight-wrapper .card-body{
    background: #FFF0DD;
}
.sidebar .re-contact-wrapper .btn-zalo{
    border-color: #B2B2B2;
    color: #336776;
    justify-content: center;
}
.sidebar .re-contact-wrapper .btn-zalo:hover{
    color: #fff;
}


.re-contact-wrapper a{display: block; width: 100%; }
.box-utilities-border{
    background: #fff;
}

.section-project-detail{}

.sidebar .box{
    background: #fff;
    border-radius: var(--d-radius);
    border: solid 1px #D9D9D9;
    padding: 1.5rem 1.5rem;
    margin-bottom: 1.5rem;
}
.sidebar .box-list ul{list-style: none; padding: 0; margin: 0}
.sidebar .box-list ul li:not(:last-child){margin-bottom: 0.75rem; }
.sidebar .box-list .btn-link{padding: 0; }

.project-nav{
    box-shadow: 0px 0px 10px rgba(25, 52, 60, 0.2);

    overflow: hidden;
    margin: 2rem 0;
    background: #fff;
}
.project-nav .project-item{
    display: flex;
    color: #000;
    font-weight: 700;
    font-size: var(--fz-20);
    height: 6rem;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: var(--d-radius);
    text-align: center;
}


.project-nav .project-item .icon{
    display:block; width: 100%;
    height: var(--fz-32);
    position:relative;

}
.project-nav .project-item .icon svg,
.project-nav .project-item .icon img{
   height: 100%;
   width: auto;
}

.project-nav .project-item:not(.project-item-logo):hover,
.project-nav .project-item.active{
    background: #19343C;
    color: #fff;
}
.project-nav .project-item:hover svg path,
.project-nav .project-item.active svg path{

}

.page-content .project-logo,
.page-content .project-logo-contact{max-width: 300px; height: auto; margin: 40px auto 0px;}
.page-content .project-logo-contact{margin-top: 0px;}


.project-nav .project-item-logo .icon{
    height: 100%; text-align: center; display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
}
.project-nav .project-item-logo .icon img{
    max-width: 100%; max-height: 100%;
    left: 0px;margin-left: 0px;
    position: relative;
    object-fit: contain;
}
.project-nav .project-item-logo:hover{-webkit-box-shadow: none;-moz-box-shadow:none;box-shadow:none;
    cursor: default;
}
.project-nav .project-item-logo:hover:after{display: none;}

.section-project-detail .section-image.item-thumb{
    padding-top: calc(100% * 650 / 1482 );
}


/* 3 columns, percentage width */
.page-gallery-isotope { margin-left:-15px; margin-right:-15px;}
.page-gallery-isotope:after {
  content: '';
  display: block;
  clear: both;
}
.page-gallery-isotope .grid-item,
.page-gallery-isotope .grid-sizer {
    width:25%;
}
.page-gallery-isotope .grid-item {float: left;
    height: 211px;
    padding:0px 1rem; margin-bottom:0.5rem;
}
.page-gallery-isotope .grid-item .inner{height: 100%; padding-bottom: 36px;}
.page-gallery-isotope .grid-item a.news-thumbnail{display:block; width:100%; height:100%; background-size:cover; position:relative;}
.page-gallery-isotope .grid-item a.news-thumbnail:before{content:' '; position:absolute; width:100%; height:100%; left:0px; top:0px;  opacity:0;  background:rgba(33,33,33,0.5) url('../images/icon-zoom.png') no-repeat center center; }
.page-gallery-isotope .grid-item:hover a.news-thumbnail:before{opacity:1; }
.page-gallery-isotope .grid-item.grid-item--width2 { width:calc((100% / 4) *2); }
.page-gallery-isotope .grid-item.grid-item--height2 { height: 432px; }
.page-gallery-isotope .grid-item h3.title {  bottom:0px;
  margin: 0px 0px 0px;  padding-top: 2px;  padding-bottom: 12px;
  height: 36px;  white-space: nowrap;  overflow: hidden;  text-overflow: ellipsis;
}

.page-gallery-isotope .grid-item h3.title a { font-size: var(--fz-16); color: var(--color-1);}
.page-gallery-isotope .grid-item:hover .inner{
    box-shadow:         0px 3px 20px 0px rgba(0, 0, 0, 0.25);
}
.page-gallery-isotope .grid-item:hover h3.title {background: #020303; padding-left: 12px;}
.page-gallery-isotope .grid-item:hover h3.title a{ color: #fff;}

.btn-viewmore-wrap{position:relative; text-align:center;  margin-top: 20px; }
.btn-viewmore-wrap .inner{}
.btn-ajax-viewmore{ display: inline-block;  height: 32px;  min-width: 225px;  padding: 0px 40px;  line-height: 32px;
    color: #fff;  border-radius:4px; background:#020303; position:relative; text-transform: uppercase;
    font-size: 14px;
}
.btn-ajax-viewmore:after{content: "+";  position: absolute; right: 20px; top: 0px; color:#fff; font-size: 18px;}
.btn-ajax-viewmore:hover{color: #fff;}

.page-gallery ul.light-slider {list-style: none; margin: 0px;}
.page-gallery ul.light-slider li.lslide{position: relative;}
.page-gallery ul.light-slider li.lslide img{width: 100%; height: auto;}
.page-gallery ul.light-slider li.lslide h3{position: absolute; right: 0px;
    bottom: 1.2rem; margin: 0px;
    height: 2rem;
    background: rgba(25, 52, 60, 0.5); color: #fff;text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    padding: 0 1.8rem;

}
.table-contact-info tr td.row-label{min-width: 6rem;}
.table-contact-info tr td.row-label strong{white-space: nowrap;}
.table-contact-info tr td a{}

.project-contact-form .form-control{

    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 5px;

}
.project-contact-form textarea.form-control{height: 7.6875rem;}
.project-contact-form .btn-submit{}
.project-contact-form .btn-submit:hover{}




.footer-top{ background:#F4F4F4 }
.footer-top h4{color: var(--color-1); font-size: var(--fz-20);}
.footer-top ul{list-style: none; margin: 0px; padding: 0px; margin-bottom: 1.6rem;}
.footer-top ul li{display: block;  }

.footer-wallpaper{
    background: #19343C;
    position: relative;
}
.footer-wallpaper:before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 19vw;
    height: 100%;
    background: url('../images/bg-footer.svg') no-repeat right bottom;
    background-size: contain;
}
.footer-wallpaper .title{
    text-transform: uppercase;
    font-size: var(--fz-20);
    color: var(--color-1);
}

.quicklink-items .item,
.menu-footer{
    margin-top: 2rem;
}

.menu-footer ul{
    margin: 0;
    padding-left: 1rem;
}
.menu-footer ul li,
.menu-footer ul li a{
    color: #A4AABB;
}
.menu-footer ul li:hover,
.menu-footer ul li:hover a{
    color: var(--color-1);
}
.contact-info .logo{
    width: 5.78125;
    min-width: 75px;
    height: auto;
    margin-bottom: 1.5rem;
}

.footer-social{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.footer-social a{
    width: var(--iz-1);
    height: var(--iz-1);
    border-radius: 50%;
    border: solid 1px #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.footer-social a img{
    max-width: 90%;
    max-height: 90%;
}
.bottom-footer{
    padding: 1rem 0 0;
    text-align: center;
}


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

.plyr.plyr--paused iframe {
    opacity: 0;
}
.plyr.plyr--youtube .plyr__poster{
    background-size:cover;
}
.plyr.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{
    display: block; opacity: 1;
}

.video-background .plyr__video-embed iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
}
@media (min-width:1200px){
    .section-home-slide .video-background {
        width: 100%;
        height: 100vh;
    }
    .section-home-slide .video-background .plyr {
        position: absolute;
        width: 100%;
        height: 100%;
    }
    .video-background .plyr__video-embed iframe{
        width: 100vw;
        height: 100vh;
    }

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

.breadcrumb{
    --bs-breadcrumb-item-active-color: #A4AABB;
    --bs-breadcrumb-divider-color:#A4AABB;
}
.breadcrumb li{margin: 0; color: #A4AABB;}
.breadcrumb li i{color: var(--color-1);}
.breadcrumb-item.active{

}
.breadcrumb li{}

.section-page-banner{margin-top: var(--navH); background-image: url('../images/bg/page-banner.jpg');}
.section-page-banner .control-items{display: flex; gap: 0.6rem;  justify-content: flex-end;}
.section-page-banner .control-items .btn{border-radius: var(--d-radius-sm); margin: 0; padding: 0.5rem 1rem;}
.section-page-banner .control-items .btn:hover svg{filter: brightness(0) invert(1);}


@media(min-width:1200px){
    body:not(.ready) #header .navbar-brand{opacity: 0;}
    body #header .navbar-brand{
        transition: var(--d-transition); transition-delay: 0.25s;
    }

}


.modal-form-popup .modal-content{background: var(--color-1);}
.form-popup-modal{

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

.modal-form-popup .section-title{}
.form-popup{

}
.form-popup .inner{
   text-align: center;
}
.form-popup.show{/*opacity: 1;*/ }
.form-popup.show .inner{

}
.modal-form-popup .close{position: absolute; top: 10px; right: 10px; width: 40px; height: 40px;
     background: var(--d-gradient2);
     transition: var(--d-transition);
     opacity: 1;
     z-index: 4;
     border-radius: 50%;
}
.modal-form-popup .close:after{content: ''; position: absolute; left: 25%; top: 25%; width: 50%; height: 50%;
    background: url('../images/icon-close.svg') no-repeat center center; background-size: contain;
}
.modal-form-popup .close:hover{transform: rotate(180deg);}


.form-popup .form-control{
     border-bottom: 1px solid rgba(255,255,255,0.5);
    padding: 0px;
    border-radius: 0px;
    color: #fff;
}
.form-popup .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.5);
}
.form-popup .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.5);
}
.form-popup .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.5);
}
.form-popup .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.5);
}
/*Modal*/
.modal-content .modal-logo{
    margin: 0px 0;
    transition-duration: 0.3s;
    height: auto;
    padding: 0px;
    position: fixed;
    top: 30px;
    width: 12.14vw;
    min-width: 90px;
}
@media (max-width: 1699px){
    .modal-content .modal-logo {
        width: 11vw;
        top: 10px;
    }
}

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

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

}

.item-numbers .item{
    display: flex;
    gap: 1rem;
    padding: 1.6875rem 1.25rem ;
    border-radius: var(--d-radius);
    box-shadow: var(--d-shadow);
    background: #fff;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.item-numbers .item:before{
    content: '';
    position: absolute;
    top:0;
    left: 1.25rem;
    right: 1.25rem;
    height: 0.15625rem;
    border-radius: 0.15625rem;
    background: var(--color-1);

}
.item-numbers .item .item-body{display: flex; gap: 0.5rem;  align-items: center;}
.item-numbers .item .item-body .icon{
    flex: 0 0 var(--iz-1);
    width: var(--iz-1);
    height: var(--iz-1);
    background: var(--color-1);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.item-numbers .item .item-body .icon img{max-width: 51%; max-height: 51%}
.item-numbers .item .title strong{display: block;
    font-size: var(--fz-18);
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-1);
}
.item-numbers .item .number{font-size: var(--fz-30); font-weight: 700; color: var(--color-1);}




.pagination{}
.pagination .page-numbers{list-style: none; margin: 60px auto 0px; padding: 0px;}
.pagination .page-numbers li{display: inline;}
.pagination .page-numbers li a,
.pagination .page-numbers li span{display: inline-flex; width: 36px; height: 36px; border-radius: 50%; border: solid 1px  #DDBE7A ; color: #DDBE7A ; opacity: 0.5;
    margin: 0px 5px; justify-content: center; align-items: center; font-weight: 500;
}
.pagination .page-numbers li a:hover,
.pagination .page-numbers li span{background:#DDBE7A ; color: #fff; opacity: 1;}


/*Footer*/




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

/*=======================
11. Responsive-CSS
==============================*/
@media (min-width:768px) {

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


}

.container-d,
.container-d-xxl,
.container-d-xl,
.container-d-lg,
.container-d-md{
    padding-left: var(--bs-gutter-x,.75rem);
    padding-right: var(--bs-gutter-x,.75rem);
}
@media(min-width:992px){
    .col-lg-46{  width: 46%;}
    .col-lg-54{  width: 54%;  }



    .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
   .container-d-md{padding-left: var(--d-padding-md); padding-right: var(--d-padding-md);}
   .container-d-lg{padding-left: var(--d-padding-lg); padding-right: var(--d-padding-lg);}
   .container-d-xl{padding-left: var(--d-padding-xl); padding-right: var(--d-padding-xl);}
   .container-d-xxl{padding-left: var(--d-padding-xl); padding-right: var(--d-padding-xl);}
   .container-d{padding-left: var(--d-padding-xl); padding-right: var(--d-padding-xl);}
}
@media (min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: calc(100vw - 19.8vw);
    }

}
@media (min-width:1399px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        /*max-width: calc(100vw - 14vw);*/
    }
    .container-d-xxl{padding-left: var(--d-padding-xxl); padding-right: var(--d-padding-xxl);}
}
@media (min-width:1601px) {

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


}

@media (max-width:1699px) {


}

@media (max-width:1699px) and (max-height:770px) {

}

@media (max-width:1599px) {
    #header .header-right ul.navbar-nav li:not(:first-child){
        margin: 0 0 0 2.625rem;
    }
}
@media (max-width:1399px) {
    .post-feature .item .btn-viewmore, .post-list .item .btn-viewmore{
        display: none;
    }
    .section-home-news .post-list .item .item-thumb{
        flex: 0 0 32%;
        width: 32%;
        padding-top: calc(32%* 485 / 730);
    }
    .section-home-news .post-list .item{
        margin-bottom: 1rem;
    }
    .post-feature .item .item-body .description{margin-bottom: 0}
    .post-feature .item .item-body{
        padding: 1rem 1.5rem;
    }
    #header .header-right a.svg-ani{margin-left: 1rem;}

    #header .header-right{gap: 1rem;}
    #header .header-right ul.navbar-nav li:not(:first-child){
        /*margin: 0 0 0 2rem;*/
    }

    .item-base .item-body{
        padding: 0.75rem 0.75rem 0;
    }
    .item-base .item-body .line{
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        padding: 0.5rem 0.75rem;
    }


}

@media (max-width:1299px) {
    #header .header-right .btn{
        padding: 0.5rem 0.75rem;
    }
    #header .header-right ul.navbar-nav li:not(:first-child){
      /*  margin: 0 0 0 1.5rem;*/
    }


}

@media (max-width:1299px) and (max-height:580px) {


}

@media (max-width:1200px) {


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

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


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

}
@media (max-width:1199px) {
    .search-widget .search-box-content{
        flex-direction: column;
        gap: 0;
        padding: 1.5625rem;
    }
    .search-widget .search-box-content .form-button-wrapper{
        flex: 1;
    }
    .search-widget .search-box-content .btn{width: auto;}
    #header .header-right ul.navbar-nav li{
        margin: 0 0 0 1.5rem;
    }



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


   .filter-wrapper .btn.view-more{display: none;}
   .filter-wrapper .swiper-filter{
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 1rem;
   }
   .section-page-banner .control-items{
        flex-wrap: wrap;
   }
   .section-page-banner .control-items .btn{
        flex:  0 0 calc(50% - 0.6rem);
   }
   .page-gallery-isotope .grid-item,
    .page-gallery-isotope .grid-sizer {width:50%;}
    .page-gallery-isotope .grid-item.grid-item--width2 { width:calc((100% / 2) *2); }



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


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

    body #header .navbar-toggler .navbar-toggler-icon,
    body.menu-open #header .navbar-toggler .navbar-toggler-icon,
    #header .navbar-toggler-icon > span{
        transition-duration: 0s;
    }
    .header-bottom .navbar-toggler{
        margin-left: 0.5rem;
    }
    #header .header-right  span.title{display: none;}
    #header .header-right a.svg-ani span{}
    #header .header-right a.svg-ani{margin-left: 0.5rem; }

    #header .header-right .navbar-toggler > span{
        display: none;
    }
    #header .header-right > a.btn-register{
        display: none;
    }

    .parallax-slider .content{
        padding: 0px 3rem;
    }

    .post-list .item h3 a, .post-feature .item h3 a{
        -webkit-line-clamp: 3;
    }
    .post-list .item .description{display: none;}

    .item-numbers .item{
        flex-direction: column;
        gap: 0.5rem;
    }

    .page-gallery-isotope .grid-item,
  .page-gallery-isotope .grid-sizer {width:50%; }



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

}


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


@keyframes StrokeLine {
    0% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -200;
    }
}
@keyframes StrokeLine2 {
    0% {
        stroke-dashoffset: -200;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes DrawStroke2 {
    0% {
        stroke-dashoffset: 5000;
    }
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes DrawStroke3 {
    0% {
        stroke-dashoffset: 5000;
    }
    40% {
        stroke-dashoffset: 0;
    }
    60% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: 5000;
    }
}

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

@keyframes RotateBG {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    33% {
        transform: rotate(90deg) scale(0.95);
        opacity: 0.3;
    }
    60% {
        transform: rotate(135deg) scale(1.05);
        opacity: 0.4;
    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}
@keyframes RotateBG1 {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
    60% {
        transform: rotate(90deg) scale(1);
        opacity: 0.6;
    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(0deg) scale(1);
        opacity: 1;
    }
}

@keyframes RotateBG2 {
    0% {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1;
    }
    33% {
        transform: rotate(90deg) scale(1);
        opacity: 0.3;
    }
    60% {
        transform: rotate(135deg) scale(1.1);
        opacity: 0.6;
    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1;
    }
}


@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;
    }
}
@keyframes scaleOutHome {
    0% {
        opacity: 0;
        transform: scale(1.1);
    }
    to {
        opacity: 1;
        transform: scale(0.85);
    }
}

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

@media (max-width:767px) {
    @keyframes scaleOut {
        0% {
            opacity: 0;
            transform: scale(1.2);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }
}
@keyframes scaleOut2 {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

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

@keyframes bounceInDown
{60%,75%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{opacity:1}}
@keyframes bounceIn
{30%,60%,90%,from,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);opacity:1}0%,to{transform:translate3d(0,0,0)}30%,90%{transform:translate3d(0,5px,0)}60%{transform:translate3d(0,-5px,0)}}



/*Overlay Menu*/

.overlay-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 21;
    background: #fff;

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

.overlay-menu:before{
    position: absolute;
    inset: 0;
    background: radial-gradient(56.53% 56.53% at 50% 50%, rgba(1, 31, 95, 0.00) 0%, #001645 100%);
}
.overlay-menu .bg{
    position: absolute; pointer-events: none;
    inset: 0;
}


.overlay-menu .menu-logo{
    pointer-events: none;
    width: 22.9vw;
    transform: translateY(-80%);
    z-index: 2;
    margin: auto;
}
.overlay-menu .menu-logo img{width: 100%; height: auto;
    opacity: 0;
}
.menu-open  .overlay-menu .menu-logo img{
     animation: scaleOut;
    animation-duration: 1.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
}



.overlay-menu .main-menu-container {

    text-align: left;
    display: flex;
    padding: 0;
    margin: 0; margin-left: auto;
    list-style-type: none;

    flex-direction: column;
    width: 100%;
}
.overlay-menu .main-menu-container::-webkit-scrollbar {
    display: none;
}

.overlay-menu .menu a {
    color: rgba(85, 85, 85, 1);
    transition: all ease 0.4s;
    display: inline-block;
    font-size: var(--fz-30);
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}
.overlay-menu .menu a:after{
    /*content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1.5px;
    background: #E2B063;
    transition: var(--d-transition);*/
}
.overlay-menu .menu li:hover > a,
.overlay-menu .menu .current-menu-item > a{
    color: #E2B063;
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.overlay-menu .menu li:hover a:after{
    /*width: calc(100% );*/
}
/*.overlay-menu .menu .current_page_parent a{color: var(--color-1); }*/

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

.overlay-menu .copyright{position: absolute; bottom: 30px; left: 0px; width: 100%;color: #fff;
    opacity: 0; transition: var(--d-transition); text-align: center;
}
body.menu-open .overlay-menu {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}
body.menu-open .overlay-menu .copyright {
    opacity: 1;
    transition-delay: 1s;
}

.overlay-menu .menu{list-style: none; padding: 0px;  margin-bottom: 0px;
    display: flex;
}

.overlay-menu .menu > li {
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate3d(0, 50px, 0);
    transition-delay: 0.6s;
    padding:0 var(--fz-26);
    margin: 0px;
    text-align: right;
}
.overlay-menu .menu > li a strong{font-size: 1.3em; font-weight: 600;}
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; /*padding-right: 45px;*/
    display: flex;
    align-items: center;
}

.overlay-menu .sub-menu {
    position: absolute;
    top: 100%;
    flex-direction: column;
    padding: 0;
    border-radius: 0px 0px 10px 10px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: all 0.4s ease;
    min-width: 200px;
}

.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{
    margin: 1em 0;
}
.overlay-menu .sub-menu li a{
    color: #D1F2F8;
    font-size: var(--fz-20);
    text-transform: none;
    font-weight: 600;
    white-space: nowrap;
}

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


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



body.menu-open{overflow: hidden !important;}
body.menu-open .overlay-menu .menu > li:nth-of-type(1) {
    transition-delay: 0.2s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(2) {
    transition-delay: 0.3s;
}
body.menu-open .overlay-menu .menu >  li:nth-of-type(3) {
    transition-delay: 0.4s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(4) {
    transition-delay: 0.5s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(5) {
    transition-delay: 0.6s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(6) {
    transition-delay: 0.7s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(7) {
    transition-delay: 0.8s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(8) {
    transition-delay: 0.9s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(9) {
    transition-delay: 1s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(10) {
    transition-delay: 1.1s;
}
body.menu-open .overlay-menu .menu > li:nth-of-type(11) {
    transition-delay: 1.2s;
}

body.menu-open .overlay-menu .menu.menu-other > li {
     transition-delay: 0.2s;
}
@media (max-width:1699px) {


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


}

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

    .overlay-menu .bg:after{display: none;}
    .overlay-menu .bg:before{width: 100%}
    .overlay-menu .main-menu-container{display: block; width: 100%;     text-align: center;}
    .overlay-menu .menu{flex-direction: column;}
    body.menu-open #header .navbar-brand{opacity: 1;}

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

    }
    .overlay-menu .menu li{
        text-align: center;
        justify-content: center;
        margin: 1rem 0;
    }
    .overlay-menu .menu > li a{font-size: var(--fz-30);}
    .overlay-menu .sub-menu li a{font-size: var(--fz-20);}

    body.menu-open .overlay-menu .menu li{
        flex-direction: column;
    }
    .overlay-menu .sub-menu {
        max-height: 0px;
        overflow: hidden;
        transition: var(--d-transition);
        transition-duration: 0.4s;
        position: static;
        transform: none;
        visibility: visible;

        opacity: 1;
    }

    .overlay-menu  li.showsub > ul {
        max-height: 300px;
         pointer-events: auto;
    }
    .overlay-menu  li.showsub > ul li:last-child{margin-bottom: 0; padding-bottom: 0}



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

    .overlay-menu .copyright{font-size: 0.8em; bottom: 1rem;}
    .overlay-menu .menu > li{  padding: 7px 0px;  }
    .overlay-menu .menu li{
         margin: 0.5rem 0;
    }
}


.plyr iframe[id^=youtube] {
    opacity: 1;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

.plyr.plyr--paused iframe[id^=youtube] {
    opacity: 0;
    -webkit-transition: all 150ms;
    transition: all 150ms;
}

.plyr--paused .plyr__poster {
    z-index: 2;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    opacity: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block !important;
}

@media(min-width:1200px){
    #section_video .item-video{
            position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    }
    #section_video .item-video .plyr--video{height: 100%;}
}



.animated.fadeInUp{
     -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
     -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
     -webkit-transform: translateY(200px);
    transform: translateY(200px);
}
.animated.fadeInUp.go{
    -webkit-animation-name: fadeInUpMedium;
    animation-name: fadeInUpMedium;
}

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



.animated.revealText{
    opacity: 0;
    transform: translateX(0%);
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
}

.animated.revealText.go {
    animation-name: revealText
}

.animated.revealText2{
    opacity: 0;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.animated.revealText2.go {
    animation-name: revealText2
}

.animated.headerCarousel{
    opacity: 0;
    transform: translateY(150%);
    transition: transform .6s cubic-bezier(.65,.05,.36,1), opacity .6s cubic-bezier(.65,.05,.36,1);
}

.animated.headerCarousel.go {
    animation-name: headerCarousel;
}
.headerCarousel-wrapper{overflow: hidden; display: inline-block;     vertical-align: top;}

.animated.js-split-text .line{
    overflow: hidden;
}
.animated.js-split-text .word{
    opacity: 0;
    transform: translateY(150%);

}
.animated.js-split-text.go .word{
    animation-duration: 0.7s;
    animation-name: textSlideIn;
    animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

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

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


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

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


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

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

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

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

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

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

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


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

        transform: scale(1.4);
    }
    to {

        transform: scale(1);
    }
}

@keyframes bounce {
  0%, 100% {top: 54%; opacity: 0.5}
  25% {top: 60%; opacity: 1}
  50% {opacity: 0.8}
}

@keyframes scrollLine {
0% {
    transform-origin:right;
    transform:scaleX(0)
}
50% {
transform-origin:right;
transform:scaleX(1)
}
51% {
transform-origin:left;
transform:scaleX(1)
}
to {
    transform-origin:left;
    transform:scaleX(0)
}
}