:root {
    --primary-purple: #513b90;
    --sprimary-purple: #8877b2;
    --light-purple: #f0edff;
    --dark-purple: #5538ee;
    --text-black: #333;
    --text-gray: #4a5568;
    --text-lights: #666;
    --text-light: #c3c3c5;
    --light-white: #f5f5f7;
    --pc-maxwidth: 14rem;
    --ms-maxwidth: 92%;
}
.lang-en .Footer-code{opacity: 0;}
.toolbar .toolbar-toggle-orientation button {
    width: 0.5rem;
    height: 0.4rem;
}

.toolbar-oriented {
    & .toolbar-tray-vertical {
        width: 2rem;
    }
}

#block-axtheme-tabs {
    left: 0;
    bottom: 0;
    position: fixed;
    z-index: 9999;
}

#block-axtheme-content h2.block__title {
    display: none;
}

.page-node-type-news p,
.page-node-type-news .fs16 {
    color: #333;
}

.page-node-type-news .pageinfo_cntbox img {
    margin: 20px 0 30px;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.page-node-type-news #block-axtheme-content h2.block__title {
    display: block;
}

body.path-product-adas-chips .main-container .container-fluid,
body.path-news .main-container .container-fluid,
body.page-node-type-news .main-container .container-fluid,
.product_topbg {
    background: url(../images/index/indTech-bg.jpg) no-repeat center / cover;
}

.indSolbox {
    background: url(../images/index/indApp-bg.jpg) no-repeat center / cover;
}

/* main--navigation--st */
.region--highlighted {
    position: relative;
}

.layout-main-wrapper .navigation {
    z-index: 10;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, .3);
}

.layout-main-wrapper .navigation .menu {
    width: 14rem;
    margin: 0 auto;
    font-size: max(13px, 0.15rem);
    display: flex;
    flex-wrap: wrap;
}

.layout-main-wrapper .navigation .menu a {
    color: #fff;
    height: max(44px, 0.68rem);
    margin-left: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.layout-main-wrapper .navigation .menu .active a,
.layout-main-wrapper .navigation .menu a:hover {
    color: #26b4cd !important;
    transition: all .4s ease;
}

.layout-main-wrapper .navigation .menu li:first-child a {
    margin-left: 0;
}

.layout-main-wrapper .main-content,
.main-container .container-fluid {
    position: relative;
}

.layout-main-wrapper .menu--terminal-child-menu,
.layout-main-wrapper .menu--joinus,
.layout-main-wrapper .menu--ir-information-disclosure-navs,
.layout-main-wrapper .menu--solution3navs {
    background-color: #fff;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70px;
    backdrop-filter: blur(10px);
}

.layout-main-wrapper .menu--terminal-child-menu ul.menu,
.layout-main-wrapper .menu--joinus,
.layout-main-wrapper .menu--ir-information-disclosure-navs ul.menu,
.layout-main-wrapper .menu--solution3navs ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 40px 0 1px;
}

.layout-main-wrapper .menu--terminal-child-menu .menu-item.active a,
.layout-main-wrapper .menu--joinus .menu-item.active a,
.layout-main-wrapper .menu--ir-information-disclosure-navs .menu-item.active a,
.layout-main-wrapper .menu--solution3navs .menu-item.active a {
    background: #3f2f71;
    border: 1px solid #3f2f71;
    color: #fff !important;
}

.layout-main-wrapper .menu--terminal-child-menu .menu-item a,
.layout-main-wrapper .menu--joinus .menu-item a,
.layout-main-wrapper .menu--ir-information-disclosure-navs .menu-item a,
.layout-main-wrapper .menu--solution3navs .menu-item a {
    user-select: none;
    cursor: pointer;
    height: max(38px, 0.4rem);
    border-radius: 40px;
    padding: max(10px, 0.1rem) max(15px, 0.26rem);
    border: 1px solid #e5e5e5;
    color: #1c3800;
    margin: 0;
}

.layout-main-wrapper .menu--terminal-child-menu .menu-item a:hover,
.layout-main-wrapper .menu--joinus .menu-item a:hover,
.layout-main-wrapper .menu--ir-information-disclosure-navs .menu-item a:hover,
.layout-main-wrapper .menu--solution3navs .menu-item a:hover {
    background: #3f2f71;
    border: 1px solid #3f2f71;
    color: #fff !important;
    transition: all .4s ease;
}

