header{
    background-color: #EFF5F8;

}

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


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

.nav-links li {
    margin-right: 20px;
}

.nav-links li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.nav-links li a:hover{
    text-decoration: underline;
}

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

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

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

@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: 3px 20px;
    }

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

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

    .nav-links li {
        margin: 10px 0; /* 调整导航链接的上下间距 */
    }

    .burger {
        display: flex;
    }
    .toggle{
        position: fixed;
        z-index: 9999;
        right: 20px;
        font-size: 24px;
    top: 20px;
    }
}

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

.text-limit-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.text-limit-4{
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.latest-posts-left,
.latest-posts-right{
    display: flex;
}

.latest-posts {
    padding: 20px 0;
}

@media (max-width:768px) {
    .latest-posts{
        padding: 0 !important;
    }
    .banner-news .single-baner-nw .banner-img-cap .banner-cap{
        padding: 5px 10px;
    }
    .banner-news .single-baner-nw .banner-img-cap .banner-cap p{
        line-height: 1;
        font-size: 14px;
    }
    .banner-news:first-child .single-baner-nw{
        margin-bottom: 5px;
    }
    .section-tittle{
        margin-bottom: 0px;
    }
    .latest-slider .trending-top .trend-top-img .trend-top-cap{
        bottom: 0;
    }
    .latest-slider .trending-top .trend-top-img .trend-top-cap span{
        padding: 0px;
        line-height: 20px;
        margin-bottom: 0;
    }
    .latest-posts .trending-top{
        margin-bottom: 15px;
    }
    .latest-posts .single-baner-nw2{
        margin-bottom: 0;
        padding-bottom: 0;        height: auto !important;
    }
    .single-baner-nw2 .banner-img-cap2 .banner-cap2 p{
        font-size: 14px;
        line-height: 20px;
    }
    .single-baner-nw2 .banner-img-cap2 .banner-cap2{
        padding: 0;
    }
    .latest-posts-left,
    .latest-posts-right{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    .single-baner-nw2 .banner-img-cap2 .banner-cap2 h3 a{
        font-size: 16px;
    }
    .single-baner-nw2 .banner-img-cap2 .banner-cap2 p a{
        display: none !important;
    }
    .latest-posts-left .col-xl-6,
    .latest-posts-right .col-xl-6{
        padding: 0 5px;
    }
    .banner-news .single-baner-nw .banner-img-cap .banner-cap h3 a,
    .single-baner-nw4 .banner-img-cap4 .banner-cap4 h3 a{
        font-size: 16px;
    }
    .video-area{
        padding: 15px 0 0px;
        margin-bottom: 5px;
    }
    .slick-initialized .slick-slide{
        margin-bottom: 0;
    }
    .single-baner-nw4 .banner-img-cap4 .banner-img4{
        margin-bottom: 0;
    }
    .single-baner-nw4 .banner-img-cap4 .banner-cap4 p{
        font-size: 14px;
        line-height: 20px;
    }
    .top-post-area .single-job-items .company-img img{
        margin-bottom: 0;
        width: 100% !important ;
    }
    .top-post-area .single-job-items .job-tittle{
        padding: 5px;
    }
    .top-post-area .single-job-items .job-tittle span{
        margin-bottom: 0;
    }
    .top-post-area .single-job-items .job-tittle a h4{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .top-post-area .single-job-items .job-tittle p{
        font-size: 14px;
        line-height: 22px;
    }
    .top-post-area .single-job-items{
        margin-bottom: 10px;
    }
    .top-post-area .single-job-items img{
        height: 160px;
        object-fit: cover;
    }
    .section-padding{
        padding-top: 0;
    }
    .blog_right_sidebar .single_sidebar_widget{
        padding: 10px;
    }
    .blog_right_sidebar .widget_title{
        margin-bottom: 10px ;
    }
.news-slider-active button.slick-next {
    right: 0 !important;
}
.news-slider-active button.slick-prev {
        left: 0px !important;
    }
.news-slider-active button.slick-prev img,
.news-slider-active button.slick-next img{
    margin-top: 0 !important;}
.latest-slider,
        .single-baner-nw2{           padding-bottom: 5px !important; }
.latest-posts-left, .latest-posts-right{margin-bottom: 5px;}

}

.post_item img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}

  .slick-list{height: 100%;}
        .slick-track{height: 100%;}
        .latest-slider,
        .single-baner-nw2{    padding-bottom: 30px; }
        .top-post-area .single-job-items .company-img img{width: 300px;}

.banner-news .single-baner-nw .banner-img-cap .banner-img img{
object-fit: cover;}

@media (min-width:600px){
.banner-news .single-baner-nw .banner-img-cap .banner-img img{
    height: 220px;}
}

@media (min-width:1200px){
.banner-news .single-baner-nw .banner-img-cap .banner-img img{
    height: 380px;}
}

@media (max-width:600px){
.banner-news .single-baner-nw .banner-img-cap .banner-img img{
    height: 180px;}
}



