nav.custom-nav {
        height: 120px;
        line-height: normal;
    }

    .nav-wrapper {
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .left-section {
        display: flex;
        align-items: center;
        gap: 15px;
    }

    .left-section img {
        height: 80px;
    }

    .left-text {
        color: #fff;
    }

    .left-text .title-th {
        font-size: 18px;
        font-weight: 600;
    }

    .left-text .title-en {
        font-size: 14px;
    }

    .center-title {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        font-size: 22px;
        font-weight: 500;
    }

    .right-section {
        color: #fff;
        font-size: 16px;
    }

    @media(max-width:992px){
        .center-title{
            display:none;
        }
    }