/* public-style-start*/

    html {
        overscroll-behavior: none;
    }

    body {
        font-family: 'Inter', Helvetica , Arial ,Lucida , sans-serif;
        -webkit-overflow-scrolling: touch;
        font-size: 16px;
        width: 100%;
        overflow-x: hidden;
    }

    @font-face {
        font-family: 'Comfortaa-Regular';
        src: url('../fonts/Comfortaa_Regular.ttf') format('truetype');
        font-weight: 400;
        font-style: normal;
    }

    .container-fluid {
        width: 85% !important;
        max-width: 1920px;
        margin: 0 auto !important;
    }

    video {
        -webkit-appearance: none;
        appearance: none;
    }

    .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
        color: #fff;
        border-color: rgba(0,0,0,0);
    }

    .public-btn {
        font-family: 'roboto', sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
        background: #B6DD7A;
        color: #fff;
        border: 1px solid #B6DD7A;
        border-radius: 50px;
        z-index: 9999;
    }

    .public-btn:hover, .public-btn:active {
        background: #B6DD7A !important;
        color: #fff !important;
        border: 1px solid #B6DD7A !important;
    }

    .title {
        font-family: 'roboto', sans-serif;
        font-size: 40px;
        line-height: 50px;
        font-weight: bold;
        color: #333;
    }

    .story .story-number, .partners .title, .contact .title {
        font-family: 'roboto', sans-serif;
        font-size: 66px;
        font-weight: bold;
        white-space: nowrap;
        color: #48663E;
    }

    .story .title, .partners .title, .contact .title, .teethers-introduction .title, .teethers-process .title{
        font-size: 56px;
        color: #333;
    }

    .item-title {
        font-family: 'roboto', sans-serif;
        font-size: 20px;
        font-weight: 500;
        color: #333;
    }

    .introduction {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 450;
        line-height: 25px;
        color: #666;
    }

    .form-control {
        color: #666;
    }

/*navbar-style-start*/

    .navbar{
        box-shadow: 0 4px 8px 0 rgba(7, 17, 27, .1);
    }

    .navbar, .navbar .offcanvas {
        z-index: 99999;
        background: #F2F2F2;
    }

    .navbar .navbar-brand:focus-visible {
        outline: none;
    }

    .navbar .navbar-toggler {
        background: #B6DD7A;
    }

    .navbar .nav-item, .navbar .nav-item .dropdown {
        position: relative;
    }

    .navbar .nav-item .nav-link {
        color: #333;
        font-weight: 500;
    }

    .navbar .nav-item .nav-link:hover, .navbar .nav-item .sub-nav .sub-nav-link:hover {
        color: #B6DD7A;
    }

    .navbar .nav-item .active {
        color: #B6DD7A !important;
        font-weight: bold;
    }

    .navbar .search_input .form-control:focus, .navbar .nav-item .form-select:focus {
        box-shadow: none;
        border: 1px solid #B6DD7A !important;
    }

    .navbar .nav-item .dropdown .dropdown-menu {
        width: 100%;
        min-width: 0;
        max-height: 200px;
        overflow-y: scroll;
        &::-webkit-scrollbar {
            display: none;
        }
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .navbar .nav-item .dropdown-toggle::after {
        display: none !important;
    }

    .navbar .nav-item .nav_search,.navbar .nav-item .search_submit {
        font-size: 18px;
        line-height: 16px;
        position: relative;
        top: 3px;
    }

    .navbar .nav-item .search_submit {
        top: 0;
    }

    .navbar .nav-item .arrow-icon {
        color: #E8645B;
        transition: transform 0.3s ease;
    }

    .navbar .nav-item .show .arrow-icon {
        transform: rotate(180deg);
    }

    .navbar .nav-item .dropdown .btn, .navbar .nav-item .dropdown-item:active, .navbar .nav-item .dropdown-item:hover {
        background: #fff;
    }

    .navbar .nav-item .dropdown .btn {
        color: #666;
        border: 1px solid #666;
    }

    .navbar .nav-item .dropdown-item:active {
        color: #666;
    }

    .navbar .nav-item .dropdown-item:hover {
        color: #B6DD7A;
    }

    .navbar .nav-item .sub-nav {
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        top: 60px;
        left: 50%;
        z-index: 9999999999;
        background: #fff;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        transition: opacity 0.5s ease,
        visibility 0.5s ease,
        transform 0.5s ease;
        transition-delay: 0s;
    }

    .navbar .nav-item:hover .sub-nav ,.navbar .nav-item .sub-nav:hover {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%);
        transition-delay: 0s;
    }

    .navbar .nav-item:not(:hover) .sub-nav {
        transition-delay: 300ms;
    }

    .navbar .nav-item .sub-nav-line {
        position: absolute;
        top: 58px;
        left: 50%;
        visibility: hidden;
        width: 0;
        height: 2px;
        background: #B6DD7A;
        transform: translateX(-50%);
        transition: width 0.5s ease,
        visibility 0.5s ease,
        transform 0.5s ease;
    }

    .navbar .nav-item:hover .sub-nav-line {
        visibility: visible;
        width: 85%;
        transition-delay: 0s;
    }

    .navbar .sub-nav .sub-nav-link {
        color: #666;
        font-size: 14px;
        font-weight: normal;
    }

    .navbar .sub-nav .sub-nav-link {
        position: relative;
    }

    .navbar .nav-item .sub-nav .sub-nav-link:last-child {
        border-bottom: none;
        border-radius: 0 0 10px 10px;
    }

    .navbar .nav-item .sub-nav .sub-nav-link:hover {
        background: #F9F9FA;
    }

    .navbar .nav-item .sub-nav .active {
        background: #F9F9FA;
    }

