:root {
    --bluetext: #013b82;
}

#nav-toggle {
    background: none;
}

.whole-shadow {
    margin-top: 0px;
    padding: 0;
    box-shadow: none;
    background: none;
}

#nav-toggle>li:hover,
#nav-toggle>li.active {
    background-color: #f2f2f2;
}

#nav-toggle>li.active>a {
    color: #333;
}


/******************* Front *********************/

.home-service-outer .same-home-service li {
    padding: 0;
}

.home-service-outer .same-home-service li .title {
    display: block;
    padding: 7px 0px 7px 8px;
    background: none;
    width: 100%;
}

.site-khan-outer,
.other-boors {
    background: none;
    border-radius: 0;
    box-shadow: none;
}


.section_b_cnt .section_b_list .title a {
    display: block;
    color: #333;
    font-size: 24px;
}


.site-khan-list li i,
.webgardi-list li i,
.site-khan-g li i,
.site-khan-g2 li i {
    display: none;
}

.section_c_cnt .title a {
    font-size: 15px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    padding: 0px 0 5px 0;
    display: inline-block;
    width: 100%;
}

.section_a_cnt .section_a2_list .title a {
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
}

.section_d_cnt .uptitle {
    display: block;
    color: var(--bluetext);
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 13px;
}


.section_c_cnt .category {
    display: block;
    margin-bottom: 0;
    color: var(--bluetext);
    font-weight: normal;
}


.section_a_cnt .section_a_item:nth-child(1) .uptitle {
    display: block;
    color: var(--bluetext);
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 6px;
}

.news_cnt .list {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
    margin: 0 -16px;
}

.news_cnt .list li {
    padding-left: 16px;
    /* border-left: 1px solid #ddd; */
    flex: 0 0 25%;
    padding: 16px 16px 16px;
}

.news_cnt .list li:nth-child(4)~li {
    padding-top: 16px;
    /* border-top: 1px solid #ccc; */
}

.news_cnt .list li .content {
    min-height: 0
}

@media screen and (max-width:850px) {
    .news_cnt .list {
        justify-content: flex-start;
        padding: 0 8px;
    }

    .news_cnt .list li {
        flex: 0 0 33.3%;
        padding: 16px 8px;
    }
}

@media screen and (max-width:550px) {
    .news_cnt .list {
        justify-content: flex-start;
        padding: 0 8px;
    }

    .news_cnt .list li {
        flex: 0 0 50%;
        padding: 16px 8px;
    }
}

.news_cnt .list li .content .uptitle {
    color: var(--bluetext);
    font-weight: normal;
    line-height: 22px;
    font-size: 13px;
    margin: 0;
}

.global-header h3 a,
.global-header h3 span {
    color: var(--bluetext);
}

.section_b_cnt .section_b_list .uptitle {
    color: var(--bluetext);
    font-weight: normal;
    font-size: 15px;
}

.vd-wrapper .video_cnt .list li .content .news_time {
    display: none;
}

@media screen and (max-width:1000px) {
    .section_c_cnt .section_c_list .section_c_item:first-child {
        padding: 0 0 0 16px;
        border-bottom: 0;
        border-left: 1px solid #ccc;
    }

    .section_d_cnt .section_d_item {
        padding-left: 10px;
        border-left: 1px solid #ccc;
    }

    .section_d_cnt .section_d_item:last-child {
        padding-top: 10px;
        margin-top: 0;
    }
}

@media screen and (max-width: 1000px) {
    .section_c_cnt .section_c_list .section_c_item {
        border-left: 1px solid #ccc;
        border-bottom: 0px solid #ccc;
    }

    .section_c_cnt .section_c_list .section_c_item:nth-child(2) {
        border-left: 0px solid #ccc;
    }
}


@media screen and (max-width:450px) {
    .section_c_cnt .section_c_list .section_c_item:first-child {
        padding: 0 0 16px 0;
        border-left: 0 solid;
        border-bottom: 1px solid #ccc;
    }

    .section_d_cnt .section_d_item {
        padding-left: 10px;
        border-bottom: 1px solid #ccc;
    }

    .section_d_cnt .section_d_item:nth-child(2) {
        padding-top: 10px;
        margin-top: 0;
        border-bottom: 0px solid #ccc;
        padding-bottom: 0;
    }

    .section_c_cnt .section_c_list .section_c_item:nth-child(2) {
        padding-top: 16px;
    }
}




@media only screen and (min-width: 450px) {
    .section_d_cnt .section_d_item {
        margin-top: 15px;
    }

    .section_d_cnt .section_d_item:nth-child(2) {
        /* border-left: 0 solid; */
    }

}


