@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&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{
    padding-bottom: 10px;
    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: 10px 0 !important; */
    }
    .Desktop-Nav{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 58.33% !important;
        padding: 0 15px;
        #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;
        .navbar-brand{
            width: 25%;
            padding: 0 15px;
            margin: 0;
            .logo-mobile{
                display: none;
                max-width: 280px;
                width: 120px;
                padding-top: 10px;
            }
            .logo-desktop{
                /* width: 200px; */
                /* padding: 10px 0 2px; */
            }
        }
        .menu-item{
            height: 40px;
            display: flex;
            padding: 0 0px;
            text-align: right;
            align-items: center;
            transition: all .3s ease-in-out;
            a{
                font-size: 16px;
                font-family: 'Prompt';
                color: rgb(0, 0, 0);
                font-weight: normal;
                padding: 0 15px;
                margin: 0;
                transition: all .3s ease-in-out;
            }
        }
        #bootscore-navbar{
            > li{
                > a:hover{
                    color: #2e85c7 !important; 
                }
                > ul::before{
                    content: '';
                    position: absolute;
                    border-color: #2e85c7 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{
            ul{
                list-style: none;
                padding: 0;
                margin: 0;
                display: flex;
                li{
                    filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix'values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);
                    filter: gray;
                    -webkit-filter: grayscale(100%);
                    /* opacity: 0.5; */
                    transition: all .3s ease;
                    a{
                        img{
                            border: 1px solid #adadad;
                            padding: 2px;
                            border-radius: 3px;
                            transition: all .3s ease;
                        }
                    }
                }
                li.current-lang{
                    opacity: 1;
                    filter: none;
                    a{
                        img{
                            border: 1px solid #ff3c61;
                        }
                    }
                }
                li{
                    margin-right: 2px;
                }
                li:last-of-type{
                    margin-right: 0;
                }
                li:hover{
                    /* opacity: 1; */
                    filter: none;
                    transition: all .3s ease;
                    a{
                        img{
                            border: 1px solid #ff3c61;
                            transition: all .3s ease;
                        }
                    }
                }
            }
        }
    }
}
.HomeList{
    & > div{
        background-size: 53% 100%;
    }
}
.column{
    margin: 0 10px 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: 20px 0 0;
    text-align: left;
    background-color: rgb(59, 57, 60);
    color: rgb(172, 172, 172) !important;
    font-family: Prompt;
    font-size: 12px;
    border-top: 1px solid rgb(224, 224, 224);
    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;
            align-items: flex-start;
            .wp-block-column{
                text-align: center;
                padding: 25px 15px 0;
                p:last-of-type{
                    /* margin-top: 10px !important; */
                    margin-bottom: 20px !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,
html:lang(zh-CN) #footer .footer_widget .wp-block-columns.cn{
    display: block !important;
}
html:lang(th) #footer .footer_widget .wp-block-columns.en,
html:lang(th) #footer .footer_widget .wp-block-columns.cn,
html:lang(en-US) #footer .footer_widget .wp-block-columns.th,
html:lang(en-US) #footer .footer_widget .wp-block-columns.cn,
html:lang(zh-CN) #footer .footer_widget .wp-block-columns.th,
html:lang(zh-CN) #footer .footer_widget .wp-block-columns.en{
    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 #459FF3 !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: #4363cb;
            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: #BDCEE5;
                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: #2e85c7;
                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: #144990 !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: #00A651 !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{
                        a{
                            color: #00A651;
                        }
                    }
                }
            }
            > li.current-menu-parent,> li.current_page_item{
                > a{
                    color: #00A651 !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: 10px 0 2px !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: #5983bd;
        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: 41px;
            height: 41px;
            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;
    }
}
.top{
    img{
        vertical-align: top !important;
    }
}
#popup{
    width: 350px;
    height: 450px;
    right: 16px;
    top: 17%;
    position: absolute;
    z-index: 9999;
    .body{
        background-color: rgba(245, 204, 203, 0.65);
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        .description{
            inset: 35.98% 6.29% 30.47% 5.71%;
            width: 308px;
            height: 151px;
            font-size: 15px;
            position: absolute;
            min-height: 25px;
            text-align: center;
            p{
                font-weight: bold;
            }
        }
        .logo{
            inset: 7.54% 31.57% 62.91% 31%;
            position: absolute;
            width: 131px;
            height: 131px;
            img{
                width: 100%;
                height: 100%;
            }
        }
        .contact{
            inset: 72.2% 11% 2.02% 10.43%;
            width: 275px;
            height: 116px;
            position: absolute;
            font-size: 16px;
            min-height: 25px;
        }
    }
    .button{
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        height: 30px;
        padding: 0 12px;
        background-color: #000;
        font-size: 12px;
        color: #fff;
        line-height: 30px;
        button:first-of-type{
            border: 0;
            background-color: transparent;
            color: #fff;
            input{
                display: none;
            }
            span::before{
                display: inline-block;
                content: '';
                width: 12px;
                height: 12px;
                margin-right: 5px;
                vertical-align: middle;
            }
        }
        button:last-of-type{
            display: block;
            position: absolute;
            top: 0;
            right: 10px;
            color: #fff;
            border: 0;
            padding: 0;
            padding-left: 17px;
        }
    }
}
.table-about{
    table,th,td{
        border: 1px solid black;
        border-collapse: collapse;
    }
    table{
        width: 100%;
        th,td{
            font-size: 12px;
            color: #333;
            font-family: 'NanumSquare';
        }
        th{
            text-align: center;
        }
        th,td{
            padding: 5px;
            word-break: normal;
        }
    }
    .elementor-widget-container{
        overflow: auto;
    }
}
.BannerTaDa{
    .depicter-layer-frame.depicter-symbol-layer.depicter-pos-absolute{
        .depicter-symbol-container{
            background-size: 160px 417px;
            top: auto;
            bottom: 20px;
            background-position: 0 -310px;
            left: 50%;
            margin-left: -31px;
            width: 62px;
            height: 32px;
            text-indent: -5000px;
            position: absolute;
            transform: scale(1) !important;
            svg{
                display: none;
            }
        }
    }
}
.buttonfull{
    a{
        width: 100% !important;
    }
}
#widget{
    .all-button{
        position: fixed;
        bottom: 14px;
        right: 16px;
        box-sizing: border-box;
        z-index: 99999;
        display: flex;
        margin: 7px;
        .button-text{
            box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
            flex-shrink: 0;
            border: 1px solid rgb(226, 226, 226);
            border-radius: 5px;
            background: #fff;
            cursor: pointer;
            margin: auto 31px auto auto;
            max-width: 172px;
            max-height: 65px;
            display: flex;
            color: #000;
            position: relative;
            transition: all .3s ease-in-out;
            p{
                text-align: center;
                padding: 7px 10px;
                line-height: 16px;
                font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
                font-size: 14px;
                margin: auto;
            }
        }
        .button-text::before,.button-text::after{
            content: '';
            position: absolute;
            background: #fff;
            border-bottom: 1px solid rgb(226, 226, 226);
            border-right: 1px solid rgb(226, 226, 226);
            right: -5px;
            top: 50%;
            margin-top: -4px;
            width: 8px;
            height: 8px;
            transform: rotate(-45deg);
        }
        .button{
            a{
                width: 50px;
                height: 50px;
                display: block;
                opacity: 1;
                border-radius: 50%;
                padding: 5px;
                box-sizing: border-box;
                cursor: pointer;
                overflow: hidden;
                box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
                transition: 0.5s;
                position: relative;
                text-decoration: none;
                background-color: rgb(18, 155, 244) !important;
                opacity: 1;
            }
            .span{
                opacity: 0;
                display: none;
                justify-content: center;
                span{
                    place-content: center;
                    font-size: 40px;
                    font-weight: 600;
                    color: rgb(255, 255, 255);
                    margin-top: -1px;
                    width: 100%;
                    height: 100%;
                    font-family: "Comfortaa", sans-serif !important;
                    line-height: 1;
                }
            }
        }
    }
    .social{
        display: inline-block;
        flex-flow: column-reverse wrap-reverse;
        margin-left: auto;
        justify-content: flex-start;
        display: flex;
        position: fixed;
        right: 16px;
        bottom: 14px;
        margin: 7px;
        gap: 0px;
        transition: all .3s ease-in-out;
        a{
            width: 50px;
            height: 50px;
            display: block;
            opacity: 1;
            border-radius: 50%;
            padding: 5px;
            box-sizing: border-box;
            cursor: pointer;
            overflow: hidden;
            box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
            transition: 0.5s;
            position: relative;
            text-decoration: none;
            opacity: 1;
            transition: all .3s ease-in-out;
        }
        a.line{
            background-color: rgb(0, 195, 0) !important;
        }
        a.phone{
            background-color: rgb(236, 89, 35) !important;
            /* margin-bottom: -50px; */
        }
        a.email{
            background-color: rgb(96, 96, 96) !important;
            margin-bottom: -50px;
        }
    }
    .linediv,.phonediv{
        box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
        min-height: 149px;
        border-radius: 10px;
        right: 23px;
        bottom: -149px;
        opacity: 0;
        visibility: hidden;
        background-color: rgb(255, 255, 255);
        width: 302px;
        position: absolute;
        line-height: 23px;
        font-size: 14px;
        text-align: center;
        font-family: Roboto, "Helvetica Neue", sans-serif;
        transition: all .3s ease-in-out;
        position: fixed;
        .header-line,.header-phone{
            background-color: rgb(0, 195, 0);
            display: flex;
            height: 50px;
            border-radius: 9px 9px 0px 0px;
            align-items: center;
            text-align: left;
            .icon{
                width: 28px;
                height: 28px;
                margin: 0px 3px 0px 12px;
            }
            .title{
                text-align: left;
                color: rgb(255, 255, 255);
            }
            .close{
                cursor: pointer;
                width: 24px;
                margin: 6px 12px 0px auto;
            }
        }
        .header-phone{
            background-color: rgb(236, 89, 35);
        }
        .body-line{
            margin: 25px 20px;
            a{
                color: #333;
                text-decoration: none;
            }
        }
        .body-phone{
            margin: 60px 0px;
            line-height: 23px;
            a{
                color: rgb(17, 17, 17);
                font-size: 26px;
                text-decoration: none;
                unicode-bidi: plaintext;
            }
        }
    }
}