@charset "utf-8";

@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 300;
    src: url("../fonts/SVN-Gilroy Light.otf");
}
@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 300;
    font-style: italic;
    src: url("../fonts/SVN-Gilroy Light Italic.otf");
}

@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 400;
    src: url("../fonts/SVN-Gilroy Regular.otf");
}
@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/SVN-Gilroy Italic.otf");
}

@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 500;
    src: url("../fonts/SVN-Gilroy Medium.otf");
}
@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 500;
    font-style: italic;
    src: url("../fonts/SVN-Gilroy Medium Italic.otf");
}

@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 600;
    src: url("../fonts/SVN-Gilroy SemiBold.otf");
}
@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 600;
    font-style: italic;
    src: url("../fonts/SVN-Gilroy SemiBold Italic.otf");
}

@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 700;
    src: url("../fonts/SVN-Gilroy Bold.otf");
}
@font-face {
    font-family: "SVN-Gilroy";
    font-weight: 700;
    font-style: italic;
    src: url("../fonts/SVN-Gilroy Bold Italic.otf");
}

/*
    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, #001825 0%, #005A8B 100%);;
  --d-textg: linear-gradient(85.46deg, #F6DF82 0%, #D4B166 4.15%, #F0D77E 27.62%, #C49D54 50.67%, #F0D77E 70.78%, #C49D54 100%);
  --d-textg2: linear-gradient(85.46deg, #F6DF82 0%, #D4B166 4.15%, #F0D77E 27.62%, #C49D54 50.67%, #F0D77E 70.78%, #C49D54 100%);

  --d-gradient2: linear-gradient(83.65deg, #DBC571 -0.70.625rem9%, #FFECA9 110.57%);
  --d-bg: radial-gradient(56.53% 56.53% at 50% 50%, rgba(1, 31, 95, 0.30) 1.5%, #001645 100%);
  --d-shadow: 5px 4px 4px rgba(0, 0, 0, 0.15);
  --d-radius: 0.625rem;


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

    --fz-12: 12px;
    --fz-14: 13px;
    --fz-16: 13px;
    --fz-17: 14px;
    --fz-18: 15px;
    --fz-20: 16px;
    --fz-22: 16px;
    --fz-26: 17px;
    --fz-29: 18px;
    --fz-30: 20px;
    --fz-35: 24px;
    --fz-40: 25px;
    --fz-45: 26px;
    --fz-50: 27px;
    --fz-55: 30px;
    --fz-70: 35px;
    --fz-90: 45px;

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

    --color-1:#D9B056;
    --color-2:#00336A;

    --h-padding:3rem;
}
@media(min-width: 1400px){
    :root {
         --h-padding:4rem;
    }
}
@media(min-width: 1600px){
    :root {
         --h-padding:5rem;
    }
}

@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.604166666666667vw;
        --d-padding-xl: 7.291666666666667vw;
        --d-padding-xxl: 10.9375vw;
        --fz-14:14px;
        --fz-20 :1.041666666666667vw;
        --fz-22: 1.145833333333333vw;
        --fz-26: 1.354166666666667vw;
        --fz-29: 1.510416666666667vw;
        --fz-30: 1.5625vw;
        --fz-35: 1.822916666666667vw;
        --fz-40: 2.083333333333333vw;
        --fz-45: 2.34375vw;
        --fz-50: 2.604166666666667vw;
        --fz-55: 2.58vw;
        --fz-70: 3.645833333333333vw;
        --fz-90: 4.6875vw;


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

        --iz-3: 3.23vw;
        --iz-1: 2.604166666666667vw;
        --iz-2: 1.875vw;

    }
}

html.lenis,
html.lenis body {
    height: auto;
}
.lenis.lenis-smooth {
    scroll-behavior: auto !important; /* If scroll-behavior is set to "smooth", scrolling will not work as expected. */
}
.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}
.lenis.lenis-stopped {
    overflow: hidden;
}
.lenis.lenis-scrolling iframe {
    pointer-events: none;
}

.font-2{font-family: 'SVN-Gilroy' , sans-serif}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #ffffff;
} 
html::-webkit-scrollbar-thumb {
    background-color: #012A45;
    border-radius: 4px;
}
/*FOR IE*/
html { 
    scrollbar-base-color: #012A45;
    scrollbar-face-color: #012A45;
    scrollbar-3dlight-color: #012A45;
    scrollbar-highlight-color: #012A45;
    scrollbar-track-color: #ffffff; 
    scrollbar-arrow-color: #012A45;
    scrollbar-shadow-color: #012A45;
    scrollbar-dark-shadow-color: #012A45;
}
/*FOR FF*/
html{
     scrollbar-color: #012A45 #ffffff;
    scrollbar-width: 8px;
}

body { font-family: 'SVN-Gilroy', sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-17); line-height: 1.47; overflow-x: hidden;
    color: #555555;
}

body:not(.ready){overflow: hidden !important;}
/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'SVN-Gilroy', sans-serif;  margin-bottom: 0.7rem;  font-weight: 600; line-height: 1.4; }
h1 { font-size: var(--fz-55); }
h2,h1.sm,h3.xxl { font-size: var(--fz-50); }
h2.lg,h3.xl{ font-size: var(--fz-26);}
h3,h2.md { font-size: var(--fz-18); }
h4,h2.sm { font-size: var(--fz-17); margin-bottom: 0.7rem; }
h5 { font-size: var(--fz-16); margin-bottom: 0.7rem;  }
h6 { font-size: var(--fz-16); margin-bottom: 0.7rem; }
p { }
a {transition: var(--d-transition);  text-decoration: none; color: #333; }
a:hover, a:focus { text-decoration: none; outline: none; }
ul, ol { margin: 0 auto 1rem; }
ul li, ol li { margin: 0 auto 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; }

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


.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: 13px; margin: 0; padding: 5px 5px 0px; }

/*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 { font-weight: 700; }
.editor-content h4 { font-size: var(--fz-17); }
.editor-content h3 { font-size: var(--fz-18); }
.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: 0;
    border-radius: 0;
    background: transparent;
    border: 0px; font-size: var(--fz-18);
    padding: 1rem 2.375rem ;
    transition: var(--d-transition);
    text-decoration: none;
    font-weight: 600;
    color: #fff;

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


.btn.btn-primary,
.btn.btn-default{
    border-radius: calc(0.5 * var(--d-radius));
    background: #00336A;
    position: relative;
    color: #fff;
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.4rem 1.8rem;
    text-transform: uppercase;
}

.btn.btn-primary i,
.btn.btn-default i{
    aspect-ratio: 1;
    display: block;
    font-size: 1rem;
}

.btn.btn-primary{background: var(--color-1);}
.btn.btn-primary i{}

.item:hover .btn.btn-default,
.btn.btn-default:hover{
    background:  var(--color-1);
    color: #fff;
}
.item:hover .btn.btn-primary,
.btn.btn-primary:hover{
    background:  var(--color-2);
    color: #fff;
}

.btn.btn-default:hover .text-g{
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
}




.item:hover .btn.btn-default i,
.btn.btn-default:hover i,
.item:hover .btn.btn-primary i,
.btn.btn-primary:hover i{
    background: var(--color-2);;
    color: #fff;
}

.item:hover .btn.btn-default .text-g{
    background-image: linear-gradient(90deg, #fff 0%, #fff 100%);
}


.btn.btn-default span,
.btn.btn-default i{}

.btn.btn-icon{display: inline-flex; padding: 0;
    gap: 1rem;
    align-items: center;
}
.btn.btn-icon .icon{
    display: inline-flex;
    width: calc(1.6* var(--iz-2));
    aspect-ratio: 1;
    border-radius: 50%;
    border: solid 1px #fff;
    align-items: center;
    justify-content: center;
    transition: var(--d-transition);
}
.btn.btn-icon .icon img{
    max-width: calc(1* var(--iz-2));
    max-height: calc(1* var(--iz-2));
}
.btn.btn-icon:hover .icon{
    transform: rotate(90deg);
}
.btn.btn-gradient{
    background: var(--d-gradient2);
    color: #A07D3F;
    border-color:transparent ;
}
.btn.btn-gradient:hover{
    background: transparent;
    border-color: #A07D3F;
}





.btn .fa { font-size: var(--fz-22); margin-right: 5px; vertical-align: text-top; }
.btn.btn-lg { font-size: 24px; line-height: 30px; padding: 22px 50px; }
.btn.btn-sm { font-size: 16px; padding: 8px 25px; }
.btn:hover, .btn:focus { color: #012A45; outline: none; box-shadow: none; /*background: transparent;*/ }
.btn.btn-icon:hover{}
.btn-link { font-weight: 500; font-size: var(--fz-22); color: #D9B056;
    padding: 0;
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
}
.btn.outline-btn { background: none; color: #006838; border: #012A45 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: #012A45; color: #012A45; }
.btn-transparent { background: transparent; border: solid 1px #012A45; color: #012A45; font-size: 14px; }
.btn-transparent:hover { background: #f7e5cb; border: solid 1px #f7e5cb; }
.btn-back-home{}
.btn-detail{margin-top: 1em;}
.btn-link:after{
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    font-size: 1em;
    transition: var(--d-transition);
}
.btn-link:hover:after{
    transform: translateX(0.75rem);
}
.btn-outline{
    border-radius: 3rem;
    border:solid 1px #1067B2;
    display: inline-flex;
    color: #1067B2;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: .6rem 3.875rem .6rem 1.575rem;
}
.btn-outline i{
    position: absolute;
    top: .375rem;
    right: .375rem;
    bottom: .375rem;
    aspect-ratio: 1;
    display: block;
    background: #1067B2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: #fff;
}
/*-------------------------
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: 0.6rem; position: relative; }
.contact-info-wrapper .submit,
.form-popup-modal .submit {}
.footer-top .contact-form {margin-top: 20px;}
.form-group.has-error .help-block{color: #7E4826;}
.form-label { color: #111111; font-size: 14px; font-weight: 400; margin: 0 auto 8px; }
.form-control {
    border: 0 none;
    box-shadow: none; color: #555555; font-size: var(--fz-18); height: 3rem; line-height: 30px; padding: 0 15px;
    text-align: center;
}
textarea.form-control { padding: 15px 20px; }
input.form-control:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder { opacity: 0; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none;  background: #F8EFDE; outline: none; color: #9A8457; }
.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: 15px; padding: 12px 0; pointer-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: pointer; 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-select{}
/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 30px; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 15px; padding: 18px; }
table th img, table td img { max-width: 100%; }
table thead { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
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: #012A45; }
.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: #012A45; }
.panel-heading:hover .panel-title a { border-color: #012A45; }
.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; }


/*BG*/

.bg-icon{
    position: absolute;
    pointer-events: none;
    background-size: contain;
    background-repeat: no-repeat;
}
.bg-icon.bg-1{
    left: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-1.svg');
    background-position: bottom left;
    width: 43.85416666666667vw;
    aspect-ratio: 842/895;
}
.bg-icon.bg-1-m{
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url('../images/bg/icon-1-m.svg');
    background-position: bottom center;
    width: 91.13636363636364vw;
    aspect-ratio: 401/347;
}
/*Dự án - mặt bằng */
.bg-icon.bg-2{
    left: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-2.svg');
    background-position: bottom left;
    width: 28.9583vw;
    aspect-ratio: 556/801;
}

.bg-icon.bg-3{
    left: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-2.svg');
    background-position: bottom left;
    width: 28.9583vw;
    aspect-ratio: 556/801;
}
.bg-icon.bg-6{
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url('../images/bg/icon-6.svg');
    background-position: bottom center;
    aspect-ratio: 1156/1001;
    height: calc(100% - var(--h-padding));
    bottom: var(--h-padding);
}

.bg-icon.bg-7{
    right: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-7.svg');
    background-position: bottom right;
    aspect-ratio: 540/742;
    height: 100%;
    bottom: 0;
}
.bg-icon.bg-8{
    left: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-8.svg');
    background-position: bottom left;
    aspect-ratio: 557/670;
    height: 100%;
    bottom: 0;
}
.bg-icon.bg-9{
    right: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-9.svg');
    background-position: bottom right;
    aspect-ratio: 501/573;
    height: 100%;
}
.bg-icon.bg-10{
    right: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-10.svg');
    background-position: bottom right;
    aspect-ratio: 730/1050;
    height: 100%;
    bottom: 0;
}
.bg-icon.bg-11{
    right: 0;
    bottom: 0;
    background-image: url('../images/bg/icon-11.svg');
    background-position: bottom right;
    aspect-ratio: 730/980;
    height: 100%;
    bottom: 0;
}


/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section { position: relative; }

.section-footer{
    background: #F0DEBA;
}
.section-footer .section-image img{
    height: 100%;
    object-fit: cover;
}
.section-footer .contact-form .title{
    font-size: var(--fz-35);
    text-transform: uppercase;
}

.footer-form .form-control{
    border-radius: 0;
    background: transparent;
    text-align: left;
    color: #fff;
    border-bottom: solid 1px rgba(212, 212, 212, 0.7);
    padding: 0;
}

.footer-form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,1);
}
.footer-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,1);
}
.footer-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,1);
}
.footer-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,1);
}