@media only screen and (max-width: 850px) {
    .section_d_cnt .section_d_item:nth-child(2) {
        border-left: 0px solid #ccc;
    }

}

@media screen and (max-width:850px) {
    .section_b_cnt {
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        padding: 0 16px;
    }

    .section_d_cnt .section_d_item:nth-child(2)~li {
        display: none;
    }
}


@media screen and (max-width:450px) {

    .section_d_cnt .section_d_item:nth-child(2)~li {
        display: inline-block;
        border-top: 1px solid #ccc;
        border-bottom: 0 solid;
    }
}

.news_cnt5 {
    margin-bottom: 30px;
}


.vd-wrapper {
    margin-bottom: 32px;
}

.general-box {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
}

.webgardi-list,
.site-khan-list {
    margin: 0;
    padding: 0;
}

.news_cnt6 {
    margin-bottom: 32px;
}

@media screen and (max-width:1240px) {
    .news_cnt6 {
        padding: 0 16px;
    }

}

.home-outer .home-master .bp-inner {
    gap: 32px;
}

@media only screen and (min-width: 1000px) {
    .home-outer .home-master .bp-inner {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 1230px) {
    .home-outer .home-master .bp-inner {
        padding: 0px;
    }
}

.webgardi-list>li:nth-child(10)~li {
    display: none
}

.webgardi-list li .title {
    padding-right: 0;
    display: block;
    width: 100%;
}

.site-khan-list li .title {
    width: 100%;
    padding-right: 0;
}

.site-khan-list li .title.icon8 {}

.general-box .global-header h3 {
    padding-right: 0;
}

.site-khan-outer .global-header h3 {
    padding-right: 0px;
}


.vd-wrapper .video_cnt .list li .content .title {
    color: #fff;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
}

@media only screen and (min-width: 1000px) {
    .vd-wrapper .video_cnt .list {
        padding: 0 16px;
    }
}

@media only screen and (min-width: 1230px) {
    .vd-wrapper .video_cnt .list {
        padding: 0 0px;
    }
}














.seperated-col .seperated-left {
    width: 100%;
    padding-right: 0px;
}



.box-header {
    background: none;
    border-top: 0px solid #fbbc19;
    position: relative;
    border-radius: 0;
}

.box-header .title-section-icon a {
    color: #013b82;
}

.box-header .title-section-icon i,
.box-header .title-section-icon-na i {
    display: none;
}

.box-header .title-section-icon a {
    padding: 14px 0px 4px 4px;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
}

.author-overview-outer {
    margin-top: 0;
}


.box-header:before {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: #ddd;
}

.box-header:after {
    content: '';
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: #013b82;
}

.box-header .title-section a,
.box-header .title-section-icon-na {
    color: #013b82;
    font-size: 18px;
    font-weight: 700;
    padding: 14px 0px 4px 4px;
    font-weight: 700;
    font-size: 17px;
    display: inline-block;
    width: 100%;
}

.box-header .title-section-icon-na {
    padding-right: 10px;
    border-radius: 0;
    padding: 20px;
}


/************ news ****************/
@media (min-width: 800px) {
    .news-outer .news-col-2 {
        padding-right: 30px;
    }
}

.news .left-search-box {
    display: none !important;
}

.news .rating-tag {
    border: 1px solid #e9e9e9;
    background: #f1f1f1;
    padding: 15px 20px 0;
}

/********** news ::: news-bazar ***********/
.news-bazar {
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: none;
    background: none;
}

.news-bazar header {
    background: none !important;
    border-bottom: 0px solid #dcdcdc;
}

.box-header .title-section {
    padding: 0 !important;
    color: #013b82;
    margin: 12px 0;
    font-weight: bold;
}

.box-header .title-section i,
.social-medias,
.news-top-bar {
    display: inline-block;
    width: 100%;
}

.article-tag .tags-detail {
    background: #013b82;
    border-radius: 4px;
}

.article-tag .tags-detail::after {
    background: #f5f5f5;
}


#news-page-article .title {
    font-weight: 500;
    font-size: 27px;
    margin: 5px 0;
}

#news-page-article .lead {
    background: none;
    padding: 0;
}

.top-tag {
    margin-bottom: 10px;
}

.top-tag a {
    color: #b11c4d;
    font-size: 14px;
    font-weight: bold;
}

.news .edit {}

.more-reading .header-more-reading {
    position: relative;
    padding: 0;
}

.more-reading .header-more-reading span {
    margin: 12px 0;
    display: inline-block;
    width: 100%;
}

