article section {
    margin-top: 50px;
    margin-bottom: 50px
}

article section:first-child {
    margin-top: 0
}

article section:last-child {
    margin-bottom: 0
}

article section .headline {
    max-width: none
}

article section ul.type-square {
    list-style-type: none;
    list-style-position: outside;
    list-style-image: url(../img/list-marker.cac18707.svg);
    padding-left: 1rem
}

article section ul.type-square li {
    padding-left: 1rem
}

article section ul.type-square ul.list_style_LowRoman_one_bracket {
    padding-left: 1rem;
}
article section ul.type-square .list_style_LowRoman_one_bracket li {
    padding-left: 0rem
}

article section ul.type-square li ul li::before {
    content: "(" counter(roman, lower-roman) ") ";
}

.list_style_LowRoman_one_bracket li::before {
    content: "(" counter(list, lower-roman) ") ";
    counter-increment: list;
}

@media(min-width: 992px) {
    article section {
        margin-top: 100px;
        margin-bottom: 100px
    }

    body.news_n_video article section {

        margin-bottom: 0px
    }

    article section:first-child {
        margin-top: 0
    }

    article section:last-child {
        margin-bottom: 0
    }
}

/* New Style added start*/
.dedicatedTeamWrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;

}

.dedicatedTeamItem {
    padding: 20px;
    border: 1px solid #83B341;
    margin-bottom: 0;
}

.dedicatedTeamItem .dTCountry {
    color: #443895;
    font-weight: bold;
}

.dedicatedTeamItem dt {
    padding-bottom: 15px;
    line-height: 130%;
}

.dedicatedTeamItem dd {
    padding-bottom: 15px;
    line-height: 130%;
}

.dedicatedTeamItem span {
    font-weight: bold;
}

@media(max-width: 992px) {
    .dedicatedTeamWrapper {
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }

}

@media(max-width: 767px) {
    .dedicatedTeamWrapper {
        display: block;
    }

    .dedicatedTeamItem {
        margin-bottom: 10px;
    }
}

.contactUsPart {}

.contactUsPart dl {
    /*clear: both;*/
}

.contactUsPart dl dt {
    /*float: left;
    width: 80px;*/
}

.contactUsPart dl dd {
    /*float: left;*/
}

.officeWebLink {
    text-decoration: underline;
}

.ogChart {
    text-align: center;
}

.ogChart img {
    max-width: 1000px;
}

.contactus {
    display: block;
    /*text-align: center;*/
    padding-bottom: 80px;
    max-width: 1100px;
    margin: 0 auto;
}

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

    .contactus,
    .bookletdownload {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media print {

    .contactus,
    .bookletdownload {
        display: none;
    }
}

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

    .contactus,
    .bookletdownload {
        padding-bottom: 8px;
    }
}

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

    .contactus .mainTitles__big,
    .bookletdownload .mainTitles__big {
        font-size: 20px;
    }
}

.contact__content {
    display: table;
    width: 100%;
}

.contact__left,
.contact__right,
.m-form__half {
    box-sizing: border-box;
}

.contact__left {
    vertical-align: top;
    width: 59%;
    display: table-cell;
    padding-right: 16px;
}

.contact__right {
    display: table-cell;
    width: 41%;
    text-align: left;
    vertical-align: top;
    background-color: #f2f2f2;
    font-size: 14px;
    color: #000;
}

@media screen and (max-width: 767px) {
    .contactus {
        padding-bottom: 0;
    }

    .contact__left,
    .contact__right {
        width: 100%;
        padding: 0 0 16px 0;
        display: block;
    }
}

.contact__right a {
    color: #443895;
}

.contact__right__inner {
    padding: 20px 62px 20px 20px;
    line-height: 140%;
}

.contactus__section,
.bookletdownload__section {
    padding-top: 7px;
    vertical-align: top;
    display: inline-block;
    padding-bottom: 20px;
}

.contactus__button,
.bookletdownload__button {
    margin-top: 20px;
    vertical-align: top;
    display: inline-block;
}

