@font-face {
  font-family:"IBM Plex Sans Thai";
  src: url('../fonts/ibmplexsansthai-thin-webfont.woff2') format('woff2'),
       url('../fonts/ibmplexsansthai-thin-webfont.woff') format('woff'),
       url('../fonts/ibmplexsansthai-thin-webfont.ttf') format('truetype'),
       url('../fonts/ibmplexsansthai-thin-webfont.svg#ibm_plex_sans_thaithin') format('svg');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family:"IBM Plex Sans Thai";
  src: url('../fonts/ibmplexsansthai-extralight-webfont.woff2') format('woff2'),
       url('../fonts/ibmplexsansthai-extralight-webfont.woff') format('woff'),
       url('../fonts/ibmplexsansthai-extralight-webfont.ttf') format('truetype'),
       url('../fonts/ibmplexsansthai-extralight-webfont.svg#ibm_plex_sans_thaiextralight') format('svg');
  font-weight: 200;
  font-style: normal; 
}

@font-face {
  font-family:"IBM Plex Sans Thai";
  src: url('../fonts/ibmplexsansthai-light-webfont.woff2') format('woff2'),
       url('../fonts/ibmplexsansthai-light-webfont.woff') format('woff'),
       url('../fonts/ibmplexsansthai-light-webfont.ttf') format('truetype'),
       url('../fonts/ibmplexsansthai-light-webfont.svg#ibm_plex_sans_thailight') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family:"IBM Plex Sans Thai";
  src: url('../fonts/ibmplexsansthai-regular-webfont.woff2') format('woff2'),
       url('../fonts/ibmplexsansthai-regular-webfont.woff') format('woff'),
       url('../fonts/ibmplexsansthai-regular-webfont.ttf') format('truetype'),
       url('../fonts/ibmplexsansthai-regular-webfont.svg#ibm_plex_sans_thairegular') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family:"IBM Plex Sans Thai";
  src: url('../fonts/ibmplexsansthai-medium-webfont.woff2') format('woff2'),
       url('../fonts/ibmplexsansthai-medium-webfont.woff') format('woff'),
       url('../fonts/ibmplexsansthai-medium-webfont.ttf') format('truetype'),
       url('../fonts/ibmplexsansthai-medium-webfont.svg#ibm_plex_sans_thaimedium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family:"IBM Plex Sans Thai";
  src: url('../fonts/ibmplexsansthai-semibold-webfont.woff2') format('woff2'),
       url('../fonts/ibmplexsansthai-semibold-webfont.woff') format('woff'),
       url('../fonts/ibmplexsansthai-semibold-webfont.ttf') format('truetype'),
       url('../fonts/ibmplexsansthai-semibold-webfont.svg#ibm_plex_sans_thaisemibold') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family:"IBM Plex Sans Thai";
  src: url('../fonts/ibmplexsansthai-bold-webfont.woff2') format('woff2'),
       url('../fonts/ibmplexsansthai-bold-webfont.woff') format('woff'),
       url('../fonts/ibmplexsansthai-bold-webfont.ttf') format('truetype'),
       url('../fonts/ibmplexsansthai-bold-webfont.svg#ibm_plex_sans_thaibold') format('svg');
  font-weight: 700;
  font-style: normal;

}

/*==================================================
    General
==================================================*/

html,body{
  padding: 0;
  margin: 0; 
  height: 100%; 
  scroll-behavior:unset !important
}  

body{      
  margin:0; 
  padding:0;  
 
  position: relative;
  overflow-x: hidden;
  background: var(--bs-body-bg);

  /* overscroll-behavior:unset !important; */

}
  
:root {     
  --bs-body-color:#3E424B;
  --bs-body-bg:#e9eef2;
  --bs-body-text-align:left;
  --bs-body-font-weight:var(--fw-400);
  --bs-body-line-height:1.65; 
  --bs-body-font-size:var(--body);
  --bs-body-font-family:"IBM Plex Sans Thai", sans-serif; 
  --bs-link-hover-color:inherit; 
  
  --heading-1:46px;
  --heading-2:36px;
  --heading-3:21px; 

  --heading-semibold-1:46px;
  --heading-semibold-2:28px;
  --heading-semibold-3:16px;

  --heading-mobile:28px;

  --body:16px;
  --small:13px;
  --note:11px;

  --h1:var(--heading-1);
  --h2:var(--heading-2);
  --h3:var(--heading-3);  
  
  --error:#FF2E32;
  --primary:#203468;   
  --light:#63B5E5;
  --charcoal-blue:#3E424B;
  --gray:#A4A8B3;
  --gray-light:#DEE1E8;
  --gray-superlight:#EBF0F3;
  --silver:#6E6D72;
  --copper:#774C2A;
  --bronze:#8A7D6C;
  /* --copper-Linear:#;
  --silver-Linear:#; */

  --animation-primary: 0.4s cubic-bezier(.75, 0, .25, 1);
  --animation-navigation-fade: 0.3s ease-in-out; 
    
  --navbar-brand:220px;   
  --header-height:110px;
   
  /* --fw-200:200;
  --fw-300:200;
  --fw-400:300;
  --fw-500:400;
  --fw-600:500; 
  --fw-700:600;
  --fw-800:700;
  --fw-900:800;   */

  --fw-200:200;
  --fw-300:300;
  --fw-400:400;
  --fw-500:500;
  --fw-600:600; 
  --fw-700:700;
  --fw-800:800;
  --fw-900:900;  
 
}  
 
@media (max-width:1280px) {
  :root{
    --navbar-brand:190px;   
    --header-height:100px;
  }  
}
@media (max-width:575px) {
  :root{
    --navbar-brand:165px;   
    --header-height:70px;
  }  
}
.modal-open{
  touch-action: none; 
  overscroll-behavior: contain;
}
  
.modal-backdrop{
  overscroll-behavior: contain;
  --bs-backdrop-opacity: 0.6;
  --bs-backdrop-zindex: 1051; 
}
 
a{
  color:inherit;
  text-decoration: none; 
  transition: all 0.2s ease-in-out; 
}
a:hover{ text-decoration: none;   } 
.form-control,
.form-select{
  --input-h:40px;
 -webkit-appearance: none; 
  padding:0 12px; 
  font-size: var(--body);
  font-weight:var(--fw-400);   
  border:1px solid #f1f1f1;   
  height:var(--input-h);
  line-height:calc(var(--input-h) - 0px);  
  background-color:#fff; 
  border-radius:50px;   
 
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.form-control.underline,
.form-select.underline{
  border-radius: 0;
  background-color: transparent !important;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  padding: 0;
  box-shadow: none !important;
  outline: none;
  --input-h:52px;
}

.form-select.underline{
  border: 0;
  background: none;
}
 
.card-form-contact input:-webkit-autofill,
.card-form-contact input:-webkit-autofill:hover, 
.card-form-contact input:-webkit-autofill:focus, 
.card-form-contact input:-webkit-autofill:active{
  -webkit-text-fill-color: #fff;
  background-color: #203468 !important;
    -webkit-box-shadow: 0 0 0 1000px #203468 inset !important;
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}
  

.card-form-contact input:-moz-autofill,
.card-form-contact textarea:-moz-autofill,
.card-form-contact select:-moz-autofill {
 
  box-shadow: 0 0 0 1000px #203468 inset !important;
  -moz-text-fill-color: #fff !important;
}
.form-select.underline .icon-arrow{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 50px;

  background-image: var(--bs-form-select-bg-img);
  background-position: right .1rem center;
  background-size: 16px;
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2363B5E5' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-select.underline .selected + .icon-arrow{
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-select.underline > a.select-value{
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.form-group.has-value .form-control.underline,
.form-group.has-value .form-select.underline{
  border-bottom: 1px solid #63B5E5;
}

.form-select.underline input{
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
  color: #fff;
}
.form-select.underline input.selected{
  border-bottom: 1px solid #63B5E5;
}
.form-select.underline input.error{
  border-bottom-color:var(--error) !important;
}
.form-select .dropdown-menu{
  --bs-dropdown-color:var(--silver);
  --bs-dropdown-font-size:var(--body);
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 10px;
}
.form-select .dropdown-menu li{
  min-height: 0;
  height: auto;
  line-height: normal; 
  padding: 8px 15px;
  transition: all 0.25s;
}

.form-select .dropdown-menu li:hover{
  background-color: var(--gray-superlight);
}

.form-control:focus,
.form-select:focus{
  background-color: #EEF1F9;
}

textarea.form-control{
  height: 110px;
  line-height: normal;
  border-radius: 12px;
}
 
input[type="text"]::placeholder {   
  opacity:0.5;  
  color:inherit; 
}

input[type="text"]:-ms-input-placeholder {   
  opacity:0.5;  
  color:inherit;  
}

input[type="text"]::-ms-input-placeholder {   
  opacity:0.5;  
  color:inherit; 
}
 

.form-control.disabled,
.form-control:disabled, 
.form-control[readonly],
.form-select.disabled,
.form-select:disabled, 
.form-select[readonly] {
background-color: #EDEDED !important;
border-color: #EDEDED;
color: #BDBDBD;
} 
 
.form-select{  
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%238F8F8F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
 
  background-size: 12px;
  background-position: 10px .35rem center;
  padding-right: 25px;
} 
  
/* .form-select:not(.selected){color:#A3A3A3}  */
.form-select.dropdown  [data-bs-toggle]:after{margin-left: auto;}
.form-select.dropdown{z-index: auto;} 
.form-select.dropdown .dropdown-menu{
  left: 0;
  z-index: 100;
  margin-top: 1px;
  padding: 0;
  box-shadow: 0 0px 10px rgba(199, 199, 227, 0.3);
  --bs-dropdown-border-width:1px;
  overflow: hidden;
} 

.form-select.dropdown .dropdown-menu li{
  display: block;
  line-height: normal;
  padding:5px 15px;
  margin: 0;
  font-size: 14px;
} 
.form-select.dropdown .dropdown-menu li:hover{
  background-color: #f1f1f1;
}
.form-select.dropdown .dropdown-menu li.active{
  background-color: #767676;
  pointer-events:none;
  color: #fff;
}


.form-check {
  position: relative;
  padding-left:0;
  display: flex; 
  gap: 10px; 
} 
.form-check-input{
  --bs-form-check-bg:transparent;
  width:18px;
  height:18px; 
  border-width:1.5px;
  position: relative;
  margin: 3px 0 0; 
  margin-left: 0 !important; 
  flex-shrink: 0;
  border-color:#63B5E5;
  box-shadow: none !important;
  border-radius: 2px;
}
.form-check-input[type=checkbox],
.form-check-input[type=radio].square{
  border-radius: 4px; 
}
.form-check-input[type=radio],
.form-check-input[type=checkbox].circle{
  border-radius: 50%;    
}
 
.form-check-input[type=radio]:checked,
.form-check-input[type=checkbox].circle:checked {
  background-color: transparent; 
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2.8' fill='%239EEB47'/%3e%3c/svg%3e"); 
  border-color: #C4C4C4;
}
 
.form-check label{
  margin-bottom:0;
  font-weight: var(--fw-400);
  font-size: 14px;  
  color: #2B351A; 
  padding-top: 1px;
}
.form-check-input:checked[type=checkbox], 
.form-check-input.rounded:checked[type=radio]{
  background-color:transparent; 
}

.form-check-input:checked[type=checkbox],
.form-check-input:checked[type=radio].square{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
  background-size: 18px;
  background-position: center;
  background-repeat: no-repeat;
  background-color:var(--light);
  border-color:var(--light)
}

.form-check-input:checked + .text-active-black{color:#1B204C; font-weight: var(--fw-500);}
.form-check label strong{font-weight: var(--fw-500);}
 
.form-select [data-bs-toggle]{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap:5px; 
  padding-top: 2px;
  opacity: 0.5;
  outline: 0 !important;
  color:#222222;
  cursor: pointer;
}
 
.form-select [data-bs-toggle].selected{opacity: 1;}
.form-select [data-bs-toggle] .icons{top: -2px;}
 
.form-group .form-select [data-bs-toggle]{opacity: 1;}
.form-group .form-select [data-bs-toggle].selected{color: inherit; opacity: 1;}
.form-group .form-select [data-bs-toggle]::after{display: none;}
.form-group{
  display: block; 
  position: relative;
} 
 
label.title{  
  padding-bottom:0; 
  font-size:inherit;
  font-weight: var(--fw-600);
  display: block;   
  margin-bottom: 5px;  
} 
 
.form-group span.error,
.form-check span.error {
  color:var(--error); 
  padding-top: 5px;  
  display: flex;
  font-size:var(--small); 
  gap: 2px;
  margin-top: 2px;
  justify-content: flex-end;
  position: absolute;
  bottom: -25px;
  line-height: normal;
  left: 0;

}  
  
.form-group .group{
  position: relative;
  display: block;
} 
.form-group .icons.left,
.form-group .icons.right{
  position: absolute;
  top: 0 !important;
  right: 11px; 
  height: 50px;
  width:18px;  

  transition: none;
  z-index: 1;
} 
  
.form-group .icons.left{
  left: 14px;
  right: auto;
}
 
.form-group .icons.left + .form-control{
  padding-left: 45px;
}
.form-group .icons.right + .form-control{
  padding-right: 40px;
}
 
.form-group  .error[style] + .icons{bottom: 0 !important;} 
  
.star{color:var(--error);}
 
.form-control.error{border-color:var(--error) !important;}
 
select.form-select.error{display: none !important;}

.form-select .error + .select-value{
  border-color:var(--error) !important;
}
/*    
.form-check span.error{
  position: absolute;
  left: 0;
  bottom: 0; 
}
  */
.form-check input.error {border-color:var(--error); color: var(--error);}
 
.btn{
  --btn-h:46px; 
  position: relative; 
  padding:4px 26px 0;       
  height:var(--btn-h); 
  line-height:calc(var(--btn-h) - 0px);  
  transition: all 0.25s ease-in-out;    
  font-weight: var(--fw-500);  
  display: flex;
  align-items: center;
  justify-content: center;  
  font-size: var(--body);   
  gap:8px;    
  max-width: var(--max-width);
  --max-width:none;
  --bs-btn-border-width:0;
  --bs-btn-border-radius:100px; 

  --bs-btn-color:#ffffff; 
  --bs-btn-bg:var(--light);
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#7CC7F3;

  --bs-btn-active-color:var(--bs-btn-hover-color); 
  --bs-btn-active-bg:var(--bs-btn-hover-bg);
  --bs-btn-active-border-color:var(--bs-btn-hover-border-color);

  --bs-btn-icon-color:var(--bs-btn-color);
  --bs-btn-hover-icon-color:var(--bs-btn-hover-color); 
}   
 

.btn path[fill]{fill: var(--bs-btn-icon-color)!important;}
.btn path[stroke]{stroke: var(--bs-btn-icon-color)!important;}
.btn line[stroke]{stroke:var(--bs-btn-icon-color)!important;}

.btn:hover path[fill],
.btn.active path[fill],
.btn:active path[fill]{fill: var(--bs-btn-hover-icon-color) !important;}

.btn:hover path[stroke],
.btn.active path[stroke],
.btn:active path[stroke]{stroke:var(--bs-btn-hover-icon-color)!important;}

.btn:hover line[stroke],
.btn.active line[stroke],
.btn:active line[stroke]{stroke:var(--bs-btn-hover-icon-color)!important;}

.btn{
  display: flex;
  align-items: center;
  justify-content: center; 
} 
.btn .icons{top: -2px;}

.btn-outline{
  --bs-btn-border-width:2px;
  --bs-btn-border-color:var(--silver);
  --bs-btn-bg:transparent;
  --bs-btn-color:var(--silver);
  --bs-btn-hover-bg:var(--silver);
  --bs-btn-hover-color:#fff;
}
.btn-outline-white{
  --bs-btn-border-width:2px;
  --bs-btn-border-color:#ffffff;
  --bs-btn-bg:transparent;
  --bs-btn-color:#ffffff;
  --bs-btn-hover-bg:#fff;
  --bs-btn-hover-color:var(--copper);
}

.btn-outline-blue{
  --bs-btn-border-width:2px;
  --bs-btn-border-color:var(--light);
  --bs-btn-bg:transparent;
  --bs-btn-color:var(--light);
  --bs-btn-hover-bg:var(--light);
  --bs-btn-hover-color:#fff;

  --bs-btn-icon-color:var(--bs-btn-color);
  --bs-btn-hover-icon-color:var(--bs-btn-hover-color); 
}
.btn .icons{--size:25px;}
.btn span,
.btn .icons{
  position: relative;
  z-index: auto;
}  
.btn svg,
.btn img{
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}   
.btn.disabled, .btn:disabled{  pointer-events: none;} 
.shadow-0{box-shadow: none !important;}
.btn.rounded{border-radius: 100px !important;}  
  
.buttons{
  display: flex; 
  text-align: center; 
  justify-content: center;
  gap:15px;  
  padding:20px 0 0;
}  

.buttons.flex-column{
  align-items: center;
  gap:10px; 
}
svg path,
svg rect,
svg line,
svg circle,
svg polygon{  
 transition: all 0.2s ease-in-out;
} 

@media (max-width:1280px){ }
 
 
/*==================================================
    Icon Setup
==================================================*/  

.icons{
  display:inline-block;
  position:relative;
  vertical-align:middle; 
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  
  --size:24px;
  flex-shrink: 0;
  width: var(--size);
  height: var(--size);
  
}
.icons.before:before,
.icons.before:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: contain;
  background-repeat:no-repeat;
  background-position: center center;
  transition: all 0.35s ease-in-out;
  opacity: 0;
}
.btn .icons.before:before{ opacity: 1; }
.btn .icons.before:after{ opacity: 0; }
.pc .btn:hover .icons.before:before{ opacity: 0; }
.pc .btn:hover .icons.before:after{ opacity: 1; }

img.icons,
svg.icons{ 
  object-fit: contain;
  object-position:center;
  flex-shrink: 0;
} 
.icons.w-16{--size:16px;} 
.icons.w-18{--size:18px;}
.icons.w-20{--size:20px;}
.container-fluid{ 
  --padding-x:80px; 
  max-width:100%;
  padding-left:var(--padding-x);
  padding-right:var(--padding-x); 
  position: relative;
  z-index: 9;    
}

.container{ 
  --padding-x:120px; 
  max-width: calc(1180px + (var(--padding-x) * 2));
  padding-left: var(--padding-x);
  padding-right: var(--padding-x);
  position:relative;
  z-index:9; 
}
 
.section-target{
  position: absolute; 
  top:-90px;  
   
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none; 
}

.section-target#s_1{top: -72px;}
 
.section{
  display: block;
  position: relative; 
  flex: 1 1 auto;
  --padding-top:80px;
  --padding-bottom:80px;

  padding: var(--padding-top) 0 var(--padding-bottom);
}
 
.compensate-for-scrollbar{ margin-right: 0 !important } 
.compensate-for-scrollbar .header{ right: 0 } 
body.fancybox-active{ overflow: visible !important;padding-right: 0 !important  }
 
@media (max-width: 1366px) { 
  .container{
    --padding-x:80px;
  }
}
@media (max-width: 1280px) { 
  .section{
    --padding-top:65px;
    --padding-bottom:65px;
  }
  .container-fluid,
  .container{
    --padding-x:50px;
  }
}
 
@media (max-width: 1024px) {
  .container,
  .container-fluid{
    --padding-x:30px;
  }     
}
 
@media (max-width: 670px) {
  .container,
  .container-fluid{
    --padding-x:20px;
  } 
  .section{
    --padding-top:40px;
    --padding-bottom:40px;
  }
 
}

@media (max-width: 575px) {
  .container,
  .container-fluid{
    --padding-x:15px;
  } 

  .section-target{top: -69px;}
}

/*==================================================
    Header Setup
==================================================*/   
.fw-light{font-weight: var(--fw-300) !important;}
.fw-400{font-weight: var(--fw-400) !important;}
.fw-500{font-weight: var(--fw-500) !important;}
.fw-600{font-weight: var(--fw-600) !important;}   
.fw-700{font-weight: var(--fw-700) !important;}    
 
.highlight{color: var(--copper);}
.text-blue{color: var(--blue);}
.link-white{color:#fff; text-decoration: underline;text-decoration-thickness: 1px;} 
a.link-hover-white:hover{color: #fff;}
p a:hover{text-decoration: underline;text-decoration-thickness: 1px;}
 
b, strong{
  font-weight: var(--fw-600); 
  font-family: inherit;
} 
  
.h1, .h2, .h3, .h4, .h5, .h6, 
h1, h2, h3, h4, h5, h6{   
  margin:0;    
  font-weight:var(--fw-600);
  font-style: normal;   
  line-height:1.55;    
  position: relative;    
  color: var(--silver);
}   

.h1,h1{font-size: var(--h1);}
.h2,h2{font-size: var(--h2);}
.h3,h3{font-size: var(--h3);}
.h4,h4{font-size: var(--h4);}
.h5,h5{font-size: var(--h5);}
  
.text-underline{text-decoration: underline;}  
.nowrap{ white-space: nowrap; }    
  
.header,
.navbar-brand,
.navbar-brand img{
  transition: all 0.3s;
}
.header{
  position: absolute;
  top: 0;
  left:0;
  right: 0;
    
  z-index: 1020;      
  display: block;  
  padding:0;  
  height: var(--header-height);  
 
}  
  
.header .container,
.header .container-fluid{  
  display: flex;    
  align-items:center;     
  z-index: 400;
  position: relative; 
  height: 100%; 
}
.header .container:before{
  content: '';
  position: absolute;
  left: var(--padding-x);
  right: var(--padding-x);
  bottom: 0;
  border-bottom: 1px solid #fff;
}
.header-fixed{
  position: fixed;
  top: -95px;
  height:90px;
  background-color: #fff;
  border-bottom: 1px solid var(--gray-superlight); 
  transition: all 0.55s;
  transform: none !important;
}
.header-fixed .navbar-brand .logo-1{opacity: 0;}
.header-fixed .navbar-brand .logo-2{opacity: 1;}

.header.text-black .navbar-brand .logo-1{opacity: 0;}
.header.text-black .navbar-brand .logo-2{opacity: 1;}
.header.text-black .container:before{border-bottom-color: #3E424B;}
.header-fixed.text-black .container:before{border-bottom-color:transparent;}
.scrolling .header-fixed {top: 0;}
 
.navbar-brand{ 
  padding: 0;   
  flex-shrink: 0;
  z-index: 200;   
  width: var(--navbar-brand); 
  margin: auto 0;
  position: relative;
  display: block; 
}
 
.navbar-brand a{
  display: block; 
}
.navbar-brand img,
.navbar-brand svg{ 
  height: auto;  
  width: 100%;
  margin: 0;
} 

.navbar-brand img.logo-1{
  position: relative;
}
.navbar-brand img.logo-2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.dropdown [data-bs-toggle]{
  display: flex;
  align-items: center;
  gap:5px
}
.dropdown [data-bs-toggle]:after{
  content: '';
  width:16px;
  height: 16px;
  margin-left:3px;
 
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23111111' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); 
  background-position:center center;
  background-size: contain;
  background-repeat: no-repeat; 
}

.dropdown .text-white[data-bs-toggle]:after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  transition: all 0.25s;
}

.dropdown:hover .text-white[data-bs-toggle]:after,
.dropdown .text-white[data-bs-toggle].show:after{
  transform: rotate(-180deg);
}
 
.dropdown-menu{
  --bs-dropdown-border-radius:0;
  --bs-dropdown-menu-border-radius:0; 
  --bs-dropdown-border-width:0px;
  --bs-dropdown-bg:#fff; 
  --bs-dropdown-color:var(--silver);
  --bs-dropdown-padding-x:20px;
  --bs-dropdown-padding-y:6px;
  --bs-dropdown-spacer:0;
  --bs-dropdown-min-width:100%;
  --bs-dropdown-link-hover-bg:transparent; 
  --bs-dropdown-border-width:0;
  
  opacity: 0;
  border: 0;
  display: block;
  pointer-events: none;
  transition: all 0.35s;

  box-shadow: none;
  top: 100%;   
  width: auto; 
  filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
}  
.dropdown-menu.right{
  left: auto;
  right: 0;
}
.dropdown-menu li{cursor: pointer;} 
  
.dropdown:hover > .dropdown-menu,
.dropdown > .dropdown-menu.show{
  opacity: 1;
  top: 100%;
  pointer-events: all;
}
.dropdown .dropdown-menu.onclick {
  opacity: 0;
  pointer-events: none;
  --bs-dropdown-spacer:2px;
}
.dropdown .dropdown-menu.onclick.show,
.form-select .dropdown-menu.onclick.show{
  opacity: 1;
  pointer-events: all;
}
.dropdown-menu > li{
  position: relative;
  z-index: 10; 
  margin: 2px 0;
}

.dropdown-menu > li > a{ 
  display: block;
  position: relative; 
  padding:7px 0;    
  display: flex;
  gap: 10px;
  align-items: center; 
  white-space: nowrap;
} 
 
.dropdown-menu > li.active > a,
.dropdown-menu > li > a:hover{  
  background-color: #f1f1f1;
}

 
@keyframes trin {

  from {
      transform:rotate3d(0, 0, 1, 0deg);
  }
  20%, 32%, 44%, 56%, 68% {
      transform: rotate3d(0, 0, 1, 0deg);
  }
  23%, 35%, 47%, 59%, 71% {
      transform: rotate3d(0,0,1,15deg);
  }
  26%, 38%, 50%, 62%, 74% {
      transform: rotate3d(0,0,1,0deg);
  }
  29%, 41%, 53%, 65%, 77% {
      transform: rotate3d(0,0,1,-15deg);
  }
  80% {
      transform:rotate3d(0, 0, 1, 0deg);
  }

}
    
.avatar{
  --avatar-size:40px;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
} 
.btn-menu{
  --bs-btn-bg:transparent;
  --bs-btn-hover-bg:var(--bs-btn-bg); 
  --bs-btn-border-width:0;
  --btn-h:22px;
  --bs-btn-icon-color:var(--color-primary);
  --bs-btn-hover-icon-color:var(--bs-btn-icon-color);
  width: var(--btn-h);
  padding: 0 !important;  
  z-index: 1060; 
  border-radius: 0; 
  overflow: visible;     
  margin-left: auto;

  display: none;
}
 
.btn-menu .icon-menu{
  background-image: url(../img/icons/icon-menu.svg);
}
.btn-menu .icon-menu-close{
  background-image: url(../img/icons/icon-menu-close.svg); 
}  
  
.header.text-black .btn-menu .icon-menu,
.header-fixed .btn-menu .icon-menu,
.navbar-slider .btn-menu .icon-menu{
  background-image: url(../img/icons/icon-menu-deep-blue.svg);
}  
 
.navbar-slider{
  position: fixed;
  top:0;
  left:auto; 
  right: calc(-100% - 67px);
  bottom:0;
  width:calc(100% - 67px);   
 
  flex-direction: column;
  background:var(--bg);
  z-index: 1030; 
  transition: all 0.76s;
  border-radius: 0; 
  padding: 0 30px;
 
  overflow: hidden;
  overflow-y: auto;
  pointer-events: none;  
  opacity: 1;

  --bg:#fff;

  display: none;
} 


.page-blocker{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1020;
  display: block;
  background-color: var(--primary);
  transition: all 0.25s;
  opacity: 0;
  pointer-events: none; 
}
.nav-opened .navbar-slider{
  right: 0;
  opacity: 1;
  pointer-events: all;
}
.nav-opened .page-blocker{
  opacity: 0.8;
  pointer-events: all;
} 
.info-row{
  display: flex;
  align-items: center;
}

.navbar-slider .hfooter{
  display: flex;
  flex-direction: column;
  gap: 13px; 
  padding-bottom: 40px;
}

.navbar-slider .hfooter p{
  margin: 0;
  color: #8A7D6C;
  font-size: var(--body);
}
.navbar-slider .hfooter p .text-brown{
  color: #774C2A;
}
.navbar-slider .followus{
  gap: 15px;
}
.navbar-slider .followus .icons{
  --size:30px
}
.navbar-slider .hgroup{
  height: 100px;
  display: flex; 
  align-items: center;
  text-align: left;
  flex-direction: row;
  padding: 0;
}
 
.navbar-slider .navbar-brand .logo-2{
  opacity: 1;
  position: relative;
}
.nav-slider{
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.nav-slider li a{
  display:inline-flex;
  padding: 10px 0;
  font-size: var(--heading-2);
  font-weight: var(--fw-600);
  line-height: 1.2;
  color: var(--silver);
}
.nav-slider li.active a{
  color: var(--light);
}
@media (min-width: 992px) { 
  .nav-main{
    margin:0 auto;
    gap:65px;
    font-size: var(--body); 
    justify-content: center;
    align-items: center;
    height:var(--header-height);

    position: absolute;
    top: 0;
    left: 250px;
    right: 250px;
  }

  .nav-main > li > a{
    padding: 15px 0;
    color: #fff;
    font-weight: var(--fw-600);
  }
  .nav-main > li > a:hover,
  .nav-main > li.active > a{
    color: var(--light) !important;
  }

  .header .btn-contact{margin-left: auto;}
  .header-fixed .nav-main {height: 90px;}
  .header-fixed .nav-main > li > a,
  .header.text-black .nav-main > li > a{
    color:#3E424B ;
  }

  .header-fixed .nav-main > li > a:hover{
    color:var(--light) ;
  }
  .header-fixed .container:before{display: none;}
 
} 
 
  
/*==================================================
   Mobile
==================================================*/  
 
@media (max-width: 991.98px) {
  .nav-main{display: none;}
  .btn-menu{display: flex;}
  .navbar-slider{display:flex;}
}
 

@media (max-width: 575px) {
  .header-fixed {height: 70px;} 

  .btn-menu .icons{--size:20px}
  .btn-menu .icon-menu-close{--size:24px}
  .navbar-slider{
    padding:0 15px;
    width: 100%;
    right:-100%
  }
  .navbar-slider .hgroup{
    height: 70px;
  }
  .nav-slider li a{
    font-size: var(--heading-mobile);
  }
  .navbar-slider .hfooter{
    padding-bottom: 20px;
  }
}

/*==================================================
   Section
==================================================*/  
.page{
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height);
  min-height: 100%;
  background:var(--bs-body-bg);
  overflow: hidden; 
} 
.preload{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:var(--bs-body-bg);
  z-index: 1090; 
  display:flex;   
} 
   
.loader {
  width: 34px;
  height:34px;
  margin:  auto;
  display: block;
  border-top: 3px solid var(--light);
  border-right: 3px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  border-left: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  animation: spin 1s infinite linear;
}
  
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.section-full{
  min-height: 100vh;
  min-height: calc(var(--vhs, 1vh) * 100) !important;
  display: flex;
}
 
.background{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; 
  pointer-events: none; 
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
 
.background.fixed{
  background-attachment: fixed;
}
.device .background.parallaxie,
.device .background.fixed{
  background-attachment: scroll !important;
  background-position: center center !important;
}

@media (max-width:1199px) {
  .background.parallaxie{
    background-attachment: scroll !important;
    background-position: center center !important;
  } 
} 
 
.section{ 
  position: relative;  
}
  
.card{ 
  position: relative; 
  --bs-card-border-width:0;
}
.card-photo{
  position: relative;
  overflow: hidden;
  display: block;   
} 
.card-photo .photo{
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.35s ease 0s;  
}
.card-photo  img{
  width: 100%
}
 
.card-body{color: inherit;}

.card.h-auto{min-height: 0;}
 
.card-link{
  position: absolute !important;
  top: 0;
  left: 0; 
  right: 0;
  height: 100%;
  z-index: 100;
  z-index: 40 !important;
}
.card h3,
.card p,
.card .card-body{transition: all 0.2s ease 0s;}
 
.section-banner{ 
  position: relative; 
  flex: unset;
}

.section-body{
  flex: 1 1 auto; 
}
.section-body.full-h {
  display: flex;
}
.section-body.full-h .container{
  flex: 1 1 auto;
}
.textrow{
  position: relative;
  overflow: hidden;
  display: block;
}
.textrow > span{
  display: inline-block;
}  
  
/*==================================================
   Home
==================================================*/ 
.boxed{
  margin:0 auto;
  width: 100%;
  max-width: var(--width);
  --width:970px;
}  

.hgroup{
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-bottom:40px;
}
.hgroup .line-animate{
  margin-top: 15px;
}
.line-animate{ 
  height:var(--line-h);
  position: relative;
  width:47px;

  --line-color:#8A7D6C;
  --line-h:3px;
}
 
.line-animate:before{
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  display: inline-block;
  top: 0;
  background:var(--line-color);
 
  transition: all 0.8s;
  transition-delay: 0.2s;
} 
.line-animate.center{
  margin-left: auto;
  margin-right: auto;
}
.line-animate.center:before{
  left: 50%;
  transform: translateX(-50%);
}
.line-animate.aos-animate:before {width: 100%;}
 
.section-banner{ 
  padding: 0 !important;  
  height: 100vh;
}  
.section-banner .background:before,
.section-banner .background:after,
.section-banner div[data-vbg]:before,
.section-banner div[data-vbg]:after{
  content: '';
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 240px;
  background: linear-gradient(180deg, #051023 0%, rgba(5, 16, 35, 0) 100%);
  opacity: 0.3;
  z-index: 100;
}
.section-banner .background:after,
.section-banner div[data-vbg]:after{
  top: auto;
  bottom: 0;
  transform: rotate(-180deg);
}

.section-banner .container{
  height: 100%;
  display: flex;
}

.video-bg{
  z-index: 500 !important;
  position: absolute !important;
}
.video-container{
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
 
.banner-caption{
  margin: auto 0;
  color: #fff; 
}

.banner-caption h1{
  font-size: 80px;
  line-height: 1.2;
  color: #fff;
}
.banner-caption h1 > span{
  display: block;
}
 
.navbar-infos{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(110, 109, 114, 0.9);
  z-index: 101;
}
.nav-project-infos{
  flex-direction: row;
  width: 100%;
  height: 72px;
}
.nav-project-infos li{
  width: 25%;
  height: 100%;
}
.nav-project-infos li a{
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: var(--body);
  font-weight: var(--fw-600);
  color: #fff;
}
 

@media (min-width:1025px) {
  .nav-project-infos li a:hover{
    background-color:rgba(32, 52, 104, 1);
  }
}
.nav-project-infos li a br{display: none;}

.swiper-banner .swiper-slide{
  height: 100vh;
  width: 100%;
  position: relative;
}
.swiper-banner .background .bg-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.swiper-pagination{
  --swiper-pagination-border-color:#63B5E5;
  --swiper-pagination-color:#63B5E5; 
  --swiper-pagination-bullet-size:14px;
  --swiper-pagination-bullet-border-radius:0;  
  --swiper-pagination-bullet-inactive-border-color:#fff;
  --swiper-pagination-bullet-inactive-color:transparent;
  --swiper-pagination-bullet-inactive-opacity:1;
  --swiper-pagination-bullet-horizontal-gap:7px;
  --swiper-pagination-bottom:20px
}
.swiper-pagination-bullet{
  border: 1px solid var(--swiper-pagination-bullet-inactive-border-color);
  transition: all 0.25s;
}
.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover{
  border: 1px solid var(--swiper-pagination-border-color);
  background-color: var(--swiper-pagination-color);
}

/* .project-info-caption .h1,
.project-info-caption .buttons{
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
  transform: translate3d(0, 80px, 0);
}
.project-info-caption .btn{

}
.swiper-slide-active .project-info-caption .h1{
  opacity: 1;
  transform: translateZ(0);
}
.swiper-slide-active .project-info-caption .buttons{
  opacity: 1;
  transform: translateZ(0);
  transition-delay: .3s;
} */
@media (min-width:801px) {
  .nav-project-title{display: none;}
  .nav-collapse#navproject{display: block !important; width: 100%; height: 72px !important;}
}

@media (max-width:1280px) {
  .banner-caption h1{
    font-size: 70px;
  }
}
@media (max-width:1199px) {
  .banner-caption h1{
    font-size:60px;
  }
  .swiper-banner .swiper-button{display: none;}
}

@media (max-width:991.98px) { 
  .nav-project-infos {
    text-align: center;
  }
  .nav-project-infos li a {font-size:14px;}
  .nav-project-infos li a br{display: block;} 

  .section-banner.banner-device-small,
  .section-banner.banner-device-small .swiper-banner .swiper-slide{
    height:100vw;
  }

  .project-info-caption .h1{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width:800px) {
  .navbar-infos {background-color: transparent;}
  .nav-project-infos li a {font-size:16px;}
  .nav-project-infos li a br{display: none;}

  .nav-project-infos li{
    width: 100%;
  }
  .nav-project-infos li a.active,
  .nav-project-infos li a:hover{
    background-color:rgba(32, 52, 104, 0.9);
  }

  .banner-caption{
    margin: auto auto 110px 0;
  }
  .banner-caption h1{font-size:9vw; }
  .banner-caption h1 .main-headline:nth-child(2){font-size:7.4vw; }

  .nav-project-title{
    width:100%;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color:rgba(32, 52, 104, 0.9);
    font-size: var(--body);
    color: #fff;
    font-weight: var(--fw-600);
    position: relative;
  }

  .nav-project-title:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background-image: url(../img/icons/icon-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.25s;
  }

  .nav-project-title[aria-expanded="true"]:after{
    transform: rotate(-180deg);
  }

  .nav-collapse{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    padding-left: var(--padding-x);
    padding-right: var(--padding-x);
  }

  .nav-project-infos{
    flex-direction: column;
    height: auto;
    background-color: rgba(110, 109, 114, 0.9);
  }
  .nav-project-infos > li{
    height: auto;
  }
  .nav-project-infos > li > a{
    height: 72px;
    background-color: transparent !important;
  }
  .nav-project-infos > li > a.active{display: none;}
}
 

@media (max-width:575px) {
   
  .banner-caption {
    margin-bottom: 95px;
  }

  .swiper-pagination{
    --swiper-pagination-bullet-horizontal-gap:5px;
    --swiper-pagination-bullet-size: 10px;
    --swiper-pagination-bottom:15px;
  }

  .banner-caption h1{font-size:9.5vw; }
  .banner-caption h1 .main-headline:nth-child(2){font-size:7.5vw; }
}


/*==================================================
   WORKPLACE REDEFINED
==================================================*/   
.section-workplace{
  overflow: hidden;
}
.section-workplace .hgroup.main{
  max-width: 943px;
  margin: 0 auto 80px;
  padding-bottom: 0;
  overflow: hidden;
}
.section-workplace .hgroup.main h2{
  font-size: var(--heading-1);
}
.section-workplace .hgroup.main h3,
.section-workplace .hgroup.main .h3{
  margin-bottom: 10px;
}

.card-workplace{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1125px;
  width: 100%;
  margin: 0 auto 80px;
}

.card-workplace .card-photo{
  overflow: visible;
  width: 525px;
}
.card-workplace .card-photo a[data-fancybox]{
  position: relative;
  z-index: 100;
}
.card-workplace .card-photo img.w-100{
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

.card-workplace img.square{
  width: 422px;
  height: auto;
  position: absolute; 
  bottom: -290px;
  /* bottom: -135px; */
}
  
.card-workplace .card-body{
  width: 510px;
  flex: unset;
  position: relative;
}
.card-workplace h3{
  font-size: var(--heading-2);
  font-weight: var(--fw-400);
}
.card-workplace h3 .small{
  font-weight: var(--fw-600);
  font-size: var(--heading-semibold-2);
}
.card-workplace p:last-child{
  margin-bottom: 0;
}
.card-workplace .buttons{
  gap: 20px;
  padding-top:25px;
  padding-bottom: 0;
}
.card-workplace .buttons .btn{
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}

.card-workplace.card-01 .card-photo{
  left: 25px;
}
.card-workplace.card-01 img.square{
  left:-140px;
}
.card-workplace.card-01 .card-body{
  text-align: center;
  left: 10px;
}
.card-workplace.card-01 h3{
  margin-bottom: 40px;
}
.card-workplace.card-01 p{
  font-size: var(--heading-3);
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
 
.card-workplace.card-02 img.square{
  right:-140px;
}
.card-workplace.card-02 img.main{ 
  filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.1));
}
  
.card-workplace.card-02 h3{
  margin-bottom:25px;
}
.card-workplace.card-02{
  left: -40px;
}
.card-workplace.card-02 .card-body{
  text-align: justify;
}

.text-highlight{color: #774C2A;}
.highlight{
  color: #ccc; 
  background: linear-gradient(90deg, #774C2A, #774C2A 50%, #ccc 0)
    var(--_p, 100%) / 200% no-repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;

transition: 1.3s ease-out;

}
.highlight.aos-animate{ 
  --_p: 0%; 
}
@media (max-width:1425px) {
  .section-workplace .container-fluid{
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .card-workplace{
    max-width: 100%; 
  }
  .card-workplace h3{
    font-size:var(--heading-semibold-2);
  }
 
  .card-workplace .card-photo{
    width: 45%;   
    left: 0;  
    padding-left: 0; 
    display:flex;
  }
  .card-workplace .card-body{
    width: 40%;  
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    left: 0 !important;
    max-width: 520px;
  }
  .card-workplace img.square{
    width:62%;  
  }
 
  .card-workplace .card-photo img.w-100{
    width: 82% !important;
    margin-left: auto;
  }
  .card-workplace.card-01 img.square{
    left: 0;
  }
  .card-workplace.card-01 p{
    max-width: 100%;
  }
  .card-workplace.card-01 h3{
    margin-bottom:25px;
  }

  .card-workplace.card-01 .card-photo{
    margin-left: auto;
    left: 0;
  }
  
  .card-workplace.card-02{
    left: 0;
  }
  .card-workplace.card-02 .card-photo{
    margin-right: auto;
  }
  .card-workplace.card-02 img.square{
    right: 0;
  }
}

@media (max-width:1199px) {
  .section-workplace .hgroup.main {
    max-width: 800px;
    margin-bottom:50px;
  }
  .section-workplace .hgroup.main h2 {
    font-size: var(--heading-2);
  }

  .card-workplace.card-02 h3{margin-bottom: 15px;}
  .card-workplace .buttons{padding-top:16px;}
}


@media (min-width:1025px) {
  .card-workplace.card-02 .card-body.d-xl-none{display: none !important;}
}
@media (max-width:1024px) {
  .card-workplace{
    flex-direction: column;
    margin-bottom: 60px;
  }
  .card-workplace .card-photo{
    margin-left: auto;
    margin-right: auto;
    margin-bottom:55px;
    width:450px;
  }
  .card-workplace .card-body{
    width:640px;
  }
  .card-workplace img.square{bottom: -200px;}
  .card-workplace.card-01 img.square{
    left: -3%;
  }
  .card-workplace.card-02{
    margin-bottom: 0;
  }
  .card-workplace.card-02 .card-body{
    text-align: center;
  }
  .card-workplace.card-02 .card-body.d-lg-block {display: none !important;}
  .card-workplace.card-02 .card-body.d-block{
    margin-top: 40px;
  }
  .card-workplace.card-02 h3{
    margin-bottom: 15px;
  }

  .card-workplace.card-02 .card-photo{margin-bottom:50px;}
  .card-workplace.card-02 .card-photo img.w-100{
    width: 100% !important;
  }
  .card-workplace.card-02 img.square{
    right: -90px;
  }
 
}

@media (max-width:991.98px) {
  .section-workplace{
    padding-bottom: 0;
  }
  .section-workplace .container-fluid{
    padding: 0 var(--padding-x);
  }
  .section-workplace .hgroup.main {
    padding-left: 20px;
    padding-right: 20px;
    max-width:640px;
  }
 
  .card-workplace .card-photo{
    width:440px;
  }
  .card-workplace .card-photo img.w-100{
    width: 80% !important;
  }

  .card-workplace .card-body{
    width: 100%;
    max-width: 640px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .card-workplace h3{
    font-size: var(--heading-semibold-2);
  }

  .card-workplace.card-01 img.square{
    left: -1%;
  }
  .card-workplace.card-02 h3{
    font-size: var(--heading-semibold-2);
  }
  .card-workplace.card-02 .buttons{max-width: 520px; margin: 0 auto;}
  
}
 
@media (max-width:700px) {
  
  .section-workplace .hgroup.main {
   padding-left: 40px;
   padding-right: 40px;
  }

  .section-workplace .hgroup.main h2 {
    font-size: 30px;
  } 
}
@media (max-width:575px) {
  .section-workplace .hgroup.main {
    max-width:400px;
    padding-left:25px;
    padding-right:25px;
    margin-bottom:35px;
  }
  .section-workplace .hgroup.main h2 {
    font-size: var(--heading-3);
  }
  .section-workplace .hgroup.main h3,
  .section-workplace .hgroup.main .h3{
    font-size: var(--body);
  }
  .card-workplace {
    padding-left:8px;
    padding-right:8px;
    margin-bottom: 40px;
  }
  .card-workplace h3{
    font-size:var(--heading-3);
  }
  .card-workplace h3 .small{
    font-size: inherit;
  }
  .card-workplace .card-photo{
    margin-bottom:35px;
    width: 100%;
    max-width: 320px;
  }
  .card-workplace .card-body{
    padding-left: 0;
    padding-right: 0;
  }
  .card-workplace img.square{
    bottom: -100px;
  }
  .card-workplace.card-01 img.square{
    left: 0;
  }
  .card-workplace.card-01 h3{
    margin-bottom: 20px;
  }
  .card-workplace.card-01 p{
    font-size: var(--body);
  }

  .card-workplace.card-02 .card-photo {
    margin-bottom:40px;
    max-width: 500px;
  }
  .card-workplace.card-02 img.square{
    right: -120px;
    bottom: -200px;
  }

  .card-workplace.card-02 .buttons{gap: 15px;}
  .card-workplace.card-02 .card-body.d-block{margin-top: 35px;}
}
@media (max-width:500px) {
  .card-workplace.card-02 .buttons{
    flex-direction: column;
    width: 100%;
    max-width: 380px;
    gap: 20px;
  }
  .card-workplace .buttons .btn{
    width: 100%;
  }
}

@media (max-width:440px) {
  .section-workplace .hgroup.main {
    max-width:360px;
  }
}

.swiper-overflow{
  position: relative;
}

.swiper-overflow.location{ 
  max-width: calc(1100px + (var(--padding-x) * 2));
  margin: 0 auto;
  padding: 0 var(--padding-x);
}

.swiper-overflow.location .swiper-slide{
  height: unset;
  width: 200px;
}

.card-location{
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  background-color: var(--primary);
  border: 2px solid var(--primary);
  padding:20px 15px;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-size: var(--small);
  transition: all 0.25s;
  min-height: 260px;
  height: 100%;
}
.card-location .card-icon .icons{--size:65px}
.card-location .card-icon path[fill]{fill: #fff;}
.card-location .card-icon path[stroke]{stroke: #fff;}

.card-location .card-icon .mrt path:nth-child(1){fill: #fff !important;}
.card-location .card-icon .mrt path:nth-child(2){fill: #203468;}

.card-location .card-body p{
  margin: 0;
}

.card-location:hover{
  background-color: #fff;
  color: #3E424B;
}
.card-location:hover .card-icon path{fill:var(--primary);}
.card-location:hover .card-icon .mrt path:nth-child(1){fill: #203468 !important;}
.card-location:hover .card-icon .mrt path:nth-child(2){fill: #fff;}

.swiper-button-group{
  display: flex;
  position: relative;
  justify-content: center;
  gap:15px; 
}
.swiper-button-group .swiper-button{
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  margin:30px 0 0;
}
.swiper-button-group .swiper-button::before,
.swiper-button-group .swiper-button::after{display: none;}

.swiper-button{width: 42px; height: 42px;}
.swiper-button .icons{--size:42px;}
.swiper-button .icons:before,
.swiper-button .icons:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/icons/icon-arrow-slide-outline.svg);
  transition: all 0.25s;
}
.swiper-button .icons:after{
  opacity: 0;
  background-image: url(../img/icons/icon-arrow-slide.svg);
}
.swiper-button:hover .icons:before{opacity: 0;}
.swiper-button:hover .icons:after{opacity: 1;}
.swiper-button-prev .icons{
  transform: rotate(-180deg);
}
.swiper-button-disabled .icons:before{opacity: 1 !important;}
.swiper-button-disabled .icons:after{opacity: 0 !important;}

.swiper-button-prev.blue{left:65px;}
.swiper-button-next.blue{right:65px;}
.swiper-button.blue .icons:before{
  background-image: url(../img/icons/icon-arrow-slide-outline-blue.svg);
}
.swiper-button.fill .icons:before{
  background-image: url(../img/icons/icon-arrow-fill-white.svg);
}
.swiper-button.fill .icons:after{
  background-image: url(../img/icons/icon-arrow-fill-blue.svg);
}

.swiper-banner .swiper-button-prev{left:65px;}
.swiper-banner .swiper-button-next{right:65px;}
@media (max-width:1550px) {
  .swiper-overflow.location{  
    max-width: calc(1030px + (var(--padding-x) * 2));
  }
  .swiper-overflow.location .swiper-slide{ 
    width: 190px;
  }
}
 
@media (max-width:1199px) {
  .swiper-overflow.location{
    padding: 0 40px;
    max-width: 100%;
  }

  .swiper-location{
    overflow: visible;
  }
}

@media (max-width:991.98px) {
  .swiper-overflow.location{
    padding: 0 10px; 
  }
}

@media (max-width:575px) {
  .swiper-overflow.location{
    padding: 0 5px; 
  }
}

.card-achievement{
  background-color: rgba(110, 109, 114, 0.9);
  border-radius: 20px;
  max-width: 1175px;
  margin: 80px auto 0;
  padding:70px 75px 80px;
  color: #ffffff;
  line-height: 1.65;
}

.card-achievement h2{
  color: #fff;
  font-size: var(--heading-semibold-2);
  margin-bottom: 25px;
}

.card-achievement .card-body{
  padding-bottom:30px;
}
.award-list.row{
  --bs-gutter-y:2.5rem !important;
}

.award-item{
  display: flex;
  align-items: center; 
  gap: 25px;
  line-height: 1.5;
}
.award-item p{
  margin: 0;
  font-size: var(--body);
  font-weight: var(--fw-500);
  width: 100%;
  max-width: 178px;
}
.award-item .logo{
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
}


.button-show-more{
  display: none;
  justify-content: center;
  align-items: center;
}

.btn-more-less{
  --btn-h:25px;
  --bs-btn-color:#fff;
  --bs-btn-bg:transparent;
  --bs-btn-hover-bg:transparent;
  font-size: var(--small); 
  font-weight: var(--fw-400);
  gap:6px;
  padding: 0;
}
.btn-more-less .icons{
  --size:8px; 
  top: 0;
}
.btn-more-less .icons:before,
.btn-more-less .icons:after{
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color:var(--light);
}
 
.btn-more-less .icons:after{
  transform: rotate(-90deg);
}

.square-element{
  position: absolute;
  height: auto;
  z-index:1;
}
.square-element.square-1{
  width: 1054px;
  top: -120px;
  right: -500px;
}
.square-element.square-2{
  width: 1054px;
  top: calc(100% + 400px);
  left: -560px;
}

.square-element.square-3{
  width: 422px;
  top: calc(100% + 140px);
  right: -80px;
}

@media (max-width:1366px) {
  .square-element.square-1{
    width: 900px;
    right: -400px;
    top: -80px;
  }
}

@media (max-width:1280px) {
  .square-element.square-1{
    width: 750px;
    right: -300px; 
  }

  .square-element.square-2{
    width: 850px;
    top: 90%;
    left: -400px;
  }

  .square-element.square-3{
    width: 322px;
    top: calc(100% + 140px);  
  }
}

@media (max-width:1199px) {
  .card-achievement{
    margin-top: 60px;  
    padding:55px;

    margin-left: 40px;
    margin-right: 40px;
  } 
}

@media (max-width:1024px) {
  .square-element.square-2{
    width: 750px;
    top: 90%;
    left: -400px;
  }

  /* .square-element.square-3{
    width: 322px;
    top: calc(100% + 140px);  
  } */
}
 
@media (max-width:991.98px) {
  .card-achievement{ 
    padding:50px 40px;
  }
  .award-item .logo {
    width: 90px;
    height: 90px;
  }
  .award-list.row{
    padding-bottom: 20px;
  }

  .card-achievement{
    margin-left: 0;
    margin-right: 0;
  }

  .square-element.square-1{
    width:90%;
    right: -40%; 
  }
}

@media (max-width:767px) { 
  .award-item{gap: 20px;}
  .award-item p {
    text-align: left;
    font-size: 14px;
  }
   
  .award-item .logo {
    width: 80px;
    height: 80px;
  }

  .square-element.square-2{
    width: 580px;
    top: 90%;
    left: -380px;
  }

  .square-element.square-3{
    width: 240px;
    top: calc(100% + 140px);  
  }
  
}

@media (max-width:670px) {
  .card-achievement{  
    text-align: center;
  } 

  .square-element.square-2{ top: 80%;}
   
}

@media (max-width:650px) {
  .award-list.row{padding-bottom:5px;}
  .award-list.row > div{
    width: 100%;
  }
  .award-item .logo {
    width: 100px;
    height: 100px;
  }

  .award-item p{
    font-size: var(--body);
    max-width: 100%;
  }

  .card-article .text-more{display: none;}  
  .card-article.expand .btn-more-less .icons:before{display: none;}
  .card-article.expand .text-more{display: block;}

  .button-show-more{display: flex; padding-top: 5px; padding-bottom: 5px;}
}

@media (max-width:575px) {
  .card-achievement{
    margin-top: 40px;

    padding: 35px 25px;
  }
  .square-element.square-1{
    width:430px;
    right: -230px; 
  }
  .square-element.square-3{
    width: 200px;
    top: calc(100% + 140px);  
  }
}

/*==================================================
   Sustainable Wellbeing
==================================================*/   

.section-wellbeing{
  padding: 0;
}
.navbar.hgroup{
  background-color: #fff;
  height: 175px;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 10;
}
.navbar.hgroup.bg-trans{
  background-color: transparent;
}
.navbar.hgroup h2{
  text-transform: uppercase;
  font-size: var(--heading-semibold-1);
  margin: auto;
}
.card-wellbeing > div{
  display: flex;
}
.card-wellbeing .card-photo{
  min-height: 454px;
  width: 100%;
  display: flex;
}
.card-wellbeing .card-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.card-wellbeing .card-photo .photo{
  width: 100%;  
  background-color: #ccc; 
}

.card-wellbeing .card-body{
  background-color: #111;
  color: #fff;
  padding:40px 50px 50px;
  display: flex;
}
.card-wellbeing .textgroup{
  width: 100%;
  max-width: 595px;
  margin: auto;
  text-align: justify;
}

.card-wellbeing h3{
  color:inherit; 
}

.card-wellbeing .textgroup p:last-child{
  margin-bottom: 0;
}

.card-wellbeing .line-animate{
  margin-top: 25px;
  margin-bottom: 25px;
 }

.card-wellbeing.card-01 .card-body{ 
  /* background: linear-gradient(242.94deg, rgba(119, 76, 42, 0.8) -9.92%, #774C2A 119.04%); */
  background: linear-gradient(61.98deg, #6E6D72 10.36%, rgba(110, 109, 114, 0.8) 123.58%);
}
.card-wellbeing.card-02 .card-body{ 
  background: linear-gradient(61.98deg, #6E6D72 10.36%, rgba(110, 109, 114, 0.8) 123.58%);
}
 

@media (min-width:1551px) {
  .section-wellbeing .row > div{
    position: relative;
    overflow: hidden;
  }
  .card-wellbeing .card-photo{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .card-wellbeing .card-photo img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
  }

  .card-wellbeing .card-body{
    min-height: 500px;
  }
}

@media (max-width:1440px) {
  .card-wellbeing .card-photo{
    height: auto;
    min-height: 0;
  }
  .card-wellbeing .card-photo img{
    height: auto;
  }
}

@media (max-width:1199px) {
  .navbar.hgroup{ 
    height: 115px;
  }
  .navbar.hgroup h2{
    font-size: var(--heading-2);
  }

  .card-wellbeing .card-body{
    padding-left: 40px;
    padding-right: 40px;
    min-height:450px;
  }
 
  
}

@media (max-width:991.98px) { 
  .card-wellbeing .textgroup{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 680px;
  }

  .card-wellbeing .line-animate{
    margin-left: auto;
    margin-right: auto;
  }
  .card-wellbeing .line-animate:before{
    left: 50%;
    transform: translateX(-50%);
  }
  .card-wellbeing .card-body{
    min-height: 0;
  }
}

@media (max-width:670px) {
  .card-wellbeing .card-body{
    padding: 30px 30px;
  }

  .navbar.hgroup{ 
    height: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navbar.hgroup h2{
    font-size: var(--heading-mobile);
    line-height: 1.25;
  }
 
}

@media (max-width:450px) {
  .card-wellbeing h3{
    max-width: 220px;
    margin: 0 auto;
  }
}

/*==================================================
   Modernize lifestyle
==================================================*/   
.section-lifestyle{
  padding-top: 0;
  overflow: hidden;
}
.section-lifestyle .hgroup{ 
  padding:65px 0;
  height: auto;
  background-color: transparent;
}
.card-lifestyle-list{
  display: flex;
  flex-direction: column;
  gap:60px 0;
}
.card-lifestyle-list .card-lifestyle:nth-child(even){
  flex-direction: row-reverse;
}
.card-lifestyle{
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
.card-lifestyle .card-photo{
  width: 529px;
  flex-shrink: 0;
  margin-bottom: auto;
  overflow:visible;
}
.card-lifestyle .card-photo .photo{
  border-radius: 20px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1); 
  width: 100%;
  height: 100%;
}
.card-lifestyle .card-body{
  width: 580px;
  padding:0 40px;
  flex: unset;
  display: flex;
  align-items: center;
}
.card-lifestyle .card-body p{
  margin-bottom:28px;
}
.card-lifestyle .card-body p:last-child{
  margin: 0;
}
.card-lifestyle .card-body .textgroup{
  text-align: justify;
}
.card-lifestyle .icon-square{
  --size:30px;
  margin-bottom: 30px;
  background-image: url(../img/icons/icon-square-brown.svg);
}

.card-lifestyle .gallery-group{
  --bs-gutter-x:17px;
  --bs-gutter-y: 17px;
}
.card-lifestyle .gallery-group .half{
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.lifestyle-square-1{
  width: 965px;
  top:50%;
  right: -520px;
}
.lifestyle-square-2{
  width: 510px;
  top: calc(100% + 140px);
  left: -200px;
}
.lifestyle-maker-1,
.lifestyle-maker-2{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.lifestyle-maker-1{ 
  top: 0;
  bottom: 0;
}

.lifestyle-maker-2{ 
  top: auto; 
  height: 500px;
  bottom: 0; 
}
@media (max-width:1366px) {
  .lifestyle-square-1{
    width:700px;
    top: 30%; 
    right: -450px;
  }

  .lifestyle-square-2{
    width:350px; 
    left: -120px;
  }
}

@media (max-width:1280px) {
  .section-lifestyle .hgroup{
    padding: 60px 0;
  }
  .card-lifestyle {
    gap: 40px;
  }
  .card-lifestyle .card-body{
    padding: 20px 0;
  }
  .card-lifestyle .card-body p{
    margin-bottom:22px;
  }
  .card-lifestyle .icon-square{
    margin-bottom: 25px;
  }

  
}

@media (max-width:1199px) {
  .card-lifestyle-list{
    gap: 40px 0;
  }
  .card-lifestyle {
    flex-direction: column !important;
    gap: 20px;
  }
  .card-lifestyle .card-photo{
    margin: 0 auto;
  }

  .card-lifestyle .card-body {
    width: auto;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-lifestyle .card-body .textgroup{
    text-align: center;
  }

  .lifestyle-square-1{
    width:700px; 
    right:-420px;
  }

  .lifestyle-square-2{
    width:250px; 
    left: -100px;
    top: 100%;
  }

  .lifestyle-maker-2{height: 30vw;}
}

@media (max-width:1024px) {
  .section-lifestyle .hgroup{
    padding:45px 0;
  }
}
 
@media (max-width:670px) {
  .section-lifestyle .hgroup{
    padding:35px 0;
  }
  .card-lifestyle .card-photo{
    width: 100%;
    max-width: 520px;
  } 
  
  .lifestyle-square-1{
    width:600px; 
  }

  .lifestyle-square-2{
    width:160px; 
    left: -80px;
  }
}

@media (max-width:575px) {
  .card-lifestyle-list {gap: 30px 0;}
  .card-lifestyle{gap:10px;}
  .card-lifestyle .card-body {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }

  .card-lifestyle .icon-square{
    margin-bottom: 20px;
  }
  .card-lifestyle .card-body p{
    margin-bottom:18px;
  }

  .card-lifestyle .gallery-group .half{
    flex-direction: row;
    height: 44vw;
  }

  .lifestyle-square-1{
    width:400px; 
    right:-270px;
    top:50%; 
  }

  .lifestyle-maker-2{height:320px;}
  .lifestyle-maker-1{ top:60vw;}
}

@media (max-width:450px) {
  .card-lifestyle .gallery-group .half{gap: 15px;}
}

/*==================================================
  Smart building
==================================================*/   

.section-building{
  padding-top: 0; 
  padding-bottom: 0;
  background-color: #fff;
  overflow: hidden;
}
.section-building .img-background{
  width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 750px;
}

.section-building .article{
  text-align: center;
  padding:60px 15px; 
  margin-bottom: 20px;
}

.section-building .article h3{
  color:#774C2A;
}
.texteditor h3{
  margin-bottom:25px;
}
.texteditor p{
  margin-bottom:30px ;
}

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

.gallery-building{
  max-width: 778px;
  width: 100%;
  margin: 0 auto;
  padding:60px 0;
}
.gallery-building .row{
  --bs-gutter-x:42px;
  --bs-gutter-y:var(--bs-gutter-x);
}
.gallery-building .photo{
  border-radius: 20px;
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.gallery-building .photo img{
  width: 100%;
}

.building-maker-1,
.building-maker-2{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}
.building-maker-1{
  top: 0;
  bottom: 0;
}
.building-square-1{
  width: 1070px;
  right: -400px;
  top: 30%;
} 

.building-maker-2{ 
  top: auto; 
  height: 500px;
  bottom: 0; 
}
.building-square-2{
  width: 415px;
  left: -140px;
  top: 25%;
}

@media (max-width:1366px) {
  .building-square-1{
    width: 860px;
    right: -300px;
    top: 20%;
  }

  .building-square-2{
    width: 325px;
    left: -110px; 
  }
}

@media (max-width:1280px) {
  .texteditor p{margin-bottom: 25px;}
  .gallery-building .row{
    --bs-gutter-x:30px;
  }
  .gallery-building{
    padding:45px 0;
    max-width:620px;
  }

  .building-square-1{
    width:720px;
    right: -360px; 
  }
  .building-square-2{
    width: 285px; 
    top: 45%;
  }
}

@media (max-width:1024px) {
  .section-building .article {
    text-align: center;
    padding:45px 15px;
  }
  .texteditor h3,
  .texteditor p{margin-bottom:18px;}

  .gallery-building{ 
    max-width: 550px;
  }

  .gallery-building .row{
    --bs-gutter-x:20px;
  }

  .building-square-1{
    width:520px;
    right: -320px; 
    top: 10%;
  }
}

@media (max-width:670px) {
  .texteditor h3{ 
    font-size: var(--heading-semibold-3);
  }
  .section-building .article {
    text-align: center;
    padding:30px 15px;
    margin-bottom: 20px;
  }
  .gallery-building{
    padding:30px 0;
    margin-left: -10px;
    margin-right: -10px;
    width: auto;
  }
  .gallery-building .row{
    --bs-gutter-x:15px;
  }

  .section-building .img-background{
    height: 60vw;
  }

  .building-square-1{
    width:450px;
    right: -310px; 
    top: 0;
  }

  .building-square-2{
    width: 225px; 
    top: 45%;
  }
}

.navbar-menu{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex; 
  border-top: 1px solid #DEE1E8;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.navbar-menu li {
  width: 25%;
}
.navbar-menu li a{
  display: flex;
  height: 68px;
  justify-content: center;
  align-items: center;
  font-size: var(--body);
  font-weight: var(--fw-600);
  color: var(--silver);
  text-transform: uppercase;
  position: relative;
  padding-top: 5px;
}
.navbar-menu li a:before{
  content: '';
  position: absolute;
  top: -1px;
  left: 0; 
  width: 100%;

  background-color: #54b3d6;
  height: 1px;
  bottom: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform .6s cubic-bezier(0.76, 0, 0.24, 1);
}
.navbar-menu li a:hover,
.navbar-menu li.active a{
  color:var(--light);
}
.navbar-menu li a:hover:before,
.navbar-menu li.active a:before{
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.footer-copyright{
  background-color:var(--silver);
  color: #fff;
  position: relative;
  z-index: 100;
}
.footer-copyright .container{
  display: flex;
  justify-content: space-between; 
  padding-top:30px;
  padding-bottom:30px;
}
.footer-copyright p{
  margin: 0;
}
.footer-copyright p.icidea{
  color: rgba(255, 255, 255, 0.5);
}
.footer-copyright p.icidea a:hover{
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.footer{
  background-color:var(--gray-superlight);
  color: var(--silver);
  position: relative;
  z-index: 100;
}

.footer .container{
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 30px;
}
.footer .col-left{
  display: flex;
  flex-direction: column;
}
.footer .logo{
  width: 241px;
  height: auto;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.footer p.h3{
  margin: 0;
  font-weight: var(--fw-400);
}

.followus{
  display: flex;
  gap: 20px;
  margin-top: auto;
  padding: 0;
  list-style-type: none;
}
.followus .icons{
  --size:40px;
}

.followus .icon-facebook{background-image: url(../img/icons/icon-facebook.png);}
.followus a:hover .icon-facebook{background-image: url(../img/icons/icon-facebook-blue.png);}

.followus .icon-line{background-image: url(../img/icons/icon-line.png);}
.followus a:hover .icon-line{background-image: url(../img/icons/icon-line-blue.png);}

.followus .icon-tiktok{background-image: url(../img/icons/icon-tiktok.png);}
.followus a:hover .icon-tiktok{background-image: url(../img/icons/icon-tiktok-blue.png);}

ul.followus{
  flex-direction: column;
  gap: 18px;
  margin-bottom: 0;
}
ul.followus li {
  height: 30px;
}
ul.followus li a{
   display: inline-flex;
   align-items: center;
   gap: 10px;
   text-transform: uppercase;
   font-size: var(--heading-semibold-3);
   font-weight: var(--fw-600);
   color: var(--silver);
}
ul.followus li a:hover{
  color: var(--light);
}
ul.followus .icons{
   --size:30px;
}
 
ul.followus .icon-facebook:before{background-image: url(../img/icons/icon-facebook-brown.png);}
ul.followus .icon-line:before{background-image: url(../img/icons/icon-line-brown.png);}
ul.followus .icon-tiktok:before{background-image: url(../img/icons/icon-tiktok-brown.png);}
 

.footer .col-right{
  display: flex;
  flex-direction: column;
  width: 440px;
}
.footer .col-right h3{
  margin-bottom:18px;
}
.footer .col-right .buttons{
  width: 100%;
  gap: 20px;
  padding-top:22px;
}
.footer .col-right .buttons .btn{
  width: 50%;
  padding-left: 0;
  padding-right: 0;
}
.footer .col-right .buttons.flex-column{
  padding-top: 0;
  padding-bottom:40px;
}
.footer .col-right .buttons.flex-column .btn{
  width: 100%;
}

@media (max-width:1280px) {
  .footer .container{
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 40px;
  }
}

@media (min-width:768px)  and (max-width:1024px) {
  .footer .container,
  .footer-copyright .container{
    padding-left:40px;
    padding-right: 40px;
  } 
}

@media (min-width:576px) and (max-width:767px)  {
  .navbar-menu li a{
    font-size: 15px;
  }
}

@media (max-width:767px) {
  .footer .container{
    flex-direction: column;
    text-align: center;
    justify-content:center;
    align-items: center;
  }

  .footer .col-left .followus{display:none;}

  .footer .followus{
    margin: 50px auto 0;
  }
}

@media (max-width:575px) {
  .navbar-menu{
    flex-wrap: wrap;
    /* border-top:4px solid var(--gray-superlight); */
  }
  .navbar-menu li{
    width: 100%;
  }
  .navbar-menu li a{
    border-top: 1px solid #DEE1E8;
  }

  .footer-copyright .container{
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top:24px;
    padding-bottom:24px;
  }

  .footer .container {
      padding-top:45px;
      padding-bottom: 45px;
      gap: 30px;
  }
  .footer .col-left,
  .footer .col-right{
    width: 100%;
  }
  .footer .col-right .buttons{
    flex-direction: column; 
  }
  .footer .col-right .buttons .btn{
    width: 100%;
  }
  .footer .followus{
    margin-top: 45px;
    margin-bottom: 5px;
  }
}

/*==================================================
  Contact
==================================================*/   
.section-contact{
  padding-top: 0;
}
.card-form-contact{
  background-color: #fff;
  border-radius: 20px;
  padding: 0;
  display: flex;
  gap: 0;
  position: relative;
  z-index: 10;
  --padding-y:70px;
  --padding-x:50px;
}
.card-form-contact .card-body{
  width: 50%; 
  padding:var(--padding-y) var(--padding-x);
  color: var(--silver);  
}
.card-form-contact .card-form{
  border-radius:0 15px 15px 0; 
  background:var(--primary);
  color: #fff;
  padding:var(--padding-y) var(--padding-x);
  margin-left: auto;
  width: 50%;
  color: #fff;
}
.card-form-contact h3{
  margin-bottom: 20px;
}
.card-form-contact .buttons {
  gap: 20px;
  padding:20px 0 30px 0;
}
.card-form-contact .buttons.flex-column{ 
  padding-top: 5px;
}
.card-form-contact .buttons .btn{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.card-form .btn[type="submit"]{
  margin-top: 10px;
}
.card-form .form-check{
  margin: 14px 0;
}
 
.card-form .form-check-label{
  color: #fff;
}
.card-form .form-check-label a{
  text-decoration: underline;
}
.card-form .form-check-label a:hover{
  color: var(--light);
}
.card-form .form-check-input{
  border-color: var(--light);
  border-radius: 3px;
}
.card-form .row{
  --bs-gutter-x:18px;
  --bs-gutter-y: var(--bs-gutter-x);
}
.card-form h2{
  color: inherit;
  margin-bottom: 8px;
  font-size: var(--heading-semibold-2);
}
 
/* @-webkit-keyframes autofill {
  0%,100% {
      color: #666;
      background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-delay: 1s;  
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
} */

.contact-maker-1,
.contact-maker-2,
.contact-maker-3{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.contact-maker-1{ 
  top: 0;
  bottom: 0;
}
.contact-maker-2{ 
  top:0;
  bottom: 0;
  overflow: hidden;
}
.contact-maker-3{   
  top: 0;
  bottom: 0; 
}
.contact-maker-1 img{
  width: 1050px;
  top: 40%;
  right: -620px;
}
.contact-maker-2 img{
  width: 1050px;
  top:100%;
  left: -600px;
}
.contact-maker-3 img{
  width: 255px;
  top:100%;
  right: -30px;
}

.card-form-contact ul.followus .icons{top: -3px;}
@media (max-width:1550px) {
  .contact-maker-3 img{
    right: 0;
  }
}
@media (max-width:1366px) {
  .card-form h2{
    font-size: var(--heading-semibold-2);
  }

  .contact-maker-1 img{
    width: 900px; 
    right: -520px;
  }
  .contact-maker-2 img{
    width: 900px; 
    left: -500px;
  }
}

@media (max-width:1280px) {
  .card-form-contact{
    --padding-y: 50px;
  }
}
@media (min-width:1024px) and (max-width:1199px) {
  .card-form-contact .buttons{
    flex-direction: column;
  }
}

@media (min-width:576px) and (max-width:1024px) {
  ul.followus{
    flex-direction: row;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width:1024px) {
  .card-form-contact{ 
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    gap:30px;
    padding: 0;
    background-color: transparent;
    text-align: center;
    --padding-y: 50px; 
  }
  .card-form-contact .boxed{max-width: 550px !important; }
  .card-form-contact .card-body{ 
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    border-radius: 20px;
  }

  .card-form-contact .card-form{
    max-width: 100%;
    width: 100%;
    border-radius: 20px ;
  }

  ul.followus{margin-bottom: 14px;}

  .contact-maker-1 img{
    width: 800px;  
    top: 10%;
  }
  .contact-maker-2 img{
    width:700px; 
    left: -400px;
    top:70%
  }
  .contact-maker-3 img{
    width: 200px;
    top:80%;
    right:25px;
  }
  .contact-maker-3{top: 60%; }
}

@media (max-width:991.91px) {
  .contact-maker-1 img{
    width: 620px;  
    top: 10%;
    right: -390px;
  }
  .contact-maker-3 img{
    right: -60px;
  }
}
 
@media (max-width:575px) {
  .card-form-contact{
    --padding-x:20px;
    --padding-y:30px;
    gap: 15px;
    text-align: center;
  }
  .card-form-contact .buttons{
    flex-direction: column;
  }
  .card-form-contact h3{
    margin-bottom: 10px;
  } 

  .contact-maker-1 img{
    width:520px;  
    top: 30%;
    right: -390px; 
    display: none;
  }
  .card-form-contact ul.followus{padding-top: 10px;}
}

@media (max-width:440px) {
  .card-form-contact .card-body{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*==================================================
  News
==================================================*/   
.section-news{
  padding-top: 0;
  padding-bottom: 50px;
  overflow: hidden;
}
.card-news{
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  transition: all 0.35s;
  margin-bottom: 60px;
}

.card-news .card-photo{
  width: 56.5%; 
}
.card-news .card-photo .photo{
  transition: all 0.35s;
}
.card-news .card-body{
  width: 43.5%;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
.card-news .date{
  font-size: var(--small);
  color: var(--gray);
  margin: auto 0 30px;
}
.card-news h3{
  margin-top: 0;
  margin-bottom:25px; 
  font-size: var(--heading-3);
  color: #3E424B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.35s;
}
.card-news .icon-arrow{
  --size:25px;
  left: -2px;
  transition: all 0.35s;
  background-image: url(../img/icons/icon-arrow-blue.svg);
}
.card-news:hover{
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
} 
.card-news:hover .photo{
  transform: scale(1.1);
}
.card-news:hover h3{
  color: #8A7D6C;
}
.card-news:hover .icon-arrow{left:20px;}
.news-maker-group{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3500px;
}
.news-maker-1,
.news-maker-2,
.news-maker-3,
.news-maker-4{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  
}
.news-maker-1,
.news-maker-2,
.news-maker-3 { 
  bottom: 0;
}
.news-maker-1{
  top: 0;
}
.news-maker-2{
  top: 5%;
}
.news-maker-3{
  top: 15%;
}
.news-maker-4{ 
  top: auto; 
  top: 50%;
}

.news-maker-1 img{
  width: 1055px;
  top: 20%;
  right: -650px;
}
.news-maker-2 img{
  width: 422px;
  top:30%;
  left: -220px;
}
.news-maker-3 img{
  width: 422px;
  top: 70%;
  right:50px;
}

.news-maker-4 img{
  width: 1055px;
  top:133%;
  left: -550px;
}

@media (max-width:1280px) {
  .news-maker-3 img{
    right: -120px;
    width: 380px;
  }
  .news-maker-4 img{
    width: 800px;
  }
}

@media (max-width:1199px) {
  .section-news{
    padding-bottom: 30px;
  }
  .card-news{
    margin-bottom: 50px;
  }
 
  .card-news .card-body{
    padding: 30px;
  } 
  .card-news .date{ margin-bottom: 20px;}
  .news-maker-1 img{
    width: 900px; 
    right: -550px;
    top: 15%;
  }
 
}

@media (max-width:991.98px) {
  .card-news{
    margin-bottom: 30px;
  }
  .card-news .card-photo{
    width: 55%;
  }
  .card-news .card-body{
    width: 45%;
    padding: 25px;
  }
  .card-news h3{
    font-size: var(--heading-3);
    margin-bottom:20px;
  }
  .card-news .icon-arrow{
    --size:22px
  }
  .news-maker-group{
    height: 2600px;
  }
  .news-maker-1 img{
    width: 700px; 
    right: -450px;
    top:11%;
  }
  .news-maker-2 img{
    width: 340px;
    top:20%;
    left: -180px;
  }
  .news-maker-3 img{
    top: 40%;
  }
  .news-maker-4{bottom: 20%;}
  .news-maker-4 img{
    top: 80%;
  }
}

@media (max-width:767px) {
  .card-news .card-photo{
    width: 50%;
  }
  .card-news .card-body{
    width: 50%; 
  }
  .card-news .icon-arrow{
    --size:18px
  }
}


@media (max-width:670px) {
  .section-news{
    padding-bottom: 10px;
  }
  .card-news {
    margin-bottom:15px;
  }
  .card-news .card-photo,
  .card-news .card-body{
    width: 100%;
  }
  .card-news .card-body{
    padding: 20px;
  }
  .card-news .date{margin-bottom:20px;}
  .card-news .icon-arrow{
    --size:24px
  }

  .news-maker-1 img{
    width: 480px; 
    right: -300px;
    top:11%;
  }
  .news-maker-2 img{ 
    top:30%;
    left: -180px;
  }
  .news-maker-3 img{
    top:50%;
    width: 300px;
  }
  .news-maker-4{bottom: 0%;}
  .news-maker-4 img{
    top: 120%;
    width: 480px;
    left: -240px;
  }

  .news-maker-group{
    height: 3000px;
  }
}
 
/*==================================================
    News detail
==================================================*/

.news-detail-boxed{
  --width:778px;
  max-width: var(--width);
  width: 100%;
  display: block;
  margin: 0 auto;
  color: #3E424B;
}
.news-detail-boxed .hgroup{
  text-align: center;
  padding-bottom:16px;
  padding-top: 55px;
}
.news-detail-boxed h1{
  font-size:var(--heading-semibold-2);
  color: #3E424B;
  line-height: 1.4;
  margin-bottom: 15px;
}
.news-detail-boxed .date{
  margin: 0;
  color: #A4A8B3;
  font-size: var(--small);
}
.news-detail-boxed .texteditor {
  padding-top: 40px;
}
.news-detail-boxed .texteditor p{
  margin-bottom: 25px;
}
.news-detail-boxed .texteditor p:last-child{
  margin-bottom:0 !important;
}

.swiper-overflow{
  position: relative;
}
.swiper-news-gallery {
  margin-top: 35px;
  margin-bottom: 20px;
}
.swiper-news-gallery .photo{
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; 
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-news-gallery .photo img{ 
  width: 100%;
}
.swiper-news-gallery .swiper-button{margin-top: -50px;}
.swiper-news-gallery .swiper-button-prev{left: 20px;}
.swiper-news-gallery .swiper-button-next{right: 20px;}
.swiper-news-gallery .swiper-button-disabled{display: none !important;}

.swiper-pagination-fraction{
  position: relative;
  bottom: 0;
  color: #A4A8B3;
  font-size: var(--small);
  border-bottom: 1px solid #DEE1E8;
  padding: 11px 0 9px;
}

@media (max-width:767px) { 
  .news-detail-boxed .hgroup{
    padding-top: 40px;
  }
}

@media (max-width:670px) {
  .swiper-news-gallery .swiper-button {
    width: 32px;
    height: 32px;
  }
  .swiper-news-gallery .swiper-button .icons{
    --size:32px;
  }
  .swiper-news-gallery .swiper-button-prev{left:12px;}
  .swiper-news-gallery .swiper-button-next{right:12px;}
}

@media (max-width:575px) {
  .news-detail-boxed h1{
    font-size: var(--heading-3);
    margin-bottom:10px;
  }
  .news-detail-boxed .hgroup{
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .news-detail-boxed .texteditor{
    padding-top: 30px;
  }
  .news-detail-boxed .texteditor p{
    margin-bottom: 15px;
  }

  .swiper-news-gallery{
    margin-top: 25px;
  }
}

/*==================================================
    News Related
==================================================*/

.section-news-related{
  background-color: #DEE1E8;
  padding-top: 0;
  padding-bottom:80px;
  overflow: hidden;
}

.section-news-related .hgroup{
  padding: 55px 0 45px;
  text-align: center;
}
.section-news-related .hgroup h2{
  font-size: var(--heading-semibold-2);
}

.card-news.thumb{
  flex-direction: column;
  margin-bottom: 0;
}
.card-news.thumb .card-photo,
.card-news.thumb .card-body{
  width: 100%;
}

.card-news.thumb .card-body{
  padding: 20px;
}

.card-news.thumb h3{
  line-height: 1.38;
}

.card-news.thumb .date{
  margin-bottom:18px;
}

.card-news-list{
  --bs-gutter-x:70px;
  --bs-gutter-y:15px;
}

.related-maker-1,
.related-maker-2{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  right: 0;
  top: 0;
}

.related-maker-2{top: 20%;}
.related-maker-1 img{
  width: 422px;
  right: -130px;
  top: 10%;
}
.related-maker-2 img{
  width: 690px;
  left: -410px;
  top:160%;
}

@media (max-width:1280px) {
  .card-news-list{
    --bs-gutter-x:50px;
  }
}

@media (max-width:1199px) {
  .section-news-related{
    padding-bottom: 60px;
  }
  .section-news-related .hgroup {
    padding: 35px 0 30px;
  }
  .card-news-list{
    --bs-gutter-x:30px;
  }
}

@media  (max-width:991.98px) {
  .card-news .icon-arrow {
    --size: 20px;
  }

  .related-maker-1 img{
    width:300px;
    right: -150px;
    top:40%;
  }
  .related-maker-2 img{
    width: 480px;
    left: -310px;
    top:160%;
  }
}

@media (min-width:768px) and (max-width:991.98px) {
  .card-news-list{
    --bs-gutter-x:25px;
  }
  .card-news.thumb h3{
    font-size:var(--body);
  } 
}

@media (min-width:578px) and (max-width:767px) {
  .card-news-list{
    --bs-gutter-x:20px;
  }
  .card-news.thumb .card-body{
    padding: 15px;
  }
  .card-news.thumb h3{
    font-size:15px;
  } 
}

@media (max-width:767px) {
  .section-news-related .hgroup {
    padding: 35px 0 30px;
  }
}

@media (max-width:575px) {
  .section-news-related{
    padding-bottom: 30px;
  }
  .section-news-related .hgroup {
    padding:30px 0 25px;
  }

  .related-maker-1 img{
    width:250px;
    right: -100px;
    top:2%;
  }
  .related-maker-2 img{
    width: 430px;
    left: -210px;
    top:100%;
  }
}
/*==================================================
    Modal
==================================================*/

.modal{
  --bs-modal-bg:#fff;
  --bs-modal-border-radius:20px;
  --bs-modal-border-width:0;
  --bs-modal-padding:30px;
  --bs-modal-header-padding:20px 30px;
}

.modal-content{
  background: var(--bs-modal-bg);
  filter: drop-shadow(0px 4px 18px rgba(0, 0, 0, 0.1));
}
 
.modal-header{
  flex-direction: column;
  padding: var(--bs-modal-header-padding);
}

.btn-close{
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2363B5E5'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; 
}
.modal-dialog {
  max-width: var(--bs-modal-width);
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.modal-alert{
  --bs-modal-width:640px; 
}

.modal-alert .modal-header{
  text-align: center;  
  position: relative;
}
.modal-alert .modal-header h3{  
  color: #6E6D72;
  line-height: 1;
}  
.modal-video{
  --bs-modal-bg:#fff; 
  --bs-modal-padding:40px;
  --bs-modal-header-padding:15px 40px 13px;
  --bs-modal-width:1170px;
}
.modal-video .modal-header{
  position: relative;
}
.modal-video .modal-header h2{
  font-size: var(--heading-3);
}
 .btn-close.black{
  width: 20px;
  height: 20px;
  top: 50%;
  right: 22px;
  padding: 0;
  margin-top: -7px;
  border-radius: 0;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23203468'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/0.80em auto no-repeat;
}

.modal-video .ratio-16x9{
  background-color: #f1f1f1;
}

.modal.contact-alert .modal-body{
  text-align: center;
}
.modal.contact-alert .logo{
  width: 240px;
  margin: 10px auto 0;
}
.modal.contact-alert .modal-body h3{
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal.contact-alert .buttons{
  padding: 10px 0 10px;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
}
.modal.contact-alert .buttons .btn{
  width: 100%;
}
@media (max-width:1199px) {
  .modal-video{
    --bs-modal-padding: 30px;
  }
}

@media (max-width:991.98px) {
  .modal-video{
    --bs-modal-padding: 25px;
  }
}

@media (max-width:670px) {
  .modal-news .texteditor{
    padding:30px 25px;
  }
  .modal-news .modal-footer{
    margin: 0 25px;
  }
  .modal.modal-video{
    --bs-modal-padding: 16px;
    --bs-modal-header-padding: 15px 16px 12px;
  }
  .modal-video .modal-header h2{
    font-size:var(--body);
  }

  .modal-alert .modal-header h3{
    font-size: 16px;
  }
}
@media (max-width:575px) {
  .modal{
    --bs-modal-header-padding: 25px 20px 20px;
  }
  .modal-news .modal-header h3{
    padding-left: 0;
    padding-right: 0;
    /* font-size: 19px; */
  }
  .modal-news .texteditor{
    padding:30px 20px;
  }
  .modal-news .modal-footer{
    margin: 10px 20px 10px;
    padding:20px 0;
  }
  .modal-footer .btn-page{
    --btn-h:38px
  }

  .modal.contact-alert .modal-body{
    padding:20px
  }
  .modal.contact-alert .buttons{
    padding-bottom: 0;
    padding-top:0px;
  }
  .modal.contact-alert .logo{
    margin-top: 0;
    width: 185px;
  }
  .modal.contact-alert .modal-body h3{
    font-size: 16px;
    margin-top: 14px;
  }
}

/*==================================================
  Project Info
==================================================*/ 

.project-info-caption{
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 120px;
  right: 120px; 
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
.project-info-caption .h1{
  color: #fff;
  margin-bottom:40px;
  text-align: center;
  line-height: 1.5;
}

.project-info-caption .btn-play{
  --bs-btn-bg:#fff;
  --bs-btn-color:#6E6D72; 
  --bs-btn-hover-bg:var(--light); 
  --bs-btn-icon-color: var(--light); 
}
.project-info-caption .btn-play .icons{
  --size:14px
}

@media (max-width:1280px) {
  .project-info-caption{
    left: 100px;
    right: 100px;
  }
}

@media (max-width:1199px) {
  .project-info-caption{
    left: 0;
    right: 0;
  }

  .project-info-caption .h1{
    margin-bottom: 30px;
  }
}

@media (max-width:575px) {
  .project-info-caption{
    padding-top: 20px;
  }
  .project-info-caption .h1{
    font-size: var(--heading-mobile);
    margin-bottom:16px;
  }
}
 

/*==================================================
  FLOOR PLAN
==================================================*/ 
.section-floorplan{
  padding-top:60px;
  padding-bottom:35px;
}
.section-floorplan .hgroup{
  padding-bottom: 30px;
}

.section-floorplan .hgroup p{
  margin: 0;
  color: #3E424B;
}

.floorplan-image{
  border-radius: 20px;
  background-color: rgba(110, 109, 114, 0.75); 
  height: 600px; 
  position: relative;
  padding: var(--space);
  --space:30px;
}
  
.floorplan-image img{
  object-fit: contain;
  object-position: center;
  border-radius: 10px;
  height: 100%;
  width:auto;
  margin: auto;
  display: block;
}

.floorplan-image a[data-fancybox]{
  display: block;
}

.nav-tabs{
  background-color: #fff;
  border-radius: 8px;
  border: 0;
  position: relative;
  overflow: hidden;
}
.nav-tabs li{
  width: 33.33%;
}
.nav-tabs li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: var(--gray);
  font-size: var(--heading-3);
  font-weight: var(--fw-500);
}

.nav-tabs li a.active{
  background-color: var(--primary);
  color: #fff !important;
}

.nav-tabs li a:hover{ 
  color:var(--light);
}

.tab-content-floorplan{
  background-color: rgba(164, 168, 179, .75);
  border-radius: 20px; 
  margin-top:30px;
  height:var(--floorplan-h);
  --floorplan-h:580px;
}
.tab-content-floorplan a[data-fancybox]{
  display: inline-flex;
  margin:auto; 
}
.tab-content-floorplan .img-floorplan{
  width: auto;
  height:calc(var(--floorplan-h) - 60px);
  border-radius: 10px;
}
.tab-content-floorplan .tab-pane{
  position: relative;
  text-align: center;
  padding:30px;
}
.tab-content-floorplan .tab-pane .title{
  color: #ffffff;
  font-size: var(--heading-semibold-2);
  font-weight: 500;

  position: absolute;
  bottom: 30px;
  right:40px;
  z-index: 100;
}

.floorplan-team-maker,
.factsheet-team-maker{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.floorplan-team-maker{ 
  top: 0;
  bottom: 0;
}
.floorplan-team-maker img{
  width: 422px;
  right: -150px;
  top: 90%;
}

.factsheet-team-maker{ 
  top: 0;
  bottom: 0;
}
.factsheet-team-maker img{
  width: 422px;
  left: -150px;
  top: 90%;
}

@media (max-width:1366px) { 
  .tab-content-floorplan{
    --floorplan-h:500px;
  }

  .factsheet-team-maker img,
  .floorplan-team-maker img{
    width:350px;
  }

  .floorplan-team-maker img{right: -200px;}
  .factsheet-team-maker img{left: -200px;}
 
}
 
@media (max-width:1199px) { 
  .section-floorplan{
    padding-bottom:0px;
  }
  .tab-content-floorplan{
    --floorplan-h:420px;
  }
  .h1.main-headline{
    font-size: var(--heading-2);
  }
}
@media (max-width:1024px) {
  .tab-content-floorplan{
    margin-top: 20px;
  }

  .factsheet-team-maker img,
  .floorplan-team-maker img{
    width:255px;
  }

  .floorplan-team-maker img{right: -100px;}
  .factsheet-team-maker img{left: -100px;}
}

@media (max-width:670px) {
  .section-floorplan{
    padding-top: 40px;
  }
  .section-floorplan .hgroup {
    padding-bottom:20px;
  }
  .h1.main-headline{
    font-size: var(--heading-mobile);
    line-height: 1.2;
  }
  .tab-content-floorplan{
    margin-top: 20px;
  }

  .tab-content-floorplan .tab-pane{
    padding: 20px;
  }
}

@media (max-width:575px) {
  .nav-tabs{
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .nav-tabs li{
    width: 100%;
  }
  .section-floorplan .hgroup {
    padding-bottom:15px;
  }

  .tab-content-floorplan{
    height: auto;
  }
  .tab-content-floorplan .img-floorplan{
    height: auto;
    width: 100%;
  }
  .tab-content-floorplan .tab-pane{
    padding-bottom: 0;
  }
  .tab-content-floorplan .tab-pane .title{
    position: relative;
    bottom: auto;
    right: auto;
    text-align: center;
    font-size: var(--heading-3);

    padding-bottom:10px;
    padding-top:3px;
  }

  /* .factsheet-team-maker img{top: 110%;}
  .floorplan-team-maker img{} */

  .floorplan-team-maker{
    top: 30%;
    bottom: -300px; 
  }

  .factsheet-team-maker{
    bottom: -200px;
  }

  .floorplan-team-maker img{right: -150px; top: 110%;}
  .factsheet-team-maker img{left: -150px;}
 
}
/*==================================================
  FACTSHEET
==================================================*/ 
.card-info-list{
  --bs-gutter-y: 30px;
  --bs-gutter-x: 22px;
}
.card-info-row{
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  background-color: #fff;
  padding:22px 20px 16px;
  height: 100%;
  font-weight: var(--fw-600);
}
.card-info-row p{
  margin: 0;
  color:var(--bronze);
}
.card-info-row p.title{
  color: var(--gray);
}

.card-info-list .btn{
  margin-top:18px;
  margin-bottom:30px;
}

@media (max-width:1280px) {
  .section-factsheet .hgroup{
    padding-bottom: 25px;
  }
}

@media (max-width:1024px) {
  .section-factsheet .hgroup{
    padding-bottom:25px;
  }
}

@media (max-width:991.98px) {
  .section-factsheet .hgroup{
    padding-bottom:25px;
  }
  .card-info-list{
    --bs-gutter-y:20px;
    --bs-gutter-x: var(--bs-gutter-y);
  }
}
 
@media (max-width:575px) {
  .section-factsheet .hgroup{
    padding-top: 0; 
  }
  .section-factsheet{
    overflow: hidden;
  }
  .card-info-row{
    flex-direction: column;
    padding: 18px 15px 14px;
  }

  .card-info-list .btn{
    margin-top: 0;
    margin-bottom: 0;
  }
}

/*==================================================
   PROJECT TEAM
==================================================*/ 
.section-project-team {
  padding:70px 0;
  overflow: hidden;
}
.section-project-team .background:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.5);
}

.section-project-team .container{
  position: relative;
  z-index: 100;
  color: #fff;
  text-align: center;
}
.section-project-team .h1{
  color: var(--light);
  margin-bottom: 10px;
}

.section-project-team .row-main{
  --bs-gutter-y:40px;
}

.card-project-team{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:10px;
}
.card-project-team .icons{
  --size:30px;
  margin-bottom: 20px;
  background-image: url(../img/icons/icon-square-brown-2.svg);
}
.card-project-team h4{
  font-size: var(--heading-3);
  color: var(--gray);
}
.card-project-team h3{
  font-size: var(--heading-2);
  color:#ffffff
}

.pj-team-maker{
  pointer-events: none;
  position: absolute;
  left: 0;
  width: 100%;
}

.pj-team-maker{ 
  top: 0;
  bottom: 0;
}
.pj-team-maker img{
  width: 510px;
  right: -220px;
  top: 90%;
}

@media (max-width:1280px) {
  .card-project-team h3{
    font-size:30px;
  }

  .pj-team-maker img{
    width: 420px;
    right: -180px;
    top: 90%;
  }
}

@media (max-width:1199px) {
  .pj-team-maker img{
    width:320px;
    right: -180px;
    top: 90%;
  }
}
@media (max-width:991.98px) {
  .pj-team-maker{display: none;}
}
@media (max-width:575px) {
  .section-project-team {
    padding:40px 0 25px;
  }
  .section-project-team .h1{ 
    margin-bottom:0;
  }
  .section-project-team .row-main{
    --bs-gutter-y: 30px;
  }
  .card-project-team h3{
    font-size:var(--heading-mobile);
  }
  .card-project-team h4{
    font-size:var(--heading-semibold-3);
  }
  .card-project-team .icons{
    margin-bottom: 18px;
  }

  .pj-team-maker img{
    width:220px;
    right: -120px;
    top: 90%;
  }
}

/*=========Cookie Policy=========*/

.cookie-policy{
  background-color:rgba(32, 52, 104, 0.95);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 0 20px 0;
  color: #fff;
  font-size: 12px;
  z-index: 1000; 

  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;

  -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transform: translate3d(0, 0, 100%);
    transform: translate3d(0, 0, 100%);
}

.cookie-policy.cookie-show{
  -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.cookie-policy a{
  color: var(--light);
}
.cookie-policy a:hover{
  text-decoration: underline;
}
.cookie-policy .cols:nth-child(1){
  max-width: 780px;
  padding-right: 20px;
}
.cookie-policy .cols:nth-child(2){
  margin-left: auto;
}

.cookie-policy .container-fluid{
  display: flex;
}
.cookie-policy .buttons{
  padding: 0;
  display: flex;
  margin-right: -8px;
}
.cookie-policy .btn:before{
  display: none;
}
.cookie-policy .btn{  
  --btn-h:33px; 
  color: #fff; 
  font-size: 12px;
  margin: 0 8px;
}
  
.cookie-policy .btn-close{
  position: absolute;
  top: 15px;
  right:15px;
  padding: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border:0;
  border-radius: 0;
  z-index: 100;
  pointer-events: all;
  opacity: 1;

  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
 
}
 
@media (max-width:1199px){
  .cookie-policy .btn:not(.btn-close){
    width: 100px;
    padding:0;
  }
}
 

@media (max-width:991px){
  .cookie-policy .container-fluid{
    padding-left:25px;
    padding-right: 25px;
    flex-direction: column;
  }
  .cookie-policy .cols:nth-child(1){
    padding-right: 0;
    padding-top: 10px;
  }
  .cookie-policy .cols:nth-child(2){
    margin-left: 0;
    padding-bottom: 10px;
  }
  .cookie-policy .buttons{
    padding-top: 15px;
    margin-left: -8px;
    justify-content: flex-start;
  }
  .cookie-policy .btn:not(.btn-close){
    height: 32px;
    line-height: 30px;
  }
  .cookie-policy .btn.btn-close{
    right: 10px;
    top: 10px;
  }
}

/*==================================================
  Privacy policy
==================================================*/ 

.article.policy{
  display: block;
  width: 100%; 
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0; 
  text-align: justify; 
}
 
.article.policy .section-title{
  display: block; 
  text-align: left;
  padding-bottom: 50px;
}
.article.policy .section-title h3{ 
  padding-top:5px;  
  font-weight: 500;
}
 
.article.policy .section-title hr{
  width: 50px;
  margin: 30px auto 0 0; 
}
 
.article.policy h5{ 
  margin-bottom: 10px;
}
.article.policy table{
  margin: 35px 0;
  text-align: left;
}
.article.policy table th{
  font-weight: 500;  
}
.article.policy table thead th{vertical-align: middle;}
.article.policy  .table tr:last-child td, 
.article.policy .table  tr:last-child th{
  border-bottom: 1px solid #dee2e6;
}
.article.policy table ul,
.article.policy table ol{padding-left: 17px; margin-top: 0; margin-bottom: 0; padding-bottom: 0; padding-top: 0;} 

.article.policy .table-bordered td,
.article.policy .table-bordered th{
  padding: 10px 15px;
}
.table>:not(caption)>*>*{
  color: inherit;
}
.table .thead-light th{
  background-color:rgba(0, 0, 0, 0.05);
}

.article.policy ul,
.article.policy ol{ 
  margin-bottom: 25px; 
  padding-top: 0;
}
.article.policy ol{
  padding-left: 17px;
}
.article.policy ul li,
.article.policy ol li{
  margin: 5px 0;
}
.article.policy a:hover{
  text-decoration: underline;
}

.article.policy h5,
.article.policy h4,
.article.policy h3,
.article.policy h2{
  text-align: left;
  color: var(--bs-body-color);
}

.article.policy .line-animate{
  --line-color:var(--light);
  margin-top: 25px;
}

.policy-logo{
  width: 140px;
  display: block;
  margin: 40px auto 60px;
}

.goback.policy{
  display: flex;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -10px;
  right: 20px; 
  cursor: pointer;
   
  z-index: 1030;
}
 
.goback .icons{ 
  background-size:25px;
  background-image: url(../img/icons/icon-close.svg);
  width: 100%;
  height: 100%;
  padding: 0;
}
@media (max-width:1280px){

  .policy-logo{
    width: 120px;
    margin-bottom: 40px;
  }

  .article.policy .section-title h2{font-size:30px;}
  .article.policy .section-title h3{font-size:24px;}
}

@media (max-width:991.98px){
  .table-responsive table{
    width: 800px;
  }
  .article.policy{padding-top: 0;} 

  .goback.policy{top: -20px;}
}

@media (max-width:991.98px){
  .article.policy{font-size: 15px;}  
  .article.policy .hgroup{padding-bottom: 30px;}
 
  .article.policy .section-title{padding-bottom: 30px;} 
  .article.policy .section-title hr{
    width: 35px;
    margin-top: 20px;
  }

  .article.policy ul,
  .article.policy ol{ 
    margin-bottom: 20px;  
  }
  .article.policy p{
    margin-bottom:20px;
  }
 
  .article.policy ul, .article.policy ol{
    padding-left: 17px;
  }
  .article.policy table:not(.table-bordered) th{
    border-bottom: 0;
    font-weight: 600;
  }
  .article.policy table:not(.table-bordered) th,
  .article.policy table:not(.table-bordered) td{
    display:block;
    width: 100% !important;
    padding: 10px 0;
  }
  .article.policy table:not(.table-bordered) td{
    border-top: 0 !important;
    padding-top: 0;
  }
  .article.policy table:not(.table-bordered) th{
    padding-bottom: 5px;
    padding-top: 15px;
  }
  .article.policy table:not(.table-bordered) td{
    padding-bottom: 15px;
  } 
  .article.policy .table tr:last-child th{border-bottom:0}

  .article.policy table{margin: 20px 0;}

  .section-policy .container-fluid{
    padding-left: 25px;
    padding-right: 25px;
  }
 
   
}

@media (max-width:670px){
  .policy-logo{
    width: 80px;
    margin-bottom: 40px;
    margin-top: 25px;
  } 
  .article.policy{
    text-align: left;
  }
  .article.policy table{margin: 10px 0;}

  .article.policy .section-title h2{font-size:24px;}
  .article.policy .section-title h3{font-size:18px;}

  .article.policy .line-animate{margin-top: 15px;}

  .goback.policy{
    top:-5px;
    width:30px;
    height:30px;
  }
  .goback .icons{
    background-size: 20px;
  }
}
@media (max-width:440px){
  .goback.policy{
    top:-10px;
    right: 10px;
  }

  .article.policy .section-title h2{font-size:22px;}
  .article.policy .section-title h3{font-size:16px;}
}


.modal-banner{
  --bs-modal-width:920px;
}

.modal-banner .btn-close{
  opacity: 1;
  box-shadow: none !important;
  top: -25px;
  right: -15px;
  width: 28px;
    height: 28px;
    border-radius: 50%;
    padding: .25em .25em;
  background: #000 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
}
@media (max-width:991.98px){
  .modal-banner .btn-close{
    right: -10px;
    width: 25px;
    height: 25px;
  } 
}

@media (max-width:575px){
  .modal-banner .btn-close{
    top: -20px; 
    width: 18px;
    height: 18px;
    background-size: 10px;
  } 
}