.more-reading .header-more-reading:before {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: #ddd;
}

.more-reading .header-more-reading:after {
    content: '';
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: #013b82;
}

.more-reading .content-more-reading ul {
    padding-right: 0;
    margin: 0
}

.more-reading .content-more-reading ul li {
    border-bottom: 1px solid #ddd;
}

.more-reading .content-more-reading ul li:last-child {
    border-bottom: 0px solid #ddd;
}

.more-reading .content-more-reading ul li i {
    display: none;
}

.more-reading .content-more-reading::before {
    display: none;
}

.more-reading .content-more-reading a {
    padding: 4px 0px 4px 8px;
    width: 100%;
    font-size: 13px;
    color: #111;
}

@media screen and (max-width:1230px) {

    .news .news-outer,
    .news-col-3,
    .news-col-2 {
        padding: 15px 10px !important;
    }
}

.public-pelikan {
    display: none
}

.tags-outer {
    padding: 0
}

.comment-stuff label {
    color: #013b82;
}

.top-special-landing li .title a {
    color: #111;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
}

.top-special-landing li .title a:before {
    display: none
}

.top-special-landing li .lead {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 3; */
    -webkit-box-orient: vertical;
    color: #555;
}













/*******  Service *******/
@media (min-width: 800px) {
    .landing-outer .landing-col-2 {
        width: 34.1%;
        padding-right: 30px;
    }
}