.contactus__button button,
.bookletdownload__button button {
    font-size: 18px;
    cursor: pointer;
}

.contact__information__section {
    padding-bottom: 23px;
}

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

    .contactus__button,
    .bookletdownload__button {
        margin-top: 12px;
    }
}

.contactus nav.link button,
.bookletdownload nav.link button {
    font-size: 18px;
    height: 52px;
    line-height: 52px;
    background-color: #d9242d;
    padding-left: 55px;
    padding-right: 55px;
    text-align: center;
    z-index: 1;
    color: #fff;
    cursor: pointer;
}

.contactus nav.link button:focus,
.bookletdownload nav.link button:focus,
.contactus nav.link button:hover,
.bookletdownload nav.link button:hover {
    background-color: #2b2e34;
}

.contactus__message,
.bookletdownload__message {
    color: #d9242d;
    font-weight: 700;
    margin-bottom: 20px;
    display: none;
    text-align: left;
}

.contactus .m-form__section.last .m-form__half:first-of-type,
.bookletdownload .m-form__section.last .m-form__half:first-of-type {
    width: 200px;
    float: left;
}

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

    .contactus .m-form__section.last .m-form__half:first-of-type,
    .bookletdownload .m-form__section.last .m-form__half:first-of-type {
        width: 160px;
    }
}

.contactus .m-form__section.last .m-form__half:first-of-type .captcha_img,
.bookletdownload .m-form__section.last .m-form__half:first-of-type .captcha_img {
    width: calc(100% - 80px);
    vertical-align: middle;
}

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

    .contactus .m-form__section.last .m-form__half:first-of-type .captcha_img,
    .bookletdownload .m-form__section.last .m-form__half:first-of-type .captcha_img {
        width: calc(100% - 74px);
    }
}

.contactus .m-form__section.last .m-form__half:last-of-type,
.bookletdownload .m-form__section.last .m-form__half:last-of-type {
    float: none;
    width: auto;
    margin-left: 205px;
}

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

    .contactus .m-form__section.last .m-form__half:last-of-type,
    .bookletdownload .m-form__section.last .m-form__half:last-of-type {
        margin-left: 162px;
        margin-top: 0;
    }
}

.contactus .m-form__dropdown>a span,
.bookletdownload .m-form__dropdown>a span {
    font-size: 13px;
}

.contactus .m-form__textArea,
.bookletdownload .m-form__textArea {
    padding: 20px 16px;
    margin-bottom: 0;
}

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

    .contactus .m-form__textArea,
    .bookletdownload .m-form__textArea {
        padding: 12px 15px;
        font-size: 12px;
    }
}

.contactus__submit,
.bookletdownload__submit {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    width: 215px;
    height: 50px !important;
    line-height: 50px !important;
    border: none;
    font-size: 20px;
}

.contactus__submit:hover,
.bookletdownload__submit:hover,
.contactus__submit:focus,
.bookletdownload__submit:focus {
    color: #fff;
    background: #2b2e34;
}

.contactus__submit:hover .linkBorder__text,
.bookletdownload__submit:hover .linkBorder__text,
.contactus__submit:focus .linkBorder__text,
.bookletdownload__submit:focus .linkBorder__text {
    color: #d9242d;
}

.contactus__submit:hover:after,
.bookletdownload__submit:hover:after,
.contactus__submit:focus:after,
.bookletdownload__submit:focus:after,
.contactus__submit:hover:before,
.bookletdownload__submit:hover:before,
.contactus__submit:focus:before,
.bookletdownload__submit:focus:before {
    border: none !important;
}

.contactus__submit:after,
.bookletdownload__submit:after,
.contactus__submit:before,
.bookletdownload__submit:before {
    border: none !important;
}

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

    .contactus__submit,
    .bookletdownload__submit {
        font-size: 12px !important;
        height: 30px !important;
        line-height: 30px !important;
        width: 128px;
    }
}

/* Form */
.m-form__section {
    display: inline-block;
    min-height: 40px;
    margin-bottom: 8px;
    width: 100%;
}

