html {
    /*zoom: 90%;*/
    zoom: 100%;
}

.header-logo-new {
    width: 100%;
    display: flex;
    justify-content: space-between;  
    margin-block: 30px;
}
#site-logo-new {
    margin-left: 70px;
}
#site-logo-new a {
    display: flex;
    column-gap: 36px;
    height: 52px;
}
#site-logo-new a img {
    height: 100%;
    width: auto;
}
#ntu-logo-new {
    margin-right: 60px;
    width: auto;
    height: 52px;
}
#ntu-logo-new a img {
    height: 100%;
    width: auto;
}
#ntu-logo-new .button_bar  {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .header-logo-new {
        margin-block: 20px 16px;
    }
    #site-logo-new {
        margin-left: 16px;
    }
    #site-logo-new a {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 25px;
        height: auto;
    }
        #site-logo-new a .rsis_icon{
            height: 32px;
        }
        #site-logo-new a .slogan_icon{
            height: 26px;
        }   
    #ntu-logo-new {
        margin-right: 16px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        row-gap: 25px;
    }
        #ntu-logo-new .button_bar  {
            display: flex;
            column-gap: 14px;
            align-items: center;
            height: 30px;
        }
        #ntu-logo-new .button_bar .mnav-new {
            border: none;
            background: transparent;
            position: unset;
            margin-inline: 5px;
            height: 26px;
            padding: 0px 0px 3px 0px;
        }
        #ntu-logo-new a img {
            height: 32px;
        }
    .top-bar-new, .mobile-search, .landing_page_title_pane {
        display: none !important;
    }
}

.top-bar-new .wrapper-new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-block: 1px solid #D0D1D1;
    height: 55px;
    padding-inline: 70px 60px;
}

.top-bar-new .header-links-new {
    margin: 0px;
    display: flex;
    column-gap: 32px;
    align-items: center;
    white-space: nowrap;
}

.top-bar-new .header-links-new ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    column-gap: 32px;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    .top-bar-new .header-links-new ul {
        column-gap: 16px;
    }
}

.top-bar-new .header-link-new .active a {
    background: #ffffff !important;
    color: #BA2025 !important;
}

.top-bar-new .header-link-new a{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #151313;
}

.top-bar-new .header-link-new a:hover{
    color: #BA2025;
}

.top-bar-new .header-link-new a:hover.menu-child-link:hover {
    background: transparent;
    color: #BA2025;
}

.top-bar-new .header-link-new a:hover.menu-child-link2:hover {
    background: transparent;
    color: #BA2025;
}

.top-bar-new .header-link2 {
    float: left;
    font-family: 'signika-light', sans-serif;
}

.top-bar-new .header-link2 a {
    display: flex;
    align-items: center;
    color: #151313;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
    -moz-transition: background 0.2s;
    column-gap: 8px;
}

.top-bar-new .header-link2 a:hover{
    color: #BA2025;
}


.nav-item-new:hover .nav-subitem-new, .nav-item-new.hovered .nav-subitem-new {
    display: block !important;
}
.nav-subitem-new {
    display: none !important;
    position: absolute;
    z-index: 100;
    background: transparent;
    margin: 0px !important;
    /*padding-inline: 13px !important;*/
    padding-block: 26px 9px !important;
    /*width: calc(100% - 26px) !important;*/
    /*left: 0;*/
}
.nav-subitem-new .sub-menu-new {
    display: flex;
    background: #ffffff;
    height: 100%;
    width: auto;
    /*padding: 50px 33px;*/
    padding: 33px;
    box-shadow: 1px 4px 20px rgba(21, 19, 19, 0.1);
}
.nav-subitem-new .sub-menu-new .sub-menu-coline{
    margin-inline: 24px;
    border-left: 1px solid #454547;
}
.nav-subitem-new .sub-menu-new .sub-menu-col{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 8px;
}.nav-subitem-new .sub-menu-new .fix_height{
    max-height: 240px;
    flex-wrap: wrap;
    column-gap: 48px;
    width: -webkit-fill-available;
    align-content: flex-start;
}
.nav-subitem-new .sub-menu-new .sub-menu-col span{
    max-width: 400px;
    min-width: 250px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #151313;
    padding-bottom: 9px;
}
.nav-subitem-new .sub-menu-new .sub-menu-col a{
    max-width: 400px;
    min-width: 250px;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: capitalize;
    color: #2E5185 !important;
    white-space: break-spaces;
}
@media only screen and (max-width: 1200px) {
    .nav-subitem-new .sub-menu-new .sub-menu-col span,
    .nav-subitem-new .sub-menu-new .sub-menu-col a {
        min-width: unset;
    }
}
.nav-subitem-new .sub-menu-new .sub-menu-col a:hover {
    color: #BA2025 !important;
}

.landing_page_title_pane {
    margin-block: 8px;
}

#close_search {
    display: none;
    padding-inline: 16px;
    cursor: pointer;
}

#searchbar {
    display: none;
}

