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


.t_12,
.m3 h4,
.m2 .image-overlay-post .post-title,
.m1 .image-overlay-post .post-title,
.featured-post .post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.t_13,
.text-center {
    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;
}

.catename {
    text-transform: capitalize !important;
    color: #0faf97;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
    font-family: 'Montserrat', sans-serif
}

a h2:hover {
    text-decoration: underline;
}

.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.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: #333 !important;
    font-family: 'Montserrat', sans-serif !important;
  background: transparent !important;
}

.dt-content .dt-title {
    font-size: 20px !important;
    line-height: 1.5 !important;
    color: #333 !important;
    margin-bottom: 15px !important;
    font-style: normal;
    font-weight: 600 !important;
    font-family: 'Montserrat', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
    color: #333 !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: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-left: 0 !important;
  background: transparent !important;
}

.dt-content ul,
.dt-content ol {
    margin-bottom: 15px;
    margin-left: 0px !important;
    padding-left: 30px !important;
    font-family: 'Montserrat', sans-serif !important;
  background: transparent !important;
}

.dt-content ul,
.dt-content ul li {
    list-style: disc;
}

.dt-content ol,
.dt-content ol li {
    list-style: decimal;
}

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

.dt-content strong,
.dt-content strong span {
    font-weight: 600 !important;
}
.dt-content a,
.dt-content a span{   color: #0d6efd !important;  word-break: break-word;}
header {
    position: relative;
    border-bottom: 1px solid #E1DCD8;
}

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


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


.nav-links li a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    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;
    background-color: #333;
    margin: 2px;
}

.logo a {
    font-size: 30px;
    line-height: 34px;
    color: #333;
    padding: 20px 10px;
    display: block;
    font-weight: 600;
    text-transform: capitalize;

}



@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 0px;
    }

    .logo a {
        padding: 8px 15px;
        font-size: 24px;
        line-height: 26px;
    }

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

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

    .burger {
        display: flex;
        padding: 10px 15px;
    }

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

    header:after {
        width: 50%;
        left: 0;
    }
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

img {
    object-fit: cover;
}

.m1,
.m2,
.m3,
.m4,
.m5,
.dt {
    padding: 24px 0;
}

.m1 .left {
    display: block;
    height: 100%;
}

.m1 .left .item,
.m1 .left .featured-post,
.m1 .left .featured-post-img,
.m1 .left img {
    height: 100%;
}


.m1 .image-overlay-post img {
    width: 100%;
    aspect-ratio: 1/0.5;
}

a.image-overlay-post {
    display: block;
}

.m1 .image-overlay-post:nth-child(1) {
    margin-bottom: 20px;
}

.m1 .post-cat,
.m2 .post-cat,
.m3 .small-horizontal-cat,
.m4 .grid-post-cat {
    color: #fff;
    margin-bottom: 10px;
    color: #333;
    background-color: #FDD604;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: capitalize;
}

.m1 .image-overlay-post .post-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3
}

.m2 .image-overlay-post .post-title {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3
}

.m2 .image-overlay-post img {
    width: 100%;
    aspect-ratio: 1 / 0.66;
}

.m2 .left .col-lg-6:nth-child(1) {
    margin-bottom: 20px;
}


.m2 .right .image-overlay-post,
.m2 .right .image-overlay-post-img,
.m2 .right .image-overlay-post img {
    height: 100%;
}

.m3 a {
    margin-bottom: 20px;
    width: 100%;
}

.m3 h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3 !important;
    color: #202020;
}

.m4 a {
    margin-bottom: 20px;
}

.m4 p {
    margin-bottom: 0;
}

.m4 h4 {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
}

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

.m1 p {
    color: #adb5bd;
}

.m3 a {
    width: 50%;
}

.dt .col-lg-4 {
    padding-top: 100px;
}

.dt .col-lg-4 .section-title h2 span {
    font-size: 18px;
}

.dt .small-horizontal-item {
    width: 100%;
}

.dt .small-horizontal-item .small-horizontal-image {
    width: 110px;
}

.dt .small-horizontal-item .small-horizontal-info {
    width: calc(100% - 110px);
    padding: 0 0 0 12px;
}

.dt .small-horizontal-item .small-horizontal-info h4 {
    font-size: 16px;
}

