/* --- Style Update - 23 FEB 2026 11:32 --- */

:root {
    --color-primary-gfca-green-dark: #1C4863;
    --color-secondary-gfca-green-dark: #113247;
    --color-white: #ffffff;

    --border-radius-section-lg: 20rem;
    --border-radius-section-md: 15rem;
    --border-radius-section-sm: 0rem;
    --border-radius-section-xs: 0rem;

    --fixed-screen-container: 1080px;
    --fixed-screen-container-md: 720px;

    --color-txt-green-teal: #00bcd4;

    --color-btn-txt-white: #ffffff;
    --color-btn-txt-white--hover: #ffffffe4;

    --color-btn-txt-dark-blue-grey: #2b323bf2;

    --color-btn-txt-black: #333333;
    --color-btn-txt-black--hover: #383838;

    --color-btn-txt-black-secondary: #454545;

    --color-btn-bg-green-teal: #00bcd4;
    --color-btn-bg-green-teal--hover: #26c6da;
    --color-btn-bg-green-teal--active: #0097a7;

    --color-btn-bg-blue: #0d6682;
    --color-btn-bg-blue--hover: #0a5369;
    --color-btn-bg-blue--active: #083f51;
    
    --color-btn-bg-green-teal-light: #def3f9;
    --color-btn-bg-green-teal-light--hover: #cee9f0;
    --color-btn-bg-green-teal-light--active: #cee9f0;

    --bg-color-section-dark : #13181f;

    --color-btn-bg-gray-light: #edeff3;
    --color-btn-bg-gray-light--hover: #dfe3ea;
    --color-btn-bg-gray-light--active: #cfd5de;

    --color-loading-primary : var(--color-btn-bg-blue);
    --color-loading-secondary : var(--color-btn-bg-blue--active);

    --shadow-flat-btn-bg-default : #d5dbde 0px 2px 0px 0px;
    --shadow-flat-btn-bg-default--hover : #e0e5e8 0px 2px 0px 0px;

    --btn-transition-delay: 0.3s ease;

    --color-border-card : 1px solid #e1e8ed;
    --bx-shadow-card : 0 4px 6px rgba(0, 0, 0, 0.07);
    --bx-shadow-card--hover : -1px 27px 38px 20px rgb(0 0 0 / 0%), 0px 10px 22px 5px rgb(0 0 0 / 10%);

    --border-radius-btn-gfca: 4px;
    --border-radius-modal-gfca: 8px;
    --padding-btn-gfca: 8px 16px;

    --padding-x-screen: 1.2rem;

    --cover-image-second-page-size: 170px;
    --cover-image-second-page-size-sm: 140px;

    
}

body {
    font-family: "Noto Sans Thai", sans-serif;
    font-weight: 400;
}

.container-screen-width {
    max-width: var(--fixed-screen-container);
}

/* @media screen and (max-width: 768px) {
    .container-screen-width {
        max-width: var(--fixed-screen-container-md);
    }
} */

@media screen and (max-width: 576px) {
    .container-screen-width {
        padding: 0 var(--padding-x-screen);
    }
}

.form-select-footer-contact,
.form-control-footer-contact {
    color: #ffffff !important;
    background: rgb(0 0 0 / 22%);
    backdrop-filter: blur(8px);
    border: 1px solid #00000017;
}

.form-control-footer-contact:focus,
.form-select-footer-contact:focus {
    color: #ffffff;
    background-color: #1e3b4e;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 22%);
}

.form-control-footer-contact::placeholder {
    color: #ffffff !important;
}

.btn-primary-gfca {
    background: var(--color-btn-bg-green-teal) !important;
    color: var(--color-btn-txt-white) !important;
    border-radius: var(--border-radius-btn-gfca) !important;
    transition: var(--btn-transition-delay);
    border: none !important;
}

.btn-primary-gfca:hover {
    background: var(--color-btn-bg-green-teal--hover) !important;
    color: var(--color-btn-txt-white--hover) !important;
    border: none !important;
}

.btn-primary-gfca:focus,
.btn-primary-gfca:focus-visible {
    background: var(--color-btn-bg-green-teal--active) !important;
    color: var(--color-btn-txt-white--hover) !important;
    border: none !important;
}

.btn-primary-gfca:active {
    background: var(--color-btn-bg-green-teal--active) !important;
    color: var(--color-btn-txt-white--hover) !important;
    border: none !important;
}

.btn-primary-gfca-blue {
    background: var(--color-btn-bg-blue) !important;
    color: var(--color-btn-txt-white) !important;
    border-radius: var(--border-radius-btn-gfca) !important;
    transition: var(--btn-transition-delay);
    border: none !important;
}

.btn-primary-gfca-blue:hover {
    background: var(--color-btn-bg-blue--hover) !important;
    color: var(--color-btn-txt-white--hover) !important;
    border: none !important;
}

.btn-primary-gfca-blue:focus,
.btn-primary-gfca-blue:focus-visible {
    background: var(--color-btn-bg-blue--hover) !important;
    color: var(--color-btn-txt-white--hover) !important;
    border: none !important;
}

.btn-primary-gfca-blue:active {
    background: var(--color-btn-bg-blue--active) !important;
    color: var(--color-btn-txt-white--hover) !important;
    border: none !important;
}

.btn-light-black {
    display: inline-block;
    text-decoration: none;
    padding: 6px 20px 6px 10px;
    border-radius: var(--border-radius-btn-gfca);
    color: var(--color-btn-bg-green-teal);
    background-color: var(--color-btn-bg-green-teal-light);
    transition: all .1s ease-in-out;
    box-shadow: #0000001a 0 2px 3px -1px;
    &  > i {
        position: relative;
        top: 3px;
        font-size: 22px;
        display: inline-block;
        line-height: 0;
    }
}

.btn-light-black:hover, .btn-light-black:active, .btn-light-black:focus {
    color: var(--color-btn-bg-green-teal--hover);
    background-color: var(--color-btn-bg-green-teal-light--hover);
    box-shadow: #0000003c 0 2px 3px -1px;
}


.block-btn-readmore {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;

    & .btn-light-readmore {
        display: inline-block;
        text-decoration: none;
        color: var(--color-txt-green-teal);
        transition: all .3s ease-in-out;
        font-weight: 500;
        font-size: 14px;
        position: relative;
        bottom: -25px;

        &  > i {
            position: relative;
            top: 3px;
            left: -3px;
            font-size: 22px;
            display: inline-block;
            line-height: 0;
        }
    }

    & .btn-light-readmore:hover {
        color: var(--color-txt-green-teal);
    }

    & .btn-light-readmore:active {
        
    }
}

.text-title-section {
    font-size: 2rem;
    font-weight: 600;
    color: var(--color-btn-txt-dark-blue-grey);
    margin-top: 3rem;
}

@media screen and (max-width:576px) {
    .text-title-section {
        font-size: 1.6rem;
        margin-top: 2rem;
    }
}

.custom-tooltip {
  --bs-tooltip-bg: var(--color-btn-txt-dark-blue-grey) ;
  --bs-tooltip-color: var(--color-btn-txt-white);
  font-size: 12px;
}

.no-scroll {
    overflow: hidden;
}

body.modal-open {
    overflow: hidden;
}


/* ----------------------------------------- START : Modern Toggle */

.modern-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
    padding: 0 0 0 0;
    transition: background 0.2s ease;
}

.modern-toggle:hover {
    background: #f8fafc;
}

.modern-toggle .toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    background: #cbd5e0;
    border-radius: 14px;
    transition: all 0.3s ease;
}

.modern-toggle .toggle-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 24px;
    height: 24px;
    background: white;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input[type="checkbox"]:checked + .modern-toggle .toggle-switch {
    background: #5CD168;
}

input[type="checkbox"]:checked + .modern-toggle .toggle-switch::after {
    left: 26px;
}



/* ----------------------------------------- START :  hamburger menu */

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
    transition: all 0.3s ease;
    margin: 12px;
    position: absolute;
    right: 4px;
    top: 6px;
}

.hamburger-line {
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.hamburger.active .hamburger-line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}