.global-header h1 span {
    font-size: 23px;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.service-special {
    padding: 12px 0;
    border-bottom: 2px solid #efefef;
}

.news-grouped-by-date .top-special-landing {
    padding: 0 125px 0 0;
    position: relative;
}

.news-grouped-by-date .top-special-landing .date-title {
    position: absolute;
    right: 0;
    top: 7px;
    padding: 0;
}

@media screen and (max-width:800px) {
    .news-grouped-by-date .top-special-landing {
        padding: 0;
    }

    .news-grouped-by-date .top-special-landing .date-title {
        position: sticky;
        right: -25px;
        top: 65px;
        padding: 3px 0px;
        background: #f5f5f5;
    }

}

.news-grouped-by-date .date-title span {
    display: inline-block;
    border: 0px solid #ddd;
    font-weight: bold;
    font-size: 11px;
    color: #292a2a;
    padding: 0;
    display: block;
}

@media screen and (max-width:800px) {
    .news-grouped-by-date .date-title span {
        font-size: 14px;
    }
}

.landing-top-news-outer .landing-topnews-cnt .service-title {
    color: #013b82;
    border-bottom: 0px solid #013b82;
    position: relative;
    padding-top: 10px;
    font-weight: bold;
    font-size: 19px;
}

.landing-top-news-outer .landing-topnews-cnt .service-title i {
    display: none;
}

.landing-top-news-outer .landing-topnews-cnt .service-title:before {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: #ddd;
}

.landing-top-news-outer .landing-topnews-cnt .service-title:after {
    content: '';
    display: inline-block;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    height: 5px;
    background: #013b82;
}

.top-special-landing .service-news-list .service-pic img {
    padding: 0;
}

.search-none {
    display: none !important
}

@media screen and (max-width:1230px) {

    .landing-outer {
        padding: 16px 0;
    }

}

@media (min-width: 0px) {
    .top-special-landing .service-news-list .service-pic {
        padding-left: 6px;
        width: 25%;
        float: right
    }
}

@media screen and (max-width: 550px) {
    .top-special-landing .service-news-list .service-pic {
        width: 40%;
    }

}

.main-wrapper {
    z-index: 10;
    position: relative;
}


.header-adv {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.header-adv img {
    width: 100%;
    display: inline-block;
}

.header-adv img:nth-child(1) {}

.header-adv img:nth-child(2) {
    display: none;
}

@media screen and (max-width: 700px) {

    .header-adv img:nth-child(1) {
        display: none;
    }

    .header-adv img:nth-child(2) {
        display: inline-block;
    }
}

@media screen and (max-width: 799px) {
    .mr-bt-mobile {
        margin-bottom: 0;
        position: sticky;
        top: 0;
        z-index: 100;
    }
}

@media screen and (max-width: 799px) {
    .fixed-menu {
        position: relative;
        display: block;
        top: 0;
        right: 0;
        width: 100%;
        z-index: 9999999;
    }
}


.service-level {
    margin-bottom: 20px;
}

.service-level .right {
    flex: 1;
}

.service-level .left {}

.service-level .scontainer {
    padding: 20px;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #013b8212;
}

.service-level .suptitle {
    color: #013b82;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.service-level .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    margin-bottom: 10px;
    width: 100%;
}

.service-level .body {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.service-level .image {
    margin-top: 0;
    text-align: right;
    width: 360px;
}

.service-level .image img {
    max-width: 100%;
    height: auto;
}

.service-level .splide__pagination {
    width: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    right: 0;
    top: 0;
    transform: translate(0px, 0px);
}

@media screen and (max-width:1000px) {
    .service-level .image {
        width: 260px;
    }
}


@media screen and (max-width:800px) {
    .service-level .image {
        width: 310px;
    }
}


@media screen and (max-width:650px) {
    .service-level .image {
        width: 100%;
    }

    .service-level .scontainer {
        flex-direction: column-reverse;
    }
}






.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.service-level .splide__pagination li button {
    width: 25px;
    height: 5px;
    background-color: #d8d8d8;
    border-radius: 5px;
}

.newspaper-on-tablet {
    display: inline-block;
    margin: 16px 0 0;
    width: 100%;
    background: #fff;
    padding: 10px 10px;
}

.newspaper-on-tablet ul {
    padding: 0
}

.newspaper-on-tablet .image {
    max-width: 200px;
    float: right;
    margin-left: 10px;
    border: 1px solid #ddd;
}

.newspaper-on-tablet .content .title {
    display: block;
    width: auto;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
}

.newspaper-on-tablet .content .body {
    display: block;
    width: auto;
    font-size: 13px;
    line-height: 1.6;
    color: #444;
}

.newspaper-on-tablet .list li {
    display: inline-block;
    width: 100%;
}

@media screen and (min-width:1000px) {
    .newspaper-on-tablet {
        display: none
    }
}

@media screen and (max-width:550px) {
    .newspaper-on-tablet .image {
        max-width: 170px;
    }
}

.section_b_cnt {
    background: #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    border: 1px solid #ccc;
    padding-top: 16px;
}

@media screen and (max-width:850px) {
    .section_b_cnt {
        margin-bottom: 32px;
    }
}





/* price bar */
.denHeader {
    background-color: #013b82;
    height: 38px;
    margin-bottom: 0;
    display: none;
    align-items: center;
}

.denHeader>.content {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.denHeader .view-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 60px;
}

.denHeader .view-content .views-row {
    /* width:25%; */
    display: flex;
    gap: 10px;
    align-items: center;
    /* width: 135px; */
    justify-content: space-between;
}

.denHeader .view-content .views-row .title * {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.denHeader .view-content .views-row .change .wrapper {
    font-size: 12px;
    padding: 3px 10px 0;
    border: 1px solid #000;
    border-radius: 4px;
}

.denHeader .view-content .views-row .change .minus {
    border-color: #ff767c;
    color: #ff767c;
}

.denHeader .view-content .views-row .change .plus,
.denHeader .view-content .views-row .change .equal {
    border-color: #9cd321;
    color: #9cd321;
}

@media screen and (max-width: 900px) {
    .denHeader .view-content .views-row:nth-child(n+5) {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .denHeader .view-content {
        justify-content: space-between;
    }

    .denHeader .view-content .views-row {
        width: 50%
    }

    .denHeader .view-content .views-row:nth-child(n+3) {
        display: none;
    }
}


[class*="news-top-bar"] {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    border-radius: 0;
    margin: 10px 0;
    background: transparent;
}

[class*="news-top-bar"] .top-bar {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 4px 0px;
    border-radius: 1000px;
    overflow: hidden;
    background: transparent;
}

[class*="news-top-bar"] .top-bar span {
    color: #333 !important;
}

[class*="news-top-bar"] .service-bar svg {
    fill: #333;
}

[class*="news-top-bar"] .top-bar * {
    color: #333 !important;
}



.main-footer {
    box-shadow: none;
    background-color: #1c1c1c;
    padding: 24px 0 0 0;
    margin: 0;
    border-top: 4px solid #dddddd;
}

.main-footer .footer-content .foot-col .each-head>span.cl-b {
    background-color: #1c1c1c;
    color: #fff;
}

.foot-col ul li a {
    color: #fff;
    display: inline-block;
    width: 100%;
}

.main-footer .global-icon {
    border-top: 2px solid #2c2c2c;
    border-bottom: 2px solid #2c2c2c;
}

.main-footer .global-icon a {
    background-color: #1c1c1c;
    border: 1px solid #2c2c2c;
}

.main-footer .global-icon a i {
    color: #666;
    position: relative;
    top: -2px;
}

.main-footer .ribo {
    background-color: #1c1c1c;
}

.main-footer .ribo .ribo-outer p,
.main-footer .aasaam>a,
.main-footer .aasaam>span {
    color: #fff;
}

.main-footer .aasaam>span {
    padding: 6px 0 0 0;
}



.news_cnt .topic_border {
    padding: 0;
}




@media screen and (max-width: 799px) {
    #nav-toggle {
        height: 93vh;
        top: 66px;
        max-width: 390px;
    }


    #nav-toggle .sub-menu>li {
        background: #013b82 !important;
    }

    #nav-toggle .sub-menu {
        background: #013b82 !important;
        padding-right: 0px;
    }

    #nav-toggle .sub-menu>li>a {
        background: #fcb5b500 !important;
        color: #fff !important
    }

}

@media (min-width: 1200px) {
    .tags-inner-leyout .tags-col-1 {
        width: 65.9%;
        float: right
    }
}

@media (min-width: 1200px) {
    .tags-inner-leyout .tags-col-2 {
        width: 34.1%;
        float: right;
        padding-right: 30px;
    }
}

@media (min-width: 1200px) {
    .tags-inner-leyout .tags-col-3 {
        display: none !important;
    }
}

.whole-shadow-header {
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, .15);
    background: #fff;
}