.footer-form .btn.btn-default {
   /* vang-gra */
    background: var(--d-gradient2);
    border-radius: 0px 0.4rem 0.4rem 0px;
    border: 0;
    height: auto;
    margin: 0;
    display: inline-flex;
    align-items: center;
    text-transform: none;
}
.footer-form .form-group.has-error .help-block{
    color: #D9B056;
}


@media (min-width: 768px) {


}

.section-title{
    font-style: normal;
    font-size: var(--fz-70);
    font-weight: 600;
    color: #D9B056;
    margin-bottom: 0.5em;
    padding-top: 0.1em;
    line-height: 1.3;
    text-transform: uppercase;
    position: relative;
}

.section-title small{
    font-size: 0.65em;
    display: inline-block;

}

.section-title strong{ }

.section-title em{ text-transform: none; font-weight: 400;
     font-style: italic; font-size: 1.6em;   line-height: 1.53em;
}
.section-title.xxl{font-size: calc(120 / 70 * var(--fz-70)); }
.section-title.xl{font-size: var(--fz-50); }
.section-title.lg{font-size: var(--fz-45);}
.section-title.md{font-size: var(--fz-26); padding-bottom: 0}
.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: #00336A;
    font-size: var(--fz-30);
    font-weight: 600;
    margin-bottom: 0.8em;


}

.text-g,
.text-g2{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding-top: 0.2em;
}
.text-g2{
    background: var(--d-textg2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-heading{
    font-size: var(--fz-30);
    color: #D9B056;
    position: relative;
    margin-bottom: 2em;
    padding-left: 2em;
}
.section-heading.with-line:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 300%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
}
.section-heading.with-line:after{
    content: '';
    width: 1.167em;
    height: 1.167em;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: url('../images/icon-triangle.svg') no-repeat center center;
    background-size: contain;
    transform: translate(0,50%);
}



.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: 45px; text-decoration: underline; font-style: italic; font-size: 24px;
        display: block;
}
section.dark{color: #fff;}
section.dark a{color: #D9B056}
section.dark a:hover{
    color: #fff;
}
section.dark .section-title{}
section.dark .btn-default{color: #fff; border-color: #fff;}
section.dark .section-title:before{background: #fff;}

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

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

.gray_bg { background: #fafaf9; }
.gray_bg_2 { background-color: #ededed !important; }
.section-padding { padding: 5rem 0; }
.section-padding-xl{padding: 8rem 0; }
.section-padding-lg{padding: 4rem 0; }
.section-padding-md{padding: 2.5rem 0; }
.section-padding-top{padding-top: 5rem;}
.section-padding-sm { padding: 1.5rem 0; }

.section-top{

}
.section-top .section-content-wrapper{
    margin-top: calc(var(--navH) - 1px);
}

.section-header { margin: 0 auto; max-width: 950px; padding-bottom: 30px; }
.section-header h2 { margin: 0 auto; font-size: 32px; font-weight: 400; }
.section-header p { color: #777; font-size: 17px; margin: 22px auto 0; }

.section-bg{position: absolute; left: 0px; top: 0px; width: 100%; height: 100%;}
.section-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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(0, 51, 106, 0.95); }
.fancybox-container .fancybox-button{background: transparent; color: #fff;}
.fancybox-container .fancybox-navigation button{color: #012A45; 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: #D9B056;}
.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-white.svg');
}
.fancybox-container .fancybox-navigation .fancybox-button--arrow_right:hover{
    background-image: url('../images/arrow-next-xxl-white.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: #012A45;}
.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 
------------------------------*/
/*.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: #012A45; border:0px; border-bottom: solid 2px #012A45; 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 #012A45;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}*/
.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: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(243, 190, 79, 0.5) ;
    box-shadow: inset 0px 0px 0px 5px rgba(243, 190, 79, 0.5) ;
}*/

/*--------------------------------------------
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: 26px; line-height: 0.8;
    background: #012A45 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: #D4B35B;}

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


/*------------------------
1.12. LoadingMask
--------------------------------*/
.mask {
    position: fixed;left: 0; top: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 99999;
    transition: var(--d-transition);
    transition-duration: 1.5s;
    background: #012A45;
}


.mask.up{
    opacity: 0;
}

.mask .mask-bg .mask-logo{position: absolute;
    width: 13.02083333333333vw; min-width: 250px; height: auto; left: 50%; top: 50%; transform: translate(-50%,-50%);
    transition: var(--d-transition);
    transition-duration: 1s;
    opacity: 0;
}
.mask.ready .mask-bg .mask-logo{
    opacity: 1;
}

.mask .mask-bg .mask-logo img{width: 100%;}
.mask.up .mask-bg .mask-logo img{
    transition: var(--d-transition);
    transition-duration: 1s;
}
.mask.up .mask-bg .mask-logo{
    /*left: 0;
    top: 0;*/
}
.mask.up .mask-bg .mask-logo img{
    /*transform: scale(1.5);*/
    transform: scale(2.5);
    filter: blur(15px);
    opacity: 0;

}

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

.fixed-link{position: fixed; right: 0; bottom: calc(3.8 * var(--fz-20));
        z-index: 3;
}
.fixed-link span{
    position: absolute;
    left: 100%;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    color: rgb(255, 255, 255);
    height: calc(2.5* var(--fz-20));
    line-height: calc(2.5* var(--fz-20));
    font-size: var(--fz-20);
    background: none;
    white-space: nowrap;
    background: #CFA04F;
    border-radius: 0.3333rem 0.3333rem 0 0;
    padding: 0 1rem;
    margin-top: calc(-2.5 * var(--fz-20));
}

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

.icon-hover-group{position: relative; display: inline-flex;}
.icon-hover-group .svg-hover{
    position: absolute; opacity: 0;
    inset: 0;
    width: 100%; height: 100%;
}
.btn:hover .icon-hover-group .svg{opacity: 0}
.btn:hover .icon-hover-group .svg-hover{
    opacity: 1;
}

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

.icon-animation:before,
.icon-animation:after{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 1;
    /*background: var(--d-gradient);
     mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
    mask-composite: exclude;*/
    box-shadow: 0px 0px 0px 1.5px #DDBE7A inset;
    padding: 1.5px;
    opacity: 0;
    transform: scale(0.8);
    transition: var(--d-transition);
}
.icon-animation:after{
    margin: -4px;
}

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


.fixed-social-btn{display: flex; margin-bottom: 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: #012A45;
    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;
    /*background: var(--d-gradient);
     mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
    mask-composite: exclude;*/
    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-function-btn{
    display: flex;
    position: fixed;
    bottom:  1.2rem;
    right: var(--d-padding-xxl);
    flex-direction: row;
    gap: var(--fz-20);
}
.fixed-function-btn a{display: inline-flex;; white-space: nowrap;     align-items: center;}
.fixed-function-btn a .title {margin-right: 1em;}
.fixed-function-btn a .svg{height: 1.2em; width: auto;
    max-width: 100%;

}
.fixed-function-btn a:not(:hover) .svg-hover{
    transform:  rotate(0deg);
}
.fixed-function-btn a:hover .svg-hover{
    transform: rotate(90deg);
}

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

.fixed-social-link{
     left:  var(--d-padding);
}
.fixed-social-link .inner{
    flex-wrap: nowrap;
    transform: rotate(-90deg) translateX(-50%);
    transform-origin: left top;
}
.fixed-social-link a{color: #fff; margin: 0px 1em; text-transform: uppercase; font-size: var(--fz-12);}
.fixed-social-link a:hover{
    background: var(--d-textg);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}




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

#header {
    position: fixed; top: 0; width: 100%; transition-duration: 0.3s;  z-index: 22;
    visibility: hidden;
    font-size: var(--fz-18);
    font-weight: 500;
}
body.home-page #header:not(.sticky){
    background: transparent;
}
#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 ; transition-duration: 0.3s;
    width: 9.9vw; min-width: 130px;
    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){

}

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


.header-bottom{
    padding: var(--fz-20) 0;
}
@media(min-width: 1200px){

}


.header-bottom .header-left,
.header-bottom .header-right{

}
.header-bottom .header-right{
    background: #F5F2ED;
    padding: 0.3125rem;
    border-radius: 0.3125rem;
}
#header .menu{list-style: none; padding: 0; margin: 0; display: flex; align-items:center; }
#header .menu li{
    margin: 0px var(--fz-35);
    position: relative;
    padding: 0.625rem 0;
}
#header .menu li a{
    color: #00336A;
    position: relative;
    font-size: var(--fz-18);
    font-weight: 600;
}

#header .menu li.current-menu-item > a,
#header .menu li:hover > a{
    color: #D8B055;
}

#header .header-left .menu {
    justify-content: flex-end;
}
#header .header-right{
    display: flex;
    justify-content: space-between;
}
#header .language{
    background: #D9B056;
    padding: 0.625rem;
    border-radius: 0.1875rem;

}
#header .language a{color: rgba(255, 255, 255, 0.5); padding: 0 0.3rem; }
#header .language a.active{color: rgba(255, 255, 255, 1);}

#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: #00336A;
    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;
}
#fullpage{
    max-width: 100vw;
    overflow: hidden;
}

