@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200');


html,
html :not(i),
body,
body :not(i) {
    font-family:
        "Roboto",
        "Noto Sans SC",
        "Noto Sans TC",
        "Open Sans",
        "新微軟正黑體",
        sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

.editor-area {
    letter-spacing: 1px;
}

.editor-area .fa-regular,
.editor-area .far {
    line-height: inherit;
}

.editor-area .row>* {
    margin-bottom: 1.5rem;
}

.editor-area h1:not(:last-child),
.editor-area h2:not(:last-child),
.editor-area h3:not(:last-child),
.editor-area h4:not(:last-child),
.editor-area h5:not(:last-child),
.editor-area h6:not(:last-child),
.editor-area p:not(:last-child),
.editor-area h1,
.editor-area h2,
.editor-area h3,
.editor-area h4,
.editor-area h5,
.editor-area h6,
.editor-area p {
    margin: .5rem 0;
}

.editor-area ul:not(.nav-tabs) {
    margin-bottom: 1rem;
}

.editor-area ol:not(.nav-tabs) {
    margin-bottom: 1rem;
}

.editor-area p {
    font-size: 1rem;
    line-height: 1.85rem;
}

.editor-area li {
    font-size: 1rem;
    line-height: 1.85rem;
}

header .custom_link {
    display: flex;
}

header .custom_link ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

header .custom_link li {
    padding: 0 6px;
}

header .custom_link li a {
    display: inline-flex;
    background-color: var(--main-color-1);
    padding: 12px 12px 12px 13px;
    border-radius: 5px;
    color: var(--bs-white);
    letter-spacing: 2px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: calc(17/14);
    font-weight: 500;
    transition: 0.3s ease-in-out;
}

header .custom_link li a:hover {
    background-color: color-mix(in srgb, var(--main-color-1) 73%, rgb(0, 0, 0));
}

header .custom_link li a i {
    margin-right: 7px;
}

.header_hr {
    margin: 0;
    background-color: #dee2e6;
    opacity: 100%;
    border: unset;
    height: 1px;
}

footer[class*=footer_layout] {
    padding: 0;
    background-color: #dee2e6;
}

.footer_logo img {
    width: 100%;
    max-height: 45px;
}

.social_info ul li i {
    top: 0;
}

footer[class*=footer_layout] {
    position: relative;
}

.page_index footer[class*=footer_layout]::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    width: 100%;
    height: 100px;
    background: #dee2e6;
    background: linear-gradient(0, #dee2e6 0%, #dee2e600 100%);
    z-index: 1;
}

.footer_top {
    padding: 30px 0;
}

footer[class*=footer_layout] .social_info li,
footer[class*=footer_layout] .social_info li a {
    color: var(--bs-dark);
}

footer[class*=footer_layout] .copy_right {
    color: var(--bs-dark);
    text-align: center;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: calc(18 / 12);
}

.footer_bottom {
    padding: 0 0 10px 0;
    background-color: transparent;
}

.col-foot-brand {
    width: 200px;
}

.col-foot-info {
    flex: 1;
}

.footer_hr {
    margin: 0 0 10px 0;
    background-color: #bfc5cb;
    opacity: 100%;
    border: unset;
    height: 1px;
}

.footer_layout_1 .footer_top .row {
    align-items: center;
}

.footer_layout_1 .footer_logo {
    margin-bottom: 0;
}

.footer_layout_1 .social_info {
    display: flex;
    justify-content: flex-end;
    margin: 8px 0 0 0;
}

.footer_layout_1 .social_info ul {
    margin: 0 -10px;
}

.footer_layout_1 .social_info ul li {
    display: flex;
    padding: 0 10px;
    margin: 6px 0;
}

.footer_layout_1 .social_info ul li:nth-of-type(1) {
    width: auto;
}

.footer_layout_1 .social_info ul li>span {
    margin: 5px 0 0 8px;
    font-size: 15px;
    line-height: calc(21 / 15);
    letter-spacing: 0.05rem;
}

.footer_layout_1 .social_info ul li i {
    position: relative;
    top: auto;
    left: auto;
    width: 30px;
    height: 30px;
    background-color: var(--main-color-1);
    color: var(--bs-white);
    border-radius: 8px;
    font-size: 13px;
    letter-spacing: normal;
    line-height: calc(14 / 13);
    background: linear-gradient(45deg, rgba(29, 32, 135, 1) 0%, rgba(0, 171, 194, 1) 100%);
}

#cookie-dialog {
    max-width: 450px;
    background-color: rgb(0 29 70 / 74%);
    backdrop-filter: blur(1px);
    border-radius: 8px;
    left: 0;
    bottom: 15px;
    opacity: 0;
}