.menu--terminal-child-menu .menu .menu-item {
    position: relative;
}

.layout-main-wrapper .menu--terminal-child-menu .submenu {
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
    height: auto;
    top: 38px;
    left: 0;
    z-index: 9;
    padding: 2px 10px 20px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background-color: #fff;
}

.layout-main-wrapper .menu--terminal-child-menu .submenu a {
    background: #fff;
    border: unset;
    display: inline-block;
    color: #525252 !important;
    padding: 0;
    height: 38px;
    line-height: 38px;
}

.menu--terminal-child-menu .menu .expanded:hover .submenu {
    display: block;
}

.menu--terminal-child-menu .submenu li:first-child::after {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    transform: rotate(45deg);
}

.layout-main-wrapper .menu--terminal-child-menu .menu-item .submenu a {
    background: #fff !important;
    border: unset !important;
    display: inline-block;
    color: #525252 !important;
    padding: 20px 0;
    height: 38px;
    line-height: 14px;
}

.menu--terminal-child-menu .menu-item .submenu a:hover {
    color: #3f2f71 !important;
}

body.path-join-1 .menu--joinus .menu,
body.path-join-2 .menu--joinus .menu,
.menu--ir-information-disclosure-navs .menu,
.menu--solution3navs .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
    padding: 50px 0 10px;
}

body.path-join-1 .menu--joinus .menu-item a,
body.path-join-2 .menu--joinus .menu-item a,
.menu--ir-information-disclosure-navs .menu-item a,
.menu--solution3navs .menu-item a,
body.path-product .menu--terminal-child-menu .menu-item a {
    user-select: none;
    cursor: pointer;
    border-radius: 40px;
    padding: max(10px, 0.1rem) max(15px, 0.26rem);
    border: 1px solid #e5e5e5;
}

body.path-join-1 .menu--joinus .menu-item.active a,
body.path-join-2 .menu--joinus .menu-item.active a,
.menu--ir-information-disclosure-navs .menu-item.active a,
.menu--solution3navs .menu-item.active a,
body.path-product .menu--terminal-child-menu .menu-item.active a {
    background: #3f2f71;
    border: 1px solid #3f2f71;
    color: #fff !important;
}

body.path-join-1 .menu--joinus .menu-item a:hover,
body.path-join-2 .menu--joinus .menu-item a:hover,
.menu--ir-information-disclosure-navs .menu-item a:hover,
.menu--solution3navs .menu-item a:hover,
body.path-product .menu--terminal-child-menu .menu-item a:hover {
    background: #3f2f71;
    border: 1px solid #3f2f71;
    color: #fff !important;
    transition: all .4s ease;
}

body.path-join-1 .menu--joinus .menu-item a,
body.path-join-2 .menu--joinus .menu-item a,
.menu--ir-information-disclosure-navs .menu-item a,
.menu--solution3navs .menu-item a,
body.path-product .menu--terminal-child-menu .menu-item a {
    user-select: none;
    cursor: pointer;
    border-radius: 40px;
    padding: max(10px, 0.1rem) max(15px, 0.26rem);
    border: 1px solid #e5e5e5;
}

body.path-join-1 .menu--joinus .menu-item.active a,
body.path-join-2 .menu--joinus .menu-item.active a,
.menu--ir-information-disclosure-navs .menu-item.active a,
.menu--solution3navs .menu-item.active a,
body.path-product .menu--terminal-child-menu .menu-item.active a {
    background: #3f2f71;
    border: 1px solid #3f2f71;
    color: #fff !important;
}

body.path-join-1 .menu--joinus .menu-item a:hover,
body.path-join-2 .menu--joinus .menu-item a:hover,
.menu--ir-information-disclosure-navs .menu-item a:hover,
.menu--solution3navs .menu-item a:hover,
body.path-product .menu--terminal-child-menu .menu-item a:hover {
    background: #3f2f71;
    border: 1px solid #3f2f71;
    color: #fff !important;
    transition: all .4s ease;
}

/* main--navigation--ed */

/* news--st */
body.path-news .main-container img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.path-news .image-container img {
    max-height: 270px;
}

.image-container img {
    object-fit: contain;
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.indNews-slide {
    padding: 0.48rem 0.35rem 0.62rem;
    background: rgba(255, 255, 255, .6);
    border: 1px solid #f0f0f0;
    position: relative;
    display: block;
}

.indNews-slide::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.26rem;
    width: 1.56rem;
    height: 1.83rem;
    opacity: 0;
    transform: translateX(0.3rem);
    transition: all 1s ease;
    background: url('../images/index/indNews-icon.png') no-repeat center/100% auto;
}