#header .header-right .menu > li > ul{
    position: absolute;
    top:100%;
    flex-direction: column;
    background: #FFFFFF;
    padding: 1rem 1.5rem 1rem;
    border-radius: var(--d-radius);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: all 0.4s ease;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    list-style: none;
    min-width: 230px;

}
#header .header-right .menu > li:hover > ul,
#header .header-right .menu > li > ul.show {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#header .header-right .sub-menu{

}
#header .header-right .sub-menu li{list-style: none; margin: 0; padding: 0}
#header .header-right .sub-menu li:not(:last-child) a
{
    border-bottom: solid 1px #D9D9D9;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}

#header .header-right .sub-menu li ul li{margin: 0; }


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;
    background-color: #fff;
    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){

}


@media(min-width:1200px){

}


.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:var(--iz-3);
    height:var(--iz-3);
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    background-size: 50% auto; background-repeat: no-repeat; background-position: center center;
    flex: var(--iz-1);    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-dark.svg'); left: 0}
.slide-control .swiper-button-next{background-image: url('../images/arrow-next-dark.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; width: 100%}
.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.svg');

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

}

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

.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-slide-style-1 .slide-control .swiper-button-prev{
    width: var(--iz-2);
    height: var(--iz-2);
}

.section-slide-style-2 .slide-control{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}
.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;
    margin-top: 1rem;
}
.section-slide-style-2 .slide-control .swiper-pagination{
    margin-top: var(--fz-50);
}


.section-slide-style-3 .slide-control{
    position: absolute;
    top: calc(-2.3 * var(--fz-30) );
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0rem;
    background: transparent;
    transform: translateY(-100%);
    border-radius: 0.625rem;
    overflow: hidden;
}
.section-slide-style-3 .slide-control .swiper-button-prev,
.section-slide-style-3 .slide-control .swiper-button-next{
    position: relative;
    margin: 0;
    transform: none;
    width: calc(1.15 * var(--iz-3));
    background-size: 32.14% auto;
    background-color: #00336A;
}
.section-slide-style-3 .slide-control .swiper-button-prev{
    background-image: url(../images/arrow-left.svg);
}
.section-slide-style-3 .slide-control .swiper-button-next{
    background-image: url(../images/arrow-right.svg);
}
.section-slide-style-3 .slide-control .swiper-button-prev:hover,
.section-slide-style-3 .slide-control .swiper-button-next:hover{
    background-color: var(--color-1);
}
.section-slide-style-3 .slide-control .swiper-button-prev:before{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    height: 50%;
    width: 0;
    border-right:solid 1px #fff;
    opacity: 0.3;
}

.section-project-slide .section-slide-style-3 .slide-control{
    right: var(--d-padding-xl);
}

.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width:0.8rem;
    height:0.8rem;
    margin:0 .1875rem;
    border-radius:50%;
    opacity:1;
    border:solid 1px transparent;
    position:relative;
    background:transparent;
}
.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{
    transform: none;
}

.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before{
    content:'';position:absolute;background: #CFA04F;
    border-radius:50%;width:0.6rem;aspect-ratio:1;left:50%;top:50%;transform:translate(-50%,-50%)
}
.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border:solid 1px #CFA04F;
}
.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:hover:before,
.slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: var(--color-2);
}


.section-slide-style-2 .slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 0.625rem;
    height: 0.625rem;
    background: transparent;
    border: 0;
    margin: 0px 0.5rem;
}
.section-slide-style-2 .slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:before{
    width: 0.625rem;
    height: 0.625rem;
    border: solid 1px #A46F29;
    border-radius: 0.125rem;
    transform: rotate(45deg);
    left: 0;
    top: 0;
    background: transparent;
}
.section-slide-style-2 .slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{

}
.section-slide-style-2 .slide-control .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before{
    background: #A46F29;
}



@media (min-width: 768px) {
.navbar-brand.abs
    {
        position: absolute;
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
}



.scroll-downs{
    position: absolute; left: 50%; bottom: 1.2rem; transform: translateX(-50%);
    transition: var(--d-transition);
    transition-delay: 1s;
    color: #fff;
}
.scroll-downs .mousey{
    width: 1.25rem;
    margin: auto;
}
.scroll-downs .scroll-text{
    white-space: nowrap;
    font-size: var(--fz-18);
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0.6rem;
}
.scroll-downs  {}



.section-home-slide.with-video
{
     --plyr-color-main:var(--color-1);
}
.section-home-slide .banner-logo{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 43.54vw;
    min-width: 180px;
    z-index: 2;
    pointer-events: none;
}
.section-home-slide .banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-width: 180px;
    z-index: 2;
    pointer-events: none;
    color: #fff;
    white-space: nowrap;
    font-size: var(--fz-30);
}
.section-home-slide .banner-content .section-title{
    color: #fff;
    font-size: 4em ;
    margin-bottom: 0.25em;
}
.section-home-slide .banner-content .scroll-down{
    margin-top: 2em;
    animation: scrolldown 1.5s infinite;
}


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

.section-home-slide .plyr--full-ui.plyr--video .plyr__control--overlaid{
    display: none;
}




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

.parallax-slider {
  height: 100vh;
}
.parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.parallax-slider .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
}
.parallax-slider .img-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.parallax-slider .img-container::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: linear-gradient(rgba(8, 8, 8, 0.5), rgba(218, 96, 15, 0.7));
  display: none;
}

.parallax-slider .swiper-slide .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-top: 10%;
}


/*nav controls*/
.parallax-slider .swiper-nav-ctrl{
    position: absolute;
    left: var(--fz-24);
    bottom: var(--fz-24);
    display: flex;
    gap: 1rem;
    color: #fff;
    align-items: center;
}
.parallax-slider .swiper-button-prev,
.parallax-slider .swiper-button-next,
.parallax-slider .swiper-pagination{
    position: static;
    transform: none;
    left: auto;
    bottom: auto;
    right: auto;
    top: auto;
    margin: 0;
}
.parallax-slider .swiper-pagination{
    font-size: var(--fz-14);
}
.parallax-slider .swiper-pagination .swiper-pagination-current{
    font-size: 2em;
    font-weight: 500;
}


.parallax-slider .swiper-button-next:after,
.parallax-slider .swiper-button-prev:after{
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    font-size: var(--fz-35);
}
.parallax-slider .swiper-button-next:after{
    content: '\f054';
}
.parallax-slider .swiper-button-prev:after{
     content: '\f053';
}