#cookie-dialog.show {
    left: 15px;
    bottom: 15px;
    opacity: 1;
}

#cookie-dialog .cookie-privacy-message {
    max-width: none;
    padding: 30px;
}

#cookie-dialog .cookie-privacy-message h4 {
    font-weight: 700;
    letter-spacing: .08rem;
    font-size: 22px;
    line-height: calc(32 / 22);
    text-transform: uppercase;
    margin-bottom: 10px;
}

#cookie-dialog .cookie-privacy-message p {
    font-weight: 400;
    letter-spacing: .08rem;
    font-size: 14px;
    line-height: calc(24 / 14);
    margin: 0;
    text-align: justify;
}

#cookie-dialog .col-button {
    width: 100%;
    margin: 20px 0 0 0;
}

#cookie-dialog #agree-cookie-btn {
    color: var(--bs-white);
    border-color: var(--main-color-3);
    background-color: var(--main-color-3);
    border-radius: 8px;
    font-size: 15px;
    line-height: calc(25 / 15);
    padding: 9px 10px;
    max-width: 220px;
}

#cookie-dialog .cookie-privacy-message #agree-cookie-btn:hover {
    color: var(--bs-white);
    border-color: var(--main-color-3);
    background-color: var(--main-color-3);
}

.header_style_4 .header_relative {
    margin-left: -6px;
    margin-right: -6px;
}

.header_style_4 .header_relative>* {
    padding-left: 6px;
    padding-right: 6px;
}

.pageMain {
    background-color: #f5f6f9;
}

.fullwide_layout {
    overflow-x: hidden;
}

.swiper-container.top-space {
    z-index: 0;
}

.section-wrap {
    position: relative;
    padding-bottom: 100px;
    background-color: #f5f6f9;
    background-image: radial-gradient(circle at 50% 50%, #ffffff, #f0f8fc);
}

.swiper-autoheight .swiper-wrapper {
    height: 716px;
}

.swiper-container::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    background-image: linear-gradient(0, rgb(244, 249, 252) 0%, rgb(244, 249, 252, 0) 100%);
    z-index: 1;
}

#section-1,
#section-1 .container {
    position: initial;
}

#section-1 {
    background-color: transparent !important;
    padding: 0;
}

#canvas-wrapper {
    position: absolute;
    width: 100%;
    height: calc(100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 50%;
}

#section-3 .container {
    position: initial;
}

.pattern-img-1 {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 200px;
    opacity: 11%;
}

.pattern-img-2 {
    position: absolute;
    bottom: -200px;
    right: 0;
    width: 350px;
    opacity: 8%;
}

.circle-img-1 {
    position: absolute;
    left: -500px;
    width: 1000px;
    height: 1000px;
    top: -450px;
    opacity: 50%;
    z-index: 1;
}

.circle-img-2 {
    position: absolute;
    right: -500px;
    width: 1000px;
    height: 1000px;
    bottom: -650px;
    opacity: 50%;
}

.custom_link_section_11 .snip {
    text-align: left;
    border-radius: 6px;
}

.custom_link_section_11 .snip::before {
    opacity: 70%;
    background-color: transparent;
    background-image: #74C8F8;
    background: linear-gradient(135deg, rgb(25 83 141 / 80%) 0%, rgb(83 177 232 / 65%) 50%, rgb(0 159 231 / 5%) 100%);
}

.custom_link_section_11 .snip figcaption h3 {
    opacity: 100%;
    bottom: 0;
}

.custom_link_section_11 .snip figcaption::before {
    width: 50px;
}

.custom_link_section_11 .snip:hover figcaption::before {
    width: 50px;
}

.custom_link_section_11 .snip figcaption::after {
    display: none;
}

.custom_link_section_11 .snip figcaption div::before {
    height: 50px;
}

.custom_link_section_11 .snip:hover figcaption div::before {
    height: 50px;
}

.custom_link_section_11 .snip figcaption div::after {
    display: none;
}

.custom_link_section_11 .snip figcaption {
    padding: 15px;
}

#section-3 {
    background-color: transparent !important;
}

#section-3 .custom-wrap-box {
    overflow: visible;
}

#section-3 .custom-part-box {
    overflow: visible;
}

.custom-thumb-1 {
    position: relative;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    background-color: var(--bs-white);
    height: 100%;
    border-radius: 15px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 5%);
}

.custom-thumb-1 .thumb-image {
    width: 100%;
}