.hamburger.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.hamburger.active .hamburger-line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 991px) {
    .hamburger {
        display: flex;
    }
}

/* ----------------------------------------- START : pagination  */

.active>.page-link-gfca,
.page-link-gfca.active {
    color: var(--color-btn-txt-white);
    background-color: var(--color-btn-bg-green-teal);
    border-color: var(--color-btn-bg-green-teal);
    z-index: 0;
}

.active>.page-link-gfca:hover {
    color: #ffffffe0;
}

.page-link-gfca {
    color: #4e4e4e;
    background-color: #f8fcff;
}

.page-link-gfca:hover {
    color: #4e4e4e;
    box-shadow: var(--color-btn-bg-green-teal);
}

.page-link-gfca:focus {
    color: #ffffffe0;
    box-shadow: var(--color-btn-bg-green-teal);
}

.page-item:first-child .page-link-gfca {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.page-item:last-child .page-link-gfca {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-item:last-child .page-link-gfca,
.page-item:first-child .page-link-gfca {
    background-color: #ffffff;
    color: #4e4e4e;
}

.page-item:last-child.active .page-link-gfca,
.page-item:first-child.active .page-link-gfca {
    color: var(--color-btn-txt-white);
    background-color: var(--color-btn-bg-green-teal);
    border-color: var(--color-btn-bg-green-teal);
}

/* ----------------------------------------- START : Main Page Site */

.main-cover-page {
    min-height: var(--cover-image-second-page-size);
    position: fixed;
    width: 100%;
    opacity: 1;
    transition: all .3s ease;
    background-position-y: -16rem;
    z-index: 1;
}


.main-cover-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(17deg, #06bcd4 -7%, #1b4760 61%);
    background-size: cover;
    background-position: bottom;
    opacity: .93;
    z-index: 0;
}

.section-main--contact {
    position: relative;
}

.warpper-content-area {
    position: relative;
    padding-top: var(--cover-image-second-page-size);
    background: #f8fcff;
}

.active-sticky-bg.warpper-content-area {
    padding-top: 140px;
}

@media screen and (max-width: 576px) {
    .warpper-content-area {
        padding-top: 120px;
    }
    .active-sticky-bg.warpper-content-area {
        padding-top: 120px;
    }
}

.text-title-page {
    position: fixed;
    left: 0;
    right: 0;
    top: 6rem;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: 500;
    color: #d6e8ee;
    /* text-transform: uppercase; */
    transition: all 0.3s ease;
    max-width: 1080px;
    z-index: 1;
    padding: 0 1rem;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr auto;

    & .area-content-left {
        position: relative;
        z-index: 4;
        & .btn-left-title {
            text-decoration: none;
            color: #d6e8ee;
            font-size: 34px;
            margin-right: 8px;
            transition: all .3s ease;
            cursor: pointer;
            line-height: 0;
        }
        & .btn-left-title:hover {
            color: #def1f7;
            text-shadow: #00000023 0 2px 5px;
        }

    }

    & .area-content-right {
        position: relative;
        display: flex;
        justify-content: flex-end;
        z-index: 4;
    }
}

@media screen and (max-width: 576px) {
    .text-title-page {
        top: 4.3rem;

        & .area-content-left {
            font-size: 1.6rem;
             & .btn-left-title {
                font-size: 30px;
                position: relative;
                top: 2px;
            }
        }

        & .area-content-right {

        }
    }

}

.container-content-area {
    position: relative;
    padding: 1.6rem 1rem;
    transition: all .2s ease;
    min-height: 500px;
}

.cover-bg-second-page.active-sticky-bg {
    
    & .main-cover-page {
        position: fixed;
        min-height: 140px;
    }

    & .main-cover-page::before {
        /* background: linear-gradient(1deg, #06bcd4 -34%, #1b4760 67%); */
        background: linear-gradient(17deg, #06bcd4 -7%, #1b4760 61%);
    }

    & .text-title-page {
        font-size: 2rem !important;
        top: 5rem;

        & .area-content-left {
            z-index: 4;
        }

        & .area-content-right {

            display: flex;
            justify-content: flex-end;
            z-index: 4;
        }
    }

    & .warpper-content-area .container-content-area {
        padding: 1.6rem 1rem;
    }
}


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

    .main-cover-page {
        min-height: 120px
    }

    .cover-bg-second-page.active-sticky-bg {
        & .text-title-page {
            top: 4.3rem;
        }
        & .main-cover-page {
            min-height: 120px;
        }

    }

}




/* ----------------------------------------- START : Cookie GFCA Theme */

.cookie-bar {
    font-family: 'Noto Sans Thai' !important;
    padding: 2rem 1rem !important;
    background: linear-gradient(145deg, #f7fbfd -34%, #f1faff 67%) !important;
    z-index: 1000 !important;

    &>.cookie-bar-content {
        position: relative;
        max-width: 1080px;

        &>span {
            &>a {
                color: var(--color-txt-green-teal) !important;
            }
        }

        & .cookie-bar-controls {
            gap: 1rem;
            &>#acceptAll {
                background: var(--color-btn-bg-green-teal);
                color: var(--color-btn-txt-white);
                padding: 8px 18px;
                transition: var(--btn-transition-delay);
                box-shadow: var(--shadow-flat-btn-bg-default);
            }

            &>#rejectAll {
                background: var(--color-btn-bg-gray-light);
                color: var(--color-btn-txt-black);
                padding: 8px 18px;
                transition: var(--btn-transition-delay);
                box-shadow: var(--shadow-flat-btn-bg-default);
            }

            &>#openSettings {
                /* position: absolute; */
                /* right: 1rem; */
                background: none !important;
                color: var(--color-btn-bg-blue);
                padding: 8px 18px;
                transition: var(--btn-transition-delay);
                box-shadow: none !important;
                margin-left: 10px;
            }

            &> #acceptAll:hover {
               background: var(--color-btn-bg-green-teal--hover);
               box-shadow: var(--shadow-flat-btn-bg-default--hover);
            }

            &> #acceptAll:active {
               background: var(--color-btn-bg-green-teal--active);
               box-shadow: var(--shadow-flat-btn-bg-default--hover);
            }

            &> #rejectAll:hover  {
               background: var(--color-btn-bg-gray-light--hover);
               box-shadow: var(--shadow-flat-btn-bg-default--hover);
            }

            &> #rejectAll:active {
               background: var(--color-btn-bg-gray-light--active);
               box-shadow: var(--shadow-flat-btn-bg-default--hover);
            }

            &> #openSettings:hover {
                color: var(--color-btn-bg-blue--hover);
                background: none !important;
                box-shadow: none !important;
            }

            &> #openSettings:active {
                color: var(--color-btn-bg-blue--active);
                background: none !important;
                box-shadow: none !important;
            } 
            &> #openSettings:focus {
                color: var(--color-btn-bg-blue--active);
                background: none !important;
                box-shadow: none !important;
            }
            &> #openSettings:focus-visible {
                color: var(--color-btn-bg-blue--active);
                background: none !important;
                box-shadow: none !important;
            }
            &> #openSettings:focus-within {
                color: var(--color-btn-bg-blue--active);
                background: none !important;
                box-shadow: none !important;
            }

            & > #openSettings::before {
                content: "";
                position: absolute;
                height: 35px;
                width: 1px;
                background-color: #00000027;
                margin-left: -20px;
                margin-top: -6px;
            }

        }
    }

}

.cookie-bar::before {
    content: "";
    position: absolute;
    background-image: url("/images/website/bg-accept-cookies.png");
    background-size: 100%;
    height: 133px;
    width: 330px;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 61%;
}

@media screen and (max-width: 1600px) {
    .cookie-bar::before {
        left: 67%;
    }
}

@media screen and (max-width: 1400px) {
    .cookie-bar::before {
        left: 72%;
    }
}

@media screen and (max-width: 1200px) {
    .cookie-bar::before {
        left: 70%;
    }
}

@media screen and (max-width: 991px) {
    .cookie-bar::before {
        left: 70%;
    }
}

@media screen and (max-width: 768px) {
    .cookie-bar::before {
        left: 65%;
    }
}