.section-overview{
    background: #F5F2ED;
}
.section-overview .section-image{
    position: relative;
    padding-right: 2rem;
}
.section-overview .section-image svg{
    width: 100%;
    aspect-ratio: 827/716;
    height: auto;
}

.section-overview .section-image .inner{
    position: relative;
    overflow: hidden;
}
.section-overview .section-image video{
    width: calc(100% - 2px);
    margin-left: 1px;
    margin-top: 1px;
    height: auto;
    /*transform: scale(calc(16 / 9));*/
    aspect-ratio: 827/ 716;
    object-fit: cover;

}
.section-overview #overview-image-path{
    transition: all 1s ease;
    /*transform: scale(var(--scale));*/

    /*transform: scale(calc((100vw - var(--d-padding) * 2 )) / 2 );*/
    transform-origin: center;

}
.section-overview .bg{
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100%);
    width: calc(100%);
    background: url('../images/bg/video.png') no-repeat top center;
    background-size: contain;
}

.section-overview .content-inner{

}
.section-overview .section-title{
    text-transform: uppercase;
    font-weight: 500;
}
.section-overview .section-title strong{
    font-size: 1.05em;
    font-weight: 600;
}

.section-activity{
    background: #F2EBE3;
}
.activity-items .item{position: relative;}
.activity-items .item .item-thumb{
    padding-top: calc(100% * 450 / 507 );
}

.activity-items .item .item-body{
    padding: 1rem 0 1.5rem;
}
.activity-items .item .item-body .title{
    color: #D9B056;
    text-transform: uppercase;
    font-size: var(--fz-35);
}
.activity-items .item .item-body .btn-link{
    padding: 0;
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
    margin-top: 1rem;
}

.philosophy-items{
    gap: var(--fz-50);
}
.philosophy-items .nav{
    flex:  0 0 25%;
}
.philosophy-items .nav .nav-link{
    padding: 1.2rem 1.5rem;
    text-align: left;
    border-bottom: solid 1px rgba(115, 115, 115, 0.3);
    font-size: var(--fz-26);
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 0;
    color: #555555;
}
.philosophy-items .nav .nav-link:hover,
.philosophy-items .nav .nav-link.active{
    background: transparent;
    color: #00336A;
}
.philosophy-items .item{
    --thumbW: 62%;
    display: flex;
    gap: var(--fz-50);
}
.philosophy-items .item .item-thumb{
    flex: 0 0 var(--thumbW);
    width: var(--thumbW);
    padding-top: calc(var(--thumbW) * 540 / 910);
}
.philosophy-items .item .title{
    color: #CFA04F;
    font-size: var(--fz-50);
    text-transform: uppercase;
    font-weight: 600;
}
.philosophy-items .item .description p{}
.philosophy-items .item .description ul{
    padding-left: 1rem;
}

.project-items .item{
    color: #fff;
    text-align: left;
}
.project-items .item .item-thumb{
    --thumbSize: 100%;
    width: var(--thumbSize);
    padding-top: calc(var(--thumbSize) * 920 / 1920);
}
.project-items .item .item-body{
    width: 33%;
    background:rgba(0, 51, 106, 0.9);
    position: absolute;
    left: var(--d-padding);
    bottom: var(--d-padding);
    display: flex;
    align-items: center;
    padding: var(--fz-55);
    border-radius: var(--d-radius);
}
.project-items .item .attrs .attr{
    display: flex;
    gap: 0.5rem;
    margin: 0.9rem 0;
}
.project-items .item .attrs .attr .icon{
    flex: 0 0 var(--fz-26);
    width: var(--fz-26);
}
.project-items .item .title{font-weight: 600; font-size: var(--fz-45); text-transform: uppercase; color: #D9B056}
.project-items .item .btn:not(:hover){color: #D9B056;}
.project-items .item .btn:hover{
    color: #fff;
}

.elem-builder.section-project-content .section-image-wrapper.borderless-right{
    margin-right: calc(-1 * var(--d-padding-xl));
}
.elem-builder.section-project-content .section-image-wrapper.borderless-left{
    margin-left: calc(-1 * var(--d-padding-xl));
}

.elem-builder.section-project-masterplan{
    background: #F5F2ED;
}

.elem-builder.section-project-masterplan .section-image-wrapper{
    flex:  0 0 40%;
}
.elem-builder.section-project-masterplan .section-content-wrapper{
    flex-grow: 1;
    width: 60%;
    padding: var(--fz-55) var(--fz-70);
    padding-right: var(--d-padding-xl);
}
.elem-builder.section-project-masterplan .section-slide-style-3 .slide-control{
    top: 0;
    transform: translateY(0%);
}
.elem-builder.section-project-masterplan .slide-filter{
    padding-bottom: var(--fz-55);
}
.elem-builder.section-project-masterplan .slide-filter .btn{
    padding-right: 1.575rem;
    border-color: #13337A;
    color: #13337A;
}
.elem-builder.section-project-masterplan .slide-filter .btn.active,
.elem-builder.section-project-masterplan .slide-filter .btn:hover{
    background: #13337A;
    border-color: #13337A;
    color: #fff;
}
.elem-builder.section-project-masterplan .item-thumb{
    padding-top: calc(100% * 730 / 980);
}
.elem-builder.section-project-masterplan .item-thumb img{
    object-fit: contain;
}



.utilities-slide .item{position: relative;}
.utilities-slide .item-thumb{
    padding-top: calc(100% * 500 / 890);
}
.utilities-slide .item .title{
    position: absolute;
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 1rem ;
    font-size: var(--fz-20);
    font-weight: 600;

}
.utilities-slide .item .title:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: linear-gradient(360deg, #00336A 0%, rgba(0, 51, 106, 0) 100%);
    opacity: 0.7;
}
.utilities-slide .item .title span{position: relative;}

.library-slide .item-thumb{
    padding-top: calc(100% * 350 / 527);
}
.library-slide .item{
    position: relative;
    overflow: hidden;
}
.library-slide .item-body{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: var(--fz-70) 1rem 1rem;
    transform: translateY(100%);
    opacity: 0;
    transition: var(--d-transition);
    text-align: center;
}
.library-slide .item-body:before{
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(24, 24, 24, 0) 30%, #181818 100%);
    opacity: 0.4;
}
.library-slide .item-body .title{
    font-size: var(--fz-26);
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    position: relative;
    margin: 0;

}
.library-slide .item:hover .item-body{
    transform: translateY(0);
    opacity: 1;
}

@media(min-width: 1200px){
    .library-slide.swiper-grid{
        margin-left: -2px;
        margin-right: -2px;
    }
    .library-slide.swiper-grid .swiper-slide{
        padding: 2px;
    }
    .library-slide.swiper-grid .swiper-slide .item{
        position: relative;
        display: block;
        overflow: hidden;
    }
}


.section-project-contact .form-wrapper{

    background: rgba(242, 235, 227, 0.5);
    border: 1px solid rgba(115, 115, 115, 0.5);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: var(--d-radius);
    padding: var(--fz-30) var(--fz-55);
}

.section-project-contact .form-wrapper .form-control{
    background: transparent;
    border-bottom: solid 1px rgba(115, 115, 115, 0.3);
    text-align: left;
    padding: 0;
    border-radius: 0;
}
.section-project-contact .form-wrapper .form-select{
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px rgba(115, 115, 115, 0.3);
    background-color: transparent;
    padding: 0;
    height: 3rem;
}
.section-project-contact .form-wrapper .form-select:not(:focus):invalid {
     color: #555555;
}
.section-project-contact .form-wrapper select option{

}
.section-project-contact .form-wrapper textarea.form-control{
    padding-top: 1rem;
    height: auto;
}

@media(max-width: 991px){
    .elem-builder.section-project-masterplan .section-content-inner{
        flex-direction: column;
    }
    .elem-builder.section-project-masterplan .section-image-wrapper{
        flex:  0 0 100%;
    }
    .elem-builder.section-project-masterplan .section-content-wrapper{
        width: 100%;
    }
}
@media(max-width: 575px){
    .section-project-contact .section-image{
        padding-left: 42vw;
        padding-right: 10vw;
    }
    .section-project-contact .section-form{
        padding-top: 0.625rem;
    }
}


.post-feature .item{background: #fff;
        color: #777;
}
.post-feature .item h3,
.post-list .item h3{font-size: var(--fz-22); margin:0 0 0.5rem 0; }
.post-list .item .item-date{
    margin-bottom: 0.4rem;
    color: #737373;
}


.post-list.items{padding-left: 0px;}
.post-list .item{margin-bottom: 1.5rem;  display: block;   color: inherit; font-size: var(--fz-17);}
.post-list .item .item-thumb{ padding-top: calc(100% * 287 / 507); }

.post-list .item .item-thumb img{}
.post-list .item .item-body{ position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
}
.post-list .item h3 a,
.post-feature .item h3 a{
    font-weight: 600;
     color: #737373;
}
.post-list .item h3 a:hover,
.post-feature .item h3 a:hover{color: #CFA04F;}

.post-list .item h3 a,
.post-feature .item h3 a{ -webkit-line-clamp: 2;}
.post-list .item .description{ -webkit-line-clamp: 3;
    text-align: justify;
    margin-bottom: 0.5rem;
}


.section-home-news .post-list .item{}
.section-home-news .post-list .item .item-body,
.post-list-style-2.post-list .item .item-body{padding-top: 0}
.section-home-news .post-list .item .item-thumb,
.post-list .post-slide .item .item-thumb,
.post-list-style-2.post-list .item .item-thumb{
    flex: 0 0 53%;
    width: 53%;
    padding-top: calc(53% * 236 / 403);
}
.section-home-news .item .item-control{margin-top: 1rem;}
.section-home-news .post-list .post-slide .item .item-body{
    padding: 1.5rem 0rem 0;
}


.post-list .post-slide{
    padding: 0.5rem var(--d-padding-xl);
}
.post-list .post-slide .item{
    padding-bottom: 2rem;
}

.post-list .post-slide .swiper-slide{
    transform: translateY(calc(var(--fz-55) * 2 ));
    transition: var(--d-transition);
}
.post-list .post-slide .swiper-slide-active,
.post-list .post-slide .swiper-slide-next{
    transform: translateY(0);
}
.post-list .post-slide .swiper-slide-prev{
    opacity: 0;
}


.post-list .post-slide .item,
.post-list-style-2.post-list .item{
    display: flex; gap: var(--fz-26);
}




.section-banner .banner-content{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}
.section-banner-page{
    background: #10376F;
}
.section-banner-page .item-thumb {
    height: calc(100vw * 780 / 1920);
    min-height: 420px;
    position: relative;
}
.section-banner-page .item-thumb:after{
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: #10376F;
    opacity: 0.2;
}
.section-banner-page .item-thumb img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
}
.section-banner .banner-content .section-title{
    color: #fff; font-size: var(--fz-50);
    font-weight: 600;
    margin-bottom: 1em;
}
.section-banner .banner-content .section-title strong{
     font-size: var(--fz-70);
     font-weight: 600;
}

.post-detail .page-title{
    font-size: var(--fz-30);
    color: #243B5A;
    font-weight: 600;
}
.post-detail .date-time{margin-bottom: 0.7rem; font-size: var(--fz-16);}


.pagination{}
.pagination .page-numbers{list-style: none; margin: 2rem auto 0px; padding: 0px;}
.pagination .page-numbers li{display: inline-block; margin: 0px;}
.pagination .page-numbers li a,
.pagination .page-numbers li span{
    display: inline-flex; width: var(--iz-2); height: var(--iz-2); color: #555555 ;
    margin: 0px 0px; justify-content: center; align-items: center; font-weight: 600;
     position: relative;
    color:
}
.pagination .page-numbers li a:hover,
.pagination .page-numbers li span{ color: #0E3244; opacity: 1;}


.pagination .page-numbers li .next,
.pagination .page-numbers li .prev{
    position: relative;
    margin: 0px 1.25rem;
    color: #00336A;
}
.pagination .page-numbers li span.next,
.pagination .page-numbers li span.prev{opacity: 0.5}

.pagination .page-numbers li .next i,
.pagination .page-numbers li .prev i{
    position: relative;
}
.pagination .page-numbers li a:before,
.pagination .page-numbers li span:before{
    content: '';
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 0;
    border-right: solid 1px #D9D9D9;
}
.pagination .page-numbers li:nth-last-child(2) a:before,
.pagination .page-numbers li:nth-last-child(2) span:before{
    display: none;
}

.pagination .page-numbers li .next:before,
.pagination .page-numbers li .prev:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #C4C4C4;
    border-radius: 5px;
    transform: rotate(45deg);
}
.pagination .page-numbers li a.next:hover:before,
.pagination .page-numbers li a.prev:hover:before{
    background: #D9B056;
}

.section-recruitment-benefits .section-content-wrapper{
    display: flex;
    gap: var(--d-padding-xl);
    align-items:center;
}
.section-recruitment-benefits .section-content-wrapper .section-image{
    flex: 0 0 30%;
    width: 30%;

}
.section-recruitment-benefits .section-slide-wrapper{
    flex-grow: 1;
    width: calc(70% - var(--d-padding-xl));
}
.benefits-items .item{
    position: relative;
}
.benefits-items .item .item-thumb{
    width: calc(100% - var(--fz-50));
    padding-top: calc((100% - var(--fz-50)) * 360 / 520 );
    border-radius: var(--d-radius);
    overflow: hidden;
}
.benefits-items .item .item-thumb:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 41, 76, 0) 0%, #00294C 100%);
    opacity: 0.6;
}
.benefits-items .item .item-body{
    background: #f3edde;
    padding: var(--fz-30) var(--fz-35);
    margin-left: 15%;
    margin-top: -1.5rem;
    position: relative;
    border-radius: calc(1.5 * var(--d-radius));
}
.section-library-album .benefits-items .item .item-body{
    margin-left: 36%;
}
.benefits-items .item .title{
    color: #00336A;
    font-size: var(--fz-30);
    font-weight: 600;
    position: relative;
}
.benefits-items .item .title:before{
    content: '';
    position: absolute;
    background: #FFFFFF;
    filter: blur(25px);
    left: calc(-1 * var(--fz-35));
    top: calc(-1 * var(--fz-30));
    width: calc(100% + 2 * var(--fz-35));
    height: calc(100% + 2 * var(--fz-30));
    border-radius: 30%;
}
.benefits-items .item .title span{
    position: relative;
}
.benefits-items .item .item-body .item-title{
    margin: 0;
}
.benefits-items .item .item-body .number{
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    color: #fff;
    font-weight: 600;
    font-size: var(--fz-70);
    line-height: 0.83em;
}

