:root{
    /*font-size: 10px !important;*/
    --color-blue: #003273;
}
html{
    scroll-behavior: smooth;
}
/*---- ALl ACF Template inside the section tag  except banner and slider -----*/
section{
    padding-inline: 0.875rem;
    padding-top: 1rem;
    padding-bottom: 5rem;
    position: relative;
}

#wpadminbar{
    position: relative !important;
}
span.switch_page{
    font-family: monospace;
}
/*section{*/
/*    padding-inline: 7.5rem;*/
/*    padding-top: 3.1rem;*/
/*    padding-bottom: 16rem;*/
/*}*/
#mobile_menu [class^=menu-item]:has(> ul.sub-menu){
    /*display: flex;*/
    /*justify-content: space-between;*/
}
#mobile_menu .sub-menu{
    display: none;
}
.arrow_down,
.arrow_up{
    color: #C80E2D;
    font-size: 27px;
}
.mobile_arrow_down,
.mobile_arrow_up{
    color: white;
    font-size: 22px;
}
.arrow_down,
.mobile_arrow_down{
    font-weight: 700;
    width: auto;
    height: 100%;
    font-family: monospace;
    line-height: 0;
    transform: rotate(90deg);
    cursor: pointer;
    transition: all .3s ease-out;
}
.arrow_up,
.mobile_arrow_up{
    font-weight: 700;
    width: auto;
    height: 100%;
    font-family: monospace;
    line-height: 0;
    transform: rotate(270deg);
    cursor: pointer;
    transition: all .3s ease-out;
}
.max-w-1440 {
    max-width: 1440px;
}
.homepage_slider{
    height: max-content;
}
.swiper-pagination{
    bottom: 35px !important;
    height: 0;
}
.swiper-pagination-bullet{
    background-color: white !important;
    opacity: 1 !important;
    height: 6px !important;
    width: 13px !important;
    border-radius: 2px !important;
    transition: all .3s ease-out;
}
.swiper-pagination-bullet-active{
    background-color: #4D699E !important;
    width: 28px !important;
}
#news_header_prev_btn,
#news_header_next_btn{
    left: unset;
    right: unset;
    position: relative !important;
    width: unset;
}
#news_header_prev_btn::after,
#news_header_next_btn::after{
    content: none !important;
}
.news_slider{
    padding-bottom: 2.5rem !important;
}
.news_slider .swiper-pagination{
    /*bottom: 0 !important;*/
}
.search_current_page{
    color:#C80E2D;

}

/*-------------------- header nav --------------------------------*/
span.menu-image-title.menu-image-title-hide{
    display: none;
}
#mobile_menu [class^=menu-item] >a{
    color: white;
    padding-block: 0.75rem;
    font-size:1.25rem ;
    display: block;
}
#mobile_menu .mobile_arrow{
    cursor: pointer;
    color: white;
    font-family: monospace;
    transform: rotate(90deg);
    font-size: 20px;
}
.mobile_arrow_up{
    transform: rotate(270deg);
}
li[class^=menu-item]{
    position: relative;
}
footer .sub-menu-toggle{
    display: none;
}
#mobile_menu .sub-menu-toggle{
    float: right;
    transform: translateY(10px);
    padding-inline: 1rem;
    position: absolute;
    right: 0;
    top: 1rem;
}
#mobile_menu .sub-menu{
    padding-left: 1rem;
}
#mobile_menu .sub-menu > li::before{
    content: '─';
    display: block;
    height: inherit;
    color: white;
    position: absolute;
    top: 1rem;
    left: -1rem;
}

.left-clip-path{
    clip-path: polygon(0% 0%, 100% 0%, 99.3% 100%, 0% 100%);
}

