/* General responsive styles */
body {
    width: 100%;
    height: max-content;
    margin: 0;
    padding: 0;
    position: relative;
}

.d-pc {
    display: block;
}

.d-xl {
    display: block;
}

.d-lg {
    display: none;
}

.d-mb {
    display: none;
}



img,
video,
iframe {
    max-width: 100%;
    height: auto;
}

.site-bar {
    position: fixed;
    z-index: 9;
    top: 20%;
    left: 5px;
    width: 70px;
    padding: 10px 5px;    
    height: max-content;
    display: flex !important;
    flex-direction: column; 
    align-items: center;
    justify-content: center;
    gap:150px;
    border-radius: 15.794px;
    background: rgba(0, 103, 25, 0.90);
    transform: translateX(-99%);
    transition: transform 0.3s ease-in-out;
}
.site-bar:hover {
    transform: translateX(0);
}
.site-bar.site-bar-visible /* Renamed for clarity, assuming a class will be added to show it */ {
    transform: translateX(0);
}

.site-bar-mb .g-vendor ,
.site-bar .g-vendor {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap:10px;
}

.site-bar-mb .g-vendor-item img,
.site-bar .g-vendor-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
    

.container {
    width: 90%;
    max-width: 1280px;
    /* Adjust as needed for your design */
    margin: 0 auto;
}

#section-menu {
    width: 100%;
    height: 100px;
    background: #006719;
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-banner {
    width: 100%;
}

#section-banner img {
    width: 100%;
}



/* section bg */
#site-content {
    width: 100%;
    height: max-content;
    position: relative;
}

.section-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/bg.png);
    background-size: cover;
    z-index: -1;
}


/* SECTION CONTENT  */

#section-content {
    padding: 35px;
}


#section-content .container {
    width: 100%;
    border-radius: 32px;
    border: 1px solid #006719;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#section-benefit .container .title,
#section-ambassador .container .title,
#section-summary .container .title,
#section-career .container .title,
#section-content .container .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

#section-benefit .container .title p,
#section-career .container .title p,
#section-summary .container .title p,
#section-ambassador .title p,
#section-content .title p {
    color: #01690C;
    font-family: Roboto;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 45px */
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

#section-ambassador .title .title-left,
#section-ambassador .title .title-right,
#section-benefit .title .title-left,
#section-benefit .title .title-right,
#section-career .title .title-left,
#section-career .title .title-right,
#section-summary .title .title-left,
#section-summary .title .title-right,
#section-content .title .title-left,
#section-content .title .title-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-career .title .title-left img,
#section-career .title .title-right img,
#section-ambassador .title .title-left img,
#section-ambassador .title .title-right img,
#section-benefit .title .title-left img,
#section-benefit .title .title-right img,
#section-summary .title .title-left img,
#section-summary .title .title-right img,
#section-content .title .title-left img,
#section-content .title .title-right img {
    width: 100%;
    height: auto;
    max-height: 20px;
}

#section-content .coopevent-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

#section-content .youtube-video-container {
    width: 90%;
    height: max-content;
    max-width: 877px;
    aspect-ratio: 16/9;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#section-content .youtube-video-container iframe {
    border-radius: 16px;
}


/* SECTION COOPEVENT */
#section-ambassador,
#section-career,
#section-benefit,
#section-summary,
#section-coopevent
{
    width: 100%;
    height: max-content;
    padding: 0px 35px;
}


#section-coopevent  {
    margin-bottom: 35px;
}


#section-coopevent .container {
    width: 100%;
    height: max-content;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-coopevent .coopevent-title {
    width: 100%;
    height: max-content;
    margin-bottom: 10px;
}

#section-coopevent .coopevent-title h2 {
    color: #006719;
    text-align: center;
    text-align: center;
    text-shadow: 0px 0px 19.6px #93FFAD;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff; */
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 118%;
    /* 35.4px */
    letter-spacing: 3px;
    text-transform: uppercase;
}

#section-coopevent .coopevent-info {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 0px 20px;
}