.indNews-slide>div {
    position: relative;
    z-index: 2;
}

.indNews-slide .label span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    width: max(80px, 1rem);
    height: max(28px, 0.35rem);
    border: 1px solid #e5e5e5;
}

.indNews-slide .title {
    transition: all .4s ease;
}

.indNews-slide .date {
    align-items: center;
    color: #adadad;
}

.indNews-slide .date i {
    font-size: max(14px, 0.18rem);
    margin-right: max(8px, 0.12rem);
    margin-top: 3px;
}

.indNews-slide .img img {
    width: 100%;
    height: 2.3rem;
}

.indNews-slide:hover {
    border-color: #503b8f;
    background: #fff;
    box-shadow: 0px 0.05rem 0.35rem 0.04rem rgba(80, 59, 143, 0.2);
}

.indNews-slide:hover::after {
    opacity: 1;
    transform: none;
}

.indNews-slide:hover .label span {
    border-color: #503b8f;
    background: #503b8f;
    color: #fff;
}

.indNews-slide:hover .title {
    color: #503b8f;
}

.indNews-slide:hover .img img {
    transform: scale(1.1);
}

body.path-news .main-content {
    background: url(../images/index/indTech-bg.jpg) no-repeat center / cover;
}

body.page-node-type-news .main-content .container-fluid {
    background: url(../images/index/indTech-bg.jpg) no-repeat center / cover;
}

.main-content-section {
    padding: 0 !important;
    margin: 0 !important;
}

.region-content {
    padding: 30px 0 50px;
}

.term4_box {
    padding: 20px 0 50px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(1rem, 4.5rem));
    gap: 10px;
}

.term4_2_1 {
    width: calc(100% - 20px);
}

.product_term .product-image {
    border-radius: 10px;
}

.image-container {
    width: 100%;
    overflow: hidden;
}

.product_term .product-title {
    line-height: 1.25;
    font-size: 24px;
    color: var(--text-black);
    margin-top: 20px;
}

.path-news .product_term .product-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.product_term .product-url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(17, 17, 17, .5);
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5;
}

.product_term .product_descbox {
    border-top: 1px solid rgba(17, 17, 17, .1);
    color: #29b3cf;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    padding-top: 20px;
    margin-top: 20px;
}

.product_term .product_descbox .product_apphbtn {
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #29b3cf;
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    display: inline-block;
}

.product_term .product_descbox .product_apphbtn::before,
.product_term .product_descbox .product_apphbtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: .5em;
    width: .5em;
    height: 1px;
    background-color: #29b3cf;
}

.product_term .product_descbox .product_apphbtn::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.product_term .product_descbox .product_desc {
    margin-left: 10px;
    font-size: 16px;
}

.product-table {
    border-radius: 0.375rem;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.product-table table {
    width: 100%;
    text-align: left;
    margin: 0 12px;
}

.product-table th {
    background-color: #fff !important;
    font-weight: 500 !important;
    padding: 30px 0 20px;
}

.product-table img {
    max-height: 300px;
    max-width: 300px;
}

.product-table a {
    color: #29b3cf;
}

.region--content .pageinfo_btmmsg {
    color: #666;
}

.path-webform .ico {
    height: unset !important;
}

.path-ir-financials .region--content {
    padding-top: 80px;
}

.path-product-mixed-signal .region--content,
.path-product-hd .region--content,
.path-product-vision .region--content,
.path-form-contact .region--content {
    padding-top: 30px;
}

.views-exposed-form.bef-exposed-form {
    margin-top: 120px;
    margin-bottom: 30px;
}

.views-exposed-form .form--inline {
    display: flex;
    flex-wrap: wrap;
}

.views-exposed-form .form-item {
    display: flex;
    margin-bottom: 12px;
}

.views-exposed-form .form-item label {
    height: 20px;
    margin-top: 10px;
}

.views-exposed-form .form-type-textfield label {
    width: 50px;
    height: 20px;
    margin-top: 10px;
    margin-left: 20px;
}

.lang-en .views-exposed-form .form-type-select label {
    width: 150px;
}

.lang-en .views-exposed-form .js-form-submit {
    width: auto;
}

.views-exposed-form .form-type-select label {
    width: 70px;
}

#edit-actions {
    display: flex;
}