@media screen and (max-width: 768px) {
    .cookie-bar::before {
        content: none !important;
    }
}



@media screen and (max-width: 576px) {
    .cookie-bar {
        padding: 2rem 1.2rem 1.2rem 1.2rem !important;
        & .cookie-bar-content  {
            & .cookie-bar-controls {
                display: grid !important;
                grid-template-columns: 1fr 1fr;
                grid-template-rows: 1fr 1fr;
                grid-template-areas:
                "acceptAll rejectAll"
                "openSettings openSettings";
                gap: .8rem;
                row-gap: 1.6rem;
                /* align-items: end; */
            }

            #acceptAll { grid-area: acceptAll; }
            #rejectAll { grid-area: rejectAll; }
            #openSettings { grid-area: openSettings; }

            & .cookie-bar-controls > button {
                width: 100%;
            }
            & .cookie-bar-controls > button#openSettings {
                right: 0 !important;
                margin-left: 0 !important;
            }
            & .cookie-bar-controls > button#openSettings::before {
                content: none !important;
            }
        }
    }
}


#cookieFloatingBtn {
    visibility: hidden;
    display: none;
}

/* Hide default checkbox */

.cookie-setting-item {
 & > input[type="checkbox"] { display: none; }
}

.cookie-settings-modal {
    font-family: 'Noto Sans Thai' !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    max-width: 500px;
    max-height: max-content;
    border-radius: 8px !important;
    /* padding: 1.6rem 1.2rem !important; */
    padding: 2rem 1.8rem !important;

    & .cookie-settings-content {
        & #cookieSettingsTitle {
            font-weight: 600;
        }
        & #cookieSettingsMain {
            & .cookie-setting-item {
                & label {
                    display: flex;
                    align-items: center;
                    background-color: #ffffff;
                    margin: 0 !important;
                    & .label-text {
                        font-weight: 500;
                    }
                    & .toggle-switch {
                        top: -4px;
                    }
                }
                & .cookie-description {
                    padding: 0;
                    margin: 0 !important;
                    & a {
                        color: var(--color-txt-green-teal) !important;
                    }
                }
            }

            .cookie-bar-controls {
                display: grid;
                grid-template-columns: 125px 125px;
                /* justify-content: end; */
                margin-top: 1.2rem;

                & #saveSettings {
                    background: var(--color-btn-bg-green-teal);
                    color: var(--color-btn-txt-white);
                    padding: 8px 18px;
                    transition: var(--btn-transition-delay);
                    box-shadow: var(--shadow-flat-btn-bg-default);
                }

                & #closeSettings {
                    background: var(--color-btn-bg-gray-light);
                    color: var(--color-btn-txt-black);
                    padding: 8px 18px;
                    transition: var(--btn-transition-delay);
                    box-shadow: var(--shadow-flat-btn-bg-default);
                }

                &> #saveSettings:hover {
                    background: var(--color-btn-bg-green-teal--hover);
                    box-shadow: var(--shadow-flat-btn-bg-default--hover);
                }

                &> #saveSettings:active {
                    background: var(--color-btn-bg-green-teal--active);
                    box-shadow: var(--shadow-flat-btn-bg-default--hover);
                }

                &> #closeSettings:hover {
                    background: var(--color-btn-bg-gray-light--hover);
                    box-shadow: var(--shadow-flat-btn-bg-default--hover);
                }

                &> #closeSettings:active {
                    background: var(--color-btn-bg-gray-light--active);
                    box-shadow: var(--shadow-flat-btn-bg-default--hover);
                }
            }
        }

        & #cookieDetailDefault,
        #cookieDetailAnalytics,
        #cookieDetailMarketing {
            padding: 0 !important;
            width: auto;
            background-color: #ffffff !important;

            
                & .back-to-settings {
                    background: var(--color-btn-bg-gray-light);
                    box-shadow: var(--shadow-flat-btn-bg-default);
                    color: var(--color-btn-txt-black);
                    transition: var(--btn-transition-delay);
                    margin-bottom: 0 !important;
                }

                &>.back-to-settings:hover {
                    background: var(--color-btn-bg-gray-light--hover);
                    color: var(--color-btn-txt-black--hover);
                    box-shadow: var(--shadow-flat-btn-bg-default--hover);
                }
                &>.back-to-settings:active {
                    background: var(--color-btn-bg-gray-light--active);
                    box-shadow: var(--shadow-flat-btn-bg-default--hover);
                }
            

            & .cookie-detail-list {
                margin-bottom: 10px !important;
                font-size: 12px !important;
                color: #555;
                max-height: unset !important;
                overflow-x: unset !important;
                overflow-y: unset !important;
                -webkit-overflow-scrolling: unset !important;
                & > li {
                    word-break: break-all;
                    overflow-wrap: break-word;
                    display: grid;
                    grid-template-columns: auto 1fr;
                    column-gap: 8px;
                }
            }
            & > strong {
                font-weight: 500;
                margin-bottom: 8px;
                display: inline-block;
            }
        }
        
    }

}

@media screen and (max-width: 991px) {
    .cookie-settings-modal {
        margin: auto auto !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 576px) {
    .cookie-settings-modal {
        padding: 1.6rem 1.2rem !important;
        margin: auto 1rem !important; 
        max-height: max-content !important;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}


/* ----------------------------------------- START : END : Header  */

.gfca-header {
    position: fixed;
    z-index: 4;
    width: 100%;
    /* background: #000000; */
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.27) 0%, rgb(0 0 0 / 0%) 83%); */
    /* background: #0000002e; */
    /* backdrop-filter: blur(8px); */
    transition: all .3s ease;
    min-height: 6rem;
    padding: 1rem 0 1rem 0;
}

.gfca-header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    transition: all .3s ease;
    background: linear-gradient(rgb(34 77 105) 0%, rgb(13 102 130), rgba(13, 102, 130, 0) 80%);
    z-index: -1;
}


.gfca-header::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100px;
    transition: all .3s ease;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    backdrop-filter: blur(32px) brightness(0.8);
    -webkit-backdrop-filter: blur(32px) brightness(0.8);
    mask-image: linear-gradient(to top, transparent 0%, #000000 40%, black 80%, black 100%);
    -webkit-mask-image: linear-gradient(to top, transparent 0%, #000000 40%, black 80%, black 100%);
    z-index: -1;
}

.gfca-header .logo-company {
    max-width: 130px;
    margin-left: 0rem;
    transition: all .3s ease;
    opacity: .9;
    pointer-events: none;
}

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

    .gfca-header::after {
        height: 80px;
    }

    .gfca-header .logo-company {
        width: 110px;
        position: relative;
        left: -3px;
    }
}

.gfca-header.sticky-header-active {
    padding: 0rem;

    & .logo-company {
        max-width: 130px;
    }
}

.gfca-header.sticky-header-active::before {
    height: 80px;
}

.gfca-header.sticky-header-active::after {
    height: 65px;
}

@media screen and (max-width: 991px) {
    .gfca-header.sticky-header-active {
        padding: 1rem 0;

        & .gfca-navbar {
            margin-top: 1rem;
        }
    }
}

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

    .gfca-header::before {
        height: 60px;
    }

    .gfca-header.sticky-header-active::before {
        height: 60px;
    }

    .gfca-header::after {
        height: 60px;
    }

    .gfca-header.sticky-header-active::after {
        height: 60px;
    }

    .gfca-header {
        min-height: 0;
        padding: 1rem 0 0 0;
        & .gfca-navbar {
            margin-top: 1rem;
        }
    }

    .gfca-header.sticky-header-active {
        padding: 1rem 0;

        & .gfca-navbar {
            margin-top: 1rem;
        }
    }
}

.gfca-navbar {
    position: relative;
    transition: all .3s ease-in;
}

.gfca-navbar .nav-link {
    color: #ffffffe2;
    font-size: 0.85rem;
    position: relative;
    text-transform: uppercase;
}

.gfca-navbar .nav-link.active {
    color: #d9c38a;
    /* color: var(--color-btn-bg-green-teal); */
    font-weight: 600;
    font-size: .87rem;
}

