/* desktop */

body {
    color: #212529;
    line-height: 1.75;
    font-weight: 300;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 15px;
    padding-bottom: 15px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    border-top: 1.65vw solid;
    border-image:linear-gradient(to right, #ffffff, #bababa) 1;
    box-shadow: 0 25px 25px rgba(33, 37, 41, 0.25);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 5px;
    color: #212529;
    font-size: 1vw;
    position: relative;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: red;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2.5px;
    transition: all 0.50s;
    opacity: 0;
}

.nav_bottom .menu .nav_item .dropdown a:hover:after {
    width: 100%;
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 1;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content h2 {
    font-size: 40px;
    line-height: normal;
}

.hp_banner_line {
    width: 100px;
    height: 2.5px;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: transparent;
    color: #ffffff;
    border: 2.5px solid #ffffff;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.hp_banner_button a:hover button {
    background-color: #d90100;
    border-color: #d90100;
}

.hp_banner_button a:hover button i {
    transform: scaleX(-1);
}

.hp_banner_image img {
    transform: scale(1.5);
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.index_wrapper_3:after {
    content: '';
    background-color: #e8e8e8;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 75%);
    height: calc(100% - 25%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: center;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_title {
    font-size: 30px;
    line-height: normal;
}

.hp_about_content .hp_title {
    color: #212529;
}

.hp_line {
    background-color: #212529;
    width: 200px;
    height: 2.5px;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: transparent;
    color: #212529;
    border: 2.5px solid #212529;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.hp_button a:hover button {
    background-color: #d90100;
    border-color: #d90100;
    color: #ffffff;
}

.hp_button a:hover button i {
    transform: scaleX(-1);
}

.index_wrapper_3 #index_4 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* running */

.index_wrapper_5 {
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: 0 25px 25px rgba(33, 37, 41, 0.25);
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_running {
    gap: 25px;
}

.hp_running_border:before, .hp_running_border:after {
    content: '';
    background-color: #212529;
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
}

.hp_running_border:before {
    left: -85px;
}

.hp_running_border:after {
    right: 55px;
}

.hp_running_icon {
    max-width: 75px;
}

.hp_running_counter {
    font-size: 35px;
    font-weight: 800;
    line-height: normal;
}

/* category */

.index_wrapper_6 {
    padding-top: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    opacity: 1 !important;
    transform: none !important;
    height: auto;
    aspect-ratio: auto;
}

.product_cat-4 .cat_box a {
    display: flex;
    position: relative;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    background-color: rgba(0, 0, 0, 0);
    transition: inherit;
}

.product_cat-4 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 0);
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #212529;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
}

.product_cat-4 .cat_box .content .content_box h4:before {
    content: '\f111';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 5px;
    color: #d90100;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    background-color: #d90100;
    font-size: 0 !important;
    border: 0;
    padding: 25px 5px 5px 25px;
    line-height: normal;
    border-radius: 0;
    transition: all 0.50s;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
}

.product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary {
    background-color: #212529;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:before {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 16px;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

.index_wrapper_6 .hp_button a button {
    background-color: #212529;
    color: #ffffff;
}

.index_wrapper_6 .hp_button a:hover button {
    background-color: transparent;
    color: #d90100;
}

/* service */

.index_wrapper_7 {
    padding-top: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.ex_service_typeDark {
    padding: 0;
    color: transparent;
    background: transparent;
}

.ex_service_typeDark .services-mosaic {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.ex_service_typeDark .tile:is(:nth-child(8n + 1), :nth-child(8n + 2), :nth-child(8n + 3),
:nth-child(8n + 4), :nth-child(8n + 5), :nth-child(8n + 6)) {
    grid-column: inherit;
}

.ex_service_typeDark .service-tile {
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    min-height: auto;
    transition: inherit;
    aspect-ratio: 1.25 / 1;
}

.ex_service_typeDark .service-tile:hover {
    transform: translateY(0);
    box-shadow: none;
}

.ex_service_typeDark .tile-media {
    background: transparent;
}

.ex_service_typeDark .tile-media img {
    transform: scale(1);
    transition: inherit;
}

.ex_service_typeDark .service-tile:hover .tile-media img {
    transform: scale(1);
}

.ex_service_typeDark .tile-overlay {
    position: static;
    background: transparent;
}

.ex_service_typeDark .tile-info {
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    border-radius: 0;
    border: 0;
    background: #d90100;
    backdrop-filter: blur(0);
    gap: 15px;
    margin: 15px;
}

.ex_service_typeDark .tile-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
}

.ex_service_typeDark .tile-desc {
    display: none;
}

.ex_service_typeDark .tile-cta {
    gap: 0;
    padding: 0 15px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, 0.25);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: normal;
    transition: all 0.50s;
}

.ex_service_typeDark .tile-cta:hover {
    border-color: #212529;
    background: #212529;
}

/* product */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.productSlider-1 .product_img .slick-arrow {
    display: none !important;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: #f0f0f0;
    min-height: auto;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 0;
    height: auto;
    aspect-ratio: 1 / 1;
}

.productSlider-1 .product_img .product_box .product_img_frame .status {
    display: none;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
    object-fit: contain !important;
    background-color: #c1c1c1;
}

.productSlider-1 .product_img .product_box .content {
    margin-top: 0 !important;
    padding: 15px;
    height: 125px;
    position: relative;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: 500 !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #212529;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #d90100;
}

.productSlider-1 .product_img .product_box .content p {
    display: none;
}

.productSlider-1 .product_img .product_box .content .align-top {
    font-weight: normal !important;
    font-size: 0;
    margin-bottom: 0;
    line-height: normal;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    display: block;
    text-align: right;
    position: relative;
}

.productSlider-1 .product_img .product_box .content .align-top a:before {
    content: '\f30b';
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background-color: #d90100;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    padding: 25px 5px 5px 25px;
    transition: all 0.50s;
    display: flex;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover:before {
    background-color: #212529;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

.hp_product {
    gap: 15px;
}

.hp_product_dot {
    position: relative;
}

.hp_product_dot .slick-dots {
    bottom: 0;
    display: flex !important;
    justify-content: center;
}

.hp_product_dot .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.hp_product_dot .slick-dots li button {
    width: 200px;
    height: 2.5px;
    padding: 0;
    background-color: #e7e7e7;
}

.hp_product_dot .slick-dots li.slick-active button {
    background-color: #9b9b9b;
}

.hp_product_dot .slick-dots li button:before {
    display: none;
}

.hp_product_button {
    gap: 15px;
}

.hp_product_button div i {
    border: 2.5px solid #212529;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    cursor: pointer;
    transition: all 0.50s;
}

.hp_product_button div i:hover {
    background-color: #d90100;
    color: #ffffff;
    border-color: #d90100;
}

/* brand */

.index_wrapper_9 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f0f0f0;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

#main_index .brand_list {
    margin-bottom: 0;
}

#main_index .brand_list .col-6.col-md-3 {
    padding: 15px;
}

#main_index .brand_list .brand_box {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#main_index .brand_list .brand_box .img_frame {
    padding-bottom: 0;
    height: auto;
    box-shadow: none;
    aspect-ratio: 16 / 9;
}

#main_index .brand_list .brand_box .img_frame img {
    background-color: #ffffff;
    padding: 15px;
}

#main_index .brand_list .brand_box h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
}

#main_index .brand_list .brand_box p {
    display: none;
}

/* why */

.index_wrapper_10 {
    padding-top: 100px;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

:root {
    --paper: #ffffff;
    --ink: #15130F;
    --steel: #8B8782;
    --line: #E6E2DA;
    --accent: #ec1c25;
    --pad: clamp(1.5rem, 5vw, 5rem);
    --display: 'Archivo', system-ui, sans-serif;
    --body: 'Inter', system-ui, sans-serif;
    --mono: 'JetBrains Mono', ui-monospace, monospace;
}

/* SECTION */
.ps-section {
    position: relative;
    background: var(--paper);
}

.ps-frame {
    display: flex;
    flex-direction: column;
}

/* BOOKMARK */
.ps-bookmark {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0;
}

.ps-bookmark__tab {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    width: 20rem;
    max-width: calc(100% - var(--pad));
    padding: 0.9rem 4.5rem 0.9rem 2.2rem;
    background: var(--accent);
    color: var(--paper);
    clip-path: polygon(0 0, 82% 0, 100% 100%, 0 100%);
}

.ps-bookmark__kicker {
    font-family: var(--mono);
    font-size: 0.58rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(251, 250, 247, 0.82);
}

.ps-bookmark__kicker b {
    color: var(--paper);
}

.ps-bookmark__label {
    font-family: var(--mono);
    font-size: 0.92rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.ps-bookmark__progress {
    height: 2px;
    width: 100%;
    margin-top: 0.15rem;
    background: rgba(255,255,255,0.3);
    overflow: hidden;
}

.ps-bookmark__progress i {
    display: block;
    height: 100%;
    width: 100%;
    background: var(--paper);
    transform-origin: left;
}

/* STAGE */
.ps-stage {
    position: relative;
}

/* PANEL (MOBILE FIRST) */
.ps-panel {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 15px 0;
    height: auto;
    align-items: center;
}

/* CONTENT */
.ps-content {
    max-width: 34rem;
}

.ps-index {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.6rem;
}

.ps-index__num {
    font-family: var(--mono);
    font-size: 0.85rem;
    letter-spacing: 0.1em;
}

.ps-index__bar {
    height: 2px;
    width: clamp(2.5rem, 8vw, 5rem);
    background: var(--accent);
}

.ps-title {
    margin: 0 0 1.4rem;
    font-family: var(--display);
    font-weight: 800;
    font-size: 20pt;
    line-height: 0.95;
}

.ps-desc {
    margin: 0 0 2rem;
    font-size: clamp(1rem, 1.2vw, 1.15rem);
    line-height: 1.6;
    color: #43403B;
}

/* FIGURE */
.ps-figure {
    margin: 0 auto;
    max-width: 100%;
    border-left: 1px solid #212529;
    padding-left: 50px;
}

.ps-figure__inner {
    position: relative;
    aspect-ratio: 3 / 2;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}

.ps-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* DESKTOP */
@media (min-width: 768px) {
    .ps-panel {
        grid-template-columns: 45% 55%;
        gap: clamp(2rem, 6vw, 6rem);
        min-height: 50vh;
    }

    .ps-figure {
        max-width: 70%;
    }

    .ps-figure__inner {
        aspect-ratio: 1.35;
    }
}

/* PINNED MODE (DESKTOP ONLY) */
@media (min-width: 768px) {
    .ps--pinned .ps-frame {
        height: 100dvh;
    }

    .ps--pinned .ps-stage {
        flex: 1;
        position: relative;
    }

    .ps--pinned .ps-panel {
        position: absolute;
        inset: 0;
        opacity: 0;
        visibility: hidden;
        will-change: transform, opacity;
    }

    .ps--pinned .ps-panel:first-child {
        opacity: 1;
        visibility: visible;
    }
}

/* MOBILE OVERRIDE FOR PINNED */
@media (max-width: 767px) {
    .ps--pinned .ps-frame,
    .ps--pinned .ps-panel {
        position: relative !important;
        height: auto !important;
        inset: auto !important;
    }

    .ps--pinned .ps-panel {
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* REDUCED MOTION */
@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
    }
}

.index_wrapper_10 .hp_button {
    position: absolute;
    bottom: 150px;
    left: 15px;
}

/* support */

.index_wrapper_11 {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/19765/image/support_news.jpg)
                top / cover no-repeat;
}

.index_wrapper_11 #index_11 {
    padding-right: 0;
    padding-left: 0;
}

.hp_support {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 30px;
}

.hp_support_box_content {
    padding: 15px 25px;
    gap: 15px;
    background-color: rgba(33, 37, 41, 0.75);
    bottom: 0;
    left: 0;
}

.hp_support_box_content h3 {
    font-size: 25px;
    line-height: normal;
}

.hp_support_box_content h3 strong {
    font-weight: 500;
}

/* news */

.index_wrapper_12 {
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/19765/image/support_news.jpg)
                bottom / cover no-repeat;
}