#section-coopevent .coopevent-ambassador img {
    border-radius: 20px;
}

/* SECTION AMBASSADOR */
#section-ambassador {
    width: 100%;
    height: max-content;
    margin-bottom: 35px;
}

#section-ambassador .container {
    width: 100%;
    height: max-content;
    border-radius: 32px;
    border: 1px solid #006719;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#section-ambassador .ambassador-info p {
    color: #000;
    text-align: justify;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

#section-ambassador .ambassador-detail {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
}

#section-ambassador .ambassador-detail .ambassador-detail-cup,
#section-ambassador .ambassador-detail .ambassador-detail-img {
    width: 50%;
}

#section-ambassador .ambassador-detail .ambassador-detail-cup {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 40px;
}

#section-ambassador .ambassador-detail .ambassador-detail-cup p {
    padding: 0px;
    margin: 0px;
    color: #000;
    text-align: justify;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
}

#section-ambassador .ambassador-detail .ambassador-detail-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-ambassador .ambassador-detail .ambassador-detail-img img {
    width: 100%;
    max-width: 450px;
}

#section-career {
    margin-bottom: 35px;
}

#section-career .container {
    width: 100%;
    height: max-content;
    border-radius: 32px;
    border: 1px solid #006719;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

#section-career .career-info {
    width: 80%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 70px;
}

#section-career .career-info .career-info-item {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#section-career .career-info p {
    width: 100%;
    padding-top: 10px;
    color: #01690C;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 41.048px */
    text-transform: uppercase;
}

#section-career .career-info-cup {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

#section-career .career-info-cup-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-benefit {
    margin-bottom: 35px;
}

#section-benefit .container {
    width: 100%;
    border-radius: 32px;
    border: 1px solid #006719;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
    background: url(/assets/img/benefit/benefitbg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 500px;
}

#section-summary {
    margin-bottom: 35px;
}

#section-summary .container {
    width: 100%;
    height: max-content;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#section-summary .summary {
    color: #000000;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: italic;
    font-weight: 500;
    line-height: 150%;
    padding: 0px 20px;
}

#section-summary .summary-img {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#section-summary .summary-img .summary-img-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

#section-summary .summary-img .summary-img-item img {
    width: 100%;
    height: auto;
    padding: 0px 2px;
}

#section-summary .summary-img .summary-img-item .full-img {
    width: 100%;
}

#section-summary .summary-img .summary-img-item .half-img {
    width: 50%;
}

/* FOOTER */
.footer {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer .footer-banner {
    width: 100%;
    height: 60px;
    background: #006719;
}

.footer .footer-banner .container {
    width: 100%;
    height: 100%;
}

.footer .footer-banner .container marquee {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* BENEFIT */

#section-benefit .benefit-content {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

#section-benefit .benefit-content .benefit-content-item {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

}

#section-benefit .benefit-content .benefit-content-item .benefit-content-item-left {
    width: 50%;
    height: max-content;
    padding-right: 50px;
}

#section-benefit .benefit-content .benefit-content-item .benefit-content-item-left .benefit-item-title {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    border-radius: 52.692px;
    background: #008821;
    box-shadow: 0px -2.635px 2.635px 0px rgba(0, 0, 0, 0.10) inset;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 20px;
    position: relative;
}

#section-benefit .benefit-item-bridge {
    position: absolute;
    right: -55px;
    top: -10px;
    width: max-content;
    height: calc(100% + 20px);
    z-index: -1;
}

#section-benefit .benefit-item-bridge img {
    width: 100%;
    height: 100%;
}

#section-benefit .benefit-content-item .benefit-item-content {
    color: #161C2D;
    text-align: justify;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 136%;
    /* 27.2px */
    padding: 15px 20px;
}

#section-benefit .benefit-content-item .benefit-item-title p {
    padding: 10px 0px;
    margin: 0;
}

#section-benefit .benefit-content-item .benefit-item-title-number {
    width: 30px;
    height: 30px;
    background: linear-gradient(180deg, #F8E64F 0%, #CFEA29 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    stroke-width: 1px;
    stroke: #006719;
    color: #006719;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
}