.right-clip-path{
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.wpml-ls-statics-shortcode_actions li{
    color: white;
}
#wp-admin-bar-wpforms-menu > a > div{
    display: none;
}
/*---------------------------------------------------footer--------------------------------------------*/
[id^=menu-footer-top]>li{
    font-size: 1.25rem;
    color: white;
    font-width: 700;
}
[id^=menu-footer-top]>li>ul>li{
    font-size: 13px;
    color: white;
    font-width: 400;
    line-height: 2;
}
[id^=menu-footer-top]{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(10,1fr);
}
[id^=menu-footer-top]>li:nth-child(1){
    grid-area: 1/1/3/2;
}
[id^=menu-footer-top]>li:nth-child(2){
    grid-area: 3/1/5/2;
}
[id^=menu-footer-top]>li:nth-child(3){
    grid-area: 5/1/7/2;
}
[id^=menu-footer-top]>li:nth-child(4){
    grid-area: 7/1/9/2;
}
[id^=menu-footer-top]>li:nth-child(5){
    grid-area: 9/1/10/2;
}
[id^=menu-footer-top]>li:nth-child(6){
    position: relative;
    grid-area: 1/2/5/3;
}
[id^=menu-footer-top]>li:nth-child(6)>ul{
    margin-top: 1rem;
}
[id^=menu-footer-top]>li:nth-child(7){
    grid-area: 6/2/10/3;
    position: relative;
}
[id^=menu-footer-top]>li:nth-child(7)>ul{
    position: absolute;
    bottom: 0;
}
[id^=menu-footer-bottom]{
    display: flex;
}

[id^=menu-footer-bottom]>li{
    padding: 0 0.5rem;
    line-height: 1;
    color: white;
    font-size: 13px;
}

[id^=menu-footer-bottom]>li:nth-child(n+2){
    border-left: 2px solid;
}
.custom_wyciyug h3,
.left_redline{
    padding-left: 20px;
    border-left: 2px solid red;
}
.custom_wyciyug ol,
.custom_wyciyug ul,
.custom_wyciyug menu{
    list-style: initial;
    padding-left: 20px;
}
.footer_bg_img{
    background-image: url('/wp-content/themes/twentytwentyone/assets/images/footer-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-blend-mode: overlay;
}
/* --------------------------------   IPO / Contact us Form    --------------------*/
#wpforms-form-252 .wpforms-field-medium,
#wpforms-form-493 .wpforms-field-medium{
    max-width: none;
}
#wpforms-form-493 textarea{
    height: 160px;
}
#wpforms-form-252 label{
    font-size: 14px;
}
#ipo_schedule_form_container h2{
    font-weight: 700;
    color: white;
}
#ipo_schedule_form_container h2::before{
    content: '';
    display: block;
    width: 102px;
    height: 2px;
    background: #C80E2D;
    margin-bottom: 10px;
}
.ipo_left_bg_img{
    display: flex;
    background-image: url('/wp-content/themes/twentytwentyone/assets/images/ipo_schedule_left.png');
    background-color: #1A1A1ACC;
    background-repeat: no-repeat;
    /*background-size: contain;*/
    background-position: right;
    background-blend-mode: overlay;
}
.ipo_left_bg_img p{
    color: white;
}
div[id^=wpforms-252].wpforms-field{
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
}
div[id^=wpforms-252].wpforms-field label{
    width: 30%;
}
div[id^=wpforms-252].wpforms-field input{
    /*width: 70%;*/
}

div[id^=wpforms-252] .wpforms-field-radio input{
    display: none !important;
}
div[id^=wpforms-252] .wpforms-field-radio ul{
    display: flex;
    column-gap: .5rem;
    width: 100%;
}
div[id^=wpforms-252] .wpforms-field-radio ul li{
    flex:1;
}
div[id^=wpforms-252] .wpforms-field-radio ul li > label{
    /*padding: 20px 67px;*/
    display: flex !important;
    width: 100%;
    height: clamp(40px,7vw,62px);
    align-items: center;
    justify-content: center;
    border: solid 1px #4D699E !important;
    border-radius: 5px;
    font-weight: 600 !important;
    cursor: pointer;
}
div[id^=wpforms-252] .wpforms-field-radio li>label:hover,
.wpforms-selected label{
    background: #4D699E !important;
    color: white;
}

div[id^=wpforms-252] .wpforms-submit-container,
div[id^=wpforms-493] .wpforms-submit-container{
    display: flex;
    justify-content: right;
    column-gap: 2.5rem;
}
.wpforms-container-full{
    margin: 0;
}
#form_reset_btn{
    background-color: #C8C8C8;
}
#wpforms-submit-252,
#wpforms-submit-493{
    background-color: #4D699E;
    color: white;
}

