/* desktop */

:root {
    --font-family: "Orbitron", sans-serif;
}

body {
    color: #000000;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #000000;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 80vw;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
    filter: drop-shadow(1px 0 #ffffff) drop-shadow(-1px 0 #ffffff) drop-shadow(0 1px #ffffff) drop-shadow(0 -1px #ffffff);
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0 0.325vw;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1vw;
    position: relative;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ff0000;
}

.nav_bottom .menu .nav_item .dropdown a:after {
    content: '';
    background-color: #ff0000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5px;
    transition: all 0.50s;
    opacity: 0;
}

.nav_bottom .menu .nav_item:hover .dropdown a:after {
    opacity: 1;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 600;
}

.hp_search {
    padding: 1vw;
}

.hp_search form {
    font-size: 1vw;
    display: flex;
    align-items: center;
}

.hp_search form input {
    border: 2.5px solid #ffffff;
    padding: 0.325vw 1vw;
    border-radius: 100px 0 0 100px;
    background-color: #f4f2f2;
}

.hp_search form button {
    border: 2.5px solid #ffffff;
    padding: 0.325vw 1vw;
    border-radius: 0 100px 100px 0;
    background-color: #ff0000;
    color: #ffffff;
    transition: all 0.50s;
}

.hp_search form button:hover {
    background-color: #ffffff;
    color: #ff0000;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h3 {
    font-size: 16px;
    line-height: normal;
    color: #ff0000;
}

.hp_banner_content h3 strong {
    font-weight: 500;
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: normal;
    font-family: var(--font-family)
}

.hp_banner_content h2 strong span {
    color: #ff0000;
}

.hp_banner_button {
    gap: 15px;
    width: max-content;
}

.hp_banner_button p a button {
    transition: all 0.50s;
    background-color: #ff0000;
    color: #ffffff;
    border: 0;
    padding: 5px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button p a:hover button {
    background-color: transparent;
    color: #ff0000;
}

.hp_banner_button p:last-child a button {
    background-color: transparent;
    color: #ff0000;
}

.hp_banner_button p:last-child a:hover button {
    background-color: #ff0000;
    color: #ffffff;
}

.hp_banner_button p a button b {
    font-weight: 600;
}

.hp_banner_button p a button i {
    transition: all 0.50s;
    background-color: transparent;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_banner_button p a:hover button i {
    background-color: #ff0000;
    color: #ffffff;
}

.hp_banner_button p:last-child a button i {
    background-color: #ff0000;
    color: #ffffff;
}

.hp_banner_button p:last-child a:hover button i {
    background-color: transparent;
}

/* why */

.index_wrapper_3 {
    margin-top: -150px;
    position: relative;
}

.index_wrapper_3:before {
    content: '';
    background: linear-gradient(to right, #ff0000, #000000, #000000, #000000, #000000,
                #000000, #ff0000);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2.5px;
}

.index_wrapper_3:after {
    content: '';
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 2.5px solid #ff0000;
    border-radius: 10px;
    padding: 25px 0;
    background-color: #000000;
}

.hp_why_box {
    gap: 25px;
    padding: 25px 50px;
}

.hp_why_box:nth-child(2) {
    border-left: 2.5px solid #ff0000;
    border-right: 2.5px solid #ff0000;
}

.hp_why_box img {
    max-width: 100px;
    border-radius: 5px;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-family);
}

/* about */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(https://cdn1.npcdn.net/userfiles/28752/image/B_Pic.jpg)
                top / cover no-repeat;
    position: relative;
    overflow: hidden;
}

.index_wrapper_4::before, .index_wrapper_4::after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 75px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%,
                rgba(210, 235, 255, 0.10) 15%, rgba(100, 180, 255, 0.50) 50%,
                rgba(100, 180, 255, 0) 75%);
    mix-blend-mode: screen;
    filter: blur(7.5px);
    animation: headlampPulse 2.5s ease-in-out infinite;
}

.index_wrapper_4::before {
    top: 50%;
    left: 70%;
    transform: translate(-50%, calc(-50% + 25px)) rotate(-7.5deg);
}

.index_wrapper_4::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 25px)) rotate(5deg);
    animation-delay: 0.15s;
}

