body {
    font-family: "Poppins", sans-serif;
    padding: 0px;
    margin: 0px;
    background: rgba(0, 0, 0, 1);
    color: #FFF;
}

.logoSize {
    width: 150px;
    height: auto;
}

.navbarBG {
    background: rgba(0, 0, 0, 0.80);
}

.navbarBorderBottom {
    height: 3px;
    /* ระบุความสูงของเส้นขอบด้านล่าง */
    background: linear-gradient(90deg, #F00 0%, #FFE000 33.33%, #00B036 66.67%, #007AFF 100%);
    width: 100%;
}

.navbarPadding {
    padding: 15px 230px 15px 200px;
}

.navbarFlexMarginRight {
    margin-right: 50px;
}

.navbarText {
    position: relative;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.navbarText:hover {
    top: 2px;
    opacity: 0.8;
}

.navbarTextLocale {
    margin-top: 3px;
    margin-left: 5px;
}

.cursorPointer {
    cursor: pointer;
}

.navMenuFixed {
    position: fixed;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    z-index: 1000;
}

.navFixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    width: 100%;
}

.navSlideFixed {
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

.navSlideItem {
    position: relative;
    width: 25px;
    height: 5px;
    background: rgba(255, 255, 255, 0.6);
}

.navSlideItem:hover {
    top: 1px;
    background: rgba(255, 255, 255, 1);
}

.navSlideItemActive {
    background: rgba(255, 255, 255, 1);
}

.navSlideItemMarginRight {
    margin-right: 13px;
}

.navMenuItemAnimation:hover {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navMenuItemActive {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navMenuItem {
    color: rgba(255, 255, 255, 0.90);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navMenuItemBottom {
    margin-bottom: 50px;
}

.section {
    display: none;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.sectionSize {
    width: 100vw;
    height: 100vh;
}

.sectionImageFix {
    background-size: cover;
    background-position: center;
}

.sectionHome {
    background-image: url('/assets/images/bg/Bg/Desktop/bgDesktop01.jpg');
}

.sectionTextShow {
    display: block;
}

.sectionTextNone {
    display: none;
}

.serctionRelative {
    position: relative;
}

.sectionHomeAbsolute {
    position: absolute;
    top: 50%;
    /* left: 30px; */
    transform: translateY(-50%);
    width: 100%;
}

.sectionOtherAbsolute {
    position: absolute;
    top: 230px;
    left: 200px;
}

.sectionHomeText {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 6.4px;
    text-align: center;
    width: 100%;
}

.sectionTextOpacity {
    opacity: 0.8;
}

.sectionTitle {
    color: #FFF;
    font-size: 64px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sectionMiddleText {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.sectionOtherWidth {
    width: 100%;
}

.sectionDetailText {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sectionMiddleTop {
    margin-top: 40px;
}

.sectionItemTop {
    margin-top: 30px;
}

.sectionDetailTop {
    margin-top: 20px;
}

.sectionVision {
    background-image: url('/assets/images/bg/Bg/Desktop/bgDesktop02.jpg');
}

.sectionMission {
    background-image: url('/assets/images/bg/Bg/Desktop/bgDesktop03.jpg');
}

.sectionCoreValue {
    background-image: url('/assets/images/bg/Bg/Desktop/bgDesktop04.jpg');
}

#content>div {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    /* เพิ่ม transition เข้าไป */
}

#content>div.show {
    opacity: 1;
}

.active {
    color: red;
    /* เปลี่ยนสีของเมนูที่ถูกเลือกเป็นสีแดง */
}

.footerFixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
}

.footerBGLeft {
    background: rgba(0, 0, 0, 0.80);
}

.footerBGRight {
    background: rgba(17, 17, 17, 0.70);
}

.footerMarginright {
    margin-right: 100px;
}

.footerPadding {
    padding: 24px 10px;
}

.footerPaddingRight {
    padding: 24px 10px;
}

.footerItem {
    position: relative;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footerItem:hover {
    top: 2px;
    opacity: 0.8;
}

.footerCopyRight {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.onePage {
    display: none;
}

.onePagePreload {
    display: show;
}

.onePagePreloadFixed {
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
}

.onePagePreloadSize {
    width: 100vw;
    height: 100vh;
}

.comingSoon {
    display: none;
}

.comingSoonFixed {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    top: 0;
    left: 0;
    z-index: 9999;
}

.comingSoonSize {
    position: relative;
    width: 100vw;
    height: 100vh;
}

.comingSoonImg {
    width: 50%;
}

.comingSoonClose {
    position: absolute;
    top: 20px;
    right: 20px;
}

.comingCloseImg {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.comingCloseImg:hover {
    top: 2px;
    opacity: 0.8;
}

.menuIconSize {
    position: relative;
    width: 26px;
    height: auto;
    cursor: pointer;
}

.menuIconSize:hover {
    opacity: 0.8;
    top: 2px;
}

#navbarSidebarShow {
    display: none !important;
}

#footerShow {
    display: none !important;
}

.sidebar {
    display: none;
}

.sidebarFixed {
    position: fixed;
    width: 68%;
    height: 100%;
    background: rgba(0, 0, 0, 0.90);
    backdrop-filter: blur(25px);
    top: 0;
    right: 0;
    z-index: 1200;
}

.sidebarPadding {
    padding: 29px 30px 29px 45px;
}

.sidebarMenuItemTop {
    margin-top: 51px;
}

/* Animation */
.text-focus-in {
    -webkit-animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: text-focus-in 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.fadeIn {
    animation: fadeIn 0.3s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.fadeInDelay {
    animation: fadeIn 0.6s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.fadeInDelayTwo {
    animation: fadeIn 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.fadeInDelayThree {
    animation: fadeIn 1.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@keyframes fadeIn {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.textZoom {
    animation: textZoom 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

@keyframes textZoom {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.loader {
    width: 48px;
    height: 48px;
    border: 3px solid white;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid;
    border-color: #FF0000 transparent;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 1680px) {
    .sectionOtherWidth {
        width: 100%;
    }

    .sectionHomeText,
    .sectionTitle {
        font-size: 48px;
    }

    /* .sectionOtherAbsolute {
        top: 180px;
        left: 60px;
    } */

    .sectionOtherAbsolute {
        top: 50%;
        left: 60px;
        transform: translateY(-50%);
    }

    .navbarPadding {
        padding: 15px 60px 15px 50px;
    }

    .sectionMiddleText {
        font-size: 25px;
    }

    .sectionMiddleTop {
        margin-top: 30px;
    }

    .footerMarginright {
        margin-right: 50px;
    }

    .footerItem {
        font-size: 14px;
    }

    .footerPaddingRight {
        padding: 24px 10px;
    }

    .navSlideFixed {
        bottom: 12%;
    }
}

@media only screen and (max-width: 1368px) {
    .sectionOtherWidth {
        width: 83%;
    }

    .sectionHomeText, .sectionTitle {
        font-size: 40px;
    }

    .sidebarFixed {
        width: 350px;
    }
}

@media only screen and (max-width: 1024px) {
    #navbarSidebarHide,
    #footerHide,
    #navMenuFixed {
        display: none !important;
    }

    #navbarSidebarShow,
    #footerShow {
        display: block !important;
    }

    .navbarPadding {
        padding: 15px 30px 15px 30px;
    }

    .footerFixed {
        position: relative;
    }

    .sectionHome {
        background-image: url('/assets/images/bg/Bg/Mobile/bgMobile01.jpg');
    }

    .sectionVision {
        background-image: url('/assets/images/bg/Bg/Mobile/bgMobile02.jpg');
    }

    .sectionMission {
        background-image: url('/assets/images/bg/Bg/Mobile/bgMobile03.jpg');
    }

    .sectionCoreValue {
        background-image: url('/assets/images/bg/Bg/Mobile/bgMobile04.jpg');
    }

    .sectionHomeAbsolute {
        top: 50%;
        /* left: 30px; */
        transform: translateY(-50%);
    }

    .navSlideFixed {
        bottom: 30px;
    }

    .sectionOtherAbsolute {
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
    }

    .sectionMiddleText {
        font-size: 20px;
    }

    .sectionDetailText {
        font-size: 14px;
    }

    .footerItem {
        text-align: center;
        margin-bottom: 30px;
    }

    .footerShow {
        padding-top: 24px;
    }

    .comingSoonImg {
        width: 70%;
    }

    .comingSoonClose {
        top: 5px;
        right: 5px;
    }

    .comingCloseImg {
        width: 28px;
        height: 28px;
    }

    .footerCopyRight {
        padding-top: 28px;
    }

    .footerMarginright {
        margin-right: 0px;
    }

    .logoSize {
        width: 120px;
    }

    .sectionMiddleTop {
        margin-top: 20px;
    }

    .sidebarFixed {
        width: 250px;
    }
}

@media only screen and (max-width: 500px) {
    .navSlideFixed {
        bottom: 40px;
    }

    .sectionOtherAbsolute {
        top: 50%;
        left: 30px;
        transform: translateY(-50%);
    }

    .navbarText {
        font-size: 16px;
    }

    .sectionHomeText {
        font-size: 18px;
    }
}

@media only screen and (max-height: 500px) {
    .sectionOtherAbsolute {
        position: relative;
        top: 0;
        left: 0px;
        transform: unset;
        padding-top: 100px;
        padding-left: 30px;
        padding-bottom: 80px;
    }

    .sectionOtherWidth {
        width: 100%;
    }

    .sectionCoreValue {
        height: 100%;
    }

    .sidebarFixed {
        width: 40%;
    }
}