@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-500.woff2') format('truetype');
    font-style: normal;
    font-weight: 500;
}


@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-400.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Asap';
    src: url('../fonts/Asap-600.woff2') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Winky Rough';
    src: url('../fonts/WinkyRough-VariableFont_wght.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html,
body {
    font-family: 'Asap', sans-serif;
    margin: 0;
}


.t_1l {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.t_12 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t_13 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.t_14 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

p {
    color: #686a6f;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    max-width: 1200px;
    margin: auto;
}

.nav-links {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-links li a {
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 10px;
    display: block;
}

.nav-links li a:hover {
    text-decoration: underline;
}

.nav-links li a img {
    width: 24px;
}

.burger {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 15px;
}

.line1,
.line2,
.line3 {
    width: 22px;
    height: 2px;
    margin: 2px;
    background: #f87e10;
}

.logo a {
    font-family: 'Winky Rough';
    font-size: 28px;
    line-height: 34px;
    padding: 20px 10px;
    display: block;
    font-weight: bold;
}

.logo a:hover {
    color: #f87e10;
}

@media screen and (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        /* 将导航链接改为纵向布局 */
        background-color: #fff;
        /* 为导航链接添加背景色 */
        padding: 10px;
        /* 为导航链接添加内边距 */
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        padding-top: 60px;
        height: 100vh;
    }

    .navbar {
        padding: 0px;
    }

    .logo img {
        max-width: 180px;
        max-height: 25px;
    }

    .nav-links.nav-active {
        display: flex;
        position: fixed;
    }

    .nav-links li a {
        padding: 10px 10px;
    }

    .burger {
        display: flex;
    }

    .toggle {
        position: fixed;
        z-index: 9999;
        right: 6px;
        font-size: 24px;
        top: 0px;
    }
}

.m1 .subtitle {
    text-transform: capitalize;
}

.m1 .title {
    font-size: 32px;
    line-height: 1.3;
}

.m1:hover .title {
    text-decoration: underline;
}

.m1 a {
    padding-top: 20px;
    padding-bottom: 20px;
}

.m1 img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 0.6;
}

.m2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.m2 .sigma_team .sigma_team-body {
    padding-top: 4px;
}

.m2 .sigma_team .sigma_team-thumb img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1/0.7;
}

.m2 .sigma_team-categories {
    line-height: 1.3;
    margin-bottom: 4px;
}

.m2 .sigma_team-category {
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
    margin-bottom: 0;
    width: 100%;
}

.m2 .sigma_team {
    margin-bottom: 0;
}

.m2 h5 {
    font-size: 18px !important;
    line-height: 1.4;
}

.m2 .sigma_team.style-12 .sigma_team-body p {
    margin-top: 5px;
    padding-top: 5px;
    font-size: 14px;
    line-height: 1.4;
}

.m2 .sigma_team:hover h5 {
    text-decoration: underline;
}

.m3 .sigma_post img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.m3 .sigma_post-date {
    text-transform: capitalize !important;
    margin-bottom: 0px !important;
    font-size: 14px;
    line-height: 1.4 !important;
}

.m3 .image-link {
    position: relative;
    display: block;
    height: 100%;
}

.m3 .image-link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 35%, rgba(0, 0, 0, 0.80) 100%);
    pointer-events: none;
}

.m3 .sigma_post-body {
    position: absolute;
    padding: 0;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

.m3 h5 {
    margin-bottom: 0 !important;
}

.m3 h5 a {
    width: 100%;
    font-size: 18px !important;
    line-height: 1.4;
    padding-top: 15px;
}

.m3 .sigma_post:hover h5 a {
    color: #f87e10 !important;
}

.m4 .sigma_post {
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.1);
}

.m4 h5 {
    font-size: 18px !important;
    line-height: 1.4;
}

.m4 h5 a {
    padding: 0 20px;
    width: 100%;
}

.m4 .btn-link {
    width: 100%;
    padding: 0 20px 20px
}

.m4 .sigma_post-thumb a {
    padding: 20px;
}

.m4 .sigma_post-date {
    top: -15px !important;
}

.m4 img {
    width: 100%;
    aspect-ratio: 1/0.6;
    object-fit: cover;
}

.m4 .sigma_post:hover h5 {
    text-decoration: underline;
}