.views-exposed-form .form-submit {
    padding: 10px 20px;
    margin: 2px 0 0 20px !important;
}

.views-exposed-form .form-element {
    border-radius: max(4px, 0.06rem);
    font-size: max(12px, 0.14rem);
    padding: 0 0.3rem;
    height: max(42px, 0.52rem);
    color: #a4a4a4;
    border: 1px solid #eee;
    transition: border .4s ease;
}

.views-exposed-form .js-form-submit {
    width: 1rem;
    height: max(42px, 0.52rem);
    border-radius: max(4px, 0.06rem);
    color: #fff;
    background-color: #503b8f;
    cursor: pointer;
    font-size: 14px;
}

.views-exposed-form .js-form-submit:hover {
    background-color: #3f2f71;
    color: #fff !important;
}

.webform-submission-contact-form .form-item label,
.contact-form .form-item label {
    height: 20px;
    margin-top: 10px;
}

.webform-submission-contact-form .form-type-textfield label,
.contact-form .form-type-textfield label {
    width: 50px;
    height: 20px;
    margin-top: 10px;
}

.webform-submission-contact-form .form-submit,
.contact-form .form-submit {
    padding: 10px 20px;
    margin-top: 20px;
}

.webform-submission-contact-form .form-element,
.contact-form .form-element {
    border-radius: max(4px, 0.06rem);
    font-size: max(12px, 0.14rem);
    padding: 0 0.3rem;
    height: max(42px, 0.52rem);
    color: #a4a4a4;
    border: 1px solid #eee;
    transition: border .4s ease;
}

.webform-submission-contact-form .form-item {
    margin-bottom: 20px;
}

.webform-submission-contact-form .form-element {
    box-sizing: border-box;
    width: 100%;
    margin-top: 5px;
}

.webform-submission-contact-form .form-textarea,
.contact-form .form-textarea {
    padding: 0.3rem;
    min-height: 80px !important;
}

.webform-submission-contact-form .js-form-submit,
.contact-form .js-form-submit {
    height: max(42px, 0.52rem);
    border-radius: max(4px, 0.06rem);
    color: #fff;
    background-color: #503b8f;
    cursor: pointer;
}

/*pageinfo_cntbox2--st*/
.specs-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}

.spec-card {
    background-color: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    width: calc((100% - 50px) / 3);
}

.spec-card h4 {
    color: var(--text-black);
    margin-bottom: 15px;
    border-left: 3px solid #ccc;
    padding-left: 5px;
}

.spec-card ul {
    list-style-type: none;
    padding-left: 0;
}

.spec-card li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.spec-card li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    background-color: #3fb1cc;
    height: 4px;
    width: 4px;
    border-radius: 4px;
}

.spec-card li span{
    color: var(--text-black);
}
.spec-card li span:before{
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    background-color: #ffffff;
    height: 10px;
    width: 10px;
}

.view-governance .view-content {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin-right: -20px;
    padding: 20px 5px 50px;
}

.view-governance .views-row {
    flex: 0 0 calc(50% - 20px);
    min-width: calc(50% - 20px);
    position: relative;
}

.view-governance .views-row:hover::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 5px;
    height: 80px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    background-color: var(--primary-purple);
}

.view-governance .views-row .views-field {
    box-shadow: 0 0 10px #c0c0c0;
    border-radius: 2px;
    height: 80px;
    line-height: 80px;
    position: relative;
}

.view-governance .views-row .views-field::after {
    position: absolute;
    right: 20px;
    top: 18px;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('../images/pdficon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.view-governance .views-row .field-content {
    padding-left: 36px;
}

.view-governance .views-row .field-content a:hover {
    color: var(--primary-purple);
}

/*pageinfo_cntbox2--ed*/

.webform-submission-contact-form,
.maxwidth,
.content-container,
.contact-form,
body.path-2-contact .main-content-wrapper,
body.path-ir .main-content-wrapper,
.page-type-news .main-content-wrapper,
.path-1-ecologypds .region-content,
.flex-help nav {
    width: var(--pc-maxwidth);
    margin: 0 auto;
    padding: 0 !important;
}

body.path-product-hd .term4_box,
body.path-product-mixed-signal .term4_box,
body.path-product-vision .term4_box {
    grid-template-columns: repeat(auto-fill, minmax(1rem, 3.4rem));
}

/*pageinfo --st*/
.pageinfo_container .pageinfo_topbox {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 60px;
}

.pageinfo_container .pageinfo_img {
    flex: 2;
    border-radius: 10px;
    overflow: hidden;
}

.pageinfo_container .pageinfo_img img {
    width: 100%;
}

.pageinfo_container .pageinfo_msg {
    padding: 0 20px;
    flex: 6;
}

.pageinfo_container .pageinfo_msg {
    padding: 0 0px 0 20px;
}

.pageinfo_container .pageinfo_tit {
    visibility: visible;
    position: relative;
}

.pageinfo_container .pageinfo_tit::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 3em;
    height: 3px;
    background-color: #007a87;
}