.main-wrapper {
    padding: 0;
}

.news-outer {
    padding: 16px 0 !important;
}


#echo-detail .position-k2 {
    width: auto;
}



/* archive page */
.mag-archive .archiv-p-head {
    background-color: #ebebeb;
    border-top: 0px solid #fbbc19;
    padding: 20px 15px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.mag-archive .archiv-p-head:after {
    display: none
}

.mag-archive .archiv-p-head .r-img {
    display: none;
}


.mag-archive .archiv-p-head .detail-section h1 {
    text-align: right;
    color: #013b82;
    margin: 0;
    font-size: 16px;
}

.mag-archive .archiv-p-head .l-time span {
    color: #013b82;
    display: inline-block;
}

.mag-archive .archiv-p-head .l-time {
    padding: 0;
    width: auto;
}


@media (min-width: 1200px) {
    .mag-archive .mag-archive-outer .mag-archive-col-2 {
        width: 34.1%;
        padding-right: 30px;
    }
}


@media (min-width: 1200px) {
    .mag-archive .mag-archive-outer .mag-archive-col-1 {
        width: 65.9%;
    }
}

.news-click {
    display: none !important
}




.newspaper-links {
    margin-bottom: 30px;
}

.newspaper-links .box-header .title-section-icon {
    padding: 14px 0px 4px 4px;
    font-weight: 700;
    font-size: 17px;
    width: 100%;
    margin-bottom: 10px;
    color: #013b82;
}

.newspaper-links .links {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    justify-content: center;
}

.newspaper-links .links a {
    display: inline-block;
    padding: 4px 10px;
    background: #ebebeb;
    font-size: 12px;
    color: #013b82;
    border: 1px solid #d5d5d5;
}


.mag-archive .home-service-outer .global-header .row-cnt .np-number {
    display: none;
}


[data-element-name="FRONT_C"] .current-mag>li:nth-child(12)~li {
    display: none;
}

.author-overview-outer .author-overview-list>li:first-child {
    display: inline-block;
    width: 100%;
    grid-column: span 2;
}

@media screen and (max-width:700px) {
    .author-overview-outer .author-overview-list>li:first-child~li {
        display: flex;
        width: 100%;
        grid-column: span 2;
    }

    .author-overview-outer .author-overview-list>li:first-child~li {}
}

.social-left a i {
    box-shadow: 0 0 3px #013b8257;
    background-color: #ebebeb;
}

.social-left a i:before {
    color: #013b82;
}

.news-body .rating-news .rating-content button {
    background-color: #ebebeb;
    box-shadow: 0 0 3px #013b8257;
}

.news-body .rating-news .que-text,
.news-body .rating-news .r-detailpost span {
    color: #013b82;
    font-weight: bold;
}

.news-body .rating-news #plusme::before {
    color: #013b82;
}


.section_c_cnt .section_c_item:first-child {
    padding-bottom: 16px;
    border-bottom: 1px solid #ccc;
    padding-top: 0;
}

@media screen and (max-width:850px) {
    .section_c_cnt .section_c_item:first-child {
        border-bottom: 0px solid #ddd;
        border-left: 1px solid #ddd;
        padding-left: 10px;
    }
}



[data-element-name="FRONT_K"] .global-header h3 a {}