.m-form__column {
    width: calc(50% - 10px);
}

@media screen and (max-width: 580px) {
    .m-form__column {
        width: 100%;
    }
}

.m-form__half {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 8px);
}

.m-form__half:last-of-type {
    margin-left: 16px;
}

@media screen and (max-width: 580px) {
    .m-form__half {
        width: 100%;
        float: none;
    }

    .m-form__half:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
}

.m-form__field {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    font-size: 13px;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: none;
    padding: 10px 20px;
}

.m-form__field:hover,
.m-form__field:focus {
    border: 1px solid #2b2e34;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .m-form__field {
        padding-left: 10px;
    }
}

@media screen and (max-width: 580px) {
    .m-form__field {
        padding: 11px 16px;
    }
}

.m-form__textArea {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    min-height: 150px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
}

.m-form__textArea:hover,
.m-form__textArea:focus {
    border: 1px solid #2b2e34;
}

.m-form__dropdown {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    min-width: 13rem
}

.m-form__dropdown.dropdown1 {
    width: 14rem;
    min-width: unset;
}

.m-form__dropdown.year_option {}

.m-form__dropdown.type_option {}

.m-form__dropdown>ul {
    max-height: 300px;
    overflow: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0 !important;
    margin: 0;
    text-align: left;
    z-index: 20;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.m-form__dropdown>ul li {
    font-size: 14px;
    white-space: nowrap;
    display: block;
    width: 100%;
    min-height: 40px;
    border-bottom: 1px solid #ebebeb;
    overflow: visible;
    white-space: normal;
    word-wrap: break-word;
}

@media screen and (max-width: 580px) {
    .m-form__dropdown>ul li {
        font-size: 12px;
    }
}

.m-form__dropdown>ul li a {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    display: block;
    padding: 14px 40px 13px 16px;
    color: #666;
}

.m-form__dropdown>ul li a:focus,
.m-form__dropdown>ul li a:hover,
.m-form__dropdown>ul li a.selected {
    background-color: #d6d6d6;
}

.m-form__dropdown>a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 16px !important;
    min-height: 40px;
    padding: 14px 40px 13px 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.m-form__dropdown>a[aria-expanded="true"] {
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.m-form__dropdown>a[aria-expanded="true"]:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -3px;

}

.m-form__dropdown>a span {
    display: block;
    margin-top: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    color: #666;
    font-size: 14px;
}

.m-form__dropdown>a span a {
    color: #666;
}

@media screen and (max-width: 580px) {
    .m-form__dropdown>a span {
        font-size: 12px;
    }
}

.m-form__dropdown>a.dropdownError {
    border: 1px solid #da252e;
}

.m-form__dropdown>a:before {
    content: '';
    width: 7px;
    height: 7px;
    display: block;
    border-top: rgba(102, 102, 102, 0.6) 2px solid;
    border-right: rgba(102, 102, 102, 0.6) 2px solid;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

@media screen and (max-width: 580px) {
    .m-form__dropdown>a:before {
        width: 9px;
        height: 9px;
        right: 17px;
        margin-top: -8px;
    }
}

.m-form__dropdown>a[aria-expanded="true"]>ul,
.m-form__dropdown>a[aria-expanded="true"]+ul {
    display: block;
    background: #fff;
    z-index: 10;
}

.m-form__dropdown.dark>a {
    background: #2b2e34;
}

.m-form__dropdown.dark>a span {
    color: #fff;
}

.m-form__dropdown.dark>a:before {
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
}

.m-form__invisible {
    background-color: none;
    background: none;
}

.m-form__label {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}

.m-form__error {
    font-size: 13px;
    display: none;
    position: relative;
    min-height: 20px;
    margin: 0;
    padding: 0;
    color: #d9242d;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 10px;
}

.data-right-desc {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    display: block !important;
}

.data-right-desc a {
    color: #443895;
}

.checkbox-with-desc {
    display: block;
    clear: both;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 3px;
    font-weight: 400 !important;
}

.checkbox-with-desc input {
    float: left;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
}

.checkbox-with-desc .error-msg {
    color: #da252e;
    display: none;
    padding-bottom: 6px;
}

.checkbox-with-desc .desc,
.checkbox-with-desc .error-msg {
    text-align: left;
    font-size: 13px;
    margin-left: 30px;
    line-height: 160%;
}

.checkbox-with-desc .desc {
    position: relative;
    top: -5px;
}

.contact__section {
    text-align: left;
}

.contact__submit {
    display: inline-block;

    transition: all .2s;
    border: none;

    background-color: #443895;
    color: #FFF;
    font-weight: bold;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    text-align: center;
    cursor: pointer;
}

.contact__submit.hidden {
    display: none;
}

.contact__submit:hover {
    background-color: #2b2e34;
    color: #FFF;
    text-decoration: none;
}

.contact__information__header {
    color: #443895;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.icon-location {
    background: url(../img/icon-location.svg) no-repeat 0 0;
    background-size: 14px 20px;
    padding-left: 22px;
}

.icon-mobile {
    background: url(../img/icon-phone.svg) no-repeat 0 0;
    background-size: 13px 20px;
    padding-left: 22px;
}

.icon-mail {
    background: url(../img/icon-email.svg) no-repeat 0 3px;
    background-size: 16px 13px;
    padding-left: 22px;
}

.contactMessage {
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
}

.errorDropdown #contact-industry-dropdown,
.errorDropdown #contact-operation-dropdown {
    border: 1px solid rgb(218, 37, 46);
    border-radius: 5px;
}

/* Form end */
/* New Style added end*/

/* Video page start */
.videoListWrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* Creates 3 equal columns */
    gap: 20px;
    /* Adjusts the space between items */
}