.pageinfo_container .pageinfo_tit h2 {
    position: relative;
    padding: 0 0 20px;
    line-height: max(18px, 0.38rem);
    display: inline-grid;
    color: var(--text-black);
}

.pageinfo_container hr {
    margin: 10px 0 20px;
}

.pageinfo_container .pageinfo_tit small {
    font-size: 0.5em;
}

.pageinfo_container .pageinfo_tit .pageinfo_fileicon {
    position: absolute;
    right: 0;
    top: 2px;
    content: '';
    width: auto;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    background-color: var(--primary-purple);
    padding-left: 36px;
    padding-right: 10px;
}

.pageinfo_container .pageinfo_tit .pageinfo_fileicon::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 75px;
    height: 30px;
    background: url('../images/pdf_file.png') no-repeat 11px 4px;
}

.lang-en .pageinfo_container .pageinfo_tit .pageinfo_fileicon::after {
    width: 108px;
}

.pageinfo_container .pageinfo_summary {
    text-align: justify;
    font-size: max(13px,0.15rem);
}

.pageinfo_cntbox {
    padding: 20px 0 50px;
}

.pageinfo_cntbox .table {
    margin: 10px 0 30px;
}

.pageinfo_cntbox .table td:nth-child(1),
.pageinfo_cntbox .table td:nth-child(3) {
    color: #999;
    min-width: 80px;
}

.block-views-blocknews-view-ds {
    background-color: #fff;
    margin: 1rem 0 0 0.5rem;
    position: relative;
    display: block;
    padding: 46px 25px 30px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

.ds_rightbox .pagesTitle {
    position: relative;
}

.ds_rightbox .pagesTitle:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 30px;
    background-color: var(--primary-purple);
    width: 40px;
    height: 2px;
}

.ds_rightbox .image-container img {
    max-height: 160px;
    min-height: 160px;
    border-radius: 10px;
}

.ds_rightbox .field_publish {
    display: flex;
    color: #b8b8b8;
}

.ds_rightbox .product_term {
    border-top: 1px solid #ebebeb;
}

.lang-en.path-ecologypds .views-exposed-form .form-type-select label {
    width: 120px;
}

.lang-en .pageinfo_container .pageinfo_summary {
    text-align: left;
}

/*pageinfo --ed*/
@media ((max-width: 1430px)) {
    .path-ecologypds .form-text {
        width: 220px;
    }
}

@media ((max-width: 1360px)) {

    body.path-product-hd .term4_box,
    body.path-product-mixed-signal .term4_box,
    body.path-product-vision .term4_box {
        grid-template-columns: repeat(auto-fill, minmax(1rem, 3.3rem));
    }

    .path-ecologypds .form-text {
        width: 210px;
    }
}

@media (max-width: 1200px) {

    .webform-submission-contact-form,
    .maxwidth,
    .content-container,
    .contact-form,
    body.path-2-contact .main-content-wrapper,
    body.path-ir .main-content-wrapper,
    .page-type-news .main-content-wrapper,
    .path-1-ecologypds .region-content,
    .flex-help nav {
        width: var(--ms-maxwidth);
    }
}

