.piller-sticky-bar{background-color:var(--third_color);border-bottom:1px solid #ada9a9;-webkit-box-shadow:0 4px 4px 0 #00000026;box-shadow:0 4px 4px 0 #00000026;padding:21px 0;position:fixed;top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:100%;z-index:10}.piller-sticky-bar.actived{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.piller-sticky-bar .content-wrapper{max-width:1270px}.piller-sticky-bar .FlexBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.piller-sticky-bar .psb-header p{color:var(--primary_color2);font-size:15px;font-weight:700}.piller-sticky-bar .psb-header p:last-child{margin-bottom:0}.piller-sticky-bar .logo-list{border:1px solid var(--primary_color2);border-radius:100%;height:48px;width:48px}.piller-sticky-bar .logo-wrap img{height:24px;width:24px;fill:var(--primary_color2);display:block}.piller-sticky-bar .psb-logo.FlexBox{gap:16px}.piller-sticky-bar .logo-wrap a.logo-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;border-radius:100%;height:100%;justify-content:center}.piller-sticky-bar .logo-wrap{display:block;height:100%}.piller-sticky-bar .logo-wrap a.logo-link:hover{background-color:#0048c620;text-decoration:unset}.piller-sticky-bar .progress{background-color:var(--primary_color2);bottom:0;height:4px;left:0;opacity:0;position:absolute;-webkit-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.piller-sticky-bar .progress.visble{opacity:1}@media(max-width:991px){.piller-sticky-bar{-webkit-box-shadow:none;box-shadow:none;padding:23px 0}.piller-sticky-bar .psb-header p{font-size:14px}}@media(max-width:767px){.piller-sticky-bar{display:none}}