/*navbar-style-end*/

/*carousel-style-start*/

    .carousel, .news-details{
        position: relative;
        margin-top: 80px;
    }

    .carousel .public-btn, .story .public-btn, .partners .public-btn {
        border: 10px solid rgba(0,0,0,0) !important;
        transition:
         border 0.5s ease,
         letter-spacing 0.5s ease,
         padding-right 0.2s ease,
         padding-left 0.5s ease,
         transform 0.5s ease;
    }

    .carousel .public-btn:hover, .story .public-btn:hover, .partners .public-btn:hover {
        border: 10px solid #658A5C !important;
        color: #658A5C !important;
        letter-spacing: 5px;
        transform: scaleY(1.15);
    }


    .carousel .public-btn .bi, .story .public-btn .bi, .partners .public-btn .bi {
        letter-spacing: 0 !important;
    }

/*carousel-style-end*/

/*pagination-style-start*/

    .pagination .page-link {
        background: none;
        border: 1px solid #C1C1C1;
        color: #666;
    }

    .pagination .page-link:hover , .pagination .active{
        background: #B6DD7A;
        border-color: #B6DD7A;
        color: #fff;
    }

    .pagination .page-link:focus{
        box-shadow: none;
    }


/*pagination-style-end*/

/*news-style-start*/

    .news{
        background: #fff;
    }

    .news .news-item {
        box-shadow: #ddd 0 0 10px 2px;
        background: #fff;
        transition: all 0.5s ease;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }

    .news .news-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #E4F2F3;
        transition: height 0.5s ease;
        z-index: -1;
    }

    .news .news-item:hover {
        box-shadow: #fff 0 0 10px 2px;
    }

    .news .news-item:hover::before {
        height: 100%;
    }

    .news .news-item .news-btn {
        font-size: 14px;
        letter-spacing: 1px;
        background: #BECFAA;
        color: #fff;
        border-radius: 0;
        font-weight: 500;
    }

/*news-style-end*/

