.header-main {
    background-color: #006719;
}

.logo {
    max-width: 365px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
}

.btn-login {
    display: flex;
    height: 39px;
    padding: 8px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #FED304;
    background: #FFFCDF;
    color: #006719;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.btn-login:hover {
    background: #f0efec;
    color: #006719;
}

.btn-regiter {
    display: flex;
    width: 157px;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: linear-gradient(180deg, #FED304 0%, #CFEA29 100%);
    color: #006719;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.btn-redirect-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 25px;
    padding: 10px 0px 5px;
}

.btn-redirect-item .item {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;

    color: #FED304;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.btn-redirect-item .item span {
    width: 19px;
    height: 19px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-redirect-item .item span img {

    height: 100%;
    width: auto;
}

.btn-redirect-item .item .clock {
    color: #FED304;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.header-bottom {
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.header-bottom .menu-item a {
    color: #006719 !important;
    font-family: Roboto;
    font-size: 15.279px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
}

.header-bottom .menu-item:hover {
    background: #FED304 !important;
}

#section-banner {
    margin: 0px;
}

#section-marque {
    width: 100%;
    height: 44px;
    padding: 10px 0px;
    gap: 10px;
    flex-shrink: 0;
    background: #006719;
}

#section-marque .notification {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#section-marque .notification .text-run {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

#section-link {
    width: 100%;
    height: max-content;
    margin: 25px auto 0px;
}


#section-link .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-link .title h1 {
    height: 100%;
    color: #006719;
    text-align: center;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

#section-link .link-container {
    width: 100%;
    height: max-content;
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
}

#section-link .link-container .col {
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
    padding-bottom: 10px;
}

#section-link .link-container .link-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    border-radius: 10.023px;

    border: 1px solid #037A03;
    padding: 8px;
    background: linear-gradient(180deg, #F4FFF7 0%, #FFF 53%, #F4FFF7 100%), linear-gradient(180deg, #F4FFF7 0%, #FFF 53%, #F4FFF7 100%);
}

#section-link .link-container .link-item .link-name p {
    color: #037A03;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#section-link .link-container .link-item .link-icon {
    width: 40px;
    height: auto;
}

#section-link .link-container .link-item .link-icon img {
    width: 100%;
    object-fit: contain;
}

#section-app {
    width: 100%;
    margin: 10px auto 30px;
}

#section-app .container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-app .app-cs,
#section-app .app-download {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15.035px;
    flex-shrink: 0;
    padding: 20px;
}

#section-app .app-cs .title h1,
#section-app .app-download .title h1 {
    color: #006719;
    text-align: center;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 27px */
    text-transform: uppercase;
}

#section-app .app-cs .app-cs-content,
#section-app .app-download .app-download-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 42px;
    border-radius: 13.471px;
    background: linear-gradient(180deg, #F4FFF7 0%, #FFF 38.63%, #F4FFF7 72.9%);
    padding: 15px;
    border: 2px solid #00A228;
    min-height: 230px;
}

#section-app .app-cs .app-cs-content .app-cs-img {
    width: 97px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-app .app-cs .app-cs-content .app-cs-img img {
    width: 100%;
    height: auto;
}

.footer-endorse-item img {
    width: unset;
}

.dlpc {
    display: block;
}

.dlmb {
    display: none;
}

@media screen and (max-width: 768px) {
    .menu-list {
        padding:0px;
    }

    .header-bottom .menu-item a {
        padding-left: 20px;
        color: #006719 !important;
        font-family: Roboto;
        font-size: 15.279px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 15px;
    }

    img {
        width: unset;
    }

    #section-app {
        margin: 10px auto;
    }

    .dlpc {
        display: none;
    }

    .dlmb {
        display: block;
    }

    #section-app .container {
        flex-direction: column;
        gap: 20px;
    }

    #section-app .app-cs,
    #section-app .app-download {
        width: 100%;
        padding: 0px;
        gap: 10px;
    }

    #section-app .app-cs .title h1,
    #section-app .app-download .title h1,
    #section-link .title h1,
    #section-app .app-cs .title h1,
    #section-app .app-cs .title h1 {
        color: #006719;
        text-align: center;
        font-family: Roboto;
        font-size: 18.041px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 18.041px */
        text-transform: uppercase;
    }

    #section-app .app-cs .app-cs-content,
    #section-app .app-download .app-download-content {
        gap: 10px;
        flex-direction: row;
        min-height: unset;
    }


    .dlmb {
        background: url(/qq88assets/img/footer_images/bgmb.jpg) !important;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

    .footer-endorser {
        align-items: center;
        color: #006719;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
    }

    .footer-endorser h5 {
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 2vw;
        text-transform: capitalize;
        width: 100%;
    }

    .endorser-row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .endorser-tilte {
        color: #006719;
    }

    .endorser-img {
        align-items: center;
        display: flex;
        gap: 3vw;
        justify-content: flex-start;
    }

    .endorser-img img {
        display: block;
        height: 11vw;
    }

    .hr {
        background: #006719;
        height: 13vw;
        margin: 5px 0;
        width: 1px;
    }

    .footer-logos {
        padding-bottom: 5px;
    }

    .footer-logos>* {
        padding: 10px;
    }

    .footer-col-2 {
        display: flex;
    }

    .footer-col-2>* {
        flex: 1;
    }

    .footer-title {
        color: #006719;
        font-size: 4vw;
        font-weight: 400;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .footer-giayphep img {
        display: block;
    }

    .footer-giayphep img:first-of-type {
        margin-bottom: 12px;
    }

    .footer-baove img {
        display: block;
        height: 4.65vw;
    }

    .footer-baove img:first-of-type {
        margin-bottom: 12px;
    }

    .sns-list {
        display: flex;
        gap: 20px;
    }

    .sns-list img {
        display: block;
    }

    .choi-list {
        display: flex;
        gap: 20px;
    }

    .choi-list img {
        display: block;
    }

}