#section-benefit .benefit-content .benefit-content-item .benefit-content-item-right {
    width: 50%;
    height: max-content;
    padding-left: 50px;
}

#section-benefit .benefit-content .benefit-content-item .benefit-content-item-right .benefit-item-title {
    width: 100%;
    height: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 52.692px;
    background: #008821;
    box-shadow: 0px -2.635px 2.635px 0px rgba(0, 0, 0, 0.10) inset;
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 7px;
    margin-left: 6px;
    position: relative;
}

#section-benefit .benefit-item-bridge-right {
    position: absolute;
    left: -57px;
    top: -10px;
    width: max-content;
    height: calc(100% + 20px);
    z-index: -1;
}

#section-benefit .benefit-item-bridge-right img {
    width: 100%;
    height: 100%;
}

.benefit-vertical {
    height: 100%;
    width: 5px;
    background: #006719;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: -1;
}

@media only screen and (max-width: 1400px) {

    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-left .benefit-item-title,
    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-right .benefit-item-title {
        font-size: 15px;
    }

    #section-benefit .benefit-content-item .benefit-item-content {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1200px) {
    .d-xl {
        display: none;
    }

    .d-lg {
        display: block;
    }

    .benefit-vertical {
        height: 100%;
        width: 5px;
        background: #006719;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-left .benefit-item-title,
    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-right .benefit-item-title {
        font-size: 18px;
    }

    #section-benefit .benefit-content-item .benefit-item-content {
        font-size: 16px;
    }

    #section-benefit .benefit-content {
        width: 80%;
        height: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-right {
        width: 100%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 992px) {

    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-left .benefit-item-title,
    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-right .benefit-item-title {
        font-size: 16px;
    }

    #section-benefit .benefit-content-item .benefit-item-content {
        font-size: 14px;
    }

    #section-benefit .benefit-content {
        width: 90%;
        height: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }
}