.author-overview-outer .author-overview h4>a {
    /* font-size: 1.2em; */
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}

.author-overview-outer .author-overview .lead {
    font-size: 0.9em;
}

.home-service-outer .global-header .row-cnt .np-number {
    font-weight: normal;
}

.section_a_cnt .section_a_item:nth-child(1) .lead {
    /* -webkit-line-clamp: 6; */
    margin: 16px 0 0 0;
}








.author-overview-outer .author-overview-list>li:first-child~li .lead {
    display: none
}

.author-overview-outer .author-overview-list>li:first-child h4>a {
    font-weight: bold;
}

.hsearch-icon {
    position: absolute;
    right: 50%;
    top: 27px;
    margin-right: -620px;
}

.hsearch-icon img {
    width: 40px
}

@media screen and (max-width:1200px) {
    .hsearch-icon {
        right: 15px;
        margin-right: 0
    }
}

@media screen and (max-width:800px) {
    .hsearch-icon {
        display: none
    }
}

.news .article-body .rating-tag {
    display: flex !important;
}

.site-khan-list .icon1::before,
.webgardi-list .icon1::before,
.site-khan-g .icon1::before,
.site-khan-g2 .icon1::before {
    display: none !important
}

.main-header .right-head-sec a {
    position: relative;
    top: 7px;
    max-width: 280px;
}

@media screen and (max-width:800px) {
    .main-header .right-head-sec a {
        top: 2px;
    }
}

.zxc-wrapper-1 {
    background: #efefef;
    width: 100%;
    max-width: 100%;
}

.zxc-wrapper-1>div {
    margin: 0 auto;
}

.main-header {
    flex: 1;
}

.zxc-wrapper-2 {
    padding: 0;
}

[data-element-name="VIEW_E"] {
    display: none;
}

body .faketabliqholder {
    background: #375fe5 !important;
    margin: 20px auto;
    max-width: 100%;
}

body .faketabliqholder[data-ad-helper-posname="J6"] {
    width: 100% !important;
    margin: 0 !important;
}

body .faketabliqholder strong {
    font-family: "Courier New", Courier, monospace !important;
    font-size: 30px !important;
    color: rgb(255, 255, 255) !important;
    display: block !important;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    display: inline-block !important;
    text-align: center !important;
}

.align-positions .faketabliqholder {
    flex: 0 0 49%;
}