.custom-thumb-1 .thumb-image a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(25 83 141 / 65%) 0%, rgb(83 177 232 / 25%) 50%, rgb(0 159 231 / 5%) 100%);
    z-index: 1;
    transition: .35s ease-in-out;
}

.custom-thumb-1 .thumb-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    transition: .35s ease-in-out;
}

.custom-thumb-1 .thumb-content {
    position: relative;
    z-index: 1;
    padding: 20px;
    height: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
}

.custom-thumb-1 .t-ttl {
    font-size: 24px;
    letter-spacing: 0.05rem;
    line-height: calc(34/24);
}

.custom-thumb-1 .t-ttl a {
    color: var(--bs-white);
    text-shadow: 0 0 30px #00000078;
}

.custom-thumb-1 .t-desc {
    font-size: 15px;
    letter-spacing: 0.05rem;
    line-height: calc(25 / 15);
    color: var(--bs-white);
    margin-top: 9px;
    text-shadow: 0 0 20px #0000009e;
}

.custom-thumb-1 .t-link {
    margin-top: auto;
    padding-top: 30px;
}

.custom-thumb-1 .t-more-btn {
    display: inline-flex;
    font-size: 13px;
    line-height: calc(20 / 13);
    letter-spacing: 0.05rem;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    border-radius: 8px;
    color: var(--main-color-3);
    background-color: color-mix(in srgb, var(--main-color-3) 8%, var(--bs-white));
    font-weight: 500;
}

.custom-thumb-1:hover .thumb-image img {
    transform: scale(1.1);
}

.custom-thumb-1 .t-more-btn:hover {
    color: var(--bs-white);
    background-color: var(--main-color-3);
}

.custom-thumb-1:hover .thumb-image a::before {
    backdrop-filter: blur(2px);
}

.service-slides .custom_link_layout>.row-cols-4 {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 210px;
    gap: 25px;
}

.service-slides .custom_link_layout .column {
    padding: 0;
    width: auto;
    flex: none;
}

.service-slides .custom_link_layout .column:first-child {
    grid-row: span 2;
}

.service-slides .custom_link_layout .column:last-child {
    grid-column: span 2;
}

.main-ttl-box-1 .main-ttl-1 h2 {
    color: var(--main-color-4);
    letter-spacing: 2px;
    font-size: 36px;
    line-height: calc(46 / 36);
    padding-bottom: 18px;
}

.main-ttl-box-1 .main-ttl-1 h2::after {
    background-color: transparent;
    background-image: url('/userfiles/images/common/title-line.svg');
    height: 9px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 113px;
    left: calc(50% - 2px);
}

.news-block-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px;
    background-color: var(--bs-white);
    border-radius: 15px;
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 5%);
}

.news-block-1 .news-image {
    border-radius: 10px;
}

.news-block-1 .news-series {
    margin-bottom: 5px;
    display: none;
}

.news-block-1 .news-content {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: auto;
}

.news-block-1 .news-btn-box {
    margin-top: auto;
}

.news-btn-box .btn-default {
    color: var(--bs-white);
    padding: 10px 15px;
    line-height: calc(20 / 16);
    border-radius: 7px;
}

.news-btn-box .btn-default::before {
    border-color: var(--main-color-2);
    background-color: var(--main-color-2);
}

.news-block-1 .news-content h4 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: calc(25 / 18);
}

.news-block-1 .news-content p {
    margin-bottom: 20px;
    line-height: calc(25 / 15);
    font-size: 15px;
}

.product_info .main_title_widget h1 {
    font-size: 22px;
    line-height: calc(30/22);
}

.banner-content h2 {
    letter-spacing: 2px;
}

.banner-content {
    padding: 50px 0;
    text-shadow: unset;
}

.top-space.swiper-container,
.image_header {
    margin-top: 142.875px;
}

.image_header.inner_banner_mask:after {
    background: linear-gradient(150deg, rgb(25 83 141) 0%, rgb(22 131 194) 50%, rgb(0 159 231 / 50%) 100%);
    opacity: 65%;
}

form .btn-default {
    padding: 15px 24px 14px 24px;
    margin-top: 5px;
}

.left_section .navigation-field {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 20px;
}

.page_products .editor-area {
    margin-bottom: 1.5rem;
}

.editor-area .left_section .navigation-field {
    border-radius: 5px;
    padding: 5px 20px;
}

.editor-area .left_section .navigation-field {
    margin: 0;
    list-style: none;
}

.container_zoom_image {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
}

.page_products .main_title_widget {
    margin-bottom: 2.5rem;
}

.products-list-style1 .list-snip {
    text-align: center;
    background-color: #ffffff;
    padding: 12px;
    border-radius: 8px;
    height: 100%;
}

