/* Responsive base for the legacy ASP site and modern homepage. */
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
    box-sizing: inherit;
}

body {
    min-width: 0;
    margin: 0;
    color: #26345f;
    font-family: "Microsoft JhengHei", "PMingLiU", Arial, sans-serif;
    line-height: 1.6;
    overflow-x: hidden;
}

img, embed, object, iframe, video {
    max-width: 100%;
}

img {
    height: auto;
}

input, select, textarea, button {
    max-width: 100%;
    font-family: inherit;
}

a:hover {
    position: static;
}

#wrap, .divbody, .headler, .center, .footer {
    max-width: 988px;
    width: min(100%, 988px) !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.center {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-align: left;
}

.center_left, .center_right {
    flex: 0 0 245px;
    width: 245px !important;
}

.center_center {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
}

.module, .modulebody, .modulebody_center, .moduleheadler, .moduleheadle_center {
    max-width: 100%;
}

.modulebody_center {
    overflow-wrap: anywhere;
}

.headler {
    height: auto !important;
}

.headler table, .footer table {
    max-width: 100%;
}

.divlogin {
    max-width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.class_table_div {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    max-width: 100%;
}

iframe[src*="youtube"], iframe[src*="youtu.be"] {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    height: auto !important;
}

/* Modern homepage */
.modern-home {
    padding: 0;
    background: #f4f6f8;
    color: #172033;
    font-size: 16px;
    text-align: left;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid #dfe5ec;
}

.site-header__inner,
.site-footer__inner,
.home-section,
.home-hero,
.home-contact-band,
.home-info-grid,
.product-select-panel {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header__inner {
    min-height: 78px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.site-brand {
    flex: 0 0 auto;
}

.site-brand img {
    display: block;
    width: 275px;
    max-width: 38vw;
}

.site-nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
}

.site-nav a {
    padding: 11px 9px;
    color: #263b5e;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.site-nav a:hover {
    color: #006b9e;
    background: #edf6fa;
    border-radius: 4px;
}

.site-nav-dropdown {
    position: relative;
}

.site-nav-dropdown__toggle {
    min-height: 44px;
    padding: 11px 9px;
    border: 0;
    background: transparent;
    color: #263b5e;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
}

.site-nav-dropdown__toggle:hover,
.site-nav-dropdown__toggle[aria-expanded="true"] {
    color: #006b9e;
    background: #edf6fa;
}

.site-nav-dropdown__toggle span {
    display: inline-block;
    margin-left: 3px;
    transition: transform .2s ease;
}

.site-nav-dropdown__toggle span::before {
    content: "\25BE";
}

.site-nav-dropdown__toggle[aria-expanded="true"] span {
    transform: rotate(180deg);
}

.site-nav-dropdown__menu {
    position: fixed;
    top: 77px;
    right: 20px;
    left: 20px;
    z-index: 1100;
    width: auto;
    padding: 22px;
    display: none;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    background: #fff;
    border: 1px solid #d8e0e7;
    box-shadow: 0 18px 36px rgba(23, 32, 51, .16);
}

.site-nav-dropdown__menu::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 100%;
    left: 0;
    height: 18px;
}

.site-nav-dropdown:hover .site-nav-dropdown__menu,
.site-nav-dropdown:focus-within .site-nav-dropdown__menu,
.site-nav-dropdown.is-open .site-nav-dropdown__menu {
    display: grid;
}

.site-nav-dropdown__group {
    min-width: 0;
}

.site-nav-dropdown__group strong {
    display: block;
    margin: 0 0 7px;
    padding: 0 7px 8px;
    color: #172033;
    border-bottom: 2px solid #f2a900;
    font-size: 14px;
}

.site-nav .site-nav-dropdown__group a {
    padding: 8px 7px;
    display: block;
    color: #42566d;
    border-bottom: 1px solid #edf1f5;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.4;
    white-space: normal;
}

.site-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    padding: 10px;
    border: 1px solid #cbd5df;
    background: #fff;
    cursor: pointer;
}

.site-menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: #20324f;
}

.home-hero {
    min-height: 510px;
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(330px, .75fr);
    align-items: stretch;
    background: #fff;
}

.home-hero__media {
    min-height: 510px;
}

.home-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-hero__content {
    padding: 64px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #132d4b;
    color: #fff;
}