.section-recruitment-whyus .item-body{
    padding: var(--d-padding);
    padding-left: var(--d-padding-xl);
}
.section-recruitment-whyus .item-body h3{
    color: #00336A;
    text-transform: uppercase;
    font-weight: 500;
    font-size: var(--fz-35);
    margin-bottom: 0.25rem;
}
.benefits-items .item .item-body .description{
    position: relative;
}

/*Tuyen dung*/
.header-vit{background: rgba(0, 51, 106, 1); border: 1px solid rgba(16, 103, 178, 1); border-top-left-radius: 10px; border-top-right-radius: 10px;}
#tintuyendung{padding: 60px 0px;}
.vitritd {width:100%; margin: 40px auto 0px;}
.header-vit ul,.toogle-tuyendung ul{padding-left: 0px;margin-bottom: 0px;    width: 100%;}
.header-vit li, .toogle-tuyendung .card-header li {
    text-align: center;    font-weight: 700;list-style: none; text-transform: uppercase; font-size: var(--fz-18);
    padding: 9px 15px; color: #fff;    margin-bottom: 0;
}
.toogle-tuyendung{ border: 1px solid rgba(217, 217, 217, 1); padding: 1rem 2rem 0; border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;    overflow: hidden;}

.heading-card .vtri-td,.header-vit .vtri-td{flex: 0 0 40%; max-width: 40%;}
.heading-card .sl-td,.header-vit .sl-td{flex: 0 0 20%; max-width: 20%;text-align: center;}
.heading-card .time-td,.header-vit .time-td{flex: 0 0 20%; max-width: 20%;text-align: center;}
.heading-card .nhh-td,.header-vit .apply-cv,.header-vit .nhh-td,.heading-card .apply-cv{
    flex: 0 0 20%; max-width: 20%;text-align: center !important;
}
.toogle-tuyendung .accordion-item:last-child{border-bottom: 0;}
.heading-card .vtri-td{
    text-align: left; padding-left: 1rem;
    position: relative;
    font-size: var(--fz-20);
     color: #20446F;
 }