.index_wrapper_12 #index_12 {
    padding-right: 0;
    padding-left: 0;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 15px;
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box .img_frame {
    height: auto;
    padding-top: 0;
    aspect-ratio: 16 / 9;
}

#main_index .hp_latest_new_8 .news_box .img_frame img {
    background-color: #ffffff;
    object-fit: contain;
}

#main_index .hp_latest_new_8 .justify-content-between.d-flex.flex-column.w-100.h-100 {
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 16px;
    line-height: normal;
    color: #212529;
}

#main_index .hp_latest_new_8 .news_box .title p.my-1 {
    margin: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .title p.my-1 span.text-muted {
    color: #212529 !important;
}

#main_index .hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 0;
    color: #6c757d;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 16px;
    text-align: left !important;
    margin-bottom: 0 !important;
    color: #6c757d;
}

#main_index .hp_latest_new_8 .news_box .date i {
    color: #d90100;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    display: none;
}

/* contact 1 */

.index_wrapper_13 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #d90100;
    position: relative;
}

.index_wrapper_13:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/19765/image/I-ELEMENT.png)
                left / contain no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.index_wrapper_13 #index_13 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    gap: 15px;
}

.hp_contact_content {
    gap: 25px;
}

.hp_contact .hp_button a button {
    background-color: #212529;
    color: #ffffff;
}