.eyebrow {
    margin: 0 0 8px;
    color: #1685aa;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.home-hero .eyebrow,
.home-contact-band .eyebrow {
    color: #83d4e7;
}

.home-hero h1 {
    margin: 0 0 20px;
    color: #fff;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.15;
    letter-spacing: 0;
}

.home-hero__content > p:not(.eyebrow) {
    margin: 0;
    color: #d9e8f1;
    font-size: 17px;
}

.home-carousel {
    position: relative;
    width: min(1180px, calc(100% - 40px));
    min-height: 510px;
    margin: 28px auto 0;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d8e0e7;
}

.home-carousel__track {
    position: relative;
    min-height: 510px;
}

.home-slide {
    position: absolute;
    inset: 0;
    min-height: 510px;
    display: grid;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .8fr);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity .55s ease, visibility .55s ease;
}

.home-slide.is-active {
    position: relative;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.home-slide__media {
    min-width: 0;
    display: grid;
    place-items: center;
    overflow: hidden;
    background: #fff;
}

.home-slide__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-slide__content {
    padding: 48px 40px 72px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: #153554;
}

.home-slide__content .eyebrow {
    color: #83d4e7;
}

.home-slide__content h1,
.home-slide__content h2 {
    margin: 8px 0 18px;
    color: #fff;
    font-size: 38px;
    line-height: 1.25;
    letter-spacing: 0;
}

.home-slide__content > p:not(.eyebrow) {
    margin: 0;
    color: #e0eaf2;
}

.home-carousel__arrow {
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 44px;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .7);
    background: rgba(21, 53, 84, .78);
    cursor: pointer;
    transform: translateY(-50%);
}

.home-carousel__arrow::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}

.home-carousel__arrow--prev {
    left: 14px;
}

.home-carousel__arrow--prev::before {
    transform: rotate(-135deg);
}

.home-carousel__arrow--next {
    right: 14px;
}

.home-carousel__arrow--next::before {
    transform: rotate(45deg);
}

.home-carousel__dots {
    position: absolute;
    right: 36px;
    bottom: 26px;
    z-index: 5;
    display: flex;
    gap: 9px;
}

.home-carousel__dots button {
    width: 30px;
    height: 4px;
    padding: 0;
    border: 0;
    background: #9aa9b7;
    cursor: pointer;
}

.home-carousel__dots button.is-active {
    background: #f2a900;
}