#searchbar .inputsearch{
    margin-right: -32px;
    padding-left: 16px;
    text-align: left;
    height: 100%;
    width: 30vw;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #151313;
    background: #ECECEC;
    outline: none;
    border: none;
    animation: increaseWidthForm 0.3s ease-in-out;
}
@keyframes increaseWidthForm {
    0% {
        width: 0px; 
    }
    33% {
        width: 10vw;
    }
    66% {
        width: 20vw;
    }
    100% {
        width: 30vw;
    }
}
#searchbar .inputsearch::-webkit-input-placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
}

#m_close_search {
    padding-inline: 16px;
    cursor: pointer;
}
#m_close_search > svg{
    scale: 1.2;
    opacity: 0.8;
    margin-bottom: 3px;
}
#m_searchbar {
    display: none;
    background: #ececec;
    height: 30px;
    max-height: 30px;
    overflow-y: hidden;
    align-items: center;
}
#m_searchbar > form{
    max-height: 30px;
    height: 30px;
}
#m_searchbar .m_inputsearch{
    margin-right: -16px;
    padding-inline: 16px;
    text-align: left;
    height: 100%;
    width: 20vw;
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
    color: #151313;
    background: #ECECEC;
    outline: none;
    border: none;
    animation: m_increaseWidthForm 0.3s ease-in-out;
}
#m_searchbar .m_inputsearch::-webkit-input-placeholder {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.01em;
}
@keyframes m_increaseWidthForm {
    0% {
        width: 0px; 
    }
    33% {
        width: 6vw;
    }
    66% {
        width: 12vw;
    }
    100% {
        width: 20vw;
    }
}

#breadcrumb-new {
    margin-inline: 70px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#breadcrumb-new .breadcrumb-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    column-gap: 8px;
}

#breadcrumb-new .breadcrumb-item, #breadcrumb-new .breadcrumb-item a{
    font-family: Lato;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    color: #737475;
}
#breadcrumb-new .breadcrumb-item .breadcrumb-link:after {
    content: '>';
    display: inline-block;
    margin-left: 10px; 
    color: #737475;
    scale: 120% 160%;
}

.rsis_mnav {
    display: none;
}

@media only screen and (max-width: 1000px) {
    .rsis_mnav {
        position: absolute;
        height: 100%;
        width: 100%;
        z-index: 200;
        background: #ffffff;
        top: 118px;
        display: none;
    }
}

#map_content {
    left: unset;
    right: 0;
    padding-right: 80px !important;
    width: min-content !important;
    margin-top: 12px !important;
}

#map_content .contact-title {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #2E5185;
    margin: 0;
}

#map_content .follow_us{
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 230px;
}
#map_content .follow_us .button_bar {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
#map_content .follow_us a {
    display: flex;
    align-items: center;
}
#map_content .follow_us a span{
    padding-left: 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151313;
    text-align: left;
}
#map_content .follow_us .button_bar div:hover a span{
    color: #737475;
}
.head_url_to_rsis{
    color: #151313 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: .5px !important;
    text-align: left !important;
}
.head_url_to_rsis:hover{
    color: #737475 !important;
}

#map_content .getting_rsis{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
#map_content .getting_rsis iframe{
    width: 180px;
    height: 160px;
}
#map_content .getting_rsis address{
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #151313;
}
#map_content .getting_rsis p{
    margin: 0px;
}

#map_content .get_touch{
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    max-width: 18vw;
}
#map_content .get_touch .ctrl{
    margin-bottom: 16px;
}
#map_content .get_touch .ctrl span input{
    padding: 8px 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    
    color: #737475;
    background: #ECECEC;
    border: unset;
    outline: none;
}
#map_content .get_touch .ctrl span input::-webkit-input-placeholder , #map_content .get_touch .ctrl span textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
#map_content .get_touch .ctrl span select{
    padding: 10px 12px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    color: #737475;
    background: #ECECEC;
    outline: none;
    border: none;
}
#map_content .get_touch .ctrl span textarea{
    padding: 8px 16px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    
    display: flex;
    align-items: center;
    letter-spacing: 0.5px;
    
    color: #737475;
    background: #ECECEC;
    border: unset;
    outline: none;
    width: -webkit-fill-available;
    margin-inline: 0px;

    max-height: 120px;
    overflow: auto;
}
#map_content .get_touch .contact-submit{
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.5px;
    
    color: #ffffff;
    background: #BA2025;
    padding: 14px 32px;
    border-radius: 1px;

    text-transform: capitalize;
}
#map_content .get_touch .contact-submit:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #BA2025;
}

#map_content .recaptcha {
    height: 84px;
    display: block;
    margin-block: 10px 14px;
}
@media only screen and (max-width: 1870px) {
    #map_content .recaptcha {
        border-right: 1px solid #d3d3d3;
    }
}
#map_content .recaptcha > span > div {
    width: 100% !important;
    transform-origin: 0 0;
}
#map_content .recaptcha > span > div iframe {
    height: 100% !important;
    width: 100% !important;
}


.flex-display {
    display: flex !important;
}

* {
    -webkit-tap-highlight-color: transparent;
}