#wpforms-submit-252,#form_reset_btn,
#wpforms-submit-493{
    font-width: 700;
    font-size: 14px;
    height: 40px;
    width: 82px;
    border-radius: 5px;
}
#contactPage_map{
    width: 100%;
    height: 420px;
}
[id^=menu-header-bottom] :has(> a.menu-image-title-hide){
    display: flex;
    align-items: center;
}
#searchform_container > form > label{
    display: none;
}
input#search-form-1:focus-visible {
    outline-offset: unset;
}
#search_result_section article{
    padding-block: 1rem;
}
#search_result_section article:nth-of-type(n+2){
    border-top: 1px solid #C4C4C4;
}
nav.navigation.post-navigation {
    display: none;
}

/*---------------------------------------     Responsive      ---------------------------------------*/

@media only screen and (min-width: 768px) {
    :root{
        /*font-size: 13px !important;*/
    }
    section{
        padding-inline: 3rem;
        padding-top: 3.1rem;
        /*padding-bottom: 9rem;*/
        padding-bottom: 4rem;
    }
    .line_limit{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .sub-menu-toggle{
        display: none;
    }
    [id^=menu-footer-bottom]>li{
        padding: 0 1rem;
        line-height: 1;
        color: white;
        font-size: 16px;
    }
    [class^=menu-footer-top][class$=-container] {
        width: 50%;
    }
    [id^=menu-footer-top]>li>ul>li{
        font-size: 1rem;
    }

    [class^=menu-header-top][class$=-container]{
        display: flex;
        align-items: center;
    }
    [id^=menu-header-bottom]{
        display: flex;
        justify-content: space-between;
    }
    [id^=menu-header-top]{
        display: flex;
    }
    [id^=menu-header-top] li{
        padding: 5px 10px 6px;
        color: white;
    }
    [id^=menu-header-bottom] >li{
        position: relative;
        font-weight: 700;
        font-size: 1.5rem;
    }
    [id^=menu-header-bottom] >li:hover .sub-menu{
        display: block;
    }
    nav .sub-menu> li:hover{
        background-color: var(--color-blue);
        color: white;
    }
    [id^=menu-header-bottom] >li>ul {
        position: absolute;
        z-index: 100;
        background: white;
        left: -1rem;
        width: max-content;
        padding-top: 0.75rem;
    }
    [id^=menu-header-bottom] >li>ul li{
        padding: 1.3rem;
        font-size: 1.25rem;
    }
    nav .sub-menu{
        display: none;
    }
    div[id^=wpforms-252] .wpforms-field,
    div[id^=wpforms-493] .wpforms-field{
        padding: 20px 0 !important;
    }
    div[id^=wpforms-252] input,
    div[id^=wpforms-493] input{
        height: 60px !important;
        border-color: #4D699E !important;
    }
    div[id^=wpforms-493] textarea{
        border-color: #4D699E !important;
    }
    #wpforms-submit-252,#form_reset_btn,
    #wpforms-submit-493{
        font-width: 700;
        height: 60px;
        width: 30%;
        border-radius: 5px;
    }
    div[id^=wpforms-252] .wpforms-field-radio ul{
        display: flex;
        column-gap: 1.5rem;
        width: 100%;
    }
    div[id^=wpforms-252].wpforms-field,
    div[id^=wpforms-493].wpforms-field{
        column-gap: 2.5rem;
    }
    #wpforms-form-252 label,
    #wpforms-submit-252,
    #form_reset_btn,
    #wpforms-form-493 label,
    #wpforms-submit-493,{
        font-size: 1rem;
    }
}
#sitemap_container li[id^=menu-item]{
    margin: 15px 0;
    font-weight: 600;
    color: #0A246A;
}
#sitemap_container li ul{
    padding-left: 25px;
}
#sitemap_container li ul li{
    position: relative;
    display: block;
}
#sitemap_container li ul li::before{
    content: ' ─ ';
    position: absolute;
    left: -20px;
}
@media only screen and (min-width: 1280px) {
    :root{
        /*font-size: 16px !important;*/
    }
    section{
        padding-inline: 7.5rem;
        padding-top: 3.1rem;
        /*padding-bottom: 16rem;*/
        padding-bottom: 6rem;
    }
}

@media only screen and (max-width: 450px){
    .wpml-ls-legacy-list-horizontal a{
        padding: 5px 5px 6px !important;
    }
}