.second-col .zxc {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.align-positions {
    max-width: 1200px;
    margin: 0 auto;
}

.align-positions > div {
    flex: 0 0 49%;
}

.align-positions > div * {
    width:100%
}

.align-positions > div a {
    width:100%;
    height:0;
    padding-top: 19.1%;
    position: relative;
    overflow: hidden;
}

.align-positions > div a img {
    position: absolute;
    top: 0;
    right: 0;
}


.general-box .dots,
.site-khan-outer .dots {
    margin-top: 10px;
    text-align: center;
}

.general-box .dot,
.site-khan-outer .dot {
    cursor: pointer;
    font-size: 15px;
    color: gray;
    user-select: none;
    width: 30px;
    display: inline-block;
    line-height: 21px;
    background: #ebebeb;
    margin: 0 2px;
    border-radius: 5px;
    color: #111;
    height: 27px;
    padding: 5px 2px;
}

.general-box .dot.active,
.site-khan-outer .dot.active {
    background: #013b82;
    color: #fff;
}

.tp-wrapper {
    padding: 16px;
}

@media screen and (max-width:1200px) {
    .zxc-wrapper {
        padding: 0 16px;
    }
}


.zxc-mobile>div:nth-child(2) {
    margin-top: 16px;
}



@media screen and (max-width:1220px) {
    .mag-archive-outer {
        padding: 15px;
    }
}

@media (min-width: 1130px) {

    .mag-archive-outer .mag-archive-col-1,
    .tags-inner-leyout .tags-col-1 {
        width: 66.6%;
        float: right;
        padding-right: 0;
    }
}

@media (min-width: 960px) {

    .mag-archive-outer .mag-archive-col-2,
    .tags-inner-leyout .tags-col-2 {
        width: 33.3333333333%;
        float: left;
        margin-left: 0;
        padding-right: 16px;
    }
}

@media (min-width: 960px) {

    .mag-archive-outer .mag-archive-col-1,
    .tags-inner-leyout .tags-col-1 {
        width: 66.6666666667%;
        float: right;
        padding-right: 0;
    }
}

@media (max-width: 960px) {

    .mag-archive-outer .mag-archive-col-1,
    .tags-inner-leyout .tags-col-1 {
        padding: 0;
    }
}

.mag-archive-outer .mag-archive-col-3,
.tags-inner-leyout .tags-col-3 {
    display: none;
}

@media screen and (max-width:1200px) {

    [class*="service"] .landing-outer,
    [class*="tag"] .tags-inner-leyout {
        padding: 15px;
    }
}

@media screen and (max-width:1000px) {

    .news-grouped-by-date .date-title,
    .tag-cnt .date-title {
        position: relative;
        top: 0;
        right: -25px;
    }
}

@media screen and (max-width:600px) {
    .article-detail .social-left {
        float: none;
    }

    .main-footer .ribo {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 1200px) {
    .main-footer .footer-content .foot-col {
        width: 50%;
        float: right;
        padding: 0 12px
    }
}


@media screen and (max-width: 800px) {
    .main-footer .footer-content .foot-col {
        width: 100%;
        float: right;
        padding: 0 12px
    }
}


@media only screen and (min-width: 800px) and (max-width: 1120px) {
    .top-main-menu .date-cnt {
        bottom: 73px;
    }
}


.section_a_cnt .section_a_item:nth-child(1) .title a {
    color: #333;
    font-size: 22px;
}


.section_d_cnt .title a {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 26px;
}

@media only screen and (max-width: 1000px) {
    .section_d_cnt .title a {
        padding-top: 0px;
    }
}

.section_a_cnt .section_a2_list {
    border-right: 1px solid #ccc;
    display: inline-block;
    width: 100%;
    padding-right: 16px;
    margin-top: 32px;
}

@media screen and (max-width:1000px) {
    .section_a_cnt .section_a2_list {
        border-right: 0px solid #ccc;
        padding-right: 0;
    }
}

@media screen and (max-width:850px) {
    .section_a_cnt .section_a2_list {
        border-right: 1px solid #ccc;
        padding-right: 16px;
        margin-bottom: 32px;
    }
}

.section_d_cnt .section_d_list {
    border-top: 1px solid #ccc;
    margin-top: 16px;
}

@media screen and (max-width:1000px) {
    .section_d_cnt .section_d_list {
        margin-top: 0px;
        margin: 0;
    }
}

@media only screen and (max-width: 450px) {
    .section_d_cnt .section_d_list {
        margin: 32px 0;
        border-top: 0px solid #ccc;
    }

    .section_d_cnt .section_d_item {
        border-left: 0px solid #ccc;
    }

    .section_d_cnt .section_d_item:nth-child(1) {
        border-top: 0px solid #ccc;
    }

    .section_d_cnt .section_d_item:nth-child(2) {
        border-left: 0px solid #ccc;
        padding-bottom: 10px;
    }
}

.section_c_cnt .person .author_image img {
    float: right
}


.section_c_cnt {
    margin-top: 40px;
}

@media screen and (max-width:1000px) {
    .section_c_cnt {
        margin-top: 0px;
    }
}

@media screen and (max-width:850px) {
    .section_c_cnt {
        margin-bottom: 16px;
    }
}

.section_e_cnt .content .title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.section_e_cnt ul { padding: 0!important; }

@media screen and (max-width:1000px) {
    .section_e_cnt .content .title {
        font-size: 18px;
        font-weight: bold;
        color: #222;
    }
}


@media screen and (max-width:650px) {
    .section_e_cnt .content .title {
        font-size: 16px;
        font-weight: bold;
        color: #222;
    }
}

.section_e_cnt .content .body {
    line-height: 1.9;
}

.section_a_cnt .section_a2_list .section_a2_item:first-child {
    margin-bottom: 20px;
}

.section_a_cnt {
    margin-bottom: 0;
}

.section_a_cnt .section_a_item:nth-child(1) .title {
    margin: 0;
}

.news_cnt .list li .content .title {
    font-weight: bold;
    color: #333;
    line-height: 26px;
    font-size: 15px;
}


.news_cnt .header span {
    font-size: 24px;
    font-weight: bold
}

@media only screen and (max-width: 1000px) {

    .section_e_cnt {
        display: inline-block;
        background-color: #f5f5f5;
        padding: 10px 10px;
        margin: 0;
        color: #eee;
        width: 100%;
        margin-bottom: 20px;
    }



}

@media only screen and (max-width: 1000px) {
    .section_e_cnt .list li .image {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

@media only screen and (max-width: 500px) {
    .section_e_cnt .list li .image {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .section_e_cnt .list li {
        display: flex;
        flex-direction: column !important;
        flex-wrap: wrap !important;
    }
}

@media only screen and (max-width: 850px) {
    .section_d_cnt {
        margin-bottom: 16px;
    }
}

.nc-wrapper {
    padding: 8px 0;
}

.nc-wrapper>div {
    padding: 0 16px;
}



/* video */
.vd-wrapper {
    background-color: #262a33;
    padding: 16px 0;
}

.vd-wrapper .video_cnt .list {
    padding: 0 16px;
}


.vd-wrapper .video_cnt .list li {
    display: flex;
    flex-direction: column;
    gap: 16px
}

@media screen and (max-width:1000px) {

    .vd-wrapper .video_cnt .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .vd-wrapper .video_cnt .list li:nth-child(3)~li {
        display: none
    }
}

@media screen and (max-width:550px) {

    .vd-wrapper .video_cnt .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .vd-wrapper .video_cnt .list li:nth-child(3)~li {
        display: inline-block
    }
}

.news_cnt6 .list_cnt {
    display: grid;
    gap: 32px;
}


.global-header h3,
.global-header h1 {
    margin: 12px 0
}

.bp-inner .mrgbt24 {
    margin-bottom: 32px;
}

#newspaper-content .seperated-col .mrgbt24.empty {
    display: none;
}

@media screen and (max-width:1000px) {
    #newspaper-content .seperated-col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #newspaper-content .seperated-col .mrgbt24 {
        flex: 0 0 50%;
        padding: 0 8px
    }

    #newspaper-content .seperated-col .mrgbt24:first-child {
        flex: 0 0 100%;
        padding: 0 0px
    }
}

@media screen and (max-width:650px) {
    #newspaper-content .seperated-col .mrgbt24 {
        flex: 0 0 100%;
        padding: 0px
    }

}

.vd-wrapper .video_cnt .header span {
    font-weight: bold;
    font-size: 24px;
}

.article-tag-two {
    margin-bottom: 30px;
}

.article-tag-two .tags-detail:after {
    display: none;
}



.vd-wrapper #video_slider .splide__pagination li button {
    background-color: #efefef;
}

