.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 65px;
    z-index: 1000;
    display: flex;
    align-items: center;
    transition: top .3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.nav-up {
    top: -65px;
}
.grid-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-right {
    position: relative;
    display: flex;
    gap: 40px;
    align-items: center;
}
.logo-main {
    position: relative;
    z-index: 2000;
    display: block;
    width: 99px;
    height: 40px;
    text-indent: -9999999px;
    background-image: url(../img/logo-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}
.navmain ul {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}
.navtop {
    position: relative;
    z-index: 2000;
}
.navtop ul {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    justify-content: center;
}
.navmain li, .navmain li {
    position: relative;
}
.navmain li a, .navtop li a {
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.navtop li {
    display: flex;
    align-items: center;
}
.navtop li svg {
    display: flex;
    height: auto;
}
.header.sticky-header {
    position: fixed;
    background: #FFF;
}
.header.sticky-header .logo-main {
    background-image: url(../img/logo.svg);
}
.header.sticky-header .navmain li a, .header.sticky-header .navtop li a {
    color: #000;
}

.header.sticky-header .navtop svg path {
    fill: #000;
}
.header.sticky-header .lang-drpdwn-btn  {
    color: #000;
}
.nav-mobile {
    display: none;
}
.language {
    position: relative;
    display: inline-block;
}

.lang-drpdwn-btn {
    position: relative;
    top: -2px;
    color: #FFF;
    display: block;
}
.lang-drpdwn-btn:hover {
    color: #FFF;
}
.dropdown-language::after {
    display: none;
}
.dropdown-language {
    display: none;
    position: absolute;
    top: 30px;
    width: 110px;
    left: 50%;
    padding: 15px 20px;
    z-index: 1;
    transform: translateX(calc(-50% - 20px));
    border-radius: 5px;
    background: #FFF;
    text-align: center;
}
.dropdown-language a {
    text-decoration: none;
    display: block;
    font-size: 14px;
    color: #000!important;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.4px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    text-transform: uppercase;
}
.dropdown-language a:first-of-type {
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.dropdown-language a:last-of-type {
    border-bottom: 0;
}
.dropdown-language a:hover {
    color: #003DA6!important;
}
.dropdown-language a::after {
    display: none!important;
}
.show { display: block;}



/* footer */

.footer {
    position: relative;
    z-index: 200;
    padding: 30px 0;
    color: #FFF;
    background-image: url(../img/sc-bg-footer.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-grid {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr;
}
.footer-logo {
    width: 230px;
}
.footer-brand {
    display: flex;
    grid-gap: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}
.footer-brand img {
    width: auto;
    height: auto;
    max-height: 74px;
}
.footer-brand > * {
    width: auto;
    flex: auto;
}
.footer-brand > *:not(:last-child) {
    padding-right: 35px;
    border-right: 1px solid rgba(255,255,255,0.5);
}
.footer-navfooter {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: 1fr 1fr;
}
.navfooter ul {
    display: grid;
    grid-gap: 12px;
}
.navfooter li a {
    position: relative;
    font-family: 'Manrope', ibm-plex-thai, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.navfooter li a:after {
    background: none repeat scroll 0 0 transparent;
    content: "";
    display: none;
    width: 0;
    height: 1px;
    bottom: -2px;
    position: absolute;
    left: 50%;
    background: #fff;
    transition: width .4s ease 0s, left .4s ease 0s;
}
.navfooter li a:hover:after {
    width: 100%;
    left: 0;
    background: #FFF;
}
.footer-address h3 {
    font-family: 'Manrope', ibm-plex-thai, sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-address p {
    font-family: 'Manrope', ibm-plex-thai, sans-serif;
    font-size: 16px;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-address {
    display: grid;
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr;
}
.footer-address .footer-group:first-of-type {
    grid-column: span 2;
}

.footer-social-link ul {
    display: flex;
    gap: 30px;
}
.footer-social-link ul li a {
    font-size: 26px;
}
.copyright {
    font-family: 'Manrope', ibm-plex-thai, sans-serif;
    font-size: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.footer-partner {
    display: flex;
    align-items: center;
    gap: 60px;
    align-items: flex-end;
}
.footer-partner span {
    display: flex;
    height: 60px;
    align-items: center;
}
.footer-social {
    display: grid;
    grid-gap: 20px;
    align-items: flex-end;
}

@media (max-width: 1399.98px) {

    .dropdown-language {
        left: inherit;
        right: 100px;
        transform: translateX(100%);
    }
 }


@media (min-width: 992px) { 

    .header {
        height: 80px;
    }
    .nav-up {
        top: -80px;
    }
    .pushy {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent;
        position: absolute;
        width: 100%;
        left: 0;
        right: inherit;
        pointer-events: none;
    }
    #container, .pushy, .push {
        transition: none!important;
        transform: none!important;
    }
    .navmain {
        pointer-events: all;
    }
    .navmain li a:after,
    .navtop li a:after {
        background: none repeat scroll 0 0 transparent;
        content: "";
        display: none;
        width: 0;
        height: 1px;
        bottom: -2px;
        position: absolute;
        left: 50%;
        background: #fff;
        transition: width .4s ease 0s, left .4s ease 0s;
    }
    .navmain li:hover a:after,
    .navtop li:hover a:after {
        width: 100%;
        left: 0;
        background: #FFF;
    }
    .header.sticky-header .navmain li:hover a:after,
    .header.sticky-header .navtop li:hover a:after {
        background: #003DA6;
    }
    .header.sticky-header .navmain li:hover a {
        color: #003DA6
    }

    /* footer */
    .footer {
        padding: 50px 0;
    }
    .footer-logo {
        width: 345px;
    }
    .footer-grid {
        display: grid;
        grid-gap: 0 40px;
        grid-template-columns: 2fr 2fr 2fr;
    }
    .navfooter ul {
        grid-gap: 10px;
    }
    .footer-address {
        grid-row: span 2;
    }
    .footer-address p {
        font-size: 18px;
    }
    .footer-social-link ul {
        gap: 40px;
    }
    .footer-social-link ul li a {
        font-size: 30px;
    }
    .copyright {
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 1199.98px) { 
    .navmain ul {
        gap: 30px;
    }
    .footer-logo {
        width: 300px;
    }
    .footer-address p {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) { 
    
    .header {
        height: 65px;
    }
    .nav-mobile {
        display: block;
    }
    .header-right {
        position: absolute;
        grid-gap: 20px;
        top: 50%;
        right: 0;
        z-index: 2000;
        transform: translateY(-50%);
    }
    .navtop ul {
        gap: 20px;
    }
    .menu-btn {
        position: relative;
        z-index: 10000;
        cursor: pointer;
    }
    .nav-mobile {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;
        height: 40px;
        left: 120px;
        z-index: 1000;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .nav-mobile .menuicon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0 auto;
        width: 22px;
        height: 1px;
        text-indent: -9999px;
        background: #FFF;
        transition: all 0.4s ease-out;
    }
    .nav-mobile .menuicon:before, .nav-mobile .menuicon:after {
        content: '';
        position: absolute;
        width: 22px;
        height: 1px;
        background: #FFF;
        transition: all 0.25s ease-out;
    }
    .nav-mobile .menuicon:before {
        width: 16px;
        top: -8px;
        left: 0;
    }
    .nav-mobile .menuicon:after {
        top: 8px;
        left: 0;
    }
    .pushy-open-right .nav-mobile  {
        z-index: 2000000;
    }
    .pushy-open-right .nav-mobile .menuicon {
        background: transparent!important;
        transition: all 0.4s ease-out;
    }
    .pushy-open-right .nav-mobile .menuicon:before {
        background: #FFF!important;
        top: 0;
        width: 22px;
        transform: rotate(45deg);
    }
    .pushy-open-right .nav-mobile .menuicon:after {
        top: 0;
        background: #FFF!important;
        transform: rotate(-45deg);
    }
    .pushy {
        width: 100%;
        z-index: 1000;
        background-color: #003DA6;
        background-image: url(../img/bg-header.jpg);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;
        -webkit-overflow-scrolling: touch;
        transition: all .9s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    }
    .pushy.pushy-right {
        right: -100%;
    }
    .pushy a {
        color: initial;
        padding: 0;
    }
    .pushy, .push {
        transition: transform .6s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    }
    .pushy-right {
        transform: translate3d(100%, 0, 0);
    }
    .pushy-open-right {
        overflow: hidden;
        height: 100%;
    }
    .pushy-open-left .pushy, .pushy-open-right .pushy {
        right: 0;
        transform: translate3d(0, 0, 0);
    }
    .header.sticky-header .nav-mobile .menuicon,
    .header.sticky-header .nav-mobile .menuicon:before,
    .header.sticky-header .nav-mobile .menuicon:after {
        background: #000;
    }
    .navmain {
        height: 100%;
        display: grid;
        align-items: center;
    }
    .navmain ul {
        display: grid;
        grid-gap: 25px;
    }
    .navmain ul li {
        text-align: center;
    }
    .navmain ul li a {
        font-size: 22px;
    }
    .pushy-open-right .lang-drpdwn-btn,
    .pushy-open-right .navmain ul li a,
    .pushy-open-right .navtop ul li a {
        color: #FFF!important;
    }
    .pushy-open-right .logo-main {
        background-image: url(../img/logo-white.svg)!important;
    }
    .pushy-open-right .navtop ul li svg path {
        fill: #FFF!important;
    }

    /* Footer */
    .footer-social {
        grid-row: 5;
        text-align: center;
        justify-content: center;
    }
    .footer-social-link ul, .footer-partner {
        justify-content: center;
    }

    .footer-brand {
        grid-gap: 25px;
    }
    .footer-brand > *:not(:last-child) {
        padding-right: 25px;
    }
    .footer-brand img {
        max-height: 50px;
    }
 }
