 /*2025-07-11*/
a { text-decoration: none; }
.container_tab{ width:1320px; margin:0px auto; padding:0px; }
.spa-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 2em;
  height: 75px;
  z-index: 2;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.spa-header--scrolled {
  background: #fafafa;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.spa-header--move-up {
  -webkit-transform: translateY(-75px);
  transform: translateY(-75px);
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.spa-header__logo { color: #000; }

.spa-header__link {
  margin-left: 1em;
  color: #000;
}

.sticky-nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  position: relative;
  background: #fff;
  text-align: center;
  padding: 0 2em;
      font-size: 16px;
}
 .spa-slide {font-family: 'Rubik', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; 
  position: relative; 
  text-align: center;
  padding: 80px 0px 0px 0px;
}

.sticky-nav-tabs h1, .spa-slide h1 {
   
  margin: 0; 
  text-align:left;
}

.sticky-nav-tabs h3, .spa-slide h3 {
   opacity: 1;
}

.sticky-nav-tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: absolute; 
  width: 100%;
  height: 75px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #d4edf7;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  padding: 10px 0px 10px 0px;
  border-radius: 0px;
} 
.sticky-nav-tabs-container--top-first {
  position: fixed;
  top:86px;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); 
} 
.sticky-nav-tabs-container--top-second {
  position: fixed;
  top: 86px; 
}

.sticky-nav-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 18px;
}

.sticky-nav-tab:hover {
  color: #000; 
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border:1px solid #56a3ff;
  border-radius: 6px;
  background: #fff; 
}
.sticky-nav-tab-slider { color:#000; 
    position: absolute;
    /* bottom: 0; */
    width: 0;
    height: 54px; 
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    border: 1px solid #56a3ff;
    border-radius: 6px; 
    z-index: -1;	
	/*margin-left: -193px; */
}

/*.sticky-nav-tab-slider {position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background: #66B1F1;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
}*/
@media only screen and (max-width: 1200px) {
.container_tab{ width:100%; margin:0px auto; padding:0px; }
}

@media only screen and (max-width: 767px) {
.sticky-nav-tabs{ display:none}
.spa-slide { padding: 40px 0px 0px 0px;}
}
  
 
 