.toogle-tuyendung li {list-style: none; margin-bottom: 0; color: #00336A;}
.toogle-tuyendung li.time-td{color: #A07D3F}
.toogle-tuyendung  .vtri-td,.toogle-tuyendung  .sl-td{font-weight: 700;    margin-bottom: 0;}
.toogle-tuyendung  .sl-td,.heading-card .time-td{ font-size: var(--fz-18);}
.toogle-tuyendung .btn-link{width: 100%; font-size: var(--fz-18);text-decoration: none;padding-left: 0px; padding-right: 0px;font-weight: 400;}

.heading-card ul,.header-vit ul{display: -webkit-box; display: -ms-flexbox; display: flex ; -ms-flex-wrap: wrap; flex-wrap: wrap;align-items: center;}


.p-recruitment .accordion-button{
   background-color: transparent; box-shadow: none;
}
.accordion-button:not(.collapsed) .btn-apply{opacity: 0; visibility: hidden; pointer-events: none;}

.accordion-button:after {
    order: -1;     left: 3rem;
    margin-left: 0;
    margin-right:0.5em;
}
.accordion-button::after{}
#tintuyendung .btn-link { font-weight: 700;  font-size: var(--fz-20); color: rgba(242, 128, 33, 1);}

.toogle-tuyendung{ padding: 0.6rem var(--fz-70);}
.p-recruitment .accordion-item{border: 0;  border-bottom: 1px solid rgba(217, 217, 217, 1);}
.p-recruitment .accordion-item .accordion-button{
    padding-left: 0;
    padding-right: 0;
}
.p-recruitment .accordion-body hr{border: 1px solid rgba(178, 222, 255, 1)}
.p-recruitment .accordion-body h2,.accordion-body h3,.accordion-body h4,.accordion-body h5,.accordion-body h6{color: #1067B2; text-transform: uppercase; font-size: var(--fz-17);}
.p-recruitment .accordion-body { padding: 0 0rem 1rem;    margin-top: -1.2rem; }
.p-recruitment .accordion-body li{list-style: square;}
.p-recruitment .accordion-body li li{list-style: disc;}

.p-recruitment .accordion-body ul{padding-left: 2.5rem; margin-bottom: 1rem}
.p-recruitment .accordion-body li::marker { color: rgba(85, 85, 85, 1); }
.banner-recruitment .section-image{border-radius: 0px;}


.custom-file-button{width:auto;}
.custom-file-button input[type=file] {
    margin-left: -2px !important;
}

.custom-file-button input[type=file]::-webkit-file-upload-button {
    display: none;
}

.custom-file-button input[type=file]::file-selector-button {
    display: none;
}

.custom-file-button:hover label {
    background-color: #dde0e3;
    cursor: pointer;
}
.custom-file-button .input-group-text {
    background: transparent;
    color: #555555;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: solid 1px rgba(115, 115, 115, 0.3);
    padding: 0;
    height: 3rem;
}
.custom-file-button .input-group-text  i{order: 2;  margin-left: auto;}
.custom-file-button:hover .input-group-text {
    border-color: var(--color-1);
}
.custom-file-button .form-control {
    border-radius: 0;
}
.custom-file-button:not(.hasfile) .input-group-text {
    border-radius: 0px !important;
}
.custom-file-button:not(.hasfile) .form-control {
    display: none;
}


.partner-slide{

}
.section-partner .section-slide{
    position: relative;
}
.section-partner .swiper-slide{
    height: auto;
}
.section-partner .item .thumbnail{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 1px solid #D9D9D9;
    padding: var(--fz-20) var(--fz-20);
}
.section-partner .item .thumbnail img{
    max-height: 100%;
    width: auto;
    filter: grayscale(100%);
    transition:var(--d-transition);
    opacity: 0.65;
}
.section-partner .item:hover .thumbnail img{
    filter: grayscale(0%);
    opacity: 1;
}

#footer{
    background: var(--d-gradient);

}

.footer-top .footer-logo{
    width: 15.73vw;
    min-width: 220px;
    margin: 0 0 var(--fz-55);
}
.footer-top .contact-info h3.title {
    font-size: var(--fz-20);
    font-weight: 600;
}
.footer-bottom {
    border-top: solid 1px rgba(255, 255, 255, 0.3);
}

.footer-menu ul{
    list-style: none;
    padding: 0;
    padding-top: var(--d-padding);
}
.footer-menu ul li{
    display: block;
    margin-bottom: 1rem;
}
.footer-menu ul li a{
    display: block;
    text-align: right;
    font-size: var(--fz-22);
    color: #F1F1F1;
}
.footer-menu ul.sub-menu{display: none;}


.contact-items{list-style: none; padding: 0; margin-bottom: 2rem; text-align: left;}
.contact-items li{display: flex; gap: 0.75rem;}
.contact-items li,
.contact-items li a{color: #fff; font-weight: 300}
.contact-items li a:hover{color: #D9B056}
.contact-items li .icon{
    flex:0 0 var(--fz-18);
    width: var(--fz-18);
    color: #fff;
}


.social-btn .inner{
    display: flex;
    gap: 1.5rem;
}
.social-btn a{
    width: var(--iz-2);
    height: var(--iz-2);
    flex: 0 0 var(--iz-2);
    border-radius: 50%;
    font-size: calc(var(--iz-2) / 2);
    background: #FFFFFF;
    color: #CFA04F;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.social-btn a:hover{
    background: #D4B35B;
    color: #fff;
}
#footer .social-btn a:not(:hover){color: #00336A}


.modal-form-popup .modal-content{background: #012A45;}
.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;
}

.section-page-info{
    overflow: hidden;
}
.section-page-info .item-thumb{
    height: 100%;
    position: relative;
    z-index: 2;
}
.section-page-info .item-thumb img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section-page-info .section-content-wrapper{
    padding:  var(--d-padding) var(--d-padding-xl);
}

.section-aboutus-vm .section-items .item{
    display: flex;
}
.section-aboutus-vm .section-items .item .item-body{
    padding:  var(--d-padding);
}
.section-aboutus-vm .section-items .item .item-body p:last-child{margin-bottom: 0}

.section-aboutus-vm .section-items .item:nth-child(odd) .item-body{
    padding-left: var(--d-padding-xl);
}
.section-aboutus-vm .section-items .item:nth-child(even) .col-lg-5{
    order: 2;
}
.section-aboutus-vm .section-items .item:nth-child(even) .item-body{
    padding-right: var(--d-padding-xl);

}
.section-aboutus-vm .section-items .item .slogan{
    color: #00336A;
    font-size: var(--fz-35);
    text-transform: uppercase;
    font-weight: 500;
}



.value-items .item{
    padding: 0 var(--fz-55);
}
.value-items .item .item-thumb{
    padding-top: calc(100% * 464 / 775);
    z-index: 2;
    position: relative;
    transform: translateX(var(--fz-55));
}

.value-items .item .item-body{
    padding: var(--fz-55);
    padding-top: calc(2.8 * var(--fz-55));
    margin-top: calc(-1.8 * var(--fz-55));;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: var(--d-transition);
    background: linear-gradient(90deg, #001825 0%, #005A8B 100%);
    color: #fff;
}

.value-items .item .item-body .description{

}
.value-items .title{
    color: #D9B056;
    font-size: var(--fz-50);
    text-transform: uppercase; font-weight: 500;
    transition: var(--d-transition);
    margin-bottom: 1em;
}

.value-items .item:hover .title{

}
.value-items .item:hover .item-thumb:after{
    height: 100%;
}
.value-items .item:hover .item-body{
    justify-content: center;
}


.section-culture{
    background: #F5F2ED;
}
.section-culture .section-items .item{display: flex; align-items: flex-end; gap: var(--fz-55)}
.section-culture .section-items .item .item-thumb {
    flex:  0 0 30%;
    padding-top: calc(30% * 664 / 487);
}
.section-culture .section-items .item .item-body{

}
.section-culture .section-items .item .description{
    position: relative;
    padding: 0 calc(1.5 * var(--fz-55));
}
.section-culture .section-items .item .description:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: var(--fz-50);
    aspect-ratio: 66 / 50;
    background:url('../images/open-quote.svg') no-repeat center center;
    background-size: cover;
}

.section-culture .section-content{
    padding-top: calc(var(--fz-55) * 5 );
}
.section-culture .section-image-2{
    position: absolute;
    width: 26.146vw;
    min-width: 300px;
    right: 0;
    top: 0;
}
.section-culture .section-content .item{

}


.section-info{
    font-size: var(--fz-30);
}

.section-aboutus-history .section-title{
    flex:  0 0 30%;
}
.section-aboutus-history .section-content{
    width: 45%;
    min-width: 300px;
}

.history-items .item{
    display: flex;
    padding-bottom: 1rem;
}
.history-items .item .item-thumb{
    flex:  0 0 30%;
    padding-top: calc(30% * 612 / 507);
}
.section-aboutus-history .section-content,
.history-items .item .item-body{
    padding-left: calc(2 * var(--fz-55));
}
.history-items .year{

    color: white;
    text-shadow:1px 0 0 #D1B061,0 1px 0 #D1B061,-1px 0 0 #D1B061,0 -1px 0 #D1B061;
    font-size: 23.4375vw;
    font-weight: 600;
    line-height: 0.65em;
    margin-bottom: calc(1.5 * var(--fz-55));

}
.history-items .item .item-body .content{
    display: flex;
    gap: 1rem;
    align-items: flex-end;
}
.history-items .item .item-body .content .month{
    color: #D1B061;
    font-size: var(--fz-35);
    display: flex;
    flex-direction: column;
}
.history-items .item .item-body .content .month strong{
    font-size: 9.8958vw;
    color: #D1B061;
    line-height: 0.75em;
    font-weight: 600;
}
.history-items .item .item-body .description{
    text-transform: uppercase;
    font-size: var(--fz-22);
}

.section-award{
    background: var(--d-gradient);
}
.award-items .item .item-thumb{
    padding-top: calc(100% * 340 / 573);
}
.award-items .item .item-body{
    padding: 0.625rem 0;
    display: inline-flex;
    gap: var(--fz-30);
    font-size: var(--fz-26);
}
.award-items .item .item-body:before{
    content: '';
    aspect-ratio: 51 / 85;
    width: var(--fz-50);
    flex: 0 0 var(--fz-50);
    background: url('../images/icon-gt.png') no-repeat center center;
    background-size: contain;
}
.award-items .item .item-body span{
    display: inline-flex;
    padding-top: 0.625rem;
}

.companies-items .item .item-thumb{
    padding-top: calc(100% * 580 / 550);
}
.companies-items .item .item-body{
    padding: var(--fz-35) 0;
}
.companies-items .item .title{
    font-size: var(--fz-35);
    text-transform: uppercase;
}


.section-contact-info .contact-info h3{
    color: #D9B056;
    font-size: var(--fz-30);
    font-weight: 600;
}
.section-contact-info .contact-items li,
.section-contact-info .contact-items li a{
    color: #555555;
}
.section-contact-info .contact-items li .icon{
    color: #555;
}
.section-contact-info .contact-items li .icon img{
    filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(1%) hue-rotate(230deg) brightness(99%) contrast(90%);
}


.projects-list .item{
    display: flex;
    align-items: center;
    --thumbW:58%;
    background: #00336A;
}
.projects-list .item .item-thumb{
    flex:  0 0 var(--thumbW);
    width: var(--thumbW);

    padding-top: calc(var(--thumbW) * 770 / 1110);
}
.projects-list .item .item-thumb:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    aspect-ratio: 1;
    background: url('../images/bg/icon-5.svg') no-repeat right center;
    background-size: auto 100%;
    z-index: 1;
}
.projects-list .item .item-body{
    padding: var(--d-padding);
    padding-left: var(--d-padding-xl);
    flex-grow: 1;
    width: auto;
    background: transparent;
    position: static;
}
.projects-list .item:nth-child(odd) .item-thumb:before{
    right: auto;
    left: 0;
    background-image: url('../images/bg/icon-4.svg');
    background-position: left center;
}


@media(min-width: 768px){
    .projects-list .item .item-thumb{
        order: 2;
    }
    .projects-list .item:nth-child(odd){
        background: #F5F2ED;
    }


    .projects-list .item:nth-child(odd) .item-thumb{
        order: 0;
    }
    .projects-list .item:nth-child(odd) .attrs .attr{
        color: #555555;
    }

    .projects-list .item:nth-child(odd) .attrs .attr img
    {
        filter: brightness(0) saturate(100%) invert(33%) sepia(1%) saturate(0%) hue-rotate(52deg) brightness(96%) contrast(90%);
    }
    .projects-list .item:nth-child(odd) .btn:hover{
        color: #555;
    }
}



.projects-list .item .title{

}

.section-library-document .section-items .group-items:not(:last-child){
    margin-bottom: 2rem;
}
.section-library-document .section-items .heading{
    display: flex;
    border-bottom: solid 1px #A07D3F;
    padding-bottom: var(--fz-22);
}
.section-library-document .section-items .heading .title{
    color: #00336A;
    font-size: var(--fz-30);
    text-transform: uppercase;
    font-weight: 600;
}
.section-library-document .section-items .heading .filter{
    border: solid 1px #D9D9D9;
    border-radius: var(--d-radius);
    margin-left: auto;
}
.section-library-document .section-items .heading .filter .input-group{
    align-items: center;

}
.section-library-document .section-items .heading .filter .btn{
    padding: 0.5rem 1rem;
}
.section-library-document .section-items .heading .filter .btn i{
    font-size: var(--fz-30);
    color: #D9B056;
}
.section-library-document .section-items .heading .filter span{
    display: inline-flex;
    position: relative;
    height: 2rem;
    width: 2px;
    background: #D9D9D9;
}
.section-library-document .section-items .heading .form-select{
    border: 0;
    position: relative;
    width: 7.5rem;
    flex: 0 0 7.5rem;
}

.section-library-document .section-items .heading .form-control{
    background: transparent;
    min-width: var(--fz-90);
    height: auto;
    text-align: left;
}


.document-items .item{
    padding: var(--fz-35) var(--fz-30);
    display: flex;
    gap: var(--fz-26);
    border-bottom: solid 1px #DDE0E3;
}
.document-items .col-lg-6:nth-child(odd) .item{
    padding-left: 2px;
}
.document-items .item .item-thumb{
    flex: 0 0 calc(2 * var(--fz-35));
    width: calc(2 * var(--fz-35));
}
.document-items .item .item-body{
    flex-grow: 1;
}
.document-items .item .item-control{
    gap: var(--fz-55);
    color: #A07D3F;
}
.document-items .item a{
    color: #A07D3F;
    font-size: var(--fz-18);
    font-weight: 600;
}
.document-items .item a:hover{
    color: #00336A;
}
.document-items .item .btn-download{
    display: inline-flex;
    gap: 0.75rem;
    color: #A07D3F;
}
.document-items .item .btn-download:after{
    content: '';
    background: url('../images/icon-download.svg') no-repeat center center;
    background-size: contain;
    width: 1.4375rem;
    aspect-ratio: 1;
    display: inline-flex;
}


.policy-items .section-title{
    font-weight: 600;
    font-size: var(--fz-30);
}
.policy-items .editor-content strong{

}

.policy-items .accordion-button,
.policy-items .accordion-item{
    background: transparent;
}
.policy-items .accordion-button{
    color: #243B5A;
}
.policy-items .accordion-item{
    border: solid 1px rgba(115, 115, 115, 0.5);
    margin-bottom: 0.5rem;
    border-radius: 0.4rem;
}
.policy-items .accordion-flush .accordion-item:first-child{
    border-top: solid 1px rgba(115, 115, 115, 0.5);
}
.policy-items .accordion-flush .accordion-item:last-child{
    border-bottom: solid 1px rgba(115, 115, 115, 0.5);
}
.policy-items .accordion-item .accordion-button{
    font-size: var(--fz-20);
    font-weight: 700;
    justify-content: space-between;
}
.policy-items .accordion-button::after{
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 8L0.870835 0.5L12.1292 0.500001L6.5 8Z' fill='%23243B5A'/%3E%3C/svg%3E") !important;
    position: static;
    order: 2;
}
.policy-items .accordion-button:focus{box-shadow: none;}

.policy-items .accordion-button:not(.collapsed){
    box-shadow: inset 0 -1px 0 rgba(215, 224, 231, 1);
}
.policy-items .accordion-body{
    padding: 1rem 1.25rem;
    margin: 0;
}
.policy-items table td{
    border-color: #243B5A;
}

.policy-modal .form-control{
    border: solid 1px rgba(115, 115, 115, 0.3) ;
}


.policy-submit-wrapper {
    /*position: fixed;
    left: 0;
    bottom: 0;*/
    width: 100%;
    padding: 1rem;
    z-index: 2;
    gap: 1rem;
}
.sticky-footer .policy-submit-wrapper {
    position: static;
}

@media(min-width:1200px){
    .policy-submit-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;

    }
    body:not(.sticky-footer) .policy-submit-wrapper{
        padding: 1rem var(--d-padding-xl);
    }
}


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

@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{
    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%;  }
}
@media (min-width:1201px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: 980px;
    }
   .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
   .container-d{padding-left: var(--d-padding-xl); padding-right: var(--d-padding-xl);}
}
@media (min-width:1399px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
         max-width: calc(100vw - 25vw);
    }
}
@media (min-width:1601px) {

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{

    }


}