/* Mobile devices (phones, less than 768px) */
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
        /* Slightly smaller font for mobile */
    }

    .d-pc {
        display: none !important;

    }

    .d-mb {
        display: block !important;
    }

    /* Footer */
    footer {
        background: url(/assets/footer_images/bgmb.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        min-height: 100vh;
        width: 100%;
    }

    #section-menu {
        width: 100%;
        height: 50px;
    }

    #section-menu .main-menu {
        height: 50px;
        width: 100%;
        max-width: 230px;
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #section-menu .main-menu img {
        width: 100%;
        height: auto;
    }

    #section-content {
        width: 100%;
        padding: 10px;
    }



    #section-career .container,
    #section-ambassador .container,
    #section-content .container,
    #section-benefit .container,
    #section-summary .container {
        padding: 10px 0px 0px 0px;
        border-radius: 15px;
    }

    #section-ambassador .container .title,
    #section-career .container .title,
    #section-content .container .title,
    #section-benefit .container .title,
    #section-summary .container .title {
        margin-bottom: 10px;
        gap: 5px;
    }

    #section-ambassador .title p,
    #section-career .title p,
    #section-content .title p,
    #section-benefit .title p,
    #section-summary .title p {
        color: #01690C;
        font-family: Roboto;
        font-size: 16px !important;
        font-style: normal;
        text-align: center;
        font-weight: 700;
        line-height: 150%;
        /* 27px */
        text-transform: uppercase;
    }

    #section-content .coopevent-link {
        width: 90%;
    }

    #section-content .youtube-video-container {
        width: 100%;
        height: 100%;
    }

    #section-content .youtube-video-container iframe {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    #section-coopevent {
        padding: 0px;
        margin-bottom: 20px;
    }

    #section-coopevent .container {
        padding: 0px 10px;
    }

    #section-coopevent .coopevent-title h2 {
        color: #006719;
        text-align: center;
        text-shadow: 0px 0px 19.6px #93FFAD;
        /* -webkit-text-stroke-width: 2.04px;
        -webkit-text-stroke-color: #FFF; */
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 118%;
        /* 23.6px */
        letter-spacing: 2px;
        margin-top: 10px;
    }

    #section-coopevent .coopevent-info {
        padding: 0px;
        margin: 0px;
    }

    #section-coopevent .coopevent-info p {
        color: #000;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        text-align: left;
    }

    #section-ambassador {
        padding: 0px 10px;
    }

    #section-ambassador .container {
        padding: 10px;
    }

    #section-ambassador .ambassador-info p {
        color: #000;
        text-align: justify;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        line-height: 150%;
    }

    #section-ambassador .ambassador-detail-mb {
        width: 100%;
        position: relative;
    }

    #section-ambassador .ambassador-detail-mb .ambassador-detail-cup {
        padding-top: 0px;
        width: 100%;
    }

    #section-ambassador .ambassador-detail-mb .ambassador-detail-cup p {
        color: #000;
        text-align: justify;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 170%;
        padding: 0px;
        margin: 0px;
    }

    #section-ambassador .ambassador-detail-mb .ambassador-detail-img {
        padding-top: 0px;
        width: 45%;
        position: absolute;
        right: 0px;
        top: 10%;
    }

    #section-ambassador .ambassador-detail-mb .ambassador-detail-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    #section-career {
        padding: 0px 10px;
    }

    #section-career .container {
        padding: 10px;
    }

    #section-career .title {
        margin-bottom: 10px;
    }

    #section-career .title p {
        text-align: center;
        font-size: 16px !important;
    }

    #section-career .career-info {
        width: 100%;
        gap: 10px;
    }

    #section-career .career-info p {
        margin-bottom: 0px;
    }

    #section-benefit {
        width: 100%;
        padding: 0px 10px !important;
    }

    #section-benefit .container {
        border-radius: 15px;
        overflow: hidden;
    }

    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-left .benefit-item-title,
    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-right .benefit-item-title {
        font-size: 15px;
    }

    #section-benefit .benefit-content-item .benefit-item-content {
        font-size: 12px;
    }

    #section-benefit .benefit-content {
        width: 95%;
        height: max-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        position: relative;
    }

    #section-summary {
        padding: 0px 10px;
    }

    #section-summary .container {
        padding: 0px;
    }


    #section-summary .summary {
        color: #161C2D;
        text-align: justify;
        font-family: Roboto;
        font-size: 14px;
        font-style: italic;
        font-weight: 500;
        line-height: 150%;
    }

    #section-summary .title p {
        font-size: 16px !important;
    }

    .footer .footer-banner {
        height: 40px;
    }

    .footer img {
        height: auto;
        max-height: unset;
        max-width: unset;
    }

    .site-bar-mb {
        position: fixed;
        z-index: 9;
        top: 25%;
        left: 5px;
        width: 50px;
        padding: 10px 5px;    
        height: max-content;
        display: flex !important;
        flex-direction: column; 
        align-items: center;
        justify-content: center;
        gap:50px;
        border-radius: 15.794px;
        background: rgba(0, 103, 25, 0.90);
        transform: translateX(-98%);
        transition: transform 0.3s ease-in-out;
    }

    .site-bar-mb:hover {
        transform: translateX(0);
    }
    .site-bar-mb.site-bar-visible /* Renamed for clarity, assuming a class will be added to show it */ {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 576px) {
    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-right {
        padding-left: 10px;
        font-size: 16px;
        margin-top: 0px;
    }


    #section-benefit .benefit-content .benefit-content-item .benefit-content-item-right .benefit-item-title {
        width: 100%;
        height: max-content;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        border-radius: 52.692px;
        background: #008821;
        box-shadow: 0px -2.635px 2.635px 0px rgba(0, 0, 0, 0.10) inset;
        color: #FFF;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 5px 10px;
        margin-left: 0px;
        position: relative;
    }

    #section-benefit .benefit-item-bridge-right {
        display: none;
    }

    #section-benefit .benefit-content-item .benefit-item-title-number {
        width: 30px;
        height: 30px;
        background: linear-gradient(180deg, #F8E64F 0%, #CFEA29 100%);
        border-radius: 50%;
        font-size: 17px;
    }

    #section-benefit .benefit-content-item .benefit-item-title p {
        padding: 5px 0px;
        font-size: 13px;
    }



    .benefit-vertical {
        height: 95%;
    }

    

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

    .footer-ambassador h5{
        color: #006719;
        font-family: Roboto;
        font-size: 4vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: capitalize;
        width: 50%;
    }

    .footer-ambassador {
        align-items: center;
        color: #006719;
        display: flex;
        flex-direction: row;
        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;
        height: 100%;
    }

    .endorser-tilte p {
        font-size: 4vw;
        font-weight: 700;
        margin-bottom: 2vw;
        text-transform: capitalize;
        width: 100%;
        margin:0px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .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: 700;
        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;
    }
}