.hp_contact .hp_button a:hover button {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
}

/* contact 2 */

.index_wrapper_14 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #2d2d2d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
}

.index_wrapper_14 #index_14 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_box {
    display: grid;
    grid-template-columns: repeat(4, auto);
    gap: 100px;
}

.hp_contact_box_content {
    gap: 15px;
}

.hp_contact_box img {
    max-width: 25px;
    max-height: 25px;
}

/* footer */

.footer_type6 {
    background-color: #2d2d2d;
    padding-top: 50px;
    padding-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.footer_type6:after {
    content: '';
    background-color: #1e1e1e;
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 75%);
    height: calc(100% - 25%);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: -1;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.50);
}

.footer_type6 .logo {
    padding-top: 0;
    height: 100px;
    width: 100px;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    background-color: #ffffff;
    padding: 15px;
    object-fit: contain;
    width: 100%;
}

.footer_type6 .title {
    min-height: auto;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title h5 {
    font-weight: bold;
    line-height: normal;
}

.footer_type6 a:hover {
    color: #d90100;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 ul.list-unstyled {
    margin-bottom: 0 !important;
}

.footer_type6 .input-container {
    height: auto;
    display: flex;
    align-items: center
}

.footer_type6 .input-container input {
    height: auto;
    border-bottom: 0;
    transition: all 0.50s;
    background-color: rgba(255, 255, 255, 0.15);
    position: static;
    padding: 10px 15px;
}

.footer_type6 .input-container label {
    height: auto;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    padding: 0;
    margin-bottom: 0;
    width: fit-content;
}

.footer_type6 .input-container .moveUp {
    font-size: 0;
    top: 0;
    display: none;
}

.footer_type6 .input-container .submit {
    position: static;
    background-color: #d90100;
    transition: all 0.50s;
    padding: 10px 15px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
}

.footer_type6 .input-container .submit:hover {
    color: #212529;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0;
    margin-top: 50px;
    height: 0;
    position: relative;
}

.footer_type6 .line:before, .footer_type6 .line:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.50);
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.footer_type6 .line:before {
    left: 0;
    transform: translate(-50%, 0);
}