/*teethers-list-start*/

    .teethers-list .item, .news-list-details .item{
        background: #fff;
        border-radius: 25px;
        padding: 15px 20px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .teethers-list-details, .news-list-details {
        background: #fff;
    }

    .teethers-list .item-title, .teethers-list .like-title ,.news-list-details .like-title{
        font-size: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1; /* 控制显示的行数（根据行高计算） */
        -webkit-box-orient: vertical;
    }

    .teethers-list .teethers-like .like-title, .news-list-details .teethers-like .like-title {
        font-size: 24px;
        color: #333;
        font-weight: 600;
    }

    .teethers-list .teethers-like .like-title-span, .news-list-details .teethers-like .like-title-span {
        width: 12px;
        height: 24px;
        background: #658A5C;
    }

    .teethers-list-details .item, .news-list-details .item {
        box-shadow: 0 30px 70px 0 rgba(0, 0, 0, 0.1);
    }

    .teethers-list-details .item:hover, .news-list-details .item:hover {
        box-shadow: #ddd 0 0 20px 5px;
    }

/*teethers-list-end*/

/*contact-style-start*/

    .contact {
        background: #DFD6CE;
    }

    .contact .title {
        font-size: 56px;
        color: #333;
    }

    .contact h3 {
        font-size: 36px;
        font-weight: 600;
        color: #333;
    }

    .contact span {
        width: 40%;
        height: 3px;
        background:  #999;
    }

    .contact .nav .nav-link {
        font-size: 16px;
        font-weight: 500;
        color: #333;
    }

    .contact_form {
        background: #fff;
        border-radius: 15px;
        color: #666;
    }

    .contact_form .form-control {
        background: #ddd;
        border-radius: 2px;
        color: #666;
    }

    .contact_form .form-label {
        font-weight: 500;
        color: #666;
    }

    .contact_form .form-control:focus {
        box-shadow: none;
        border: 1px solid #BECFAA;
        background: #fff;
    }

    .contact_form .btn {
        background: #B6DD7A;
        border-radius: 0;
        color: #fff;
        opacity: 0.8;
    }

    .contact_form .btn:hover {
        opacity: 1;
    }

/*contact-style-end*/

/*footer-style-start*/

    .footer {
        background: #F7F8FA;
        color: #333;
    }

    .footer .nav-item .item-title {
        color: #666;
    }

    .footer .nav-item .line {
        width: 85%;
        height: 1px;
        background: #B6DD7A;
    }

    .footer .footer_logo .footer_text1, .footer .footer_logo .footer_text2, .footer .nav-link {
        font-family:'Inter',Helvetica,Arial,Lucida,sans-serif;
        font-size: 16px;
        font-weight: 500;
        color: #666;
    }

    .footer .footer_logo .footer_text2 {
        font-size: 18px;
    }

    .footer .nav-link {
        position: relative;
        font-size: 14px;
        background: #F7F8FA;
        cursor: pointer;
        border: none;
        transition: all 0.5s ease;
        overflow: hidden;
    }

    .footer .nav-item .bi {
        color: #B6DD7A;
    }

    .footer .last-item .bi {
        color: #666 !important;
    }

    .footer .nav-item .nav-link:hover {
        color: #B6DD7A;
    }

    .footer .nav-item .nav-link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 0;
        height: 1px;
        background-color: rgba(163, 213, 95,1);
        transition: width 0.4s ease;
    }

    .footer .nav-item .nav-link:hover::after {
        width: 100%;
    }

    .footer .nav-item .nav-link .bi:hover {
        color: #B6DD7A;
    }

    .footer .last-item .nav-link:hover, .footer .first-item .nav-link:hover {
        color: #666;
        border-bottom: none; !important;
    }

    .footer .last-item .nav-link::after, .footer .first-item .nav-link::after {
        background-color: rgba(163, 213, 95,0);
    }

    .footer .last-item .nav-link:hover::after, .footer .first-item .nav-link:hover::after {
        width: 0;
        height: 0;
    }

/*footer-style-end*/