.hero-actions,
.contact-actions {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.button {
    min-height: 44px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 800;
    text-decoration: none;
}

.button--primary {
    background: #f0a400;
    color: #172033 !important;
}

.button--secondary {
    border-color: #8aa4ba;
    color: #fff !important;
}

.button--light {
    background: #fff;
    color: #18334f !important;
}

.button--outline-light {
    border-color: #bfd5e2;
    color: #fff !important;
}

.product-select-panel {
    margin-top: 42px;
    padding: 32px;
    display: grid;
    grid-template-columns: minmax(260px, .42fr) minmax(0, 1fr);
    gap: 28px;
    align-items: end;
    background: #fff;
    border: 1px solid #d8e0e7;
}

.product-select-panel h2 {
    margin: 0 0 10px;
    color: #172033;
    font-size: 30px;
    letter-spacing: 0;
}

.product-select-panel p:not(.eyebrow) {
    margin: 0;
    color: #5f7085;
}

.product-select-form label {
    display: block;
    margin-bottom: 8px;
    color: #1f344f;
    font-weight: 800;
}

.product-select-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.product-select-row select {
    width: 100%;
    min-height: 48px;
    padding: 0 14px;
    color: #172033;
    font-size: 16px;
    border: 1px solid #b8c8d8;
    border-radius: 4px;
    background: #fff;
}

.home-section {
    padding-block: 72px;
}

.section-heading {
    margin-bottom: 24px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.section-heading h2,
.home-contact-band h2 {
    margin: 0;
    color: #172033;
    font-size: 30px;
    letter-spacing: 0;
}

.section-heading > a {
    color: #006b9e;
    font-weight: 800;
}

.modern-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.modern-product-card {
    min-width: 0;
    padding: 18px;
    display: flex;
    flex-direction: column;
    color: #172033 !important;
    background: #fff;
    border: 1px solid #d8e0e7;
    border-radius: 6px;
    text-decoration: none;
}

.modern-product-card:hover {
    border-color: #1685aa;
    box-shadow: 0 10px 25px rgba(23, 32, 51, .09);
}

.modern-product-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    margin-bottom: 18px;
    object-fit: contain;
    background: #fff;
}

.modern-product-card .product-type {
    color: #1685aa;
    font-size: 12px;
    font-weight: 800;
}

.modern-product-card strong {
    margin-top: 5px;
    font-size: 18px;
}

.modern-product-card small {
    margin-top: 5px;
    color: #66778a;
}

.home-info-grid {
    padding-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-info-grid article {
    padding: 24px;
    background: #fff;
    border: 1px solid #d8e0e7;
}

.home-info-grid strong {
    color: #172033;
    font-size: 19px;
}

.home-info-grid p {
    margin-bottom: 0;
    color: #5f7085;
}

.home-contact-band {
    margin-bottom: 72px;
    padding: 44px 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: #006b79;
    color: #fff;
}

.home-contact-band h2 {
    color: #fff;
}

.home-contact-band p:not(.eyebrow) {
    margin-bottom: 0;
}

.contact-actions {
    margin-top: 0;
    flex: 0 0 auto;
}

.site-footer {
    padding-top: 42px;
    color: #dce6ee;
    background: #17283a;
}

.site-footer__inner {
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.site-footer strong {
    color: #fff;
    font-size: 18px;
}

.site-footer p {
    margin-bottom: 0;
}

.site-footer__contact {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}

.site-footer a {
    color: #fff;
}

.site-footer__copyright {
    padding: 16px 20px;
    color: #9eb0bf;
    text-align: center;
    border-top: 1px solid #2b4054;
}

/* Modern product/category pages */
.modern-page {
    padding: 0;
    background: #f4f6f8;
    color: #1f344f;
    font-size: 16px;
    text-align: left;
}

.modern-page #wrap,
.modern-page.divbody {
    max-width: none;
    width: 100% !important;
    margin: 0 !important;
}

.modern-page .center {
    width: min(1180px, calc(100% - 40px)) !important;
    max-width: 1180px;
    margin: 28px auto 48px !important;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.modern-page .center_left {
    flex: 0 0 286px;
    width: 286px !important;
}

.modern-page .center_right {
    display: none;
}

.modern-page .center_center,
.modern-page .main_right {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
}

.modern-page .center_left > style,
.modern-page .center_left > table,
.modern-page .center_left > div:not(.product-select-panel),
.modern-page .center_right {
    max-width: 100%;
}

.modern-page .center_left .product-select-panel {
    width: 100%;
    margin: 0 0 18px;
    padding: 18px;
    display: none;
    border-radius: 8px;
    box-shadow: none;
}

.modern-page .center_left .product-select-panel .eyebrow,
.modern-page .center_left .product-select-panel p:not(.eyebrow) {
    display: none;
}

.modern-page .center_left .product-select-panel h2 {
    margin-bottom: 14px;
    font-size: 20px;
}

.modern-page .center_left .product-select-row {
    grid-template-columns: 1fr;
}

.modern-page .center_left .product-select-row select,
.modern-page .center_left .product-select-row button {
    min-height: 42px;
}

.modern-page .module {
    overflow: hidden;
    border: 1px solid #d8e0e7;
    border-radius: 8px;
    background: #fff;
}

.modern-page .moduleheadler,
.modern-page .modulebody {
    width: 100% !important;
    height: auto !important;
    background: none !important;
}

.modern-page .moduleheadle_left,
.modern-page .moduleheadle_right,
.modern-page .modulebody_left,
.modern-page .modulebody_right {
    display: none !important;
}

.modern-page .moduleheadle_center {
    width: 100% !important;
    height: auto !important;
    padding: 14px 18px !important;
    border-bottom: 1px solid #e2e8ef;
    background: #f8fafc;
    color: #172033;
    font-size: 15px;
    font-weight: 700;
}

.modern-page .modulebody_center {
    padding: 18px !important;
    overflow-x: auto;
}

.modern-page .modulebody_center > table,
.modern-page .modulebody_center > table > tbody,
.modern-page .modulebody_center > table > tbody > tr,
.modern-page .modulebody_center > table > tbody > tr > td {
    display: block;
    width: 100% !important;
    max-width: 100%;
}

.modern-page .proul {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.modern-page .proul > li {
    float: none !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 16px !important;
    border: 1px solid #d8e0e7 !important;
    border-radius: 8px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.modern-page .proul > li:hover {
    border-color: #9fb3c8 !important;
    box-shadow: 0 10px 26px rgba(31, 52, 79, .1);
    transform: translateY(-2px);
}

.modern-page .proul > li table,
.modern-page .proul > li tbody,
.modern-page .proul > li tr,
.modern-page .proul > li td {
    display: block;
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    padding: 0 !important;
    text-align: center !important;
}

.modern-page .proul > li td[width="5"] {
    display: none;
}

.modern-page .proul > li img {
    width: 100% !important;
    max-width: 176px !important;
    height: auto !important;
    margin: 0 auto 12px;
    object-fit: contain;
}

.modern-page .proul > li a {
    color: #1f344f;
    font-weight: 700;
    text-decoration: none;
}

.modern-page .proul > li a:hover {
    color: #0f6fae;
}

.modern-page .proul::after {
    content: "";
    display: block;
    clear: both;
}

.modern-page .modulebody_center center {
    display: block;
    padding: 36px 16px;
    color: #5f7085;
}

.modern-page .main_right img {
    max-width: 100% !important;
    height: auto !important;
}

.modern-page .main_right table {
    max-width: 100% !important;
}

.modern-page .main_right p,
.modern-page .main_right li,
.modern-page .main_right td {
    line-height: 1.7;
}

.modern-page .main_right a {
    overflow-wrap: anywhere;
}

.modern-page .main_right ul:not(.proul):not(.ui-tabs-nav),
.modern-page .AllUl {
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.modern-page .main_right ul:not(.proul):not(.ui-tabs-nav) > li,
.modern-page .AllUl > li {
    padding: 10px 4px;
    border-bottom: 1px solid #e2e8ef;
}

.modern-page .main_right input,
.modern-page .main_right select,
.modern-page .main_right textarea {
    min-height: 38px;
}

.modern-page .main_right textarea {
    width: 100% !important;
}

.modern-page .ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 16px;
    padding: 0;
}

.modern-page .ui-tabs-nav li {
    float: none;
    width: auto;
    margin: 0;
}

.modern-page .ui-tabs-nav a,
.modern-page .ui-tabs-nav a span {
    width: auto;
    min-width: 0;
    height: auto;
}

@media (max-width: 1050px) {
    .site-menu-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 100%;
        right: 20px;
        left: 20px;
        margin: 0;
        padding: 10px;
        display: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        background: #fff;
        border: 1px solid #d7e0e8;
        box-shadow: 0 12px 28px rgba(23, 32, 51, .15);
    }

    .site-nav.is-open {
        display: grid;
    }

    .site-nav a {
        padding: 12px;
    }

    .site-nav-dropdown {
        position: static;
    }

    .site-nav-dropdown__toggle {
        width: 100%;
        padding: 12px;
        text-align: left;
    }

    .site-nav-dropdown__menu {
        position: static;
        width: 100%;
        max-height: min(58vh, 520px);
        padding: 14px;
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
        overflow-y: auto;
        box-shadow: none;
        transform: none;
    }

    .site-nav-dropdown:hover .site-nav-dropdown__menu,
    .site-nav-dropdown:focus-within .site-nav-dropdown__menu {
        display: none;
    }

    .site-nav-dropdown.is-open .site-nav-dropdown__menu {
        display: grid;
    }

    .home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .home-carousel,
    .home-carousel__track {
        min-height: 0;
    }

    .home-slide {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .home-slide__media {
        aspect-ratio: 8 / 3;
    }

    .home-slide__content {
        min-height: 300px;
        padding: 38px 64px 62px;
    }

    .home-hero__media {
        min-height: 0;
        aspect-ratio: 16 / 7;
    }

    .home-hero__content {
        padding: 44px;
    }

    .product-select-panel {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .modern-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .modern-page .proul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    body {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 15px;
        background-position: top center;
    }

    #wrap, .divbody, .headler, .center, .footer {
        width: 100% !important;
    }

    .center {
        flex-direction: column;
        gap: 14px;
    }

    .center_center, .center_left, .center_right {
        width: 100% !important;
        flex-basis: auto;
    }

    .module, .modulebody, .modulebody_center, .moduleheadler, .moduleheadle_left, .moduleheadle_center, .moduleheadle_right, .modulebody_left, .modulebody_right {
        width: 100% !important;
        min-width: 0 !important;
        height: auto !important;
        float: none !important;
    }

    .moduleheadle_left, .moduleheadle_right, .modulebody_left, .modulebody_right {
        display: none !important;
    }

    table[width="987px"], table[width="980"], table[width="980px"], table[width="660"], table[width="650"], table[width="483"], table[width="480"], table[width="1000"] {
        width: 100% !important;
    }

    .modern-page .center {
        width: min(100% - 24px, 1180px) !important;
        margin-top: 18px !important;
        flex-direction: column;
        gap: 18px;
    }

    .modern-page .center_left,
    .modern-page .center_center,
    .modern-page .main_right {
        width: 100% !important;
        flex: 0 1 auto;
    }

    .modern-page .main_right table {
        width: 100% !important;
    }

    .modern-page .center_left {
        display: none;
    }
}

@media (max-width: 640px) {
    .modern-home {
        padding: 0;
    }

    .site-header__inner,
    .site-footer__inner,
    .home-section,
    .home-hero,
    .home-carousel,
    .home-contact-band,
    .home-info-grid,
    .product-select-panel {
        width: min(100% - 24px, 1180px);
    }

    .site-header__inner {
        min-height: 66px;
    }

    .site-brand img {
        width: 230px;
        max-width: 68vw;
    }

    .site-nav {
        right: 12px;
        left: 12px;
        grid-template-columns: 1fr;
    }

    .site-nav-dropdown__menu {
        grid-template-columns: 1fr;
    }

    .home-hero__media {
        aspect-ratio: auto;
        background: #fff;
    }

    .home-hero__media img {
        height: auto;
        object-fit: contain;
    }

    .home-hero__content {
        padding: 30px 24px;
    }

    .home-slide__media {
        aspect-ratio: 8 / 3;
    }

    .home-slide__content {
        min-height: 330px;
        padding: 30px 24px 70px;
    }

    .home-slide__content h1,
    .home-slide__content h2 {
        font-size: 30px;
    }

    .home-carousel__arrow {
        top: 28%;
        width: 38px;
        height: 46px;
    }

    .home-carousel__arrow--prev {
        left: 8px;
    }

    .home-carousel__arrow--next {
        right: 8px;
    }

    .home-carousel__dots {
        right: auto;
        bottom: 28px;
        left: 24px;
    }

    .home-hero h1 {
        font-size: 34px;
    }

    .product-select-panel {
        margin-top: 28px;
        padding: 24px;
    }

    .product-select-row {
        grid-template-columns: 1fr;
    }

    .product-select-row .button {
        width: 100%;
    }

    .home-section {
        padding-block: 48px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .modern-product-grid,
    .home-info-grid {
        grid-template-columns: 1fr;
    }

    .modern-page .modulebody_center {
        padding: 14px !important;
    }

    .modern-page .proul {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .home-contact-band,
    .site-footer__inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-contact-band {
        padding: 32px 24px;
    }

    .contact-actions {
        width: 100%;
    }

    .contact-actions .button {
        flex: 1 1 auto;
    }

    .site-footer__contact {
        align-items: flex-start;
    }
}

@media (max-width: 560px) {
    body {
        padding-right: 8px;
        padding-left: 8px;
        font-size: 14px;
    }

    .modern-home {
        padding: 0;
    }

    .modulebody_center {
        padding-right: 6px !important;
        padding-left: 6px !important;
    }

    .center_center table:not(.st_tbcss), .center_center tbody, .center_center tr, .center_center td, .center_left table:not(.st_tbcss), .center_left tbody, .center_left tr, .center_left td, .center_right table:not(.st_tbcss), .center_right tbody, .center_right tr, .center_right td, #produceDetail table, #produceDetail tbody, #produceDetail tr, #produceDetail td, #produce_detail table, #produce_detail tbody, #produce_detail tr, #produce_detail td {
        display: block;
        width: 100% !important;
        height: auto !important;
    }

    .ui-tabs-nav li {
        width: 50%;
        min-width: 0;
    }
}