.footer_type6 .line:after {
    right: 0;
    transform: translate(50%, 0);
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
}

.footer_type6 .copy_right.text-left .d-flex {
    gap: 15px;
}

.footer_type6 .copy_right.text-left .d-flex p {
    margin-right: 0 !important;
}

.footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
    float: right;
}

.footer_type6 .social_media a {
    margin-left: 0;
    border: 1px solid #ffffff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.footer_type6 .social_media a:hover {
    color: #d9b060;
    border-color: #d9b060;
}

.footer_type6 .social_media a i {
    line-height: normal;
}

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_category .category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: 1rem;
}

#main_contactus #contactus_1_1 .ws_contact {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_1_1 .col-12.col-md-4.ws_contact {
    margin-bottom: 15px !important;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 {
    display: flex;
    margin-bottom: 0;
}

#main_contactus #contactus_1_1 .ws_contact .col-12.p-0.contact_map.mb_10 iframe {
    height: 500px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 15px;
}

/* */

/* tablet */

@media (min-width:768px) and (max-width:1140px) {

.container, .container-md, .container-sm {
    max-width: calc(100% - 50px);
}

/* menu */

.navbar_ecommerceDropdown, .nav_bottom, .mega_menu {
    display: block;
}

.nav_bottom .menu {
    flex-wrap: nowrap;
}

.navbar_mobile {
    display: none;
}

#top_spacing {
    height: auto !important;
}