@keyframes headlampPulse {
    0%, 100% {
        opacity: 0.75;
        filter: blur(7.5px) brightness(1);
    }

    50% {
        opacity: 1;
        filter: blur(10px) brightness(1.5);
    }
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_subtitle {
    font-size: 16px;
    line-height: normal;
    color: #ff0000;
}

.hp_subtitle strong {
    font-weight: 500;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: var(--font-family);
}

.hp_about_content .hp_title strong span {
    color: #ffffff;
}

.hp_button p a button {
    transition: all 0.50s;
    background-color: #ff0000;
    color: #ffffff;
    border: 0;
    padding: 5px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button p a:hover button {
    background-color: transparent;
    color: #ff0000;
}

.hp_button p a button b {
    font-weight: 600;
}

.hp_button p a button i {
    transition: all 0.50s;
    background-color: transparent;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_button p a:hover button i {
    background-color: #ff0000;
    color: #ffffff;
}

/* info */

.index_wrapper_5 {
    background-color: #000000;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 1;
}

.hp_info:before, .hp_info:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2.5px;
}

.hp_info:before {
    left: -50%;
}

.hp_info:after {
    right: -50%;
}

.hp_info_box {
    padding: 50px 0;
    border-right: 2.5px solid #ffffff;
}

.hp_info_box:last-child {
    border-right: 0;
}

.hp_info_circle {
    --progress: 0deg;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: conic-gradient(#ff0000 0deg, #ff0000 var(--progress),
                #58595b var(--progress), #58595b 360deg);
}

.hp_info_circle_inner {
    position: absolute;
    inset: 15px;
    border-radius: 100%;
    background: #000000;
}

.hp_info_box_content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 5px;
}

.hp_info_box_content img {
    max-width: 50px;
    margin: 0 auto;
}

.hp_info_box_content h3 {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-family);
}

/* product */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
    position: relative;
}

.index_wrapper_6:before {
    content: '';
    background-color: #ff0000;
    opacity: 0.25;
    position: absolute;
    top: -150px;
    left: -150px;
    width: 750px;
    height: 750px;
    border-radius: 100%;
    filter: blur(100px);
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product {
    gap: 15px;
}

.hp_product_content {
    gap: 15px;
    flex: none;
}

.hp_title strong span {
    color: #ff0000;
}

.hp_line {
    background-color: #ff0000;
    height: 2.5px;
    margin-bottom: 10px;
}

.productSlider-1 {
    position: relative;
    z-index: 1;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 16px;
    line-height: normal;
    opacity: 1;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #ff0000;
}

.productSlider-1 .product_img .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .product_img_frame {
    padding-top: 0;
    height: auto;
    aspect-ratio: 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: #ffffff;
    padding: 15px;
}

.productSlider-1 .product_img .product_box .content {
    text-align: center !important;
    margin-top: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.productSlider-1 .product_img .product_box .content a:first-child {
    display: none;
}

.productSlider-1 .product_img .product_box .content a h6 {
    font-weight: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    font-family: var(--font-family);
    color: #ffffff;
    text-transform: uppercase;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #ff0000;
}

.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: 16px;
    margin-bottom: 0;
    line-height: normal;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    background-color: #ff0000;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 5px;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    background-color: #ffffff;
    color: #ff0000;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* what */

.index_wrapper_7 {
    padding-top: 100px;
    background-color: #000000;
    position: relative;
    z-index: 0;
}

.index_wrapper_7:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/28752/image/D_Background.jpg)
                top left / cover no-repeat;
    position: absolute;
    top: -200px;
    left: -50px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_what_content {
    gap: 15px;
}

.hp_what {
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column-reverse;
}

.hp_what_box {
    border: 2.5px solid #ff0000;
    border-radius: 10px;
    padding: 25px 15px;
    gap: 15px;
    margin: 15px;
    min-height: 250px;
}

.hp_what_box img {
    max-width: 50px;
    max-height: 50px;
}

.hp_what_box h3 {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-family);
    color: #ff0000;
}

.hp_what .slick-dots {
    padding: 15px;
    bottom: 0;
    display: flex;
    justify-content: center;
}

.hp_what .slick-dots li {
    width: 100%;
    height: auto;
    margin: 0;
}

.hp_what .slick-dots li button {
    width: 100%;
    height: 2.5px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.25);
    transition: all 0.50s;
}

.hp_what .slick-dots li button:hover {
    background-color: #ff0000;
}

.hp_what .slick-dots li.slick-active button {
    background-color: #ff0000;
}

.hp_what .slick-dots li button:before {
    display: none;
}

/* brand */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #000000;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand_content {
    gap: 15px;
}

.hp_brand_running_item {
    min-height: auto;
    padding: 25px;
}

.hp_brand_running_item img {
    transform: scale(1.5);
}

/* list */

.index_wrapper_9 {
    background: url(https://cdn1.npcdn.net/userfiles/28752/image/F_Backgeound.jpg)
                center / cover no-repeat;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_list_content {
    gap: 15px;
}

.hp_list_content ul {
    gap: 15px;
}

.hp_list_content ul li {
    gap: 15px;
}

.hp_list_content ul li img {
    max-width: 50px;
}

.hp_list_content ul li h3 {
    font-size: 16px;
    line-height: normal;
    font-family: var(--font-family);
    color: #ff0000;
}

/* contact */

.index_wrapper_10 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/28752/image/G_Background.jpg)
                center / cover no-repeat;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 15px;
}

.hp_contact_list {
    gap: 15px;
}

.hp_contact_list div {
    gap: 25px;
}

.hp_contact_list div i {
    font-size: 25px;
}

.hp_contact_list div i:before {
    width: 25px;
    display: block;
}

.hp_contact_list div:first-child i:before {
    transform: rotate(-45deg);
}