.vd-wrapper #video_slider .splide__pagination .is-active {
    background-color: #4e72d9;
}

.vd-wrapper #data_slider .splide__pagination li button {
    background-color: #efefef;
}

.vd-wrapper #data_slider .splide__pagination .is-active {
    background-color: #4e72d9;
}

/* @media screen and (min-width:1232px) {
    .nc-wrapper>div {
        padding: 8px 0;
    }
} */


.home_infographi #home_infographi .content .uptitle {
    font-weight: normal;
    font-size: 0.8rem;
    margin: 10px 0 0px 0;
}

.home_infographi #home_infographi .content .title {
    font-size: 16px;
    margin-bottom: 20px;
}

#echo-detail h2, #echo-detail h3 {line-height: 30px;}


.info_tablet { padding: 0 16px;; }
.home_infographi #home_infographi .splide__pagination li button {
    width: 20px;
    height: 6px;
    border-radius: 4px;
}

.mag-archive .c_front_fs_17 { display: none; }
.home .c_front_fs_34 { display: none; }



/* 17/2/2025 */
.home-outer .wrapperw {margin: 0 auto;}
.home-outer .wrapperw .headerw {font-size: 1.05rem !important; font-weight: normal;}
.home-outer .s-1.container {margin-bottom: 16px; padding-bottom: 0;}
.home-outer .s-2.container::after {content: unset;}
.home-outer .s-1 .second-box .content .bottom .newsw .details .title  {height: unset;}
.home-outer .s-1 .second-box .content .bottom .newsw {min-height: unset;}
.home-outer .vd-wrapper {margin: 0;}
.home-outer .home-master > div:nth-child(4) {padding-top: 0;}
body > div.outer-wrapper > main > div > div.home-master > div:nth-child(3) > div.wrapperw {padding-bottom: 16px;}
.home-outer .c_front_b6 .details {min-height: 64px;}
.home-outer .s-2 {gap: 1rem;}
.home-outer .s-2 .first-box .right-box .image img {display: block;}
.home-outer .s-2 .first-box .inner-content {border-bottom: 1px solid #ddd; padding-bottom: 1rem;}

.home_infographi .infographi-header a, 
.home_infographi .infographi-header span,
.most-viewed-latest-tab .header button {
    font-size: 1.05rem!important;
    font-weight: normal;
}


.s-1 .second-box .content .top .image, .s-2 .first-box .right-box .image {
    width: 45%;
}
.s-1 .second-box .content .top .details, .s-2 .first-box .right-box .details {
    width: 55%;
}