/* ==========================================================================
Custom Menu Primary
========================================================================== */
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a { color: #fff; }
.custom-menu-primary .hs-menu-wrapper > ul ul { display: inline-block; position: absolute; width: 900px; height: 40px; float: left; }
.custom-menu-primary .hs-menu-wrapper > ul ul li a { color: #fff; background: #2b4755; display: block; position: relative; width: 990px; text-decoration: none; padding: 11px 12px; font-size: 18px; font-weight: 300; font-family: "museo-sans-condensed"; line-height: 18px; text-align: center; }
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover { color: #ff9933; }
.custom-menu-primary .hs-menu-wrapper > ul li a, .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { overflow: visible !important; max-width: none !important; width: auto !important; }
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper { display: visible !important; }
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child { display: visible; }
  .custom-mobile-header { display: none !important; }
  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-item.hs-menu-depth-6.hs-item-has-children>ul { display: none; }
}
.mobile-trigger, .child-trigger { display: none; }
@media (max-width:767px) {
  .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a { display: block; float: none; position: static; top: auto; right: auto; left: auto; bottom: auto; padding: 0px; margin: 0px; background-image: none; background-color: transparent; border: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; max-width: none; width: 100%; height: auto; line-height: 1; font-weight: normal; text-decoration: none; text-indent: 0px; text-align: left; }

  /* Toggle Button
  ========================================================================== */
  .mobile-trigger { display: inline-block !important; cursor: pointer; position: absolute; top: -46px; right: 15px; height: 28px; bottom: unset; padding: 0; text-transform: uppercase; background-color: transparent; background-size: 100%; z-index: 1; }

  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger span { font-size: 21px; color: #FFF; text-align: center; padding-top: 4px; display: block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 21px; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
  .mobile-trigger span:before { content: "\f0c9"; }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger { display: block !important; cursor: pointer; position: absolute; top: 0px; right: 0px; width: 55px !important; min-width: 55px !important; height: 45px !important; padding: 0 !important; border-left: 1px dotted rgba(255, 255, 255, .20); }
  .child-trigger:hover { text-decoration: none; }
  .child-trigger i { position: absolute; top: 50%; margin: 0 auto !important; }
  .child-trigger i:after { position: absolute; content: ''; }
  .child-trigger i, .child-trigger i:after { width: 10px; height: 1px; display: block; }
  .child-trigger i:after { -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
  .child-trigger.child-open i:after { -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
  .child-trigger.child-open i { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

  /* Menu Styles on Mobile Devices
  ========================================================================== */
  .custom-menu-primary.js-enabled { position: absolute; padding-top: 0; background: #fff; margin: 0; left: 0; right: 0; top: 100%; }
  .custom-menu-primary.js-enabled .hs-menu-wrapper, .custom-menu-primary.js-enabled .hs-menu-children-wrapper { display: none; }
  .custom-menu-primary ul.hs-menu-children-wrapper { visibility: visible !important; opacity: 1 !important; position: static !important; display: none; }
  .custom-menu-primary.js-enabled .hs-menu-wrapper { width: 100%; position: relative; top: 0; left: 0; padding: 0; }
  .custom-menu-primary .hs-menu-wrapper { width: 100%; }
  .custom-menu-primary .hs-menu-wrapper > ul > li { position: relative; }
  .mobile-trigger i { display: block; position: relative; top: 0; }
  .mobile-trigger i:before, .mobile-trigger i:after { position: absolute; content: ''; }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after { width: 25px; height: 2px; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; background-color: #112750; display: inline-block; height: 2px; }
  .mobile-trigger i:before { top: -8px; }
  .mobile-trigger i:after { top: 8px; }
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after { background-color: #112750 ; }
  body .mobile-trigger i, body .mobile-trigger i:before, body .mobile-trigger i:after { -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); -moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); -o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000); / easeInOutCubic / }
  body .mobile-trigger i:before, .mobile-trigger i:after { background-color: rgb(17 39 80 / 40%) !important;}
  body.mobile-open .mobile-trigger i { background: transparent !important; }
  body.mobile-open .mobile-trigger i:before, .body.mobile-open .mobile-trigger i:after { top: 0; }
  body.mobile-open .mobile-trigger i:before { transform: rotate(45deg); }
  body.mobile-open .mobile-trigger i:after { transform: translateY(-10px) rotate(-45deg); top: 10px; }
}



header.header { width: 100%; display: inline-block;position: relative; z-index: 9;}
header .header-section { width: 100%; display: inline-block; padding: 12px 0; }
header .header-section .header-inner { display: flex; justify-content: space-between; width: 100%; gap: 20px;align-items: center; }
header .header-section .header-inner .header-logo { width: auto; display: inline-block;line-height: 0; }
header .header-section .header-inner .header-logo a { display: inline-block; width: auto; line-height: 0; }
header .header-section .header-inner .header-logo a img { width: 170px; display: block; }
header .header-section .header-inner .header-logo a img.mobile_logo { display: none; }

header .header-section .header-inner .header-menu { width: auto; display: inline-block; }
header .header-section .header-inner .header-menu ul { display: flex; align-items: center; gap: 100px; }
header .header-section .header-inner .header-menu ul li a { color: #1A3F4D; font-size: 16px; display: inline-block; line-height: 24px; font-weight: 500; letter-spacing: 1.1px; }
header .header-section .header-inner .header-menu ul li { display: inline-block; line-height: 0; }

header .header-section .header-inner .header-cta { width: auto; display: flex; align-items: center; gap: 16px; }
header .header-section .header-inner .header-cta a.simpal_cta span.svg-img { display: none; }
header .header-section .header-inner .header-cta a.cta { transition: all 0.4s ease-in-out;width: auto; color: #fff; font-size: 16px; display: inline-block; line-height: 24px; font-weight: 500; letter-spacing: 1.1px; background-color: #FF9601; padding: 12px 24px; border: 1px solid #FFFFFF; border-radius: 100px; }
header .header-section .header-inner .header-cta a.simpal_cta span { letter-spacing: 1.1px; }
header .header-section .header-inner .header-cta a.cta:hover { transition: all 0.4s ease-in-out;background-color: #CC7801; color: #fff; border: 1px solid #CC7801; }

header.header.is-sticky { position: fixed; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); -webkit-animation: slideDown 0.35s ease-out; animation: slideDown 0.4s ease-out; background-color: #fff; box-shadow: 0px 4px 32px rgb(51 85 97 / 10%); }
@-webkit-keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}
@keyframes slideDown {
  from { transform: translateY(-100%); }
  to { transform: translateY(0); }
}

@media(max-width:1200px){
  header .header-section .header-inner .header-menu ul { gap: 60px;}
}

@media(max-width:991px){
  header .header-section .header-inner { gap: 10px; }
  header .header-section .header-inner .header-menu ul li a,
  header .header-section .header-inner .header-cta a.simpal_cta span { font-size: 14px; }
  header .header-section .header-inner .header-logo a img { max-width: 169px; }
  header .header-section .header-inner .header-menu ul { gap: 14px; }
  header .header-section .header-inner .header-cta a.cta { padding: 10px 20px; }
}

@media(max-width:767px){
  header .header-section { padding: 8px 0;} 
  header .header-section .header-inner .header-logo a img.desktop_logo { display: none; }
  header .header-section .header-inner .header-logo a img.mobile_logo { width:65px;display: block; z-index: 999; position: relative; }
  header .header-section .header-inner { padding-right: 40px;}
  header .header-section .header-inner .header-menu ul { gap: 0; padding: 16px 0; }
  header .header-section .header-inner .header-menu .hs-menu-wrapper{background: #fff;height: 100vh; top:-70px; }
  header .header-section .header-inner .header-menu ul li a {position:relative; color: #1A3F4D; width: 100% !important; text-align: center; padding: 24px; border-bottom: 1px solid #EBEEEF; font-size: 16px; line-height: 24px; font-weight: 500; }
   header .header-section .header-inner .header-menu ul li.active.active-branch a:after { content: ''; background: linear-gradient(0deg, #F568A9 0%, #FFAB34 100%); width: 8px; display: inline-block; border-radius: 0px 10px 10px 0px; position: absolute; left: 0; top: 0; bottom: 0; height: auto; }
  header .header-section .header-inner .header-menu ul li a:hover:after { content: ''; background: linear-gradient(0deg, #F568A9 0%, #FFAB34 100%); width: 8px; display: inline-block; border-radius: 0px 10px 10px 0px; position: absolute; left: 0; top: 0; bottom: 0; height: auto; }
  header .header-section .header-inner .header-cta a.simpal_cta span.svg-img { display: block; padding: 8px; }
  header .header-section .header-inner .header-cta a.simpal_cta span.text { display: none; }
  header .header-section .header-inner .header-cta a.simpal_cta { line-height: 0; }
  header .header-section .header-inner .header-cta { flex-direction: row-reverse; gap: 8px; }  
  header .header-section .header-inner .header-menu .hs-menu-wrapper ul { height: 100%; justify-content: center; align-items: center; }

}