/* footer */

.footer_type6 {
    background: url(https://cdn1.npcdn.net/userfiles/28752/image/H_Background.jpg)
                center / cover no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.footer_type6 .logo {
    padding-top: 0;
    height: 100px;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    padding: 5px 0;
    filter: drop-shadow(1px 0 #ffffff) drop-shadow(-1px 0 #ffffff) drop-shadow(0 1px #ffffff) drop-shadow(0 -1px #ffffff);
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title {
    min-height: 0;
}

.footer_type6 .title h5 {
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
    color: #ff0000;
    font-family: var(--font-family);
}

.footer_type6 ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type6 a:hover {
    color: #ff0000;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    height: auto;
}

.footer_type6 .input-container input {
    border-color: #ffffff;
    position: static;
    padding: 15px 0;
    border-radius: 0;
}

.footer_type6 .input-container label {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.footer_type6 .input-container label:hover {
    font-size: 0;
}

.footer_type6 .input-container .moveUp {
    display: none;
}

.footer_type6 .input-container .submit {
    position: static;
    border-radius: 0;
    transition: all 0.50s;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
}

.footer_type6 .input-container .submit:hover {
    color: #ff0000;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.footer_type6 .line:before, .footer_type6 .line:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
}

.footer_type6 .line:before {
    left: -100%;
}

.footer_type6 .line:after {
    right: -100%;
}

.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;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type6 .social_media a {
    margin-left: 0;
    background-color: #ffffff;
    color: #000000;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.footer_type6 .social_media a:hover {
    background-color: #ff0000;
    color: #ffffff;
}

.footer_type6 .social_media a i {
    line-height: normal;
    font-size: 16px;
}

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

.footer_type6 .social_media a .icon_s img {
    filter: brightness(0);
    height: 16px;
}

.footer_type6 .social_media a:hover .icon_s img {
    filter: brightness(100);
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #ff0000;
    font-weight: bold;
    font-family: var(--font-family);
    text-transform: uppercase;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#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 {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 25px;
}

.hp_banner_content p {
    max-width: calc(100% - 25%);
}

/* why */

.index_wrapper_3 {
    margin-top: 0;
}

.hp_why_box {
    flex-direction: column;
}

/* about */

.index_wrapper_4::before {
    transform: translate(calc(-50% + 50px), calc(-50% - 50px)) rotate(-7.5deg);
}

.index_wrapper_4::after {
    transform: translate(-50%, calc(-50% + -25px)) rotate(5deg);
}

.hp_title {
    font-size: 25px;
}

/* info */

.hp_info {
    grid-template-columns: repeat(2, 1fr);
}

/* what */

.hp_what_box {
    min-height: auto;
}

.hp_info_box:first-child {
    border-bottom: 2.5px solid #ffffff;
}

.hp_info_box:nth-child(2) {
    border-right: 0;
    border-bottom: 2.5px solid #ffffff;
}

/* footer */

.footer_type6 .logo {
    height: 75px;
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #000000;
    border-bottom: 0;
    height: auto;
}

.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: 5px !important;
    border: 2.5px solid #ff0000;
    font-size: 16px !important;
    padding: 5px;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

.navbar_mobile .logo_img {
    max-height: 75px;
    filter: drop-shadow(1px 0 #ffffff) drop-shadow(-1px 0 #ffffff)
    drop-shadow(0 1px #ffffff) drop-shadow(0 -1px #ffffff);
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #000000;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 25px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #ff0000 !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;
    font-weight: 600;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ff0000;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #ff0000;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #ff0000;
}

/* banner */

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
    object-position: 65%;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_button {
    flex-direction: column;
}

/* why */

.index_wrapper_3 {
    margin-top: 0;
}

.hp_why {
    grid-template-columns: auto;
    padding: 25px;
}

.hp_why_box {
    flex-direction: column;
    padding: 25px 0;
}

.hp_why_box:nth-child(2) {
    border-left: 0;
    border-right: 0;
    border-top: 2.5px solid #ff0000;
    border-bottom: 2.5px solid #ff0000;
}

/* about */

.index_wrapper_4::before {
    display: none;
}

.index_wrapper_4::after {
    transform: translate(-50%, calc(-50% + -25px)) rotate(5deg);
}

.hp_title {
    font-size: 25px;
}

/* info */

.hp_info {
    grid-template-columns: auto;
}

.hp_info_box {
    border-right: 0;
    border-bottom: 2.5px solid #ffffff;
}

.hp_info_box:last-child {
    border-bottom: 0;
}

/* product */

.hp_product {
    align-items: flex-start !important;
    flex-direction: column;
}

.productSlider-1 {
    padding: 0 25px;
}

/* what */

.index_wrapper_7:before {
    left: 0;
}

.hp_what_box {
    min-height: auto;
}

/* brand */

.hp_brand_content {
    text-align: left !important;
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footer_type6 .line {
    margin-top: 100px;
}

.footer_type6 .social_media {
    justify-content: flex-start;
}

}

/* */