/* banner */

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_content p {
    font-size: 10px;
}

.hp_banner_image img {
    transform: scale(1.15);
}

/* about */

.hp_title {
    font-size: 20px;
}

/* running */

.hp_running_border:before {
    left: -40px;
}

.hp_running_border:after {
    right: 0;
}

.hp_running_counter {
    font-size: 25px;
}

/* service */

.ex_service_typeDark .services-mosaic {
    grid-template-columns: repeat(2, 1fr);
}

/* product */

.hp_product_dot .slick-dots li button {
    width: 100px;
}

/* contact 2 */

.hp_contact_box_content {
    align-items: flex-start !important;
    flex-direction: column;
}

/* footer */

.footer_type6 .input-container label {
    font-size: 10px;
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
    box-shadow: 0 25px 25px rgba(33, 37, 41, 0.25);
}

.navbar_mobile .row_1 {
    flex-direction: row-reverse;
    margin-bottom: 0;
    padding-top: 0 !important;
}

.navbar_mobile .row_1 .col.pl-4 {
    padding: 15px !important;
    justify-content: flex-end;
}

.navbar_mobile .btn-outline-light {
    border-radius: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #212529;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

.navbar_mobile .logo_img {
    max-height: 35px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 0;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #212529;
}

.side_menu input::placeholder {
    color: #212529 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #212529 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #d90100 !important;
}

.side_menu .list-group .list-group-item {
    border-color: rgba(255, 255, 255, 0.25);
}

.side_menu .list-group .list-group-item a {
    color: #ffffff;
}

.side_menu .list-group .list-group-item a:hover {
    color: #d90100;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #d90100;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #d90100;
}

/* banner */

.slider_banner .item img {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
}

.hp_table {
    flex-direction: column;
    gap: 15px;
}

.hp_banner_content {
    width: 100% !important;
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 20px;
    text-shadow: 0 0 1.5px rgba(33, 37, 41, 1);
}

.hp_banner_line {
    box-shadow: 0 0 1.5px rgba(33, 37, 41, 1);
}

.hp_banner_content p {
    font-size: 10px;
    text-shadow: 0 0 1.5px rgba(33, 37, 41, 1);
}

.hp_banner_button a button {
    font-size: 10px;
    box-shadow: 0 0 1.5px rgba(33, 37, 41, 1);
    text-shadow: 0 0 1.5px rgba(33, 37, 41, 1);
}

.hp_banner_image {
    margin-top: -80px;
    margin-left: auto;
}

.hp_banner_image img {
    transform: scale(1);
}

/* about */

.hp_title {
    font-size: 20px;
}

/* running */

.hp_running_border {
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
    padding: 30px 0;
}

.hp_running_border:before, .hp_running_border:after {
    display: none;
}

/* service */

.ex_service_typeDark .services-mosaic {
    grid-template-columns: repeat(1, 1fr);
}

/* product */

.hp_product {
    flex-direction: column;
}

.hp_product_dot .slick-dots li button {
    width: 25px;
}

/* brand */

.hp_brand_border {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #212529;
    border-bottom: 1px solid #212529;
}

/* why */

.index_wrapper_10 {
    padding-bottom: 100px;
}

.index_wrapper_10 .hp_button {
    position: static;
}

/* support */

.hp_support {
    grid-template-columns: auto;
}

/* contact 1 */

.hp_contact {
    flex-direction: column;
}

/* contact 2 */

.hp_contact_box {
    grid-template-columns: auto;
    gap: 15px;
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

}

/* */