.small-horizontal-item .small-horizontal-image img {
    aspect-ratio: 1/1;
    width: 100%;
}

.search {
    max-width: 600px;
    margin: 0 auto 20px;
    border-radius: 100px;
    border: 1px solid #333;
    background: #FFFBFA;
}

.search input {
    border-radius: 100px;
    background: #FFFBFA;
    font-size:16px;
    line-height: 1.2;
    font-weight: 500;
    outline: none !important;
    border:none;
}
.form-control:focus{
    box-shadow: none;
    border: none;
    background: #FFFBFA;
}

.search_btn{
    background-color: #FDD604;
    border-radius: 100px;
}
.search_btn a{
    color: #333;
    font-weight: 500;
}

.search_btn:hover{
    color: #333;
    background-color: #FDD604;
}

@media (max-width:1024px) {
    .navbar {
        padding: 0px 12px;
    }

    .logo a {
        padding: 10px 10px;
        font-size: 26px;
        line-height: 34px;
    }

    .featured-post .featured-post-des {
        padding: 15px;
    }

    .m1 .image-overlay-post .post-title,
    .m2 .left .image-overlay-post .post-title {
        font-size: 16px;
    }

    .nav-links li a {
        font-size: 12px;
    }

}

@media (max-width:992px) {
    .logo a {
        font-size: 20px;
        line-height: 30px;
        padding: 10px 6px;
    }

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

    .m1 .col-lg-4 {
        display: flex;
        flex-wrap: wrap;
    }

    .m1 .image-overlay-post {
        width: 50%;
    }

    .m1 .image-overlay-post:nth-child(1) {
        padding-right: 10px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .m1 .image-overlay-post:nth-child(2) {
        padding-left: 10px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .m1 .left .item,
    .m1 .left .featured-post,
    .m1 .left .featured-post-img,
    .m1 .left img {
        height: auto;
    }

    .m1 img,
    .m1 .image-overlay-post img {
        aspect-ratio: 1/0.6;
    }

    .m1,
    .m2,
    .m3,
    .m4,
    .m5,
    .dt {
        padding: 12px 0;
    }

    .section-title h2 span {
        font-size: 24px;
    }

    .m2 .right {
        margin-top: 20px;
    }

    .m3 a {
        width: 100%;
    }




}

@media (max-width:576px) {

    .m1,
    .m2,
    .m3,
    .m4,
    .m5,
    .dt {
        padding: 6px 12px;
    }

    .logo a {
        padding: 6px 6px;
    }

    .m4 .col {
        flex: 0 0 auto;
        width: 100%;
    }

    .m1 img {
        aspect-ratio: 1/0.5;
    }

    .featured-post .featured-post-des {
        padding: 10px;
    }

    .m1 .featured-post .post-title {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .m1 p {
        line-height: 20px;
    }

    .m1 .post-cat,
    .m2 .post-cat,
    .m3 .small-horizontal-cat,
    .m4 .grid-post-cat {
        padding: 2px 12px;
        margin-bottom: 6px;
    }

    .m1 .image-overlay-post {
        width: 100%;
    }

    .m1 .image-overlay-post:nth-child(1) {
        padding: 15px 0 !important;
    }

    .m1 .image-overlay-post:nth-child(2) {
        padding: 0 !important;
    }

    .section-title h2 span {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .small-horizontal-item .small-horizontal-image {
        width: 140px;
    }

    .small-horizontal-item .small-horizontal-info {
        width: calc(100% - 140px);
        padding: 0 0 0 12px;
    }

    .m3 a {
        margin-bottom: 15px;
    }

    .m3 a:last-child {
        margin-bottom: 0;
    }

    .m3 h4 {
        font-size: 16px;
    }

    .m2 .image-overlay-post img {
        aspect-ratio: 1/0.6;
    }

    .m2 .left .col-lg-6 {
        margin-bottom: 15px !important;
    }

    .m2 .right {
        margin-top: 0;
    }

    .blog-grid-item .grid-post-info {
        padding: 10px;
    }

    .m4 h4 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .m4 p {
        line-height: 20px;
    }

    .m4 a {
        margin-bottom: 15px;
    }
.dt .col-lg-4 {
    padding-top: 50px;
          padding-bottom: 50px;
}
}