@media (max-width: 900px) {
    .solIntro.pt200 {
        padding-top: 6rem;
    }

    .layout-main-wrapper .navigation .menu {
        width: 92%;
    }

    .menu--ir-information-disclosure-navs .menu,
    .menu--solution3navs .menu {
        justify-content: left;
        flex-wrap: wrap;
        gap: 30px 20px;
        padding: 50px 20px 10px;
    }

    .layout-main-wrapper .menu--solution3navs ul.menu {
        gap: 6px 20px;
    }

    body.path-product-hd .term4_box,
    body.path-news .term4_box,
    body.path-product-mixed-signal .term4_box,
    body.path-product-vision .term4_box {
        display: block;
    }

    body.path-product .menu--terminal-child-menu .menu {
        flex-wrap: wrap;
        justify-content: space-evenly;
        gap: 12px 30px;
    }

    body.path-product .menu--terminal-child-menu .menu-item a {
        height: 40px;
        display: block;
    }

    .path-1-ecologypds .views-exposed-form .form-item {
        margin-bottom: 12px;
    }

    .path-1-ecologypds .views-exposed-form .js-form-submit {
        width: auto;
    }

    .path-1-ecologypds .table-responsive .table {
        margin: 0;
    }

    .views-exposed-form .form--inline {
        display: inline-grid;
    }

    .views-exposed-form .js-form-submit {
        width: 2.5rem;
        text-align: center;
    }

    .views-exposed-form .form-type-textfield label {
        margin-left: 0;
    }

    .views-exposed-form .form-submit {
        margin: 0 !important;
    }

    .view-governance .views-row {
        flex: 0 0 calc(100% - 20px);
        min-width: calc(100% - 20px);
    }

    .block-views-blocknews-view-ds {
        margin: 0;
    }

    .ds_rightbox .pagesTitle:before {
        bottom: 10px;
    }

    .specs-grid {
        display: block;
    }

    .spec-card {
        width: 100%;
        margin-bottom: 20px;
    }

    .pageinfo_container .pageinfo_topbox {
        display: block;
    }

    .pageinfo_container .pageinfo_tit .pageinfo_fileicon {
        top: 0;
        font-size: 12px;
        padding-left: 35px;
        padding-right: 6px;
    }

    .pageinfo_container .pageinfo_tit .pageinfo_fileicon::after {
        width: 66px;
    }

    .lang-en .pageinfo_container .pageinfo_tit .pageinfo_fileicon::after {
        width: 96px;
    }

    .view-display-id-ecologypds {
        width: 92%;
    }

    .path-ecologypds .block__content .algIntro {
        margin-top: 5.5rem;
    }

    .path-ecologypds .algIntro .comMore-box {
        display: grid;
    }
}

@media (max-width: 768px) {
    .irpage_ban {
        min-height: 230px;
    }

    .product-table {
        border: none;
        box-shadow: none;
    }

    .product-table thead {
        display: none;
    }

    .product-table tbody,
    .product-table tr,
    .product-table td {
        display: block;
        width: 100%;
    }

    .product-table tr {
        margin-bottom: 3.5rem;
        padding-bottom: 1.5rem;
        border-radius: 0.375rem;
        box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        overflow: hidden;
    }

    .product-table td {
        border: none;
        padding: 0.75rem 1rem !important;
        position: relative;
        padding-left: 30% !important;
    }

    .product-table td:first-child,
    .product-table td:last-child {
        padding: 0 !important;
        text-align: center;
    }

    .product-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 1rem;
        width: 30%;
        white-space: nowrap;
        color: rgba(17, 17, 17, .5);
    }

    .product-table td:last-child {
        text-align: center;
        padding-left: 1rem;
    }

    .product-table td:last-child:before {
        display: none;
    }
}

/* news--ed */
/* pagelink--st */

.pager__items {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 20px 0;
    gap: 4px;
    justify-content: center;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.pager__item {
    margin: 0;
}

.pager__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    text-decoration: none;
    color: #666;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.pager__link:hover {
    background: #e9ecef;
    border-color: #adb5bd;
    color: #495057;
    transform: translateY(-1px);
}

.pager__item.pager__item--active {
    background: #50aecb;
    border-color: #50aecb;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    text-decoration: none;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.pager__item.pager__item--active:hover {
    background: #3aa8c7;
    border-color: #3aa8c7;
    transform: none;
}

.pager__item--next .pager__link,
.pager__item--last .pager__link {
    background: #fff;
    font-weight: 600;
}

.pager__item--next .pager__link:hover,
.pager__item--last .pager__link:hover {
    background: #50aecb;
    color: white;
    border-color: #50aecb;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* pagelink--ed */
.main-content-section span {
    background-color: transparent !important;
}

@media all and (max-width:720px) {

    .term4_box {
        display: block;
    }

    .indNews-slide {
        padding: 25px 15px 40px;
    }

    .indNews-slide .img img {
        height: 195px;
    }

}