@import url('https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,body,h1,h2,h3,h4,h5,h6,span,a{
    font-family: 'Prompt' !important;
    margin: 0;
}
.nanum{
    h1,h2,h3,h4,h5,h6,span,a{
        font-family: "Nanum Gothic" !important;
    }
}
html{
    overflow: hidden;
}
#content{
    flex: 0 !important;
}
.container{
    padding: 0 15px !important;
}
p{
    margin: 0 !important;
}
body{
    position: relative;
}
#masthead{
    background-position: center center;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
    position: static !important;
    background-color: transparent !important;
    .container{
        align-items: center;
        padding: 15px 0 !important;
    }
    .Desktop-Nav{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 58.88% !important;
        padding: 37px 15px 0;
        #contactHeader{
            display: flex;
            align-items: center;
            gap: 15px;
            color: #fff;
            background-color: rgb(21, 212, 72);
            padding: 10px 12px;
            border-radius: 7px;
            margin-right: 20px;
            .tel{
                font-size: 20px;
            }
        }
    }
    #nav-main{
        padding: 0;
        border-bottom: 3px solid rgb(177, 0, 0);
        .navbar-brand{
            width: 25%;
            padding: 0 15px;
            margin-top: 10px;
            .logo-mobile{
                display: none;
                max-width: 280px;
                width: 80px;
                padding-top: 10px;
            }
            .logo-desktop{
                /* width: 200px; */
                padding: 5px 0 2px;
            }
        }
        .menu-item{
            height: 40px;
            display: flex;
            text-align: right;
            align-items: center;
            transition: all .3s ease-in-out;
            a{
                font-size: 18px;
                font-family: 'Prompt';
                color: rgb(0, 0, 0);
                font-weight: 500;
                padding: 0 20px;
                margin: 0;
                transition: all .3s ease-in-out;
            }
        }
        #bootscore-navbar{
            > li{
                > a:hover{
                    color: rgb(255, 0, 0) !important; 
                }
                > ul::before{
                    content: '';
                    position: absolute;
                    border-color: #cf171f transparent;
                    border-style: solid;
                    border-width: 0 14px 15px 14px;
                    display: inline-block;
                    top: -15px;
                    left: 10%;
                    width: 28px;
                    height: 14px;
                }
            }
        }
        button.nav-toggler{
            margin: 0 !important;
            padding: 10px 5px;
            border: 0;
            color: #333;
        }
        button.nav-toggler:hover{
            background-color: transparent !important;
        }
        .button-nav-mobile{
            width: 37px;
            height: 37px;
            border: 0;
            background-color: transparent;
            background-size: 37px 37px;
            margin: 10px 5px;
            padding: 0;
            background-repeat: no-repeat;
            position: relative;
            text-indent: -5000px;
            background-position: 50% 50%;
            display: none;
            float: left;
        }
        #language{
            width: 16.66%;
            padding: 37px 0 0;
            ul{
                list-style: none;
                padding: 0;
                margin: 0;
                display: flex;
                li{
                    a{
                        color: #606066 !important;
                        font-size: 12px;
                        text-decoration: none;
                    }
                    a:hover{
                        color: #ff3c61 !important;
                    }
                }
                li.current-lang{
                    a{
                        color: #ff3c61 !important;
                        text-decoration: underline;
                    }
                }
                li:first-of-type{
                    margin-right: 2px;
                }
            }
        }
    }
}
.HomeList{
    & > div{
        background-size: 53% 100%;
    }
}
.column{
    margin: 0 30px 40px !important;
    > div{
        flex-direction: column;
        .elementor-column{
            width: 100% !important;
        }
        .tel{
            > div{
                width: 24px;
                height: 24px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
}
#breadcrumb{
    span{
        display: inline-block;
        vertical-align: middle;
    }
    span::before{
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 17px;
        margin: 0 5px 0 8px;
        background-repeat: no-repeat;
        background-position: -25px 0;
    }
    span.home{
        width: 18px;
        height: 17px;
        text-indent: -5000px;
        text-align: left;
        background-repeat: no-repeat;
    }
}
#footer{
    padding: 25px 0;
    text-align: left;
    color: #fff;
    font-family: Prompt;
    font-size: 18px;
    background-color: #000;
    div{
        background-color: transparent !important;
    }
    .bold{
        font-size: 1.2em;
        font-weight: 700;
    }
    .footer-company-group{
        .footer-company{
            color: #058de1;
        }
    }
    .footer-factory-group{
        .factory-address{
            color: #058de1;
        }
    }
    .copy-right{
        margin: 10px 0 30px 0;
        color: rgb(122,122,122);
    }
    .footer_widget{
        margin: 0 !important;
        > div{
            justify-content: space-between;
            margin-bottom: 0 !important;
            .wp-block-column{
                text-align: left;
                padding: 0 15px;
                p:first-of-type{
                    margin-top: 0px !important;
                }
                p{
                    margin-top: 10px !important;
                }
            }
            .wp-block-column:first-of-type{
                /* width: 16.66%; */
            }
        }
    }
}
html:lang(th) #footer .footer_widget .wp-block-columns.th,html:lang(en-US) #footer .footer_widget .wp-block-columns.en{
    display: flex !important;
}
html:lang(th) #footer .footer_widget .wp-block-columns.en,html:lang(en-US) #footer .footer_widget .wp-block-columns.th{
    display: none !important;
}
.top-button{
    right: 10px !important;
    width: 40px;
    height: 40px;
    padding: 10px 5px !important;
    text-align: center;
    background-color: rgb(242,242,242,.9) !important;
    border: 1px solid #D5D5D5 !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.1) !important;
    font-size: 14px !important;
    color: #a1a1a1 !important;
    font-weight: bold !important;
}
#MenuMobile{
    position: absolute;
    top: 0;
    left: -500px;
    height: 100vh;
    width: 250px;
    background-color: #40494e;
    transition: all .3s ease-in-out;
    display: none;
    #bootscore-navbar{
        li{
            padding: 0 !important;
            height: auto !important;
            position: relative;
            a{
                box-shadow: inset 0 -1px rgba(0,0,0,0.2);
                padding: 14px 50px !important;
                outline: none;
                font-size: 15px !important;
                font-family: 'Noto Sans Kr' !important;
                font-weight: 400 !important;
                color: rgb(247, 247, 247) !important;
                text-align: left;
                letter-spacing: 1px;
                margin: 0 !important;
                border: 0;
                width: 100%;
            }
            a:hover{
                color: #fff !important;
            }
            a::after{
                display: none;
            }
        }
        > li{
            > a:hover{
                color: #fff !important;
            }
        }
        li.menu-item.dropdown{
            a::before{
                border-color: transparent #fff !important;
                top: 18px;
                display: inline-block;
                content: '';
                position: absolute;
                border-style: solid;
                border-width: 6px 6px 6px 0;
                left: 20px;
            }
        }
    }
    #dept1{
        z-index: 9999;
    }
    #dept0,#dept1{
        display: flex;
        flex-direction: column;
        position: absolute;
        width: 100%;
        height: 100vh;
        top: 0;
        left: -250px;
        background-color: #40494e;
        transition: all .3s ease-in-out;
        .back0,.back1{
            background-color: rgba(0, 0, 0, 0.1);
            color: rgb(255, 255, 255);
            text-transform: uppercase;
            letter-spacing: 1px;
            text-decoration: none;
            display: block;
            font-size: 10px;
            padding: 1em;
            text-align: center;
            border: 0;
        }
        .header,.header1{
            background-color: #151515;
            text-align: left;
            letter-spacing: 1px;
            font-weight: bold;
            p{
                display: block;
                padding: 12px 50px;
                font-size: 16px;
                font-family: 'Prompt';
                letter-spacing: -0.7px;
                color: #fff;
                font-weight: 400;
            }
        }
        .depth_0,.depth_1{
            padding: 0;
            background-color: transparent;
            display: none;
            border: 0 !important;
            width: 100%;
            position: static;
            li{
                width: 100%;
                text-align: left;
                height: auto !important;
                padding: 0 !important;
                border-radius: 0;
                background-color: transparent;
                a{
                    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
                    padding: 14px 50px;
                    outline: none;
                    color: rgb(247, 247, 247);
                    letter-spacing: 1px;
                    background-color: transparent !important;
                    border-radius: 0;
                    margin: 0 !important;
                    white-space: normal;
                    transition: all .3s ease-in-out;
                }
                a:hover{
                    background-color: rgba(0,0,0,0.2) !important;
                    transition: all .3s ease-in-out;
                }
            }
            .dropdown{
                a::after{
                    display: none;
                }
                a::before{
                    display: inline-block;
                    content: '';
                    position: absolute;
                    border-style: solid ;
                    border-width: 6px 6px 6px 0;
                    border-color: transparent #459FF3 !important;
                    top: 18px;
                    left: 20px;
                }
            }
        }
        .depth_0.display,.depth_1.display{
            display: block !important;
        }
    }
    #dept0.show,#dept1.show{
        left: 0px !important;
        transition: all .3s ease-in-out;
    }
}
#MenuMobile.active{
    left: -250px;
    transition: all .3s ease-in-out;
}
#page{
    position: relative;
    left: 0px;
    transition: all .3s ease-in-out;
}
#page.active{
    position: relative;
    left: 250px;
    transition: all .3s ease-in-out;
}
.offcanvas-body{
    #bootscore-navbar{
        .menu-item{
            cursor: pointer !important;
            a{
                cursor: pointer !important;  
                transition: all .3s ease-in-out;
            }
            ul.dropdown-menu{
                display: none;
                opacity: 0;
                /* top: 40px !important; */
                left: auto !important;
                margin-top: 0 !important;
                transition: all .3s ease-in-out;
                padding: 0 !important;
                border: 0 !important;
                li{
                    background-color: transparent !important;
                    border-radius: 0 !important;
                }
            }
        }
        > li{
            > ul{
                top: 45px !important;
                > li{
                    position: relative !important;
                    > ul{
                        top: 0;
                        margin-top: 0 !important;
                    }
                }
            }
        }
        li.dropdown{
            a::after{
                display: none;
            }
        }
        .menu-item:hover{
            a{
                /* color: rgb(10, 10, 10); */
                transition: all .3s ease-in-out;
            }
            .depth_0{
                display: block;
                opacity: 1;
                transition: all .3s ease-in-out;
            }
            ul.dropdown-menu{
                min-width: 140px;
                position: absolute;
                background-color: #c52227;
                border-radius: 0;
                transition: all .3s ease-in-out;
                box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
                li{
                    position: static;
                    background-color: transparent;
                    text-align: left !important;
                    line-height: 35px;
                    height: auto !important;
                    padding: 0 !important;
                    border: 0;
                    background-color: #c52227;
                    a{
                        display: block;
                        width: 100%;
                        padding: 0 15px !important;
                        color: #fff !important;
                        text-decoration: none;
                        font-size: 12px !important;
                        font-family: Prompt;
                        margin: 0 !important;
                        border: 0 !important;
                        font-weight: normal !important;
                    }
                }
                li:hover{
                    a{
                        background-color: #000 !important;
                        color: #fff !important;
                    }
                }
            }
            ul.dropdown-menu.depth_0::before{
                content: "";
                position: absolute;
                border-style: solid;
                border-width: 0 14px 15px 14px;
                display: none;
                top: -15px;
                left: 10%;
                width: 28px;
                height: 14px;
                border-color: #294e75 transparent;
            }
            ul.dropdown-menu{
                li{
                    width: 100%;
                    ul.dropdown-menu.sub-menu{
                        display: none;
                        left: 100% !important;
                        /* margin-top: -35px !important; */
                        min-width: 190px !important;
                        border: 0 !important;
                        transition: all .3s ease-in-out;
                        background-color: #c52227 !important;
                        position: absolute;
                        li{
                            border: 0 !important;
                            a{
                                background-color: transparent !important;
                                border: 0 !important;
                            }
                        }
                    }
                }
                li:hover{
                    ul.dropdown-menu.sub-menu{
                        display: flex;
                        flex-direction: column;
                        opacity: 1;   
                        transition: all .3s ease-in-out;
                        li:hover{
                            a{
                                background-color: #000 !important;
                            }
                        }
                    }
                }
            }
        }
    }
}
html.hidden,body.hidden{
    overflow: hidden;
    height: 100%;
}
.menu-sidebar{
    nav{
        ul{
            li{
                border-bottom: 1px solid #dbdbdb;
                a::after,a::before{
                    background-color: transparent !important;
                }
                a::after{
                    content: '>' !important;
                    float: right;
                    position: static;
                    opacity: 1 !important;
                }
                a{
                    justify-content: space-between;
                    color: #333 !important;
                }
                a:hover{
                    color: #fb6e61 !important;
                }
            }
        }
        > ul{
            > li{
                padding: 12px 8px !important;
                > a{
                    padding: 0 !important;
                    span{
                        display: none !important;
                    }
                }
                > ul{
                    position: static !important;
                    margin-left: 0 !important;
                    margin-top: 0 !important;
                    display: none;
                    width: 100% !important;
                    background-color: transparent !important;
                    > li{
                        padding: 12px 0 0 20px;
                        background-color: transparent;
                        border: none;
                        > a{
                            padding: 0 !important;
                            background-color: transparent !important;
                        }
                    }
                }
            }
            > li:hover,li.current-menu-parent{
                > ul{
                    display: block;
                }
            }
            > li.current-menu-parent,> li.current_page_item{
                > a{
                    color: #fb6e61 !important;
                }
                > ul{
                    > li.current_page_item{
                        > a{
                            color: #fb6e61 !important;
                        }
                    }
                }
            }
        }
    }
}
#TopHeader{
    background-color: rgb(12, 27, 60);
    font-family: 'Prompt';
    position: static;
    ul{
        padding: 7px 0;
        text-align: right;
        list-style: none;
        margin: 0 !important;
        li{
            display: inline-block;
            padding: 0 10px;
            font-family: 'Prompt';
            a{
                color: #606066;
                font-family: 'Prompt';
                text-decoration: none;
                font-size: 12px;
            }
        }
        li:hover{
            a{
                color: #FF3C63;
                text-decoration: underline;
            }
        }
        li.current-lang{
            a{
                color: #FF3C63;
                font-weight: bold;
                text-decoration: underline;
            }
        }
    }
}
.offcanvas{
    #language{
        text-align: right;
        margin: 5px 0;
        ul{
            list-style: none;
            margin: 0 !important;
            li{
                display: inline-block;
                margin-right: 3px;
                margin-bottom: 0;
                a{
                    width: 20px;
                    height: 15px;
                    img{
                        width: 20px !important;
                        height: 15px !important;
                    }
                }
            }
            li.current-lang{
                a{
                    img{
                        box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
                    }
                }
            }
        }
    }
    .offcanvas-body {
        /* padding: 40px 0 5px !important; */
    }
}
#MyMenu{
    float: right;
    margin: 10px 5px;
    background-size: 37px 37px;
    background-repeat: no-repeat;
    background-image: url('/wp-content/plugins/ls-tee/img/mo_hmenu.png');
    display: inline-block;
    position: relative;
    z-index: 20;
    width: 37px;
    height: 37px;
    text-indent: -5000px;
    background-position: 50% 50%;
    background-color: transparent;
    border: 0;
    padding: 0;
    display: none;
}
#post{
    padding: 20px 0;
    border-top: 1px solid #8F8F8F;
    border-bottom: 1px solid #8F8F8F;
    height: 100%;
    #list{
        .list{
            display: inline-block;
            width: 100%;
            margin: 0 0px 30px 0px;
            position: relative;
            transition: all .3s ease-in-out;
            overflow: hidden;
            img{
                border: 1px solid #ededed;
            }
            .detail{
                padding: 10px;
                color: #949494;
                transition: all .3s ease-in;
                width: 100%;
                .title{
                    font-size: 14px;
                    color: #585858;
                    word-wrap: normal;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                    width: 100%;
                    display: block;
                    font-family: 'Prompt';
                    transition: all .3s ease-in-out;
                }
                .title:hover{
                    text-decoration: underline;
                    transition: all .3s ease-in-out;
                }
                .description{
                    margin-top: 5px;
                    color: #a0a0a0;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    word-wrap: normal;
                    /* line-height: 1.2; */
                    min-height: 18px;
                    font-family: 'Prompt';
                    font-size: 12px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 1;
                    br{
                        display: none !important;
                    }
                }
                .auther{
                    font-size: 12px;
                    font-family: 'Prompt';
                    margin-top: 10px !important;
                }
                .date{
                    font-size: 10px;
                    margin-top: 5px !important;
                    opacity: .5;
                    font-family: 'Prompt';
                }
            }
        }
    }
    #list.have-category.product{
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        .list{
            width: 32.51% !important;
        }
    }
    #list.no-category,#list.have-category.portfolio{
        column-count: 3;
        column-gap: 10px;
    }
}
#load-more{
    width: 100%;
    height: 40px;
    font-family: 'Prompt';
    font-size: 14px;
    color: #fff;
    line-height: 1;
    border: 0;
}
.pagination{
    text-align: center;
    margin-top: 25px;
    justify-content: center;
    .page-numbers{
        color: #e74c3c;
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 2;
        text-align: center;
        font-weight: normal;
    }
    .page-numbers.current{
        font-weight: bold;
    }
}
.side-menu-product{
    nav{
        background-color: transparent;
        margin: 0 !important;
        > ul{
            > li{
                padding: 15px 30px;
                cursor: pointer !important;
                > a{
                    font-family: 'Prompt';
                    color: #797979;
                    font-weight: 500 !important;
                    letter-spacing: -0.5px;
                    font-size: 15px;
                    padding: 0 !important;
                    background-color: transparent !important;
                }
                > ul{
                    background-color: transparent !important;
                    > li{
                        border: 0 !important;
                        > a{
                            padding: 12px 0 0 20px !important;
                            border: 0 !important;
                            color: #333 !important;
                            font-weight: 400 !important;
                            margin: 0;
                            border: 0 !important;
                            font-size: 13px !important;
                            font-family: 'Prompt' !important;
                            background-color: transparent !important;
                        }
                    }
                }
            }
            > li:hover{
                > a{
                    color: #000;
                }
                > a:hover{
                    color: #000
                }
                > a::after{
                    opacity: 1 !important;
                }
                > ul{
                    display: block !important;
                    > li:hover{
                        > a{
                            color: #000 !important;
                        }
                        > a::after{
                            opacity: 1 !important;
                        }
                    }
                    > li{
                        > a::after{
                            opacity: 1 !important;
                        }
                    }
                }
            }
            > li.current-menu-ancestor{
                background-color: #595954 !important;
                > a{
                    background-color: transparent !important;
                    color: #fff !important;
                }
                > a::after{
                    opacity: 1 !important;
                }
                > ul{
                    display: block !important;
                    > li{
                        > a{
                            color: #333 !important;
                        }
                    }
                    > li.current-menu-item{
                        a{
                            color: #fb6e61 !important;
                        }
                    }
                }
            }
        }
    }
}
#MyMenuOverlay{
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    right: 0;
    z-index: 998;
    transition: all .3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
