.omter-company-pages {
    background: #fff;
    color: #555;
    font-family: Arial, Helvetica, sans-serif;
}

.omter-company-pages *,
.omter-company-pages *::before,
.omter-company-pages *::after {
    box-sizing: border-box;
}

/*
 * About Us is a first-level header item only. Its child categories remain
 * available as tabs inside the company pages. These selectors also suppress
 * stale dropdown markup in previously generated static HTML files.
 */
.head_bom .nav_list > a[href="/guangzhou-omter-leather-co-ltd.html"] + .vcb,
.head_bom .nav_list > a[href="/guangzhou-omter-leather-co-ltd.html"] ~ .Pro_sen_box,
.omter-mobile-nav li > a[href="/guangzhou-omter-leather-co-ltd.html"] + .omter-mobile-subtoggle,
.omter-mobile-nav li > a[href="/guangzhou-omter-leather-co-ltd.html"] ~ .s_se_nav {
    display: none !important;
}

.omter-company-pages__head {
    overflow: visible;
}

.omter-company-pages__path {
    padding-left: 0;
    padding-right: 0;
}

.omter-company-pages__tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 20px;
}

.omter-company-pages__tabs > a.at_tab {
    float: none;
    flex: 0 0 33.333333%;
    width: 33.333333%;
    max-width: 33.333333%;
    margin: 0 -1px 0 0;
    transition: background-color .2s ease, color .2s ease;
}

.omter-company-pages__content > .m,
.omter-company-pages__content > .nya_bg > .m {
    width: 100%;
}

.omter-company-section {
    background: #fff;
    margin-bottom: 20px;
}

.omter-company-section .ny_h2,
.omter-company-section .ny_a_title {
    margin: 0;
    font-weight: 400;
}

.omter-company-section .ny_h2 {
    border-bottom: 1px solid #ededed;
}

.omter-company-section .ny_a_title {
    padding: 0 10px;
}

.omter-company-section .ny_a_subtitle {
    margin: 10px 10px 0;
}

.omter-company-intro {
    padding: 20px 10px 10px;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.omter-company-intro p {
    margin: 0 0 16px;
}

.omter-company-intro img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 20px auto 0;
}

.omter-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 36px;
    padding: 15px 10px;
}

.omter-info-grid .a_text {
    display: grid;
    grid-template-columns: minmax(150px, .8fr) minmax(0, 1.2fr);
    align-items: start;
    gap: 14px;
    margin: 0;
    padding: 9px 0;
    border-bottom: 1px dashed #e8e8e8;
}

.omter-info-grid .a_text .title,
.omter-info-grid .a_text .content {
    float: none;
    display: block;
    padding: 0;
    line-height: 1.6;
}

.omter-info-grid .a_text .title {
    color: #222;
    font-weight: 600;
}

.omter-info-grid .a_text .content {
    color: #666;
}

.omter-media-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    padding: 15px 10px 25px;
}

.omter-media-grid--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.omter-media-card {
    min-width: 0;
    text-align: center;
}

.omter-media-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.omter-media-card__image a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.omter-media-card__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
    transition: transform .6s ease;
}

.omter-media-card__image:hover img {
    transform: scale(1.08);
}

.omter-media-card__caption {
    min-height: 34px;
    margin: 5px 0 0;
    padding: 0 5px;
    overflow: hidden;
    color: #313131;
    font-size: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.omter-capacity-band {
    margin: 20px 0;
    padding: 28px 0;
    background: #f2f2f2;
}

.omter-capacity-band .ny_a_title {
    padding: 0 10px;
}

.omter-capacity-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 20px 10px 0;
}

.omter-capacity-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    aspect-ratio: 241 / 176;
    overflow: hidden;
    background: #fff;
}

.omter-capacity-grid img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transition: transform .6s ease;
}

.omter-capacity-grid a:hover img {
    transform: scale(1.1);
}

.omter-company-inquiry {
    margin: 20px 0 40px;
    padding: 20px;
    background: #fff;
}

.omter-company-inquiry .ny_h2 {
    margin: 0;
    padding: 15px 10px;
    border-bottom: 0;
    color: #222;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
}

.omter-company-inquiry .basic_info {
    padding: 15px 10px 10px;
}

.omter-company-inquiry .message_list {
    margin-top: 0;
}

.omter-company-inquiry .message_list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.omter-company-inquiry .message_list ul li.w100 {
    padding: 10px 0;
}

.omter-company-inquiry .input_text,
.omter-company-inquiry .textarea {
    display: block;
    width: 100%;
    border: 1px solid #f3f3f3;
    border-radius: 0;
    outline: 0;
    background: #fafafa;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease;
}

.omter-company-inquiry .input_text {
    height: 44px;
    padding: 0 12px;
    line-height: 44px;
    text-indent: 0;
}

.omter-company-inquiry .textarea {
    min-height: 180px;
    padding: 12px;
    line-height: 1.7;
    resize: vertical;
}

.omter-company-inquiry .input_text:focus,
.omter-company-inquiry .textarea:focus {
    border-color: #bdbdbd;
    background: #fff;
}

.omter-company-inquiry .is-invalid {
    border-color: #d9534f;
    background: #fff;
}

.omter-company-inquiry .p_r {
    margin: 8px 0 0;
    color: #777;
    font-size: 14px;
    line-height: 1.6;
}

.omter-company-inquiry__error {
    min-height: 0;
    margin: 5px 0 0;
    color: #d9534f;
    font-size: 13px;
    line-height: 1.5;
}

.omter-company-inquiry__error:empty {
    display: none;
}

.omter-company-inquiry__actions {
    text-align: center;
}

.omter-company-inquiry__submit,
.omter-company-inquiry .message_list .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #232323;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    box-shadow: none;
}

.omter-company-inquiry__submit:hover,
.omter-company-inquiry__submit:focus,
.omter-company-inquiry .message_list .btn:hover,
.omter-company-inquiry .message_list .btn:focus {
    background: #111;
    color: #fff;
}

.omter-company-inquiry__submit[disabled] {
    cursor: wait;
    opacity: .65;
}

.omter-company-inquiry__result {
    min-height: 24px;
    margin-top: 10px;
    color: #25833d;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.omter-company-inquiry__result.is-error {
    color: #d9534f;
}

.omter-richtext {
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}

.omter-richtext img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 991px) {
    .omter-info-grid {
        grid-template-columns: 1fr;
    }

    .omter-media-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .omter-media-grid--three {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .omter-capacity-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .omter-company-pages__path {
        display: none;
    }

    .omter-company-pages__tabs {
        margin-top: 0;
        padding: 0 10px;
    }

    .omter-company-pages__tabs > a.at_tab {
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        margin-bottom: -1px;
    }

    .omter-company-section {
        margin: 20px 10px;
        padding: 20px 15px;
        border-top: 1px solid #e5e5e5;
    }

    .omter-company-intro,
    .omter-info-grid,
    .omter-media-grid {
        padding-left: 0;
        padding-right: 0;
    }

    .omter-info-grid .a_text {
        grid-template-columns: 1fr;
        gap: 2px;
    }

    .omter-media-grid,
    .omter-media-grid--three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .omter-media-card__caption {
        width: 100%;
        font-size: 14px;
    }

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

    .omter-company-inquiry {
        margin: 20px 10px;
    }
}

@media (max-width: 479px) {
    .omter-company-pages__tabs > a.at_tab {
        flex-basis: 100%;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .omter-media-grid,
    .omter-media-grid--three,
    .omter-capacity-grid {
        grid-template-columns: 1fr;
    }
}