/*
   If you need more granular control, you can add more breakpoints.
   Bootstrap uses the following common breakpoints:
   - Extra small (xs): <576px
   - Small (sm): ≥576px
   - Medium (md): ≥768px
   - Large (lg): ≥992px
   - Extra large (xl): ≥1200px
   - Extra extra large (xxl): ≥1400px
*/

/* Further customization can be added below */

/* Basic Slick Carousel Arrow and Dot Styling */

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    /* Changed from 20px to hide button text */
    line-height: 0;
    /* Changed from 1 to complement font-size: 0 */
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    /* Or use dimensions of your arrow icon */
    height: 20px;
    /* Or use dimensions of your arrow icon */
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: black;
    /* Change as needed */
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    /* Ensure arrows are above slider images */
}

.slick-prev {
    left: 15px;
    /* Adjust position as needed, changed from -25px */
}

.slick-prev:before {
    content: '←';
    /* Default arrow, or use background image */
    font-size: 20px;
    /* Size for the arrow character */
    line-height: 1;
    /* Line height for the arrow character */
    /* If using an image:
    content: '';
    background-image: url('path/to/your/left-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    */
}


.slick-next {
    right: 15px;
    /* Adjust position as needed, changed from -25px */
}

.slick-next:before {
    content: '→';
    /* Default arrow, or use background image */
    font-size: 20px;
    /* Size for the arrow character */
    line-height: 1;
    /* Line height for the arrow character */
    /* If using an image:
    content: '';
    background-image: url('path/to/your/right-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 20px;
    */
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 15px;
    /* Adjust position as needed, changed from -25px */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:before {
    font-family: 'slick';
    /* This is from slick-theme.css, ensure it's loaded */
    font-size: 10px;
    /* Adjust size of dots */
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    /* Default dot character */
    text-align: center;
    opacity: .25;
    color: black;
    /* Change color as needed */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
    /* Change color of active dot as needed */
}


.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.custom-arrows-container {
    width: 100%;
    max-width: 100px;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
}

.custom-prev,
.custom-next {
    width: 30px;
    height: 30px;
    cursor: pointer;
    font-size: 0;
    /* Hide any button text if present */
    border: none;
    outline: none;
    color: transparent;
    /* Fallback to hide text, ensuring no text characters show */
}

/* Explicitly hide Slick's default arrow characters if they try to appear on custom buttons */
.custom-prev:before,
.custom-next:before {
    content: "" !important;
    /* Override Slick's default :before content (e.g., '←', '→') */
    display: none !important;
    /* Ensure they don't take up space or appear */
    opacity: 0 !important;
    /* Nullify any opacity changes from slick-theme.css for pseudo-elements */
    font-size: 0 !important;
    /* Belt and braces for hiding pseudo-element content */
}

.custom-prev,
.custom-prev:hover,
.custom-prev:active,
.custom-prev:focus {
    background: url(/assets/img/arrow-left.png) no-repeat center center / contain;
    opacity: 1;
    /* Ensure full opacity, counteracting theme styles that might reduce it */
}

.custom-next,
.custom-next:hover,
.custom-next:active,
.custom-next:focus {
    background: url(/assets/img/arrow-right.png) no-repeat center center / contain;
    opacity: 1;
    /* Ensure full opacity */
}