:root{
    --Primary: #004638;
    --Secondary: #3FBB95;
    --Text: #6D6E71;
    --Background: #e9e9e9;
    --White: #fff;
}
html{
    overflow-x: hidden;
}
.wgl-site-header .primary-nav > ul > li > a,
.wgl-site-header .header_search-button,
.wgl-site-header .side_panel .side_panel-toggle,
.wgl-site-header .e-con-inner{
    align-items: flex-end !important;
}
.wgl-site-header .side_panel{
    border: 0 !important;
    border-radius: 0 !important;
}
.menu-item a{
    text-transform: uppercase !important;
}
.header_search.search_standard .header_search-field .search-form .search-button:hover ~ .search__icon{
    opacity: 1 !important;
    color: var(--Secondary) !important;
}
span.side_panel-toggle-inner span:nth-of-type(2){
    color: var(--Secondary) !important;
}
.button-read-more:hover{
    background-color: transparent !important;
}
.load_more_wrapper{
    text-align: right !important;
}
.title-wrapper .title{
    color: var(--Primary) !important;
}
body .widget_search .search-form .search__icon{
    color: var(--Primary) !important;
}
.widget .search-form input:nth-of-type(1){
    color: var(--Text) !important;
    border-bottom: 1px solid var(--Text) !important;
}
.tagcloud a:hover{
    background-color: var(--Primary) !important;
    border-color: var(--Primary) !important;
}
.widget.widget_categories ul li a:hover{
    color: var(--Primary) !important;
}
.widget.widget_categories ul li a::before{
    color: rgba(0,70,56,.5) !important;
}
form.wpcf7-form.init input,
form.wpcf7-form.init textarea{
    color: var(--Text) !important;
    border-bottom: 1px solid var(--Text) !important;
}
form.wpcf7-form.init .wpcf7-submit{
    color: var(--White) !important;
    background-color: var(--Secondary) !important;
    border: 1px solid var(--Secondary) !important;
}
form.wpcf7-form.init .wpcf7-submit:hover{
    background-color: transparent !important;
    border: 1px solid var(--Primary) !important;
    color: var(--Primary) !important;
}
.pl0 a{
    padding-left: 0;
}
.course-list .list:last-of-type{
    margin: 0 !important;
}
#Arrow a.button-read-more::before{
    content: '';
    display: block;
    height: 35px;
    width: 35px;
    background-image: url('https://www.leadersbridge.co.th//wp-content/uploads/2024/10/arrowf-3.svg');
    background-size: 35px 35px;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.blog-post_title{
    color: #004638 !important;
}
.post_categories{
    color: var(--Text) !important;
}
.read-moreTee{
    display: flex;
    align-items: center;
}
div#respond{
    background-color: var(--Background) !important;
}
div#respond h3#reply-title,
div#respond span,
div#respond p,
div#respond input,
div#respond textarea,
div#respond a{
    color: var(--Text) !important;
}
div#respond button#submit{
    background-color: var(--Secondary) !important;
    color: var(--White) !important;
}
div#respond button#submit:hover{
    background-color: var(--Primary) !important;
    color: var(--White) !important;
}
.comments-title{
    color: var(--Primary);
}
.single.related_posts a.button-read-more{
    border: 0;
    color: var(--Text) !important;
    padding: 20px 0 0 0;
    margin: 0;
}
.single.related_posts a.button-read-more::before{
    content: '';
    display: block;
    height: 40px;
    width: 40px;
    background-image: url('https://www.leadersbridge.co.th//wp-content/uploads/2024/10/arrowf-3.svg');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    margin-right: 15px;
}
.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on li[class*=current] > a{
    color: var(--Secondary) !important;
}
.mobile_nav_wrapper .primary-nav > ul.mobile_switch_on li > a{
    color: var(--Primary) !important;
}
.header_search.search_mobile_menu i.search__icon.flaticon-loupe{
    color: var(--Primary);
}
.wgl-navigation_wrapper,
.comment-form-url.wgl_col-12{
    display: none !important;
}
#visionLB .wgl-tabs .wgl-tabs_headings-wrap h4:first-of-type{
    display: block;
    text-align: left !important;
}
#visionLB .wgl-tabs .wgl-tabs_headings-wrap h4:last-of-type{
    display: block;
    text-align: right !important;
}
#visionLB .wgl-tabs .wgl-tabs_content-wrap .wgl-tabs_content{
    margin-right: 0 !important;
    margin-left:  0 !important;
}
#TextL h3.dblh__title-wrapper{
    text-align: left !important;
}
#PopupButton{
    button{
        height: auto !important;
        cursor: pointer !important;
    }
}
#PopUpWindow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    button{
        margin: 0 0 30px 0;
        color:  var(--Primary);
        border-color: var(--Primary);
        padding: 20px;
        height: auto;
        line-height: 0;
        .closetext{
            display: inline-block;
            visibility: hidden;
            opacity: 0;
            min-width: 0;
            max-width: 0;
            transition: opacity .3s ease-in-out, visibility .3s ease-in-out,min-width .5s ease-in-out, max-width .5s ease-in-out;
        }
    }
    button:hover{
        .closetext{
            visibility: visible;
            opacity: 1;
            min-width: 1px;
            max-width: 999px;
            transition: opacity 1s ease-in-out .3s, visibility 1s ease-in-out .3s,min-width 1s ease-in-out, max-width 1s ease-in-out;
        }
    }
}
#PopUpWindow.show{
    opacity: 1;
    transition: all .3s ease-in-out;
    visibility: visible;
}
.Overhidden{
    overflow: hidden;
}
.ReadMore,.ReadMoreTem{
    .more{
        visibility: hidden;
        opacity: 0;
        max-height: 0;
        transition: max-height .8s ease-in-out , opacity .3s ease-in-out, visibility .3s ease-in-out;
    }
    .show{
        visibility: visible;
        opacity: 1;
        max-height: 9999px;
        transition: opacity 2s ease-in-out, visibility 2s ease-in-out, max-height 3s ease-in-out;
    }
    button{
        border: 0px solid transparent;
        padding: 0;
        transition: all .3s ease-in-out;
        display: flex;
        align-items: center;
        img{
            width: 35px;
            margin-right: 15px;
        }
        .close{
            display: none;
        }
        .open{
            display: block;
        }
        .open.none{
            display: none !important;
        }
        .close.show{
            display: block !important;
        }
    }
    button:hover{
        transition: all .3s ease-in-out;
    }
}
#ListRepeater{
    .list{
        display: inline-table;
        .img,.detail{
            display: inline-block;
        }
    }
}
.wgl-tabs{
    .wgl-tabs_header{
        display: block !important;
    }
}
@media only screen and (max-width: 425px){
    html{
        margin-top: 0 !important;
    }
    .wgl-theme-header{
        margin-top: 46px;
    }
    #wpadminbar{
        top: 0;
    }
}
@media only screen and (max-width: 880px){
    .wgl-tabs_headings-wrap.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-android.swiper-backface-hidden{
        padding: 0 20px !important;
    }
}
@media only screen and (min-width: 881px) and (max-width: 1200px){
    .wgl-tabs_headings-wrap.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-android.swiper-backface-hidden{
        padding: 0 30px !important;
    }
}
@media only screen and (min-width: 1201px){
    .wgl-tabs_headings-wrap.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-android.swiper-backface-hidden{
        padding: 0 60px !important;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1696px){
    #LBbanner{
        flex-direction: column;
    }
    #LBbanner .LBheader{
        width: 100%;
    }
    #LBbanner .LBheader > div{
        margin: 0;
        padding: 0;
    }
}
.ReadMoreTem{
    button:focus,button:hover{
        color: #fff;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1592px){
    .wgl-sticky-header{
        nav{
            height: auto !important;
            li{
                height: 40px !important;
            }
        }
    }
}