.products-list-style1 .list-snip .snip-image {
    border-radius: 4px;
}

div[class*=products-list-style]>.row>* {
    width: 25%;
}

.products-list-style1 .list-snip h4 {
    font-size: 16px;
    line-height: calc(21 / 16);
    letter-spacing: 0.05rem;
    margin: 0;
}

.editor-area .nav-tabs {
    justify-content: center;
}

.editor-area .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    line-height: calc(18 / 16);
    padding: 10px 20px;
    background-color: color-mix(in srgb, var(--main-color-3) 20%, var(--bs-white));
    border-color: color-mix(in srgb, var(--main-color-3) 20%, var(--bs-white));
    color: color-mix(in srgb, var(--main-color-3) 90%, var(--bs-dark));
}

.editor-area .nav-tabs .nav-link:hover,
.editor-area .nav-tabs .nav-link.active {
    color: var(--bs-white);
    border-color: var(--main-color-3);
    background-color: var(--main-color-3);
}

.editor-area .tab .tab-content {
    padding-top: 2.5rem;
}

.btn-default {
    border-radius: 6px;
}

.backBox {
    margin: 3rem 0 0 0;
}

.backBox .btn-default {
    margin: 0 10px;
    padding: 13px 20px 13px 20px;
    line-height: calc(18 / 16);
}

.products-view-style1 .products-header {
    margin-bottom: 2rem;
}

div[class*=news-list-style] .snip-content h3 {
    font-size: 18px;
    line-height: calc(23 / 18);
}

div[class*=news-list-style2] .list-snip {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
}

div[class*=news-list-style2] .list-snip .snip-image {
    border-radius: 5px;
}