#MyMenuOverlay.showOverlay{
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}
#SectionMyMenu{
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    height: 100vh;
    z-index: 999;
    background-color: rgba(255,255,255,0.8);
    transition: all .3s ease-in-out;
    visibility: hidden;
    .header{
        overflow: hidden;
        width: 100%;
        background-color: #151515;
        button{
            background-size: 28px 28px !important;
            display: inline-block;
            position: absolute;
            width: 50px;
            height: 50px;
            text-indent: -5000px;
            background-color: transparent;
            border: 0;
        }
        h2{
            color: #fff;
            font-size: 16px;
            padding: 16px 16px 16px 50px;
            font-family: 'Prompt';
            font-weight: 400;
            margin: 0;
        }
    }
    .search{
        position: relative;
        padding: 5px;
        .all{
            width: 100%;
            height: 28px;
            border: 1px solid #cccccc;
            text-align: left;
            background-color: #fff;
            position: relative;
            display: inline-block;
            vertical-align: bottom;
            border-radius: 20px;
            padding-right: 55px;
            overflow: hidden;
            input{
                text-align: left;
                height: 26px;
                border: none;
                padding-left: 10px;
                width: 100%;
                border-top-left-radius: 10px;
                border-bottom-left-radius: 10px;
                font-family: 'Prompt';
            }
            button{
                width: 30px;
                border-left: 1px solid #cccccc;
                height: 26px;
                position: absolute;
                top: 0;
                right: 0;
                border-top-right-radius: 10px;
                border-bottom-right-radius: 10px;
                text-indent: -5000px;
                overflow: hidden;
                line-height: 28px;
                border-bottom: 0;
                border-top: 0;
                border-right: 0;
            }
        }
    }
    .menu{
        ul{
            list-style: none;
            margin: 0;
            padding: 0;
            > li{
                > a{
                    display: block;
                    padding: 13px 15px;
                    font-size: 13px;
                    border-bottom: 1px solid #dfdfdf;
                    font-family: 'Prompt';
                    color: #333;
                    text-decoration: none;
                }
            }
        }
    }
}
#SectionMyMenu.showMymenu{
    right: 0;
    transition: all .3s ease-in-out;
    visibility: visible;
}
#BannerSingle{
    img{
        width: 100%;
    }
}
#breadcrumb{
    text-align: right;
    span{
        display: inline-block;
        vertical-align: middle;
        font-size: 13px;
        font-family: 'Prompt';
    }
}
#content.single-page{
    padding: 0 !important;
    .title{
        padding-top: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dfdfdf;
        h1{
            margin-bottom: -1px !important;
            color: #595959;
            font-family: 'Prompt';
            font-weight: 500;
            font-size: 28px;
            display: inline-block;
            border-bottom: 2px solid #fed700;
            padding-bottom: 5px;
            padding-right: 4px;

        }
    }
    .entry-content{
        border-top: 1px solid #8F8F8F;
        .entry-meta{
            position: relative;
            padding: 17px 24px;
            background-color: #F4F4F4;
            .title-post{
                display: inline-block;
                vertical-align: top;
                width: 100%;
                margin-bottom: 15px;
                font-family: 'Prompt';
                span:first-of-type{
                    width: 15%;
                    display: inline-block;
                    float: left;
                    padding-right: 10px;
                    font-size: 13px;
                    font-weight: bold;
                    color: #434343;
                }
                span:last-of-type{
                    width: 80%;
                    display: inline-block;
                    float: left;
                    padding-right: 10px;
                    font-size: 15px;
                    color: #686868;
                }
            }
            .author,.date{
                display: inline-block;
                clear: both;
                width: 33%;
                height: 100%;
                vertical-align: top;
                font-family: 'Prompt';
                span:first-of-type{
                    display: inline-block;
                    float: left;
                    width: 45%;
                    padding-right: 10px;
                    font-size: 13px;
                    font-weight: bold;
                    color: #434343;
                }
                span:last-of-type{
                    display: inline-block;
                    float: left;
                    width: 55%;
                    padding-right: 10px;
                    font-size: 13px;
                    color: #686868;
                }
            }
            .date{
                float: right;
            }
        }
        .content-single{
            padding: 30px 24px 25px 24px;
        }
    }
    .entry-footer{
        border-top: 1px solid #8F8F8F;
        margin-top: 30px;
        nav{
            .pagination{
                margin-top: 20px;
                margin-bottom: 0;
                justify-content: space-between !important;
                li{
                    a{
                        background-color: #595959;
                        font-family: 'Prompt';
                        font-weight: 500;
                        height: 35px;
                        padding: 0 10px;
                        font-size: 14px;
                        color: #fff;
                        border-radius: 3px;
                        display: flex;
                        align-items: center;
                        border: 0;
                    }
                    a::before{
                        margin-right: 10px;
                    }
                }
            }
        }
    }
}
.width-auto{
    .elementor-column{
        width: auto !important;
    }
}
.text-hidden{
    .elementor-column{
        p{
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }
    }
}
.top-button{
    opacity: 1 !important;
    visibility: visible !important;
}
#banner{
    img{
        width: 100%;
    }
}
.arrow-flex{
    .elementor-post-navigation{
        flex-direction: column;
        .elementor-post-navigation__link{
            padding: 10px 24px;
            border-bottom: 1px solid #F4F4F4;
            width: 100%;
            a::before,a::after{
                position: absolute;
                display: block;
                padding-left: 20px;
                font-weight: bold;
                width: 92px;
                font-size: 12px;
                color: #333;
            }
        }
        .elementor-post-navigation__prev{
            a{
                span.elementor-post-navigation__link__prev{
                    padding-left: 103px !important;
                }
            }
            a::before{
                text-align: left;  
                background-position: 0px 2px !important;
            }
        }
        .elementor-post-navigation__next{
            a{
                justify-content: flex-start !important;
                span.elementor-post-navigation__link__next{
                    padding-left: 103px !important;
                }
            }
            a::after{
                text-align: left;  
                background-position: 0px -31px !important;
            }
        }
    }
}
html:lang(th){
    .elementor-post-navigation__prev{
        a::before{
            content: 'โพสต์ก่อนหน้า';
        }
    }
    .elementor-post-navigation__next{
        a::after{
            content: 'โพสต์ถัดไป';
        }
    }
    .EN{
        display: none;
    }
    .TH{
        display: block;
    }
}
html:lang(en-US){
    .elementor-post-navigation__prev{
        a::before{
            content: 'Prev.';
        }
    }
    .elementor-post-navigation__next{
        a::after{
            content: 'Next';
        }
    }
    .EN{
        display: block;
    }
    .TH{
        display: none;
    }
}
.dropdown-item.active{
    background-color: transparent !important;
}
.texthover{
    cursor: pointer;
    p{
        opacity: 1;
        visibility: visible;
        transition: all .3 ease-in-out;
    }
}
.texthover:hover{
    p{
        opacity: 0;
        visibility: hidden;
        transition: all .3 ease-in-out;
    }
}
.post-cat{
    font-size: 37px;
    font-weight: 400;
    color: #333;
}
.slideIMG{
    position: relative;
    .elementor-swiper-button-prev,.elementor-swiper-button-next{
        display: none !important;
        position: absolute;
        top: 0;
        width: 60px;
        height: 100%;
        background-color: #4a4a4a;
        opacity: .8;
        svg{
            display: none;
        }
    }
    .elementor-swiper-button-prev{
        left: 0 !important;
    }
    .elementor-swiper-button-next{
        right: 0 !important;
    }
    .elementor-swiper-button-prev::after,.elementor-swiper-button-next::after{
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 30px;
        height: 23px;
        margin: -12px 0 0 -15px;
        opacity: 0.8;
    }
    .elementor-swiper-button-prev::after{
        background-position: 0 0;
    }
    .elementor-swiper-button-next::after{
        background-position: 0 -30px;
    }
}
.slideIMG:hover{
    .elementor-swiper-button-prev,.elementor-swiper-button-next{
        display: block !important;
    }
}
#socailShare{
    ul{
        list-style: none;
        li{
            float: left;
            width: 30px;
            height: 30px;
            max-width: 600px;
            max-height: 600px;
            margin-right: 3px;
            margin-bottom: 3px;
            position: relative;
            border-radius: 50%;
            a{
                display: block;
                overflow: hidden;
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background-size: 100% 100% !important;
                text-indent: -999em;
            }
        }
    }
    .facebook{
        background-color: #3a619e;
    }
    .twitter{
        background-color: #53a6dc;
    }
    .google{
        background-color: #e25444;
    }
    .line{
        background-color: #4db848;
    }
}
table.product-table{
    color: #333 !important;
    thead, tbody, tfoot, tr, td, th{
        border-width: 1px;
        border-color: rgb(163, 163, 163);
    }
    td{
        padding: 5px 10px;
        font-size: 13px;
        height: 17px;
    }
    tr{
        td:last-of-type{
            text-align: center;
        }
    }
    tr:first-of-type{
        td{
            text-align: center;
        }
    }
}
.product-table{
    table{
    color: #333 !important;
        thead, tbody, tfoot, tr, td, th{
            border-width: 1px;
            border-color: rgb(163, 163, 163);
        }
        td{
            padding: 5px 10px;
            font-size: 13px;
            height: 17px;
        }
        tr{
            td:last-of-type{
                text-align: center;
            }
        }
        tr:first-of-type{
            td{
                text-align: center;
            }
        }
    }
}
.PDF-Product{
    a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 17px;
        margin-right: 5px;
        float: left;
    }
}
#depicter-1-element-9,#depicter-1-element-10{
    margin-top: -18px;
    width: 25px;
    height: 36px;
    background: url('/wp-content/plugins/ls-tee/img/slide_skin_type.png');
    svg{
        display: none;
    }
}
#depicter-1-element-9{
    background-position: 0 0;
}
#depicter-1-element-10{
    background-position: -50px 0;
}
.gap30{
    .elementor-container{
        gap: 30px;
    }
}