/* Header */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 700;
    top: 0;
    background: #FFF;
    transition: .1s all;
}
.header-container {
    position: relative;
    z-index: 901;
    height: 75px;
    padding: 0 20px;
    margin: 0 auto;
    background: #FFF;
}
.logo-main {
    position: absolute;
    top: 25px;
    z-index: 900;
    display: block;
    width: 160px;
    height: 35px;
    text-indent: -9999px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/logo/logo-main.svg);
    background-size: 160px 35px;
}
.topsearch {
    position: absolute;
    top: 24px;
    right: 85px;
    display: flex;
    align-items: center;
    grid-gap: 20px;
}
.topsearch:after {
    content:'';
    display: inline-block;
    width: 1px;
    height: 26px;
    background: rgba(0, 0, 0, 0.14);
}
.topsearch {
    color:#121212;
}
.topsearch:hover {
    color: #8FAE53;
}
.topsearch .ic {
    font-size: 24px;
}
.navmain {
    display: none;
}
.navmain > ul > li {
    position: relative;
    display: inline-flex;
    gap: 5px;
    list-style: none;
}
.navlink:after {
    position: relative;
    top: -1px;
    font-family: 'icon-font-greenery';
    content: "\e924";
    font-size: 14px;
    color: #8FAE53;
    transition: .4s ease 0s;
}
.navlink {
    display: flex;
    gap: 5px;
    font-family: 'greenerybold';
    font-size: 15px;
    color: #121212;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.navlink:hover {
    color: #8FAE53;
}
.navlink a:hover {
    color: #121212;
}
.menu-btn {
    position: fixed;
    z-index: 2000;
    top: 15px;
    right: 40px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 50%;
    background: #8FAE53;
}
.menu-btn span {
    display: block;
    text-indent: -9999px;
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: #FFF;
    transition: all .3s ease-out;
}
.menu-btn:before, .menu-btn:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    left: 50%;
    top: 50%;
    border-radius: 2px;
    transform: translate(-50%,-50%);
    background: #FFF;
    transition: all .3s ease-out;
}
.menu-btn:before {
    margin-top: -7px;
}
.menu-btn:after {
    margin-top: 7px;
}
.pushy-open-right .menu-btn span {
    display: none;
}
.pushy-open-right .menu-btn:before {
    margin-top: -1px;
    transform: rotate(45deg);
    margin-left: -12px;
}
.pushy-open-right .menu-btn:after {
    margin-top: -1px;
    transform: rotate(-45deg);
    margin-left: -12px;
}