.gfca-navbar .nav-link:hover {
    color: #d9c38a;
    /* color: var(--color-btn-bg-green-teal--hover); */
}

.dropdown-menu-main .dropdown-item-list:hover {
    background-color: #F4F4F5;
    border-radius: 4px;
}


.dropdown-menu-main .dropdown-item-list::before {
    content: "";
    position: absolute;
    left: 4px;
    border-radius: 1px 1px 1px 1px;
    width: 3px;
    height: 28px;
    background: var(--color-btn-bg-green-teal);
}

@media screen and (max-width: 991px) {
    .navbar-nav-menu {
        padding-top: 1rem;
    }

    .navbar-nav-menu .nav-item-menu {
        border-bottom: solid 1px #ffffff2b;
        min-height: 1rem;
    }

    .navbar-nav-menu .nav-item-menu .nav-link {
        padding: 1rem 0;
    }

    .nav-item-menu .nav-link {
        min-height: 3rem;
    }
}

@media screen and (max-width: 576px) {
    .navbar-nav-menu {
        padding-top: 1rem;
    }

    .navbar-nav-menu .nav-item-menu {
        border-bottom: solid 1px #ffffff2b;
        min-height: 1rem;
    }

    .navbar-nav-menu .nav-item-menu .nav-link {
        padding: 1rem 0;
    }

    .nav-item-menu .nav-link {
        min-height: 3rem;
        transition: all .1s ease-in;
    }

    .nav-item-menu .nav-link:hover {
        min-height: 3rem;
    }

    .dropdown-menu-main .dropdown-item-list::before {
        content: "";
        position: absolute;
        left: 4px;
        border-radius: 1px 1px 1px 1px;
        width: 3px;
        height: 40px;
        background: var(--color-btn-bg-green-teal);
    }
}

.dropdown-menu-main {
    padding: 4px;
    box-shadow: #00000030 0px 8px 10px -5px;
    z-index: 99 !important;
    border-radius: 8px;
    background: #f8fcff;

    .dropdown-item-list {
        color: #454549;
        text-transform: uppercase;
        font-size: 14px;
        min-height: 35px;
        display: flex;
        align-items: center;
        z-index: 99 !important;
        position: relative;
    }

    .dropdown-item-list.active,
    .dropdown-item-list:active,
    .dropdown-item-list.focus,
    .dropdown-item-list:focus-within {
        color: #000000;
        font-weight: 600;
        text-decoration: none;
        background-color: #F4F4F5;
        border-radius: 4px;
    }
}

.dropdown-menu-main.show {
    position: absolute;
}
.gfca-header.active-navbar::before {
    height: 100% !important;
    background: linear-gradient(rgb(34 77 105) 0%, rgb(34 77 105 / 77%) 0%, rgb(26 65 90 / 95%) 0%);
}

.gfca-header.active-navbar::after {
   height: 100% !important;
}





.gfca-header.active-navbar {
    height: 100%;
    /* background: linear-gradient(238deg, rgb(11 58 73) 0%, rgb(36 103 124)); */
    /* backdrop-filter: blur(20px); */
}



@media screen and (max-width:576px) {
    .dropdown-menu-main {
        width: 100%;
        padding: 1rem;
        .dropdown-item-list {
            min-height: 50px;
            padding: 0rem 1.2rem;
        }
    }
}


.btn-lang {
    color: #ffffffe2;
    font-size: 14px;
    display: flex;
    gap: 6px;
    position: relative;
    transition: all .3s ease;
    top: -1px;
}

@media (max-width: 991px) {
    .btn-lang {
        position: relative;
        left: 0;
        right: 0;
        margin: 0 auto;
        margin-top: 2rem;
    }
}

.btn-lang:hover,
.btn-lang:active {
    color: #d9c38a !important;
    /* color: #ffffff !important; */
    border-color: #d9c38a !important;
}

.modal-header-language {
    padding: 1rem 1.4rem;
    border-color: #ffffff;
}

.modal-footer-language {
    padding: .4rem 1.4rem;
    border-color: #ffffff;
}

.modal-content-language {
    border-radius: var(--border-radius-modal-gfca);
    border: none !important;
}

.modal-dialog-gfca {
    padding: 0 0.6rem;
}

.language-list .list-group-item {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr 18px;
    align-items: center;
    gap: 1rem;
    padding: 1rem 1.4rem;
    transition: all .1s ease-in-out;
    margin: 0 1rem;
    border: none;
    color: #1f1f1f;
    font-weight: 600;
}

.language-list .list-group-item .check {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
    position: relative;
    top: 1px;
}

.language-list .list-group-item.active,
.language-list .list-group-item.hover {
    background-color: #f7f7f7;
    border: none;
    color: #2a2b2c;
    font-weight: 600;
    border-radius: var(--border-radius-modal-gfca);
}

.language-list .list-group-item.active .check {
    color: #0271fc;
}

.modal-content {
    color: #727272;
    padding: 0.6rem .2rem;
}

/* ----------------------------------------- START : Page New & Event */


.url-link-article {
    text-decoration: none !important;
    color: initial;
}

.item-article-content {
    /* margin-bottom: 1.6rem; */
    padding: 0 1rem;
    border: var(--color-border-card);
    border-radius: 8px;
    padding: 1rem 1rem 1.6rem 1rem;
    background: #ffffff;
    box-shadow: var(--bx-shadow-card);
    position: relative;
    overflow: hidden;
    transition: all .2s ease-in;

    & .group-card-image {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        overflow: hidden;
        border-radius: var(--border-radius-btn-gfca);
        background: #d6d6d6;
        pointer-events: none;

        & img {
            border-radius: 2px;
            transition: all .3s ease;
            opacity: 0.9;
        }

    }

    &>a:hover .group-card-image img {
        scale: 1.05;
    }


    .group-text-content {
        min-height: 3rem;

        .text-title {
            color: var(--color-btn-txt-black);
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            margin: 1rem 0 .6rem 0;
            min-height: 48px;

            .hyperlink-readmore {
                text-decoration: none;
                color: inherit;
            }
        }

        .text-description {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            margin-bottom: .4rem;
        }

        .group-date-article {
            display: flex;
            align-items: center;
            gap: 1rem;
            /* margin-bottom: 1rem; */

            .item-date {
                display: flex;
                align-items: center;
                gap: .6rem;
                font-size: 12px;
                color: #2b323bad;

                & i {
                    font-size: 14px;
                    color: #1c4863;
                }
            }

            .item-view {
                display: flex;
                align-items: center;
                gap: .6rem;
                font-size: 12px;
                color: #2b323bad;

                & i {
                    font-size: 15px;
                    color: #1c4863;
                }
            }
        }

        & .group-left-right {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }
    }
}

.item-article-content:hover {
    box-shadow: var(--bx-shadow-card--hover);
}

.item-article-content:hover .btn-light-readmore {
    bottom: 2px;
}

.item-article-content:hover .group-card-image img {
    scale: 1.05;
    opacity: 1;
}


.body-area-aticle {
    row-gap: 1.6rem;
}

@media screen and (max-width: 768px) {
    .item-article-content {
        .btn-light-readmore { 
            bottom: unset;
        }
    }
}


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

    .item-article-content {
        padding: 1rem;
        min-height: max-content;
        /* margin-bottom: 2rem; */

        .btn-light-readmore { 
            bottom: unset;
        }
    }

    .body-area-aticle {
        row-gap: 1rem;
    }
}

/* ----------------------------------------- START : Event Detail */