.page_pages .pageMain .container {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.form-select,
.form-control {
    font-size: 15px;
    line-height: calc(30/15);
    letter-spacing: 0.05rem;
}

.contactInfo {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: calc(25 / 15);
    border: var(--bs-border-width) solid var(--bs-border-color);
    padding: 20px;
    background-color: var(--bs-white);
}

.contact_company_info .social_info ul {
    flex-direction: column;
}

.contact_company_info .social_info ul li {
    list-style: none;
    position: relative;
    display: block;
    padding: 5px 0 0 40px;
    margin: 0;
    line-height: calc(20 / 15);
    font-size: 15px;
    letter-spacing: 0.05rem;
    min-height: 30px;
}

.contact_company_info .company_info_field ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

.contact_company_info .social_info ul li i {
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: var(--main-color-1);
    color: var(--bs-white);
    border-radius: 8px;
    font-size: 13px;
    letter-spacing: normal;
    line-height: calc(14 / 13);
    background: linear-gradient(45deg, rgba(29, 32, 135, 1) 0%, rgba(0, 171, 194, 1) 100%);
}

.googleMap {
    padding: 10px;
    background-color: var(--bs-white);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 6px;
}

.googleMap iframe {
    height: 100%;
}

.page_news_view .main_title_widget h1 {
    font-size: 1.8rem;
}

@media (min-width:1200px) {
    .product_view {
        width: 50%;
        padding-right: 1.5rem;
    }

    .product_info {
        width: 50%;
        padding-left: 1.5rem;
    }

    .theme_light .header_style_4 .header_bottom,
    .theme_light .header_style_4 .header_sticky {
        background-color: var(--bs-white);
    }

    .header_menu .submenu {
        min-width: 215px;
        background-color: #ffffff;
        box-shadow: unset;
    }

    .language_style1 .lang_widget {
        padding: 0;
    }

    .theme_light .header_style_4 .header_top .language {
        display: none;
    }

    header .logo a {
        display: inline-flex;
        padding: 15px 0;
    }

    header .logo img {
        height: 45px;
    }

    .theme_light .header_style_4 .language_style1 .lang_item {
        color: var(--main-color-1);
        padding: 10px 10px 9px 10px;
        line-height: calc(18 / 16);
        border-radius: 6px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
        background-color: color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
        border: 1px solid color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
    }

    .theme_light .header_style_4 .language_style1 .lang_widget:hover .lang_item {
        background-color: var(--main-color-1);
        border-color: var(--main-color-1);
        color: var(--bs-white);
    }

    .theme_light .header_style_4 .language_style1 .lang_item::before {
        display: none;
    }

    .theme_light .header_style_4 .language_style1 .lang_item::after {
        order: -1;
        content: '\f0ac';
        margin: 0 5px 0 0;
        transform: unset;
    }

    .theme_light .header_style_4 .language_style1 .lang_widget:hover .lang_item:after {
        transform: unset;
    }

    .theme_light .header_style_4 .search_modal_btn {
        border-radius: 6px;
        color: var(--main-color-1);
        background-color: color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
        border: 1px solid color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
    }

    .theme_light .header_style_4 .search_modal_btn:hover {
        background-color: var(--main-color-1);
        border-color: var(--main-color-1);
        color: var(--bs-white);
    }

    .header_style_4 .header_menu .menu {
        padding: 10px 0;
    }

    .theme_light .header_style_4 .header_menu .menu .m_1 {
        color: var(--bs-gray-800);
        font-size: 16px;
        line-height: calc(18/16);
        padding: 14px 0;
    }

    .theme_light .header_style_4 .header_menu .menu:hover .m_1 {
        color: var(--main-color-1);
    }

    .theme_light .header_style_4 .header_menu .menu:hover .m_1::before {
        background-color: var(--main-color-1);
    }

    .theme_light .header_style_4 .header_menu .arrow-down {
        display: none;
    }
}


@media (max-width:1199px) {

    .top-space.swiper-container,
    .image_header {
        margin-top: 106.992px;
    }

    .theme_light .header_style_4 .header_mobile .language {
        display: none;
    }

    .service-slides .custom_link_layout>.row-cols-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-auto-rows: 205px;
    }

    .service-slides .custom_link_layout .column:first-child {
        grid-row: span 2;
        grid-column: span 1;
    }

    .service-slides .custom_link_layout .column:last-child {
        grid-column: span 1;
    }

    header .custom_link li a {
        padding: 10px 0;
    }

    header .custom_link li a i {
        margin-right: 4px;
    }

    .language_style1 .lang_dropdown {
        padding-top: 6px;
    }

    .theme_light .header_style_4 .header_top .language {
        margin: 0 0 0 auto;
    }

    .language_style1 .lang_widget {
        padding: 0;
    }

    .language_style1 .lang_widget:hover .lang_item {
        background-color: var(--bs-white);
    }

    .theme_light .header_style_4 .language_style1 .lang_item {
        color: var(--main-color-1);
        padding: 10px 10px 9px 10px;
        line-height: calc(18 / 16);
        border-radius: 5px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1px;
        background-color:
            color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
        border: 1px solid color-mix(in srgb, var(--main-color-1) 8%, var(--bs-white));
    }

    .theme_light .header_style_4 .language_style1 .lang_widget:hover .lang_item {
        background-color: var(--main-color-1);
        border-color: var(--main-color-1);
        color: var(--bs-white);
    }

    .theme_light .header_style_4 .language_style1 .lang_item::before {
        display: none;
    }

    header.slide_left .header_mobile_navbar .mobile_head {
        align-items: center;
    }

    .header_mobile_navbar .header_mobile_menu .submenu {
        background-color: #f5f6f9;
    }

    .down-btn:after {
        transition: 0.3s ease-in-out;
    }

    .active>.down-btn:after {
        transform: rotate(180deg);
    }

    div[class*=products-list-style]>.row>* {
        width: 33.333333%;
    }
}


@media (max-width:767px) {

    .top-space.swiper-container,
    .image_header {
        margin-top: 93.9922px;
    }

    .service-slides .custom_link_layout>.row-cols-4 {
        grid-auto-rows: 190px;
    }

    .service-slides .custom_link_layout .column:first-child {
        grid-row: span 1;
        grid-column: span 2;
    }

    .service-slides .custom_link_layout .column {
        grid-column: span 2;
    }

    .service-slides .custom_link_layout .column:last-child {
        grid-column: span 2;
    }

    .custom-thumb-1 .thumb-content {
        max-width: 100%;
    }

    .custom-thumb-1 .t-ttl {
        font-size: 20px;
        letter-spacing: 0.05rem;
        line-height: calc(30 / 20);
    }

    .custom-thumb-1 .t-link {
        padding-top: 20px;
    }

    .col-foot-brand {
        width: 100%;
        margin-bottom: 10px;
    }

    .col-foot-info {
        flex: 1;
    }

    div[class*=products-list-style]>.row>* {
        width: 50%;
    }

    .products-list-style1 .list-snip {
        padding: 10px;
    }

    .products-list-style1 .list-snip h4 {
        font-size: 15px;
    }
}

@media (max-width:479px) {
    footer[class*=footer_layout] {
        padding-bottom: 0;
    }

    header .logo a img {
        max-height: 37px;
    }
}

.lang_list li:nth-child(3),
.lang_list li:nth-child(4) {
    display: none;
}