@media (max-width:1699px) {

     
}

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

}

@media (max-width:1599px) {
    .section-padding-xl{
        padding: 5rem 0;
    }
    .section-padding{padding: 4rem 0;}
    .section-padding-lg{padding: 3rem 0;}
    .section-padding-md{padding: 2rem 0;}
    .section-padding-top{padding-top: 4rem;}

}
@media (max-width:1399px) {
    .section-padding-xl{
        padding: 4rem 0;
    }
    .section-padding{padding: 3rem 0;}
    .section-padding-lg{padding: 3rem 0;}
    .section-padding-md{padding: 2rem 0;}
    .section-padding-top{padding-top: 3rem;}

}

@media (max-width:1299px) {
    


}

@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) {
    .header-bottom{
        padding: 0.5rem 0;
    }
    #header .navbar-brand{
        margin: 0px calc(1 * var(--fz-35));
    }
    #header .menu li{
        margin: 0px 1rem;
    }
    #header .menu li a{
        font-size: var(--fz-16);
    }
    .section-home-slide .scroll-downs {display: none;}

    .section-mission .item .item-body{
        padding: calc(1 * var(--fz-50)) calc(1.5 * var(--fz-50));;
    }
    .section-mission .slogan{
        font-size: var(--fz-26);
    }

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

    #header .language{
        padding: 0.25rem 0.25rem;
    }


    .section-title.lg{font-size: var(--fz-40);}
    .section-title.md{font-size: var(--fz-26); padding-bottom: 0}
    .section-title.md:before{display: none;}

    .btn{ font-size: var(--fz-16);}


    .header-bottom{
        padding: 0.25rem 0;
    }
    #header .header-left,
    #header .header-bottom  .menu{display: none;}
    #header .header-right{
        justify-content: flex-end;
        gap: 1rem;
    }
    #header .navbar{

    }
    #header .navbar-brand{
        margin: 0;
    }

    .section-home-slide .banner-content{
        font-size: var(--fz-26);
        transform: translate(0, -35%);
        padding: 0px 0.75rem;
        width: 100vw;
        left: 0;
    }
    .section-home-slide .banner-content .section-title{
        font-size: var(--fz-50);
    }
    .section-home-slide .banner-content .scroll-down{
        margin-top: 0rem;
    }
    .section-home-slide .banner-content .scroll-down object{
        width: var(--fz-16);
        height: auto;
    }

    .section-slide-style-3 .slide-control .swiper-button-prev,
    .section-slide-style-3 .slide-control .swiper-button-next{

    }

    .section-aboutus-vm .section-items .item .item-body,
    .section-aboutus-vm .section-items .item:nth-child(odd) .item-body{
        padding-top: 1.5rem;
        padding-bottom: 0;
    }

    .value-items .item{
        padding: 0 var(--fz-30) 0 2px;
    }
    .value-items .item .item-thumb{
        transform: translateX(calc(var(--fz-30) / 2) );
    }

    .section-culture .section-image-2,
    .section-culture .section-image{display: none;}
    .section-culture .section-content{
        padding-top: 0;
    }
    .section-culture .bg-6{
        width: calc(100% + 40vw );
        left: 0;
        bottom: 0;
        background-position: bottom left;
       aspect-ratio: 1156/1001;
       height: auto;
        transform: translateX(-40vw);

    }
    .section-aboutus-history .section-content{
        width: 100%;
    }

    .section-recruitment-benefits .section-content-wrapper{
        align-items: flex-end;
    }
    .section-recruitment-benefits .section-content-wrapper .section-image{
        flex: 0 0 35%;
        width: 35%;
    }
    .section-recruitment-benefits .section-slide-wrapper{
        width: calc(65% - var(--d-padding-xl));
    }

    .section-page-info .item-thumb{
        height: calc(100vw * 250 / 440);
    }
    .section-page-info .item .item-thumb{height: 0}

    .section-recruitment-whyus .item-body{
        padding-top: 1.5rem;
        padding-bottom: 3rem;

    }
    .section-overview .section-image{
        padding-right: 0;
    }



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


 }