.item-article-content-detail {
    padding: 0 1rem 1rem 1rem;
    border-bottom: solid 2px #122e3f26;

    .group-card-image {
        aspect-ratio: 16 / 9;
        object-fit: cover;
        overflow: hidden;
        border-radius: var(--border-radius-btn-gfca);
        box-shadow: #00000054 0px 7px 12px -9px;
        background: #d6d6d6;
        pointer-events: none;
        max-width: 900px;
        position: relative;
        left: 0;
        right: 0;
        margin: 2rem auto 2rem;

        &>img {
            border-radius: 2px;
        }
    }

    @media screen and (max-width: 576px) {
        .group-card-image {
            margin: 1rem auto 1rem;
        }
    }

     & .group-text-content {
        min-height: 3rem;

        & .text-title {
            font-size: 1.8rem;
            font-weight: 600;
            line-height: 1.2;
            margin: 0 0 0.4rem 0;

             & .hyperlink-readmore {
                text-decoration: none;
                color: inherit;
            }
        }

        @media screen and (max-width: 576px) {
            & .text-title {
                font-size: 1.4rem;
            }
        }

        .group-date-article {
            display: flex;
            align-items: center;
            gap: 1rem;
            margin-bottom: 1rem;

            .item-date {
                display: flex;
                align-items: center;
                gap: .6rem;
                font-size: 12px;
                color: #828282;

                & i {
                    font-size: 12px;
                    color: #1c4863;
                }
            }

            .item-view {
                display: flex;
                align-items: center;
                gap: .6rem;
                font-size: 12px;
                color: #828282;

                & i {
                    font-size: 12px;
                    color: #1c4863;
                }
            }
        }

        /* .block-btn-readmore {
            .btn-light-readmore {
                display: inline-block;
                text-decoration: none;
                padding: var(--padding-btn-gfca);
                border-radius: var(--border-radius-btn-gfca);
                color: var(--color-btn-bg-green-teal);
                background-color: var(--color-btn-bg-green-teal-light);
                transition: all .1s ease-in-out;
                box-shadow: #0000001a 0 2px 3px -1px;

            }

            .btn-light-readmore:hover {
                color: var(--color-btn-bg-green-teal--hover);
                background-color: var(--color-btn-bg-green-teal-light--hover);
            }
        } */
    }

    .text-description {
        margin: 1rem 0;
    }
}

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

    .item-article-content-detail {
        padding: 0 0 .6rem 0;
    }
}


/* ----------------------------------------- START : Coming Soon */

.coming-soon-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;

    & .text-comimg-soon {
        font-size: 3rem;
        color: #9f9f9f;
    }
}

/* ----------------------------------------- START : Thank you page */

.page-thankyou-content {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-direction: column;
    text-align: center;
    row-gap: 1rem;

    & .image-thankyou {
        max-width: 280px;

        & img {
            pointer-events: none;
        }
    }

    & .text-thankyou {
        font-size: 2.8rem;
        color: #4b4b4b;
    }
}

@media screen and (max-width: 576px) {
    .page-thankyou-content {
        & .image-thankyou {
            max-width: 200px;
        }

        & .text-thankyou {
            font-size: 1.8rem;
        }
    }
}


/* -------------------------------- Footer */




    .gfca-footer {
        position: relative;
        overflow: hidden;
        background-image: url(/images/under-construction/gfca_building.webp);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -11rem;
        width: 100%;
        color: #ffffff;
        padding: 5rem 0rem 2rem 0rem;
    }

    @media screen and (max-width:576px) {
        .gfca-footer {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            color: #ffffff;
            padding: 5rem 0rem 2rem 0rem;
        }
    }

    .gfca-footer::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, var(--color-primary-gfca-green-dark), var(--color-secondary-gfca-green-dark));
        background-size: cover;
        background-position: bottom;
        opacity: .93;
        z-index: 0;
    }

    .footer-logo {
        margin-bottom: 1rem;
    }

    .footer-logo>img {
        max-width: 140px;
    }

    .footer-company {
        font-size: 1.2rem;
        /* color: #d9c38a; */
    }

    .footer-address {
        max-width: 26rem;
        margin-bottom: 1rem;
    }

    .footer-contact {
        display: grid;
        grid-template-rows: 1fr 1fr 1fr;
        row-gap: .6rem;
        margin: 0 0 2rem 0;
    }

    .footer-contact .item-contact {
        display: flex;
        align-items: center;
        gap: .6rem;
    }

    .footer-contact .item-contact .icon-fax {
        width: 14px;
    }

    .footer-contact .item-contact .icon-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        /* background: #ffffff33; */
        background: var(--color-btn-bg-green-teal);
        color: var(--color-btn-txt-white);
        width: 35px;
        height: 35px;
        border-radius: 50px;
    }

    .footer-contact .item-contact a {
        text-decoration: none;
        color: #ffffff !important;
    }

    .footer-form .form-control,
    .footer-form .form-select {
        border-radius: 0.3rem;
        padding: 0.6rem 0.75rem;
    }

    #contactForm {
        & .btn-send {
            background: var(--color-btn-bg-green-teal);
            color: var(--color-btn-txt-white);
            border-radius: var(--border-radius-btn-gfca);
            padding: 8px 30px;
            border: none;
            cursor: pointer;
            transition: var(--btn-transition-delay);
            min-width: 120px;
        }

        & .btn-send:hover {
            background: var(--color-btn-bg-green-teal--hover);
            color: var(--color-btn-txt-white--hover);
        }

        & .btn-send:active {
            background: var(--color-btn-bg-green-teal--active);
            color: var(--color-btn-txt-white--hover);
        }
    }
    .footer-powered {
        font-size: 0.8rem;
        color: #ffffff80;
        margin: 1rem 0 0 0;
        padding: 1rem 0 0 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        text-align: center;
        border-top: 2px solid #ffffff54;

        & .content-left {
            text-align: left;
        }

        & .content-right {

            display: flex;
            justify-content: flex-end;
            gap: 1.2rem;

            & .text-policy {
                display: flex;
                justify-content: flex-end;
                gap: 1.2rem;

                & a {
                    text-decoration: none;
                    color: var(--color-btn-bg-green-teal);
                    transition: all .1s ease;
                }

                & a:hover,
                a:focus,
                a:active {
                    text-decoration: underline;
                }
            }

        }
    }

    @media (max-width: 768px) {

        .footer-powered {
            display: grid;
            grid-template-columns: 1fr;

            & .content-left {
                margin-bottom: .4rem;
            }

            & .content-right {
                display: flex;
                align-items: center;
                gap: 1rem;
                justify-content: space-between;

                & .text-policy {
                    display: flex;
                    justify-content: flex-end;
                    gap: 1rem;
                }

            }
        }

        .footer-logo {
            font-size: 2.2rem;
        }

        .gfca-footer::after {
            display: none;
        }
    }

    .text-recaptcha-google {
        font-size: 12px;
        color: #9aafbc !important;
    }

    .text-policy-gfca {
        color: #9aafbc !important;
        /* text-decoration: none; */
        transition: all .1s ease-in-out;
    }

    .text-policy-gfca:hover {
        color: #b9d1e0 !important;
        text-decoration: underline;
    }

    .grecaptcha-badge {
        display: none;
    }