/*teethers-faq-style-end*/

    .teethers-faq{
        background: #EEEEEE;
    }

    .teethers-faq .btn{
        text-align: left;
        padding: 25px;
        background: #fff;
        font-size: 18px;
        font-weight: 600;
        color: #333;
        border: none;
        border-radius: 10px;
    }

    .teethers-faq .btn:active, .teethers-faq .btn:hover{
        box-shadow: none;
        background: #C97F7E;
        color: #fff;
    }

    .teethers-faq .faq-item .btn[aria-expanded="true"] {
        background-color: #C97F7E;
        border-color: #C97F7E;
        color: #fff;
        border-radius: 10px 10px 0 0 ;
        padding-bottom: 10px;
    }

    .teethers-faq .faq-item .btn[aria-expanded="true"] .bi-chevron-down{
        transform: rotate(180deg);
        position: relative;
        top:-1px;
    }

    .teethers-faq .faq-item .card-body {
        font-size: 14px;
        background-color: #C97F7E;
        color: #fff;
    }

    .teethers-faq .faq-item .btn,
    .teethers-faq .faq-item .bi-chevron-down,
    .teethers-faq .faq-item .card-body {
        transition: all 0.3s ease;
    }

    .teethers-faq .faq-item .card {
        border: none;
    }

    .teethers-faq .faq-item .card-body {
        padding: 25px;
        padding-top: 0;
        border-radius: 0 0 10px 10px;
    }

/*teethers-faq-style-end*/

@media (min-width:992px) and (max-width:1464px) {

    /*carousel-style-start*/

        .carousel, .news-details{
            margin-top: 111px;
        }

    /*carousel-style-end*/

}

@media (max-width:1320px) {

    /*title-style-start*/

        .story .title, .partners .title, .contact .title, .teethers-introduction .title, .teethers-process .title {
            font-size: 52px;
            line-height: 62px !important;
        }

        .title {
            font-size: 38px;
            line-height: 38px;
        }

    /*public-style-end*/

    /*container-style-start*/

        .container-fluid {
            width: 88% !important;
        }

    /*container-style-end*/

    /*footer-style-end*/

        .footer .nav-item .line {
            width: 90%;
        }

    /*footer-style-end*/
}

@media (max-width:1200px) {

     /*title-style-start*/

        .story .title, .partners .title, .contact .title, .teethers-introduction .title, .teethers-process .title {
            font-size: 48px;
            line-height: 58px !important;
        }

    /*title-style-end*/

    /*public-style-start*/

        .title {
            font-size: 36px;
            line-height: 36px;
        }

    /*public-style-end*/

    /*container-style-start*/

        .container-fluid {
            width: 90% !important;
        }

    /*container-style-end*/

    /*footer-style-start*/

        .footer .footer_logo {
            margin-bottom: 30px;
        }

        .footer .footer_logo p {
            text-align: center;
        }

    /*footer-style-end*/
}

@media (max-width:992px) {

    /*title-style-start*/

        .story .title, .partners .title, .contact .title, .teethers-introduction .title, .teethers-process .title{
            font-size: 44px;
            line-height: 54px !important;
        }

        .title {
            font-size: 34px;
            line-height: 34px;
        }

    /*title-style-end*/

    /*container-style-start*/

        .container-fluid {
            width: 95% !important;
        }

    /*container-style-end*/

    /*navbar-style-start*/

        .navbar .nav_search {
            text-align: left;
        }

        .navbar .search_input .form-control {
            margin-top: 15px;
        }

        .navbar .search_close .nav-link {
            width: 100%;
            margin-top: 15px;
        }

        .navbar .nav-item:hover .sub-nav {
            opacity: 0;
            visibility: hidden;
            transform: translateX(-100%);
        }

        .navbar .nav-item .sub-nav-line {
            top: 38px;
        }

        .navbar .nav-item:hover .sub-nav-line {
            width: 100%;
        }

    /*navbar-style-end*/

    /*contact-style-start*/

        .contact h3{
            font-size: 32px;
        }

    /*contact-style-end*/

    /*footer-style-end*/

        .footer .nav-item .line {
            width: 100%;
        }

    /*footer-style-end*/
}

@media (max-width:570px) {

    /*title-style-start*/

        .story .story-number, .story .title, .partners .title, .contact .title, .teethers-introduction .title, .teethers-process .title{
            font-size: 40px;
            line-height: 50px !important;
        }

        .title {
            font-size: 32px;
            line-height: 32px;
        }

    /*title-style-end*/

    /*contact-style-start*/

        .contact h3{
            font-size: 30px;
        }

    /*contact-style-end*/


    /*footer-style-end*/

        .footer .nav-item .line {
            width: 100%;
        }

    /*footer-style-end*/

}