@media (max-width:767px) {
    .pt-xs-0{
        padding-top: 0;
    }
    .pb-xs-0{
        padding-bottom: 0;
    }
    .section-home-slide .banner-logo{
        top: 60%;
        display: none;
    }
    .philosophy-items .nav .nav-link{
        font-size: var(--fz-16);
        padding: 0.5rem;
    }
    .philosophy-items .item{
        flex-direction: column;
        --thumbW: 100%;
    }
    .project-items .item .item-thumb{
        --thumbSize: 100%;
    }

    .project-items .item .item-body{
        position: static;
        width: 100%;

        padding: 1.5rem ;
        background: rgba(0, 51, 106, 0.9);
        border-radius: 0;

        /*#001825 0%, #005A8B */
    }
    .section-project-slide .slide-control .swiper-button-next,
    .section-project-slide .slide-control .swiper-button-prev{
        top: calc(100vw * 620 / 1140 / 2);
    }

    .footer-bottom {text-align: center;}
    .social-btn .inner{
        justify-content:center;
    }
    .section-home-news .item .item-control{
        display: none;
    }

    .section-overview .content-inner{
        padding: var(--fz-55) 0.75rem;
    }
    .section-overview .section-title{
        font-size: var(--fz-30);
    }


    .post-list .post-slide{

    }

    .post-list .post-slide .swiper-slide{
        transform:translateY(0);
    }
    .section-home-news .post-list .post-slide .item .item-body{
        padding-top: 0;
    }


    .post-list .post-slide .item .item-thumb,
    .post-list-style-2.post-list .item .item-thumb{
        flex: 0 0 55%;
        width: 55%;
        padding-top: calc(55% * 236 / 403);
        border-radius: 3px;
    }
    .post-list .post-slide .item .description,
    .post-list .post-slide .item .btn,
    .post-list-style-2.post-list .item .description,
    .post-list-style-2.post-list .item .btn{
        display: none;
    }
    .post-list .post-slide .item h3 a,
    .post-list-style-2.post-list .item h3 a{
        -webkit-line-clamp: 4;
    }

    .footer-menu ul li a{text-align: left;}

    .section-culture .section-content .item{
        flex-direction: column;
    }
    .section-culture .section-items .item .item-thumb{
        flex: 0 0 100%;
        padding-top: calc(100% * 664 / 487);
    }
    .section-aboutus-history .section-content,
    .history-items .item .item-body{
        padding-left: 0;
    }


    .history-items .item{
        gap: 1rem;
        align-items: flex-end;
    }
    .history-items .item .item-thumb{
        flex: 0 0 70%;
        padding-top: calc(70% * 612 / 507);
    }
    .history-items .item .item-body .content .month{
        text-transform: uppercase;
    }
    .history-items .item .item-body .content .month strong{
        font-size: 150px;
    }
    .history-items .year{
        font-size: 40.909vw;
        text-align: center;
    }

    .projects-list .item{
        flex-direction: column;
        --thumbW: 100%;
    }
    .project-items .item .item-thumb{

    }

    .section-recruitment-benefits .section-content-wrapper{
       flex-direction: column;
    }
    .section-recruitment-benefits .section-content-wrapper .section-image{
        flex: 0 0 100%;
        width: 100%;
    }
    .section-recruitment-benefits .section-slide-wrapper{
        width: 100%;
    }
    .benefits-items .item .item-body,
    .section-library-album .benefits-items .item .item-body{
        margin-left: 10%;
    }

    .section-companies .p-left-xl{}
    .section-slide-style-3.pagination-xs .slide-control{
        position: static;
         margin-top: 1rem;
    }
    .section-slide-style-3.pagination-xs .slide-control .swiper-pagination{
        position: static;

    }
    .section-slide-style-3.pagination-xs .slide-control .swiper-button-prev,
    .section-slide-style-3.pagination-xs .slide-control .swiper-button-next{
        display: none;
    }

    .toogle-tuyendung .btn.btn-primary{ padding: 0.5rem 2.875rem 0.5rem 1.275rem; }

    .section-library-album .section-slide-wrapper{
        padding: 0px calc(var(--bs-gutter-x,1.5rem) * .5);
    }
    .section-library-document .group-items:not(:last-child){
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: solid 1px #A07D3F;
    }
    .section-library-document .section-items .heading{
        flex-direction: column;
        border-bottom: 0;
    }
    .section-library-document .section-items .heading .filter{
        margin-left: 0;
    }
    .document-items .item{
        padding: var(--fz-35) 0;
    }
    .section-library-document .section-items .heading .title{
        border-bottom: solid 1px #A07D3F;
        position: relative;
        margin-bottom: 1rem;
        padding-bottom: 0.5rem;
    }
    .section-library-document .section-items .heading .title:before{
        content: '';
        position: absolute;
        left: 1rem;
        top: 100%;
        width: 0px;
       height: 0px;
       border-style: solid;
       border-width: 9px 6px 0 6px;;
       border-color: #A07D3F transparent transparent transparent;
       transform: rotate(0deg);
    }



}
@media (max-width:575px) {
    .toogle-tuyendung .btn.btn-primary { padding: 0.6rem 2.675rem 0.5rem 0.875rem; }
}


@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 scrolldown {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    opacity: 0;
  }
}

@media(max-width: 991px){
    @keyframes scrolldown {
      0% {
        opacity: 0;
      }
      10% {
        -webkit-transform: translateY(0);
                transform: translateY(0);
        opacity: 1;
      }
      100% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        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: var(--d-gradient);

    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.overlay-menu .menu-logo-wrapper{
    position: absolute;
    left: 0;
    bottom: 1rem;
    width: 100%;
}


.overlay-menu .bg{
    position: absolute; pointer-events: none;
    inset: 0;
}
.overlay-menu .bg:before,
.overlay-menu .bg:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 60%;
    height: 100%;
    pointer-events: none;
    background: url('../images/bg-menu-left.svg') no-repeat;
    background-position: left top;
    background-size: cover;
    opacity: 0.2;
}
.overlay-menu .bg:after{
    right: 0;
    left: auto;
    background-image: url('../images/bg-menu-right.svg');
    background-position: right top;
}

.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: #fff;
    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: #012A45; }*/

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


/*Video*/
#section_video{position: relative; height: 100vh;
    --plyr-color-main:rgba(4, 44, 54, 1,0.7);
    --plyr-video-background:transparent;
}
#section_video .plyr__poster{background-size: cover;}
#section_video .plyr__control--overlaid{border:solid 1px #fff; opacity: 1;
    width: calc(1.636 * var(--fz-55));
    height: calc(1.636 * var(--fz-55));
    background:  url('../images/icon-video-play.svg') no-repeat center center; background-size: 100% auto;
}
#section_video .plyr__control--overlaid svg{display: none;}

#section_video .video-poster{position: absolute; left: 0; top: 0; width: :100%; height: 100%;}
#section_video .video-poster:before{
    content: '';
     position: absolute;
    left: 50%;
    top: 50%;
    width: calc(1.636 * var(--fz-55));
    height: calc(1.636 * var(--fz-55));
    max-width: 7vw; max-height: 7vw;
    transform: translate(-50%,-50%);
    background: rgba(4, 44, 54, 0.7) url('../images/icon-video-play.svg') no-repeat center center;  background-size: 100% auto;
    transition: var(--d-transition);
}
#section_video .item-video{cursor: pointer;}
#section_video .item-video:hover .video-poster:before{
    background-color: rgba(4, 44, 54, 1);
}
#section_video video{object-fit: cover;}
#section_video video:not(.playing){/*opacity: 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)
}
}





@media screen and (min-width:992px) and (max-width:1199px){

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

    .toogle-tuyendung{
        padding: 0.6rem 1rem;;
    }
    .p-recruitment .accordion-body{
        padding: 0 1rem 1rem;
    }
    .accordion-button:after { left: 1rem;}
    .heading-card .vtri-td { text-align: left; }


    .heading-card .apply-cv,
    .header-vit .nhh-td{display: none;}

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

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


}
@media (max-width:576px) {
     .btn.btn-outline, .btn.btn-default {padding: 0.5rem 2.6rem 0.4rem 1.375rem; }
    .btn.btn-outline i, .btn.btn-default i { font-size: 0.7rem; }

    .accordion-body { padding: 0 1rem 1rem;}
    .header-vit .sl-td{display: none;}


    .heading-card .vtri-td, .header-vit .vtri-td{
        flex: 0 0 100%;
        max-width: 100%;
    }


    .toogle-tuyendung .btn{ padding: 0.5rem 2.875rem 0.5rem 1.275rem; }
    .heading-card .nhh-td, .header-vit .apply-cv, .header-vit .nhh-td, .heading-card .apply-cv {padding-right: 0px; }


    .header-vit .vtri-td{
        width: 100%;
    }
    .header-vit .time-td,
    .header-vit .nhh-td,
    .heading-card .apply-cv{
        display: none;
    }
    .heading-card .time-td span,
    .heading-card .sl-td span{
        color: #555555;
        font-weight: 400;
    }
    .heading-card .time-td,
    .heading-card .sl-td{
        flex: 0 0 50%;
        max-width: 50%;
        text-align: left;
        padding: 0.5rem 0 0 1rem;
    }
    .heading-card .sl-td{

    }

}
@media (max-width:420px) {
    .toogle-tuyendung .btn { padding: 0.6rem 2.675rem 0.5rem 0.875rem; }
}
@media (max-width:380px) {

}
@media (max-width:365px) {
    .accordion-button {padding: 0.8rem 0.8rem;}
}