﻿@font-face {
    font-family: "Sarabun";
    src: url("../fonts/THSarabun.ttf") format('truetype');
}
.th-menu-wrapper .mobile-logo {
    padding-bottom: 15px;
    padding-top: 15px;
    display: block;
}
.th-menu-wrapper .mobile-logo img{
    max-width:80%;
}
.th-menu-wrapper .th-mobile-menu {
    padding-bottom: 30px;
    margin-top: 15px;
}

.btn{
    font-size:15px;
}
.btn-theme {
    background: var(--theme-color);
    color: #FFFFFF;
}
.btn-theme:hover {
    background: var(--theme-color2);
    color: #FFFFFF;
}

.menu-top .header-logo {
    padding-top: 0px;
    padding-bottom: 0px;
    max-width:400px;
}
.menu-top .info-card .box-icon {
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size:14px;
}

.th-hero-wrapper h1.hero-title {
    font-size: 56px;
    line-height: 64px;
}

.font-sarabun {
    font-family: Sarabun, sans-serif;

}

.breadcumb-wrapper .breadcumb-content-small {
    --space: 55px;
    padding: calc(var(--space) + 30px) 0 var(--space);
    position: relative;
    z-index: 1;
    text-align: center;
}

.product-size {
    display: block;
    list-style: outside none none;
    margin: 0 20px 15px 0;
    overflow: hidden;
    padding-left: 0;
}
    .product-size li {
        float: left;
        margin: 0 -1px 0 0;
        width: 50%;
    }

        .product-size li label span {
            cursor: pointer;
            display: block;
            font-weight: 400;
            height: 56px;
            line-height: 56px !important;
            margin: 0;
            text-align: center;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }
            
            .product-size li label input {
                left: -9000px;
                position: absolute;
            }

        .product-size li label span {
            border: none;
            color: #999999;
            background-color: #eee;
        }

            .product-size li label span:hover {
                
                color: #fff;
                background-color: #1A685B;
            }

        .product-size li label input:checked + span {
            color: #fff;
            background-color: #1A685B;
        }

        .product-size li:first-child label span {
            
        }


.product .comment .product-rate {
    float: right;
}

.btn-normal{
    border-radius:15px;
}

textarea.form-control{
    border-radius:15px;
}
select.form-control {
    border-radius: 15px;
}


.widget_categories ul.sidebar-menu li a {
    border-radius:15px;
}
    .widget_categories ul.sidebar-menu li a.active {
        background: var(--theme-color);
        color: var(--white-color);
    }

.section-home-project{

}
    .section-home-project .project-card {
        border-radius: 15px;
        overflow: hidden;
        margin-bottom: 30px;
    }
        .section-home-project .project-card .box-thumb {
            padding-top: 60%;
            background: #CCCCCC;
            overflow: hidden;
        }
            .section-home-project .project-card .box-thumb img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .project-blog {
            }
    .project-blog .blog-img {
        padding-top: 56.25%;
        background: #CCCCCC;
        overflow: hidden;
    }
    .project-blog .blog-img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .project-blog .blog-content {
        max-height:260px;
    }

    .project-blog .blog-title {
        font-size: 1.2rem;
        font-weight: 600;
        line-height: 1.5rem;
        max-height: 4.5rem;
        overflow: hidden;
        margin: 10px 0 0;
        color: var(--theme-color);
    }

    .project-blog .blog-owner {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.2rem;
        max-height: 3.6rem;
        overflow: hidden;
        margin: 10px 0 0;
    }

    .project-blog .th-btn {
        border-radius: 12px;
        background: #94BEA6;
    }
    .project-blog .th-btn:hover {
        
    }

    /*--------------FAQ--------------*/
    .accordion-faq{

    }
        .accordion-faq .accordion-card {
            border-radius: 15px;
            margin-bottom: 20px;
        }

        .donation-card{
            border-radius:15px;
        }
            .tool-details-wrap {
                background: var(--smoke-color2);
                border-radius: 15px;
                padding: 30px;
            }
                .tool-details-wrap .tool-card-img img {
                    border-radius: 15px;
                    width: 100%;
                    height: auto !important;
                }
                .tool-details-wrap .th-btn {
                    padding: 15px 30px;
                    border-radius:7px;
                }
p.tool-desc {
    font-family: Sarabun;
    font-size: 21px !important;
    line-height:24px !important;
}
.text-green {
    color: var(--theme-color);
}

.section-indicator{

}
.section-indicator .th-btn{
    border-radius:7px;
    padding:15px;
}


.reset-panel{

}
.reset-panel a {
    display:inline-block;
    border:none;
    padding:0px;
    background:none;
}
    .reset-panel a:hover {
        background: none;
        color: var(--theme-color);
    }

.select2-container--default .select2-results__option--disabled {
    color: #999;
    display:none !important;
}

    /*-----------MOBILE 768-------------*/
    @media (max-width: 768px) {
        .header-default .menu-area .menu-area-wrap {
        background: none;
        padding: 0px;
        border-radius: 0px;
    }
}

@media (max-width: 575px) {
    .header-default .header-logo {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header-default .header-logo img {
        max-width: 280px;
        max-height:60px;
    }
    .header-button .icon-btn {
        width: var(--btn-size, 42px);
        height: var(--btn-size, 42px);
        line-height: var(--btn-size, 42px);
        font-size: var(--btn-font-size, 15px);
        background-color: var(--icon-bg, var(--theme-color));
        color: var(--white-color);
        text-align: center;
        border-radius: 50%;
        border: 0;
        -webkit-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        position: relative;
    }

    .breadcumb-wrapper .breadcumb-content-small {
        --space: 35px;
        padding: calc(var(--space) + 25px) 0 var(--space);
    }

    .th-hero-wrapper h1.hero-title {
        font-size: 30px;
    }

    .th-widget-contact .info-card .box-title{
        font-size:17px;
    }
    .copyright-wrap .copyright-text,
    .copyright-wrap .copyright-text a {
        font-size: 13px;
    }
}