.m4 .sigma_post-date,
.m4 .btn-link {
    font-size: 14px !important;
    line-height: 1.3;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}


.widget .sigma_recent-post {
    padding: 0 !important;
}

.widget .sigma_recent-post a {
    padding: 10px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}


.widget img {
    width: 80px;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.widget h6 {
    width: calc(100% - 90px);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
}

.widget a:hover h6 {
    color: #f87e10;
}


.dt-content h1,
.dt-content h1 span,
.dt-content h2,
.dt-content h2 span,
.dt-content h3,
.dt-content h3 span,
.dt-content h4,
.dt-content h4 span {
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #000;
    font-family: 'Asap' !important;
}

.dt-content .dt-title {
    font-size: 22px !important;
    line-height: 1.5 !important;
    color: #000 !important;
    margin-bottom: 0px !important;
    font-style: normal !important;
    font-weight: bold;
    font-family: 'Asap' !important;
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}

.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    text-indent: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    font-style: normal !important;
    font-family: 'Asap' !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px !important;
    margin-left: 10px !important;
    font-family: 'Asap' !important;
    padding-left: 15px !important;
}

.dt-content ul {
    list-style: disc !important;
}

.dt-content ol {
    list-style: decimal !important;

}

.dt-content img {
    cursor: auto;
    margin-bottom: 15px;
    width: 100% !important;
    display: block;
    margin: auto !important;
    height: auto !important;
    max-width: 360px;

    height: calc();
}

.input-group {
    position: relative;
    max-width: 500px;
    margin: 10px auto 20px;
}

.input-group input {
    height: 45px;
}

.sear-main .sigma_post-body{
    padding: 0 0 10px !important;
}

@media (max-width:768px) {
    .logo a {
        padding: 10px 10px;
        font-size: 22px;
        line-height: 26px;
    }

    .burger {
        padding: 10px 10px;
    }

    .m1 .title {
        font-size: 24px;
        line-height: 1.3;
    }

}

@media (max-width:550px) {
    .burger {
        padding: 7px 10px;
    }

    .logo a {
        padding: 5px 10px;
    }

    .section {
        position: relative;
        padding: 10px 0 0;
    }

    .m1 {
        padding: 0 !important;
    }


    .m1 a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .col-lg-6,
    .col-lg-4,
    .col-md-6,
    .col-lg-8 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .m1 .subtitle {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .m1 .title {
        font-size: 18px;
        line-height: 1.4;
        margin-bottom: 5px;
    }

    .m1 p {
        line-height: 1.4;
    }

    .section-title .title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 6px;
    }

    .section-title.has-element span {
        height: 5px;
        border-top: 1px solid var(--thm-secondary);
        border-bottom: 1px solid var(--thm-secondary);
    }

    .section-title.centered {
        margin: 0 auto 10px;
    }

    .sigma_post {
        margin-bottom: 10px;
    }

    .m3 .sigma_post img {
        height: 200px;
    }

    .m3 h5 a {
        font-size: 16px !important;
    }

    .m3 .sigma_post-date {
        font-size: 12px !important;
        padding: 3px 15px !important;
    }

    .m2 .sigma_team .sigma_team-thumb img {
        aspect-ratio: 1 / 0.55;
    }

    .m2 .sigma_team-category {
        font-size: 12px !important;
    }

    .m2 .sigma_team-categories {
        margin-bottom: 4px !important;
    }

    .m2 h5,
    .m4 h5 {
        font-size: 16px !important;
    }

    .m4 .sigma_post-thumb a {
        padding: 10px;
    }

    .m4 .sigma_post-date,
    .m4 .btn-link {
        font-size: 12px !important;
        line-height: 1.3 !important;
    }

    .m4 h5 a {
        padding: 0 10px;
    }

    .m4 .btn-link {
        width: 100%;
        padding: 0 10px 10px;
    }

    .sigma_post.style-15 .sigma_post-meta.is-absolute {
        margin: -60px 0 0;
    }

    .m4 img {
        aspect-ratio: 1/0.55;
    }

    .sidebar .widget .widget-title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .widget.widget-sigma-recent-posts .sigma_recent-post+.sigma_recent-post {
        margin-top: 10px;
    }

    .dt-content .dt-title {
        padding-top: 0;
    }
}