/* Header Sticky */
.header.fixed {
    transition: .1s all;
}
.pushy, .push, .pushy-top {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.16, .68, .43, .99);
    transition: transform .6s cubic-bezier(.16, .68, .43, .99);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    will-change: opacity;
}
.pushy-open-right .pushy {
    top: 0;
    transition: all .9s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy {
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 9999;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
    transition: all .9s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-top {
    top: -100%;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
.pushy a {
    color: initial;
    padding: 0;
    display: inline;
}
.pushy li { list-style: none; }
.pushy-open-right {
    height: 100vh;
    overflow: hidden;
}
.pushy-open-right .header {
    z-index: 10000;
    background: transparent;
}
.pushy-open-right .header-container {
    opacity: 0;
}

.pushy::before {
    content:'';
    display: block;
    height: 100%;
    width: 340px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #8FAE53;
}
.grid-pushy {
    position: relative;
    z-index: 1000;
    display: grid;
    height: 100%;
    overflow-y: scroll;
    grid-template-columns: 340px 1fr;
}
.pushy-main {
    position: relative;
    height: 100%;
    overflow-y: scroll;
}
.pushy-topic {
    position: relative;
    padding: 70px 60px;
    z-index: 700;
    background: #8FAE53;
}
.pushy-topic::-webkit-scrollbar, .pushy-main::-webkit-scrollbar {
    display: none;
}
.partner-logo {
    position: relative;
    z-index: 900;
    display: flex;
    align-items: center;
    gap: 30px;
    height: 80px;
    padding: 0 60px;
}
.partner-logo img {
    width: auto;
    height: 48px;
}
.pushy-group {
    margin-bottom: 30px;
}
.pushy-group:last-of-type {
    margin-bottom: 0;
}
.pushy-main-content {
    padding: 70px 60px 0 60px;
}
.pushy-main-content .pushy-group {
    margin-bottom: 6vh
}
.pushy-main-content .pushy-group:last-of-type {
    margin-bottom: 0;
}
.pushy-topic {
    height: 100vh;
}
.pushy-topic h3 {
    font-family: 'greenerybold';
    font-size: 13px;
    padding-bottom: 10px;
    margin-bottom: 25px;
    color: #FFF;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-bottom: 1px solid #FFF;
}
.navpushy {
    position: relative;
    z-index: 600;
}
.navpushy-topic-main {
    margin: 0;
    padding: 0;
}
.navpushy-topic-main {
    padding-bottom: 70px;
    border-bottom: 1px solid #FFF;
}
.navpushy-topic-main li {
    position: relative;
    padding: 6px 0;
}

.navpushy-topic-main li a {
    position: relative;
    font-family: 'greenerybold';
    font-size: 16px;
    color: #FFF;
    text-transform: uppercase;
}
.navpushy-topic-main li a:after,
.navpushy-topic-sub li a:after,
.navpushy li a:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 50%;
    background: #fff;
    transition: width .4s ease 0s, left .4s ease 0s;
}
.navpushy-topic-main li:hover a:after,
.navpushy-topic-sub li:hover a:after,
.navpushy li:hover a:after {
    width: 100%;
    left: 0;
}
.navpushy li:hover a:after {
    background: #8FAE53;
}
.navpushy-topic-sub li {
    position: relative;
    padding: 6px 0;
}
.navpushy-topic-sub li a {
    position: relative;
    font-size: 14px;
    color: #FFF;
}
.header-social {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.header-social a {
    font-size: 20px;
    color: #FFF;
}
.navpushy h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'greenerybold';
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000;
    border-bottom: 1px solid #DDDDDD;
}
.navpushy li {
    margin-bottom: 4px;
}
.navpushy li a {
    position: relative;
    font-size: 14px;
    color: #2C2C2C;
}
.navpushy li a:hover {
    color: #2C2C2C;
}
.navpushy li a:hover {
    color: #8FAE53;
}
.g-symbol {
    position: absolute;
    display: block;
    bottom: 0;
    right: 0;
    width: 618px;
    height: 739px;
    z-index: 1;
    pointer-events: none;
    background-image: url(../img/img-symbol.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
}
.g-symbol img {
    width: 296px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-70%, -100%);
}
.tab-navcontent {
    position: relative;
    height: 100%;
    display: none;
    -webkit-animation: fadeIn .6s;
    animation: fadeIn .6s;
}
.tab-navcontent.current {
    display: block;
    z-index: 10000;
    -webkit-animation: fadeIn .6s;
    animation: fadeIn .6s;
} 


/* Footer */
.footer {
    position: relative;
    overflow: hidden;
}
.footer-grid {
    display: grid;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    grid-template-columns: 1fr 1fr;
}
.footer-left {
    padding: 20px 0 30px;
    display: grid;
}
.footer-logo {
    margin-top: 20px;
}
.footer-logo svg {
    width: 65px;
}
.footer-nav {
    position: relative;
}
.footer-partner {
    padding: 25px 0;
}
.footer-partner img {
    height: 42px;
    margin-right: 30px;
    filter: brightness(0);
    transition: .2s ease 0s;
}
.footer-partner img:hover {
    filter: brightness(100%);
}

.navfooter {
    position: relative;
    margin: 20px 0;
    padding: 10px 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.navfooter::after {
    content:'';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.08);
}
.navfooter h3 {
    font-family: 'greenerybold';
    font-size: 16px;
    color:#8FAE53;
    margin-bottom: 15px;
}
.navfooter li, .navfooter li a {
    position: relative;
    font-family: 'greeneryregular';
    line-height: 130%;
    font-size: 14px;
    color: #121212;
}
.navfooter li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
.navfooter li a strong {
    font-family: 'greenerybold';
    font-size: 14px;
}
.navfooter li a:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 50%;
    background: #fff;
    transition: width .4s ease 0s, left .4s ease 0s;
}
.navfooter li:hover a {
    color:#8FAE53;
}
.navfooter li:hover a:after {
    width: 100%;
    left: 0;
    background: #8FAE53;
}
.footer-social {
    display: flex;
    gap: 15px;
}
.footer-social a {
    color: #000;
}
.footer-social .ic {
    font-size: 18px;
}
.footer-social .ic.ic-tiktok {
    font-size: 17px;
}
.footer .slogan-text {
    display: none;
}

@keyframes fadeIn {
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
}
@media (min-width: 1400px) {
    .header-container {
        padding: 0 40px;
    }
}
@media (min-width: 1200px) { 
    .topsearch {
        right: 100px;
    }
 }
@media (min-width: 992px) {

    .logo-main {
        width: 188px;
        height: 43px;
        background-size: 188px 43px;
    }
    .panel-dropdown {
        width: 220px;
        position: absolute;
        top: 58px;
        z-index: 100;
        opacity: 0;
        display: none;
        visibility: hidden;
        pointer-events: none;
    }
    .navsub {
        display: block;
        padding: 15px 20px;
        margin-top: 25px;
        background: #FFFFFF;
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.11);
        border-radius: 6px;
    }
    .navsub:before {
        content: "";
        position: absolute;
        top: 9px;
        left: 38px;
        border-bottom: 15px solid transparent;
        border-left: 15px solid #FFF;
        border-top: 15px solid transparent;
        height: 0;
        width: 0;
        transform: rotate(-90deg);
    }
    .panel-dropdown ul {
        pointer-events: all;
    }
    .panel-dropdown ul li {
        list-style: none;
        padding: 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
    .panel-dropdown ul li:last-of-type {
        border-bottom: 0;
    }
    .panel-dropdown ul li a {
        font-size: 16px;
        color: #000;
        display: flex;
        align-items: center;
        gap: 14px;
    }
    .panel-dropdown ul li a:hover {
        color: #8FAE53;
    }
    .panel-dropdown ul li .ic {
        color: #8FAE53;
    }
    .panel-dropdown ul li img {
        width: 22px;
    }
    .navmain {
        position: absolute;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    .navmain > ul {
        display: flex;
        gap: 50px;
        height: 100%;
        align-items: center;
    }
    .navmain li.nav-dropdown {
        height: 100%;
        align-items: center;
    }
    .navlink {
        position: relative;
    }
    .navmain li.nav-dropdown:hover > a {
        color: #8FAE53;
    }
    .navmain li.nav-dropdown:hover .panel-dropdown {
        opacity: 1;
        display: block;
        pointer-events: all;
        visibility: visible;
        -webkit-animation: fadeinout 0.3s ease-in;
        animation: fadeinout 0.3s ease-in;
    }
    .navmain li.nav-dropdown:hover .navlink:after {
        transform: rotate(45deg);
        transition: .4s ease 0s;
    }
    .navpushy-topic-main li a {
        font-size: 18px;
    }
    .navpushy-topic-sub li a {
        font-size: 16px;
    }
    .navpushy h3 {
        font-size: 18px;
    }
    .navpushy li a {
        font-size: 16px;
    }
    .pushy-group {
        margin-bottom: 4vh
    }
    .navpushy li {
        margin-bottom: 15px;
    }
    .navpushy-topic-main li {
        padding: 9px 0;
    }
}

@media (min-width: 768px) {

    .grid-pushy {
        height: 100%;
    }
    .pushy-topic {
        overflow-y: scroll;
        grid-row: span 2;
    }
    .pushy-main-content {
        display: grid;
        height: 100%;
        align-content: space-between;
    }

    /* footer */
    .footer-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .footer-left:first-of-type {
        grid-row: span 2;
    }
    .footer-left {
        align-content: space-between;
    }
    .footer-logo svg {
        width: 84px;
    }
    .navfooter {
        border-right: 0;
        padding: 10px 0 20px 45px;
        border-left: 1px solid rgba(0, 0, 0, 0.08);
    }
    .navfooter li a strong {
        font-size: 18px;
    }
    .navfooter li, .navfooter li a {
        font-size: 16px;
    }
    .navfooter:nth-last-child(-n+3):after {
        display: none;
    }
 }
 @media (min-width: 576px) { 
    .navpushy {
        width: 205px;
    } 
 }

 @media (max-width: 1199.98px) { 

    .pushy-topic, .pushy-main-content {
        position: relative;
        padding: 70px 40px;
    }
    .partner-logo {
        padding: 0 40px;
    }
    .grid-pushy { 
        grid-template-columns: 280px 1fr;
    }
    .pushy::before {
        width: 280px;
    }
    .g-symbol {
        width: 400px;
        height: 478px;
    }
    .g-symbol img {
        width: 180px;
        transform: translate(-70%, -100%);
    }
    .menu-btn { 
        right: 20px;
    }
 }

 @media (max-width: 991.98px) { 
    
    .menu-btn {
        width: 36px;
        height: 36px;
        top: 20px;
    }
    .menu-btn:before, .menu-btn:after {
        width: 23px;
    }
    .pushy-open-right .menu-btn:before {
        margin-left: -11px;
    }
    .pushy-open-right .menu-btn:after {
        margin-left: -11px;
    }
    .pushy-topic h3 {
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .topsearch {
        top: 25px;
        right: 75px;
        grid-gap: 15px;
    }
    .topsearch .ic {
        font-size: 20px;
    }
    .header-social {
        gap: 15px;
        margin-top: 20px;
    }
    .pushy-main {
        height: calc(100% + 100px);
    }
    .navpushy-topic-main {
        padding-bottom: 15px;
    }
    .navpushy-topic-sub {
        margin-top: 80px!important;
    }
 }

 @media (max-width: 767.98px) { 

    .pushy {
        height: 100%;
        overflow-y: scroll;
    }
    .pushy::before {
        display: none;
    }
    .pushy-main-content {
        padding: 70px 30px 0 30px;
    }
    .pushy-main-content .pushy-group {
        margin-bottom: 4vh;
    }
    .navpushy h3 {
        padding-bottom: 8px;
        margin-bottom: 15px;
    }
    .g-symbol {
        width: 180px;
        height: 215px;
    }
    .g-symbol img {
        width: 85px;
    }
    .grid-pushy {
        height: 100%;
    }
    .pushy-topic, .pushy-main-content {
        height: 100%;
    }
    .pushy-topic {
        padding: 70px 25px 40px;
        -webkit-border-bottom-right-radius: 40px;
        -moz-border-radius-bottomright: 40px;
        border-bottom-right-radius: 40px;
    }
    .partner-logo {
        z-index: 1000;
        gap: 20px;
        grid-column: span 2;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0 20px;
    }
    .partner-logo img {
        height: 33px;
    }

    /* footer */
    .footer .slogan-text {
        display: block;
        margin: 0 0 40px 0;
    }
    .footer-logo {
        margin-top: 10px;
    }
    .footer-left {
        border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    }
    .navfooter:nth-of-type(2) {
        border-left: 1px solid rgba(0, 0, 0, 0.08);
        border-right: 0;
    }
    .navfooter:nth-of-type(3), .navfooter:nth-of-type(5) {
        padding-left: 0;
    }
    .navfooter:nth-of-type(4), .navfooter:nth-of-type(6) {
        border-right: 0;
    }
    .navfooter:last-of-type {
        grid-column: span 2;
        border-right: 0;
        padding-left: 0;
    }
    .footer-partner {
        text-align: center;
    }
    .footer-partner img {
        height: 34px;
        margin: 0 10px;
    }
}
@media (max-width: 575.98px) { 
   
     .grid-pushy { 
        grid-template-columns: 1fr 1fr;
    }
 }
   