/* --------------------------------- Career */

    .loading-spinner {
        text-align: center;
        padding: 60px 20px;
        font-size: 20px;
        color: #282b2e;
    }

    .loading-spinner::after {
        content: '';
        animation: spin 1s linear infinite;
        display: inline-block;
        margin-left: 10px;
    }

    @keyframes spin {
        100% {
            transform: rotate(360deg);
        }
    }

    .jobs-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
        gap: 30px;
        margin-bottom: 0rem;
    }

    .job-card {
        background: white;
        border-radius: var(--border-radius-modal-gfca);
        box-shadow: var(--bx-shadow-card);
        padding: 1.4rem;
        transition: all 0.3s ease;
        border: var(--color-border-card);
        position: relative;
        overflow: hidden;
    }

    .job-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 100%;
        background: #ffffff;
    }

    .job-header {
        margin-bottom: .2rem;
    }

    .job-title {
        font-size: 22px;
        font-weight: bold;
        color: var(--color-btn-txt-dark-blue-grey);
        margin-bottom: 10px;
        line-height: 1.4;
    }

    .job-meta {
        display: flex;
        gap: .4rem;
        flex-wrap: wrap;
    }

    .jobAccordion {
        display: grid;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .area-job-section {
        padding: 1.2rem;
        background: rgb(250, 250, 250);
        border-radius: 8px;
        border: solid 1px #f0f0f0;
    }

    .job-badge {
        display: inline-flex;
        align-items: center;
        padding: 0px 12px;
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        gap: 6px;
        margin: 4px 0;
        min-height: 2rem;
    }

    .badge-vacancies, .badge-location {
        color: #06bcd4;
        background-color: #eaf7fa;
    }

    .job-section {
        margin: 0 0 1rem 0;
    }

    .job-section-title {
        font-size: 16px;
        font-weight: bold;
        color: var(--color-btn-txt-dark-blue-grey);
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .job-section-content {
        color: var(--color-btn-txt-black-secondary);
        line-height: 1.8;
    }

    .job-section-content ul {
        margin: 10px 0;
        padding-left: 17px;
        list-style-type: disc;
    }

    .job-section-content li {
        margin: 0;
        list-style-position: outside;
    }

    .job-section-content p {
        margin: 10px 0;
    }

    .job-footer {
        margin-top: 25px;
        padding-top: 20px;
        border-top: 1px solid #ecf0f1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .no-jobs {
        text-align: center;
        padding: 1rem;
        min-height: 8rem;
        color: #a4acac;
        font-size: 16px;
        background: #eef2f6;
        border-radius: .4rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .error-message {
        background: #fee;
        border: 1px solid #fcc;
        border-radius: 8px;
        padding: 20px;
        margin: 20px 0;
        color: #c33;
    }

     @media (max-width: 576px) {
        .job-title {
            font-size: 1rem;
            margin-bottom: 4px;
        }

        .job-card {
            padding: 1rem;
        }

        .job-badge {
            padding: 0px 8px;
            border-radius: 4px;
            font-size: 12px;
            font-weight: 500;
            gap: 4px;
            min-height: 1.6rem;
        }

        .jobAccordion {
            gap: .6rem;
        }

        .job-btn-group > .btn-primary-gfca {
            font-size: 14px;
            background: none !important;
            color: var(--color-btn-txt-dark-blue-grey) !important;
            padding: 6px 0 !important;
            font-weight: 600;
        }
        .job-section-content li {
            font-size: 14px;
        }

        .area-job-section {
            padding: 1rem;
        }

     }



    @media (max-width: 768px) {
        .jobs-grid {
            grid-template-columns: 1fr;
        }

        .career-header h1 {
            font-size: 32px;
        }

        .area-content-thankyou {
            flex-direction: column;
        }

        .area-content-thankyou>.col-6 {
            max-width: 100%;
        }
    }

    .job-area-tophead {
        display: grid;
        grid-template-columns: 1fr auto;
        row-gap: 2rem;
    }

    .toggle-icon {
        display: inline-flex;    
        align-items: center;
        justify-content: center;
        transition: transform 0.3s ease;
        transform-origin: center center; 
        vertical-align: middle;
        position: relative;
        top: -1px;
        font-size: 10px;
    }

    button[aria-expanded="true"] .toggle-icon {
        transform: rotate(180deg);
    }

    .warpper-content-career {
        display: grid;
        grid-template-columns: 2fr 1fr;
        gap: 1.4rem;

        .career-container {
            position: relative;
            min-height: 600px;
            .title-name {
                font-size: 1.6rem;
                font-weight: 400;
                margin-bottom: 8px;
            }

        }

        .about-content-company {

            & .about-detail-company {
                position: sticky;
                top: 160px;
                background: #e9eff4;
                border-radius: 8px;
                padding: 1.6rem 1.4rem;
                transition: all 0.3s ease;
                border: var(--color-border-card);
                font-size: 14px;
                margin-bottom: 1rem;
            }

            & .title-name {
                font-size: 1.6rem;
                font-weight: 400;
                margin-bottom: 8px;
            }
        }


    }

    @media screen and (max-width: 768px) {
        .warpper-content-career {
            grid-template-columns: 1fr;

            & .about-content-company {
                display: none;
            }
        }
    }

     @media screen and (max-width: 576px) {
        .warpper-content-career {
            .career-container {
                min-height: 400px;
            }
        }
    }


/* --------------------------------- Apply Job */

    .no-jobs {
        text-align: center;
        padding: 60px 20px;
        color: #95a5a6;
        font-size: 18px;
    }

    .error-message {
        background: #fee;
        border: 1px solid #fcc;
        border-radius: 8px;
        padding: 20px;
        margin: 20px 0;
        color: #c33;
    }

    #jobsContainer {
        /* max-height: calc(100dvh - 13rem); */
        /* overflow: auto; */

        /* Firefox */
        scrollbar-width: none;

        /* IE / Edge เก่า */
        -ms-overflow-style: none;
    }

    /* Chrome / Safari / Edge ใหม่ */
    #jobsContainer::-webkit-scrollbar {
        display: none;
    }

    #jobsContainer::-webkit-scrollbar {
        width: 8px;
    }

    #jobsContainer::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }

    #jobsContainer::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 10px;
    }

    #jobsContainer::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .main-joinusApplyjob {
        /* padding: 1.4rem 1.2rem; */
        position: relative;
        /* overflow: hidden;
        background: #e9eff4;
        border-radius: 8px;
        border: var(--color-border-card); */
    }

    /* .main-joinusApplyjob::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -50%;
        width: 200%;
        height: 200%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
        pointer-events: none;
    } */

    .content-position {
        background: rgba(255, 255, 255, 0.1);
        padding: 15px 20px;
        border-radius: 10px;
        backdrop-filter: blur(10px);
    }

    .content-position small {
       
        font-size: 13px;
    }

    .content-position div {
        
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
    }

    .content-position div:last-child {
        margin-bottom: 0;
    }

    .fieldDetail h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 20px;
        margin-top: 30px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .fieldDetail h6:first-child {
        margin-top: 0;
    }

    .form-floating {
        margin-bottom: 15px;
    }

    .form-floating .form-control {
        background: rgba(255, 255, 255, 0.95);
        border: 2px solid transparent;
        border-radius: 10px;
        padding: 12px 15px;
        font-size: 15px;
        transition: all 0.3s ease;
    }

    .form-floating .form-control:focus {
        background: #fff;
        border-color: #3498db;
        box-shadow: 0 0 0 4px rgba(52, 152, 219, 0.1);
        outline: none;
    }

    .form-floating label {
        color: #666;
        font-size: 14px;
        padding: 12px 15px;
    }

    .form-floating .form-control:focus~label,
    .form-floating .form-control:not(:placeholder-shown)~label {
        color: #3498db;
        transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    }

    .areaFileResume {
        background: rgba(255, 255, 255, 0.1);
        padding: 20px;
        border-radius: 10px;
        border: 2px dashed rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease;
    }

    .areaFileResume:hover {
        border-color: rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.15);
    }

    .areaFileResume.error {
        border-color: #e74c3c;
        background: rgba(231, 76, 60, 0.1);
    }

    .areaFileResume h6 {
        margin-top: 0 !important;
        border-bottom: none !important;
    }

    .form-check {
        background: rgba(255, 255, 255, 0.1);
        padding: 15px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .form-check-input {
        width: 20px;
        height: 20px;
        margin-top: 0.25em;
        cursor: pointer;
        border: 2px solid rgba(255, 255, 255, 0.5);
    }

    .form-check-input:checked {
        background-color: #2ecc71;
        border-color: #2ecc71;
    }

    .form-check-label {
        cursor: pointer;
        padding-left: 10px;
    }

    .form-check-label a {
        color: #3498db;
        text-decoration: underline;
    }

    .form-check-label a:hover {
        color: #5dade2;
    }

    .buttonJobapply {
        margin-top: 30px;
    }

    .btn-gf-gd {
        background: linear-gradient(135deg, #2ecc71, #27ae60);
        color: white;
        border: none;
        padding: 15px 40px;
        font-size: 18px;
        font-weight: 600;
        border-radius: 50px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 15px rgba(46, 204, 113, 0.4);
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .btn-gf-gd:hover:not(.disabled) {
        background: linear-gradient(135deg, #27ae60, #229954);
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(46, 204, 113, 0.6);
    }

    .btn-gf-gd.disabled {
        background: linear-gradient(135deg, #95a5a6, #7f8c8d);
        cursor: not-allowed;
        box-shadow: none;
        opacity: 0.6;
    }

    @media (max-width: 768px) {
        .main-joinusApplyjob {
            /* padding: 25px;
            margin-top: 20px; */
        }

        .fieldDetailTop h2 {
            font-size: 24px;
        }

        .row.area-content-thankyou {
            flex-direction: column;
        }

        .row.area-content-thankyou .col-6 {
            width: 100%;
            max-width: 100%;
        }
    }



.warpper-content-applyjob {

    display: grid;
    grid-template-columns: 2fr 22rem;
    gap: 1.4rem;

    & > .content-detail-start {
        & .fieldDetailTop {
            & .text-title {
                font-size: 1.6rem;
                font-weight: 600;
                margin-bottom: 0.4rem;
                color: var(--color-btn-txt-dark-blue-grey);
            }
        }
        & .job-title {
            font-size: 22px;
        }
    }

    & > .content-detail-end {
        margin-bottom: 0rem;
       & > .main-joinusApplyjob {
            & .fieldDetailTop {
                & .text-title {
                    font-size: 1.6rem;
                    font-weight: 600;
                    margin-bottom: 0.4rem;
                    color: var(--color-btn-txt-dark-blue-grey);
                }
            }
            & .fieldDetail {
                display: grid;
                row-gap: 1rem;

                & .item-chanal-applyjob {
                        padding: 1rem;
                        background: #e9eff4;
                        border-radius: 8px;
                        border: var(--color-border-card);

                    & .content-area-frist {

                        display: grid;
                        grid-template-columns: 50px auto 50px;
                        gap: 1rem;
                        align-items: center;

                        & .icon-chanal-applyjob {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            background: #06bcd4;
                            border-radius: 8px;
                            & .image-chanal-icon {
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                background: #06bcd4;
                                border-radius: 8px;
                            }
                        }
                        & .text-chanal-applyjob {
                            & .text-name-applyto {
                                font-weight: 600;
                                color: var(--color-btn-txt-dark-blue-grey);
                            }
                            & .subtext-name-applyto {
                                font-size: 14px;
                                font-weight: 500;

                                & > .text-scan-qr {
                                    text-decoration: none;
                                    color: var(--color-btn-txt-dark-blue-grey);
                                }

                                & > .text-scan-qr:hover {
                                    color: var(--color-btn-txt-dark-blue-grey);
                                }
                                & > .text-scan-qr:focus {
                                    color: var(--color-btn-txt-dark-blue-grey);
                                }
                            }
                        }

                        & .click-chanal-applyjob {
                            display: flex;
                            justify-content: center;
                        }
                    }

                    & .content-area-second {
                        & .image-line-qr {
                            width: 100%;
                            height: auto;
                            display: block;
                            filter: hue-rotate(18deg);
                            pointer-events: none
                        }

                    }
                }

            }
       }

    }
}

@media screen and (max-width: 991px) {
    .warpper-content-applyjob {
        display: grid;
        grid-template-columns: 2fr 21rem;
        gap: 1.4rem;
    }
}

@media screen and (max-width: 768px) {
    .warpper-content-applyjob {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }
}

@media screen and (max-width: 576px) {
    .warpper-content-applyjob {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1.4rem;
    }
}


/* ----------------------------------------- Home page */

    .main_content {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    section.home-since-company {
        min-height: 240px !important;
        padding: 4rem 0;

        & .warpper-since-area {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));

            & .group-since-item {
                text-align: center;
                display: grid;
                grid-template-rows: 3fr 60px 1fr 1fr;
                align-items: center;

                & .item-image-company {
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    &>img {
                        max-height: 90px;
                        max-width: 130px;
                    }
                }

                & .text-since-year {
                font-weight: 800;
                font-size: 14px;
                display: flex;
                align-items: center;
                justify-content: center;
                                color: #1a596e;
                }

                & .line-since-root {
                    height: 3px;
                    background: #e0e5e8;;
                }
                & .line-since-root {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    
                    & .root-dot {
                    position: absolute;
                    height: 14px;
                    width: 14px;
                    border-radius: 10rem;
                    background: #e0e5e8;
                    }
                    & .root-line {
                        position: absolute;
                        height: 3px;
                        background: #e0e5e8;
                    }
                }

                & .text-name-company {
                    color: #505050;
                    display: flex;
                    justify-content: center;
                    font-size: 14px;
                    font-weight: 500;
                    & .url-link {
                        color: #34495e;
                        text-decoration: none;
                        cursor: pointer;
                    }
                    & .url-link:hover {
                        color: #3c536b;
                        text-decoration:underline;
                    }
                }

                & .text-since-details {
                    display: none;
                    padding: 1rem;
                }

            }
        }

        @media screen and (max-width:576px) {
             & .warpper-since-area {
                grid-template-columns: none;
                grid-template-rows: repeat(4, 1fr);
            }
        }
    }

    section.home-brands-product {
        min-height: 700px;
        background-color: #F1F5F8;

        & .warpper-brands-product {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
            gap: 1.2rem;
            padding: 1rem 1rem 4rem 1rem;

            & .group-brands-product-item {
                border: var(--color-border-card);
                box-shadow: var(--bx-shadow-card);
                background: #e4e4e4;
                border-radius: 8px;
                overflow: hidden;
                position: relative;
                display: flex;
                justify-content: center;
                align-items: center;
                transition: all .3s ease-in;
                min-height: 200px;

                & .image-brands-product  {
                    position: relative;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    & img { 
                        width: 104%;
                        transition: all .3s ease-in;
                    }
                    & img::after {
                        content: "";
                        position: absolute;
                        background-image: url("./images/website/icon-image-fill.svg");
                        height: 50px;
                        width: 50px;
                        background-size: 100%;
                        transform: translate(-45%, -45%);
                        opacity: .1;
                        pointer-events: none;
                    }
                }

                & .image-brands-product:hover  {
                        
                     & img { 
                        /* width: 110%; */
                        scale: 1.05;
                    }
                }
            }
        }
    }


    section.home-slide-under {
        background-color: #f1f5f8;
        /* max-height: 500px !important; */
            position: relative;
        & .warpper-slide-under {
            & .group-slide-under-item {
                display: flex;
                justify-content: center;
                align-items: center;
                max-height: 500px !important;
                border-radius: var(--border-radius-section-lg) 0 0 0;
                overflow: hidden;

                & .image-slide-under {
                    transform: translate(0px, 4rem);
                }
                & .text-wording {
                    position: absolute;
                    color: #ffffff;
                    z-index: 1;
                    font-size: 3.6rem;
                    line-height: 1.2;
                    text-align: center;
                    max-width: 53rem;
                    padding: 0 3rem;
                }
            }
        }
    }

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

        section.home-slide-under {
            & .warpper-slide-under {
                & .group-slide-under-item {
                    border-radius: var(--border-radius-section-sm) 0 0 0;
                    & .image-slide-under {
                        transform: translate(0px, 0rem);
                    }
                    & .text-wording {
                        font-size: 2rem;
                        line-height: 1.2;
                        text-align: center;
                        padding: 0 2rem;
                    }
                }
            }
        }
    }


/* ---------------------------------- Contact */
    
    .map-contactus {
        background: var(--bg-color-section-dark);
        padding: 4rem 2rem 7rem 2rem;

        & h2 {
            color: #f8fcff;
            text-align: center;
            margin-bottom: 1rem;
        }

        & .item-content-contactus {
            margin-bottom: 2rem;

            &>img {
                border-radius: 8px;
            }
        }

        & .map-wrapper {
            position: relative;
            width: 100%;
            height: 400px;

        }

        & .map-wrapper iframe {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 400px;
            border: 0;
            border-radius: 8px;
            background: #ffffff;
            border: solid 1px #f0f0f0;
        }
    }

    @media screen and (max-width: 576px) {
        .map-contactus {
            padding: 3rem 0rem;
        }
    }

    .area-content-contactus {
        padding: 0 0 2rem 0;
        margin: 1rem 0 0 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;

        & .contact-detail-start {

            & .warper-detail-contact {
                width: 100%;
                min-height: 300px;
                display: grid;
                grid-template-rows: repeat(4, 1fr);
                row-gap: 1rem;
                margin-bottom: 2rem;

                & .group-list-contact {
                    display: flex;
                    align-items: center;
                    gap: 16px;
                    padding: .8rem 1.2rem;
                    border-radius: 8px;
                    background: #ffffff;
                    border: var(--color-border-card);

                    & .group-icon {
                        flex: 0 0 44px;
                        height: 44px;
                        display: flex;
                        align-items: center;
                        justify-content: center;

                        & i {
                            font-size: 30px;
                            color: #004963;
                        }
                    }

                    & .group-detail {
                        display: flex;
                        flex-direction: column;

                        & .text-title {
                            font-size: 14px;
                            font-weight: 600;
                            color: #6b7280;
                            line-height: 1.2;
                        }

                        & .text-detail {
                            font-size: 16px;
                            font-weight: 500;
                            color: var(--color-btn-txt-dark-blue-grey);
                            line-height: 1.2;
                            margin-top: 6px;
                        }
                    }
                }
            }
        }

        & .contact-detail-end {
            display: flex;
            align-items: center;
            justify-content: center;

            & .warper-image-contact {
                display: flex;
                justify-content: center;
                align-items: center;
            }
        }
    }


    @media screen and (max-width: 768px) {
        .area-content-contactus {
            display: flex;
            flex-direction: column-reverse;

            & .warper-detail-contact {
                margin-bottom: 0rem;
            }
        }
    }

    @media screen and (max-width: 576px) {
        .area-content-contactus {
            margin: 0;
            display: flex;
            flex-direction: column-reverse;

            & .warper-detail-contact {
                margin-bottom: 0rem;

                & .group-list-contact {
                    padding: .8rem 1.2rem;

                    & .group-detail {
                        .text-detail {
                            font-size: 14px;
                        }
                    }
                }
            }
        }
    }

    /* Mobile */
    @media (max-width: 575.98px) {
        .contact-detail-end {
            & .warper-image-contact {
                & .block-image {
                    .images-contact {
                        scale: 1.05;
                        display: inline-block;
                    }
                }
            }
        }
    }

    /* Tablet */
    @media (min-width: 576px) and (max-width: 991.98px) {
        .contact-detail-end {
            & .warper-image-contact {
                & .block-image {
                    & .images-contact {
                        scale: 1.05;
                        display: inline-block;
                    }
                }
            }
        }
    }

    /* Desktop */
    @media (min-width: 992px) {
        .contact-detail-end {
            & .warper-image-contact {
                & .block-image {
                    & .images-contact {
                        width: 500px;
                    }
                }
            }
        }
    }


/* ----------------------------------------- @keyframes Animate */

    @keyframes fadeInScale {
        from {
            opacity: 0;
            transform: scale(.95);
        }
        to {
            opacity: 1;
            transform: scale(1);
        }
    }

/* ------------------------------------------ Label Sanbox Style */

    .icon-sandbox {
        position: fixed;
        /* pointer-events: none; */
        width: 180px;
        top: 0;
        left: 0;
        transition: all .1s ease-in;
        z-index: 9999;
    }
    @media screen and (max-width: 768px) {
        .icon-sandbox {
           top: -3px;
            width: 100px;
        }
    }
    @media screen and (max-width: 576px) {
        .icon-sandbox {
           top: -4px;
            width: 70px;
        }   
    }


/* ------------------------------------------ Loading Style */

#loading {
    opacity: 1;
    transition: opacity 0.4s ease;
}

#loading.fade-out {
    opacity: 0;
}

.loading-card-lg, .loading-card-md, .loading-card-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loading-card-lg {
    min-height: 400px;
}

.loading-card-md {
    min-height: 200px;
}

.loading-card-list {
    min-height: 100px;
}

.loading-shimmer {
  color: #555;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-basis: calc(100%/3 - 10px);
  background-color: #1a1a1a;
  background-image: linear-gradient(-60deg, #1a1a1a, #1a1a1a 35%, #2a2a2a 50%, #1a1a1a 65%);
  
  box-sizing: border-box;
  background-size: cover;
  background-position: left center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  animation: animate_shimmer 2s;
  animation-iteration-count: infinite;
}

@keyframes animate_shimmer {
  from {
    background-position: -800px 0;
  }
  to {
    background-position: 800px 0;
  }
}

/* ------------------------------------------ Loading Style 2 */

/* ===== Loader Config ===== */
.loader-animate-ball {
    
    --ball-size: 15px;            
    --distance: calc(var(--ball-size) * 1.5);
    --move: calc(var(--ball-size) * 0.75);
    --gap: calc(var(--ball-size) * 0.5);

    width: calc(var(--ball-size) * 3.3);
    height: calc(var(--ball-size) * 3.3);

    animation: rotate-animate 1s infinite linear;
    transform-origin: center;
    will-change: transform;
}

/* ===== Balls ===== */
.loader-animate-ball::before,
.loader-animate-ball::after {
    content: "";
    display: block;
    width: var(--ball-size);
    height: var(--ball-size);
    border-radius: 50%;
    will-change: transform;
}

.loader-animate-ball::before {
    background-color: var(--color-loading-primary);
    box-shadow: var(--distance) 0 0 var(--color-loading-secondary);
    margin-bottom: var(--gap);
    animation: ball1-animate 1s infinite ease-in-out;
}

.loader-animate-ball::after {
    background-color: var(--color-loading-secondary);
    box-shadow: var(--distance) 0 0 var(--color-loading-primary);
    animation: ball2-animate 1s infinite ease-in-out;
}

/* ===== Rotate Container ===== */
@keyframes rotate-animate {
    0%   { transform: rotate(0deg) scale(0.85); }
    50%  { transform: rotate(360deg) scale(1.1); }
    100% { transform: rotate(720deg) scale(0.85); }
}


@keyframes ball1-animate {
    0% {
        box-shadow: var(--distance) 0 0 var(--color-loading-secondary);
    }
    50% {
        box-shadow: 0 0 0 var(--color-loading-secondary);
        margin-bottom: 0;
        transform: translate(var(--move), var(--move));
    }
    100% {
        box-shadow: var(--distance) 0 0 var(--color-loading-secondary);
        margin-bottom: var(--gap);
        transform: translate(0, 0);
    }
}


@keyframes ball2-animate {
    0% {
        box-shadow: var(--distance) 0 0 var(--color-loading-primary);
    }
    50% {
        box-shadow: 0 0 0 var(--color-loading-primary);
        margin-top: calc(var(--ball-size) * -1);
        transform: translate(var(--move), var(--move));
    }
    100% {
        box-shadow: var(--distance) 0 0 var(--color-loading-primary);
        margin-top: 0;
        transform: translate(0, 0);
    }
}

.loader-flash {
  width: 320px;
  height: 150px;
  display: block;
  margin: auto;
  position: relative;
  background: #FFF;
  box-sizing: border-box;
}
.loader-flash::after {
  content: '';  
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  top: 15px;
  left: 15px;
  position: absolute;
  background-image: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5) 50%, transparent 80%), radial-gradient(circle 28px at 28px 28px, #DDD 99%, transparent 0), linear-gradient(#DDD 24px, transparent 0), linear-gradient(#DDD 18px, transparent 0), linear-gradient(#DDD 66px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 130px, 55px 56px, 160px 30px, 260px 20px, 290px 56px;
  background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  box-sizing: border-box;
  animation: animloader-flash 1s linear infinite;
}

@keyframes animloader-flash {
  0% {
    background-position: 0% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  }
  100% {
    background-position: 150% 0, 0 0, 70px 5px, 70px 38px, 0px 66px;
  }
}


/*  */




.loader-gfca {
  display: inline-block;
  animation: smokeout-animate 1s ease-in-out infinite alternate;
}

.loader-gfca img {
  opacity: .2;
  width: 130px;
  height: auto;
  display: block;
  /* filter: drop-shadow(0 0 1px white); */
}

@keyframes smokeout-animate {
  100% {
    opacity: 0.08;
    filter: blur(5px);
    transform: scale(1.05);
  }
}