.videoItem {
    overflow: hidden;
    /* Ensures child elements don't overflow */
}

.videoItemImg {
    min-height: 220px;
    /* background-color: #f6f6f6; */
    display: block;
    position: relative;
}

.videoItem img {
    width: 100%;
    /* Make the image responsive */
    min-height: auto;
    /* Maintain aspect ratio */
    position: absolute;
    top: 50%;
    /*     transform: translateY(-50%); */
}

.videoItemTitle {
    display: block;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .videoListWrapper {
        grid-template-columns: repeat(1, 1fr);
        /* Creates 3 equal columns */
        gap: 20px;
        /* Adjusts the space between items */
    }
}

/* Video page ends */
/* wechat starts */
.wechat-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #f2f2f2
}

.wechat-lightbox .inner {
    padding: 0 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    width: 100%
}

.wechat-lightbox .inner input {
    font-size: 16px
}

.wechat-lightbox .inner img {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: auto;
}

.wechat-lightbox .inner h2 {
    font-size: 18px;
    font-weight: 400
}

.wechat-lightbox .inner .wechat-logo {
    max-width: 100px
}

.wechat-lightbox .inner .instruction {
    font-size: 16px;
    padding: 10px 0 20px
}

.wechat-lightbox .inner .instruction p {
    margin-top: 10px;
    margin-bottom: 0
}

.wechat-lightbox .inner .icon-wechat-icon {
    color: #2dc100;
    font-size: 100px
}

.wechat-lightbox .inner .mobile {
    display: none
}

.wechat-lightbox .inner .mobile .open-wechat a {
    font-size: 18px;
    width: 170px;
    height: 50px !important;
    line-height: 50px !important;
    text-align: center;
    margin-top: 12px
}

.wechat-lightbox .inner .mobile .open-wechat a:after,
.wechat-lightbox .inner .mobile .open-wechat a:before {
    border: none !important
}

.wechat-lightbox .inner .mobile .open-wechat a:focus,
.wechat-lightbox .inner .mobile .open-wechat a:hover {
    background-color: #2b2e34
}

@media screen and (max-width:580px) {
    .wechat-lightbox .inner .mobile .open-wechat a {
        height: 40px !important;
        line-height: 40px !important;
        width: auto;
        font-size: 14px !important
    }
}

.wechat-lightbox .close {
    display: block;
    width: 60px;
    height: 60px;
    background: #d9242d;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 60px;
    text-align: center;
    padding-top: 2px;
    text-decoration: none;
    cursor: pointer;
}

.wechat-lightbox .close i {
    color: #fff;
    font-size: 16px
}

.wechat-lightbox .inner .iconPop img {
    width: 100px;
}

#iconWeChat {
    margin-left: 3px;
}

#iconWeChat .socialLogo {
    width: 28px;
}

/* wechat ends */
#eLog {
    display: none;
}


/*paginator*/

.page_paginator_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 1rem;
}

.page_paginator_container>* {
    margin-right: 0.75rem;
}

.page_paginator_container input {
    --pagin_input_pd_left: 1rem;
    --pagin_input_pd_right: 1rem;

    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    padding-left: var(--pagin_input_pd_left);
    padding-right: var(--pagin_input_pd_right);
    border: 2px solid #7c7efc;
    border-radius: var(--borderradius1);
    background-color: #fff;
    color: var(--greygreen_600);
    width: calc(5ch + var(--pagin_input_pd_left) + var(--pagin_input_pd_right));
    text-align: center;
}

.page_paginator_container a {
    color: var(--main_text_color);
    text-decoration: none;
    padding: 0.3rem 0.625rem;
    width: 2rem;
    height: 2rem;
    border-radius: 0.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_paginator_container *:not(.prev, .next, .selected) a:hover,
.page_paginator_container *:not(.prev, .next, .selected) a:focus {
    color: #333;
}

.page_paginator_container :where(.prev, .next) a {
    font-size: 0;
}

.page_paginator_container :where(.prev, .next) a::before {
    content: '';
    display: block;
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.page_paginator_container .prev a::before {
    transform: rotate(135deg);
}

.page_paginator_container .next a::before {
    transform: rotate(315deg);
}

.page_paginator_container :where(.prev, .next) a:hover::before,
.page_paginator_container :where(.prev, .next) a:focus::before {
    border-color: #003849;
}

.page_paginator_container .selected a {
    background-color: #333;
    color: #fff;
}

.page_paginator_container.hide_field {
    display: none !important;
}

.form_wrapper {}

.form_wrapper .nav_row {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1rem;
}


/* EFFECT END */
/* ===== FILTER ===== */
.filter-title {
    font-size: 26px;
    font-weight: 700;
    margin: 16px 0
}

.filter-header {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.search-box {
    display: grid;
    align-items: center;
    column-gap: 1rem;
    grid-template-columns: 1fr max-content;
    border: 1px solid #ccc;
    padding-right: .86rem;
    /*position: relative*/
}

.search-box input {

    display: block;
    padding: 12px 44px 12px 12px;
    border: 0;
}

.search-icon {
    /*position: absolute;
    right: 22px;
    top: 60%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    transform: translateY(-50%)*/
}

.filter-toggle {
    width: 100%;
    border: none;
    background: #fff;
    color: #d4001a;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #eee
}

.filter-toggle::after {
    content: '';
    display: block;
    border: solid black;
    border-width: 0 .25rem .25rem 0;
    display: inline-block;
    padding: .25rem;
    transform: rotate(45deg);
    transition: .3s ease-in-out;

}

.filter_active .filter-toggle::after {
    transform: rotate(-135deg);
}

.filter-panel {
    display: grid;
    grid-auto-flow: column;
    align-items: flex-end;
    row-gap: 1rem;
    column-gap: 2.3rem;
    padding: 16px 0
}

.filter-panel :where(.filter-group, .filter-actions) {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    row-gap: 0;
}

.filter-group:has(.search-box) {}

.formFilter.active .filter-panel {
    display: block
}

.filter-group {}

.filter-group label {
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px
}

.filter-group select {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    font-size: 1rem;
    min-height: 40px;
    padding: 14px 40px 13px 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    font-size: 13px;
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-overflow-scrolling: touch;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.filter-actions {}

.filter-actions .reset {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    display: block;
    color: #000;
    font-weight: 700;
    margin-bottom: 6px;
}

.filter-actions .apply {
    padding: 6px;
    border: 1px solid #d4001a;
    background: #fff;
    color: #d4001a;
    font-weight: 700
}

.mobileDD {
    display: none
}

/* ===== NEWS ===== */
.news-list {
    padding: 24px 0
}

.news-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px
}

.news-card {
    border: 1px solid #eee
}

.news-card img {
    width: 100%;
    display: block
}

.news-body {
    padding: 16px
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.date {
    font-size: 14px
}

.tag_news_type,
.tag{
    color: #fff;
}


.tag_news_category{
    color: #fff;
}

.tag,
.tag_news_type,
.tag_news_category {
    border-radius: .25rem;
    padding-left: .75rem;
    padding-right: .75rem;
    display: inline-block;
    text-align: center;
    font-size: .75rem;
    padding-top: .125rem;
    padding-bottom: .125rem;
}

.tag.cate1 {
    background: #1c72d4;
}

.tag.cate2 {
    background: #B65B0C;
}

.tag.cate3 {
    background: #443895;
}

.tag.cate4 {
    background: #35827D;
}

.tag.cate5 {
    background: #7C7841;
}

.tag_news_category.cate1 {
    background: #0672ed;
}

.tag_news_category.cate2 {
    background: #737500;
}

.tag_news_category.cate3 {
    background: #920693;
}

.tag_news_category.cate4 {
    background: #473f00;
}

.tag_news_category.cate5 {
    background: #1404f7;
}

.tag_news_category.cate6 {
    background: #008075;
}

.tag_news_category.cate7 {
    background: #1C72D4;
}

.tag_news_category.cate8 {
    background: #BC5B01;
}

.tag_news_category.cate9 {
    background: #A61E4D;   /*  dusty pink */
}


.tag_news_category.cate500 {
    background: #3270E5;
}

.tag_news_category.cate510 {
    background: #B06023;
}

.tag_news_category.cate520 {
    background: #377E75;
}

.tag_news_category.cate530 {
    background: #861C8E;
}

.tag_news_category.cate540 {
    background: #463F0F;
}

.tag_news_category.cate550 {
   background: #1205ED;
}

.tag_news_category.cate560 {
    background: #A61E4D;   /*  dusty pink */
}


.tag_news_category.cate570 {
    background: #737522;
} 


.tag_news_category.cate580 {
    background: #473f00;
}


.tag_news_type.cate1 {
    background: #5D7F2E;
    /*color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px*/
}

.tag_news_type.cate2 {
    background: #1C72D4;
    /*color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px*/
}

/*
.tag,
.tag_news_type {
    background: #D5FF9E;
    color: #2F2768;
    font-size: 12px;
    padding: 6px 12px
}



.tag.blue {
    background: #1C72D4;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px
}

.tag.orange {
    background: #CB6913;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px
}

.tag.green {
    background: #5D7F2E;
    color: #fff;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 6px
}*/

.news-body h3 {
    font-size: 18px;
    line-height: 1.4;
    margin: 0
}

.m-form__dropdown>a {
    /*padding: 5px 40px 13px 16px !important;*/

}



/* ===== DESKTOP ENHANCEMENT ===== */
@media (min-width:1320px) {

    .filter-header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center
    }

    .filter-title {
        font-size: 32px
    }

    .search-box {
       max-width: 100%;

    }

    .filter-toggle {
        display: none
    }



    .filter-panel>*:last-child {
        margin-left: auto;
    }

    .filter-actions {}

    .news-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .news-body h3 {
        font-size: 20px
    }

}

@media(max-width: 1319px) {
    .filter-panel {
        grid-auto-flow: unset;
    }

    .filter-group:has(.search-box) {
        width: 100%;
    }

    .filter-panel .m-form__dropdown.dropdown1 {
        width: 100%;
    }

    .formFilter:not(.filter_active) .form_wrap {
        display: none;
    }
}

.display_none {
    display: none;
}