@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

/* desktop */

html {
    scroll-behavior: smooth;
}

body {
    color: #171a1f;
    line-height: 1.75;
}

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;
}

/* header */

.hp_header {
    background-color: #212529;
}

.hp_header:before {
    content: '';
    background-color: #e20102;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 75%);
    height: 100%;
}

.hp_header_content {
    gap: 3.25vw;
    font-size: 1vw;
}

.hp_header_content div {
    gap: 1vw;
}

.hp_header_content div i {
    border: 1px solid #ffffff;
    padding: 1vw;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
    background-color: transparent;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #e6e6e6;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    background-color: #ffffff;
    border-radius: 100px;
    margin: 1vw auto;
    box-shadow: 0 5px 5px rgba(23, 26, 31, 0.25);
}

.nav_logo {
    padding: 1vw;
    margin-left: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
    margin-right: 1vw;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu .nav_item {
    transition: all 0.50s;
    border-radius: 100px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: #e20102;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0.65vw 1vw;
    color: #171a1f;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background-color: #e20102;
    color: #ffffff;
    border-radius: 100px;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown a {
    background-color: #171a1f;
    color: #e20102;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 500;
}

/* banner */

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
    padding: 15px;
    position: absolute;
    bottom: 0;
}

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
    margin-top: 100px;
}

.hp_banner_content h2 {
    font-size: 100px;
    line-height: 1;
    font-family: "Instrument Sans", sans-serif;
}

.hp_banner_content_gap {
    margin-left: 75px;
}

.hp_banner_line {
    background-color: #171a1f;
    height: 1px;
    margin-top: 50px;
}

.hp_banner_line:before {
    content: '';
    background-color: #171a1f;
    position: absolute;
    top: 0;
    left: -175px;
    width: 175px;
    height: 1px;
}

.hp_banner_stick div:first-child {
    width: 150px;
    height: 150px;
}

.hp_banner_stick div:first-child img {
    animation: 15s linear hp-rotate infinite;
}

@keyframes hp-rotate {
    100% {
        transform: rotate(360deg);
    }
}

.hp_banner_stick_button p a {
    font-size: 25px;
    position: relative;
    background-color: #e20102;
    color: #ffffff;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-family: "Darker Grotesque", sans-serif;
    line-height: 1;
    margin-left: -25px;
}

.hp_banner_stick_button p a:hover {
    background-color: #171a1f;
    color: #e20102;
}

.hp_banner_stick_button p a b {
    font-weight: 800;
}

.hp_banner_image {
    margin-top: -50px;
}

.hp_banner_scroll {
    top: 100px;
    left: -15px;
}

.hp_banner_scroll a {
    display: flex;
    max-width: 10px;
}

/* why */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
    width: fit-content;
    z-index: 1;
}

.hp_why_content:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/17630/image/B-ARROW.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    bottom: 15px;
    right: -175px;
    width: 100%;
    height: 100%;
    animation: 15s linear swing infinite;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_title strong {
    font-weight: 800;
}

.hp_why_box {
    background-color: #ebebeb;
    border-radius: 15px;
    padding: 25px;
    gap: 25px;
}

.hp_why_box_content {
    gap: 50px;
    border-radius: 100px;
    z-index: 0;
}

.hp_why_box_content:before {
    content: '';
    background-color: #171a1f;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    transition: all 0.50s;
    z-index: -1;
    opacity: 0;
}

.hp_why_box:hover .hp_why_box_content:before {
    right: 0;
    opacity: 1;
}

.hp_why_box_content div:first-child {
    gap: 5px;
    padding: 15px;
}

.hp_why_box_content div:first-child i {
    font-size: 7.5px;
    transition: all 0.50s;
}

.hp_why_box:hover .hp_why_box_content div:first-child i {
    color: #ffffff;
}

.hp_why_box_content div:first-child h3 {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_why_box:hover .hp_why_box_content div:first-child h3 {
    color: #ffffff;
}

.hp_why_box_content div:last-child {
    background-color: #171a1f;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 65px;
    transition: all 0.50s;
}

.hp_why_box:hover .hp_why_box_content div:last-child {
    background-color: #e20102;
}

.hp_why_box:hover .hp_why_box_content div:last-child img {
    animation: 1s linear hp-rotate;
}

.hp_why_box p {
    padding: 0 25px;
}

/* about */

#hp-about {
    scroll-margin-top: 200px;
}

.index_wrapper_4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/17630/image/C-BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_4 .row.outerRow_4 {
    align-items: center;
}

.index_wrapper_4 #index_4 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_4 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
    margin-left: 50px;
}

.hp_about_content p {
    line-height: 2.25;
}

.hp_about_content:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/17630/image/C-ICON.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    position: absolute;
    top: -75px;
    right: -75px;
    width: 150px;
    height: 150px;
    animation: 15s linear hp-rotate infinite;
}

.hp_button a {
    background-color: transparent;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 15px 25px;
    border-radius: 100px;
    position: relative;
    mix-blend-mode: multiply;
}

.hp_button a:hover button {
    border-color: #e20102;
    color: #e20102;
}

.hp_button a button:before, .hp_button a button:after {
    content: '';
    background-color: #171a1f;
    position: absolute;
    width: 20px;
    height: 20px;
    transition: all 0.50s;
}

.hp_button a button:before {
    top: 0;
    left: 20px;
    transform: translateY(-50%);
}

.hp_button a:hover button:before {
    left: 100px;
}

.hp_button a button:after {
    bottom: 0;
    right: 20px;
    transform: translateY(50%);
}

.hp_button a:hover button:after {
    right: 100px;
}

.hp_button a button b {
    font-weight: 600;
}

/* product */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #e6e6e6;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_6 .hp_button a button {
    border-color: #171a1f;
    color: #171a1f;
}

.index_wrapper_6 .hp_button a button:before, .index_wrapper_6 .hp_button a button:after {
    background-color: #e6e6e6;
}

.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;
    color: #171a1f;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #e20102;
}

.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;
    min-height: auto;
    padding: 15px;
}

.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 img {
    border-radius: 0;
}

.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: 800 !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #171a1f;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #e20102;
}

.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 {
    color: #171a1f;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #e20102;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* photo */

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_photo_content {
    z-index: 0;
    width: fit-content;
    float: right;
    margin-right: 50px;
}

.hp_photo_content:before {
    content: '';
    background: linear-gradient(#e20102, #ffffff);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border-radius: 100%;
    z-index: -1;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    background-color: #ffffff;
    padding: 15px !important;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1px solid #e0e0e0;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 a {
    display: flex;
}

#main_index .gallerycategory .img_frame {
    height: 250px;
    margin-bottom: 0;
}

#main_index .gallerycategory .img_frame:hover .more {
    background-color: rgba(23, 26, 31, 0.25);
}

#main_index .gallerycategory .img_frame:hover img {
    transform-origin: 50% 50%;
}

#main_index .gallerycategory .text-center.px-3 {
    text-align: left !important;
    padding: 15px 25px !important;
    margin-bottom: 0;
    background-color: #e20102;
    transition: all 0.50s;
    color: #ffffff;
    font-weight: bold;
}

#main_index .gallerycategory .text-center.px-3:hover {
    background-color: #171a1f;
}

/* client */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_client {
    margin-bottom: 0 !important;
    width: 55%;
}

.hp_client_item {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
}

.hp_client_item div {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 15px;
}

.hp_client .slick-dots {
    position: static;
    bottom: 0;
    padding: 0 15px 15px;
}

.hp_client_image {
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 50px;
    width: 45%;
    height: 415.8px;
}

.hp_client_image:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/17630/image/F-ELEMENT2.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: 50px;
    left: -50px;
    width: 150px;
    height: 150px;
    animation: 15s linear swing infinite;
}

.hp_client_image img {
    object-fit: contain;
}

/* faq */

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_faq_content {
    z-index: 0;
    width: fit-content;
    margin-left: 50px;
}

.hp_faq_content:before {
    content: '';
    background: linear-gradient(#e20102, #ffffff);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 350px;
    border-radius: 100%;
    z-index: -1;
}

.index_wrapper_9 .hp_button a button {
    border-color: #171a1f;
    color: #171a1f;
}

.index_wrapper_9 .hp_button a:hover button {
    border-color: #e20102;
    color: #e20102;
}

.index_wrapper_9 .hp_button a button:before, .index_wrapper_9 .hp_button a button:after {
    background-color: #ffffff;
}

#main_faq {
    padding: 0 !important;
}

#main_faq .row:last-child .col-md-3.mb-5 {
    display: none;
}

#main_faq .row:last-child .col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* contact */

.index_wrapper_10 {
    position: relative;
    z-index: 0;
}

.index_wrapper_10:after {
    content: '';
    background-color: #e6e6e6;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: -1;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 25px;
    border-radius: 15px;
    padding: 25px 50px;
    z-index: 0;
}

.hp_contact_content:before {
    content: '';
    background-color: #e20102;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px 50px 25px 25px;
    z-index: -1;
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}

.hp_contact_content_bottom_button img {
    animation: 15s linear hp-rotate infinite;
    max-width: 150px;
}

.hp_contact_content_bottom_button p a {
    font-size: 25px;
    position: relative;
    background-color: #ffffff;
    color: #171a1f;
    padding: 15px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    font-family: "Darker Grotesque", sans-serif;
    line-height: 1;
    margin-left: -25px;
}

.hp_contact_content_bottom_button p a:hover {
    background-color: #171a1f;
    color: #e20102;
}

.hp_contact_content_bottom_button p a b {
    font-weight: 800;
}

/* footer */

.footer_type6 {
    background-color: #e6e6e6;
    color: #171a1f;
    padding-top: 100px;
    padding-bottom: 0;
    overflow: hidden;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
    position: relative;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:before,
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:after {
    content: '';
    background-color: #b4b4b4;
    position: absolute;
    right: 0;
    width: 1px;
    height: 100%;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:before {
    top: -50%;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:after {
    bottom: calc(100% - 435px);
}

.footer_type6 .logo {
    padding-top: 0;
    height: 75px;
    background-color: #e6e6e6;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    mix-blend-mode: multiply;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title {
    min-height: 0;
}

.footer_type6 .title h5 {
    font-weight: bold;
    line-height: normal;
}

.footer_type6 ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer_type6 a {
    color: #171a1f;
}

.footer_type6 a:hover {
    color: #e20102;
}

.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: 0;
    position: static;
    padding: 15px;
    background-color: #171a1f;
}

.footer_type6 .input-container label {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    z-index: 1;
    width: fit-content;
}

.footer_type6 .input-container label:hover {
    font-size: 0;
}

.footer_type6 .input-container .moveUp {
    display: none;
}

.footer_type6 .input-container .submit {
    position: relative;
    transition: all 0.50s;
    padding: 15px;
    background-color: #171a1f;
    z-index: 0;
}

.footer_type6 .input-container .submit:hover {
    color: #171a1f;
}

.footer_type6 .input-container .submit:before {
    content: '';
    background-color: #e20102;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 20px;
    z-index: -1;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

.footer_type6 .line:before, .footer_type6 .line:after {
    content: '';
    background-color: #b4b4b4;
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
}

.footer_type6 .line:before {
    left: -50%;
}

.footer_type6 .line:after {
    right: -50%;
}

.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;
}

.footer_type6 .social_media a:hover {
    background-color: #e20102;
}

.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: #171a1f;
    font-weight: 800;
}

.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;
    display: block;
}

#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 only screen and (min-width: 768px) and (max-width: 1140px) {

/* banner */

.hp_banner_content h2 {
    font-size: 50px;
}

.hp_banner_content_gap {
    margin-left: 50px;
}

.hp_banner_content_gap p {
    width: 100% !important;
}

.hp_banner_line {
    margin-top: 25px;
}

.hp_banner_line:before {
    left: -100px;
    width: 100px;
}

/* why */

.hp_why_box_content {
    gap: 15px;
}

.hp_why_box_content div:first-child {
    align-items: baseline !important;
}

.hp_why_box_content div:first-child h3 {
    font-size: 13px;
}

/* client */

.hp_client_image {
    height: 283.05px;
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:after {
    bottom: calc(100% - 460px);
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

#main_index #top_spacing {
    height: 0 !important;
    background-color: transparent;
}

#top_spacing {
    height: 115px !important;
    background-color: #e6e6e6;
}

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
    margin: 15px;
    border-radius: 100px;
    box-shadow: 0 5px 5px rgba(23, 26, 31, 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: #171a1f;
    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: #171a1f;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #171a1f;
}

.side_menu input::placeholder {
    color: #171a1f !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #171a1f !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #e20102 !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: 500;
}

.side_menu .list-group .list-group-item a:hover {
    color: #e20102;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #e20102;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #e20102;
}

/* banner */

.slider_banner .item img {
    height: 700px !important;
    object-fit: cover;
}

.hp_banner_content {
    flex-direction: column;
    margin-top: 75px;
}

.hp_banner_content h2 {
    font-size: 50px;
}

.hp_banner_content_gap {
    margin-left: 50px;
}

.hp_banner_content_gap p {
    width: 100% !important;
}

.hp_banner_line {
    margin-top: 0;
}

.hp_banner_line:before {
    display: none;
}

.hp_banner_stick {
    margin-left: auto;
}

.hp_banner_image {
    margin-top: 0;
}

.hp_banner_scroll {
    top: -100px;
    left: 15px;
}

/* why */

.hp_why_content:after {
    bottom: 100px;
    right: 15px;
    width: 50%;
    height: 50%;
}

.hp_why_box_content {
    gap: 15px;
}

.hp_why_box_content div:first-child {
    align-items: center !important;
}

/* about */

.hp_about_content:before {
    top: auto;
    bottom: -100px;
    right: 0;
}

.hp_about_content {
    margin-left: 0;
}

/* product */

.productSlider-1 {
    margin: auto 20px;
}

/* photo */

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* client */

.hp_c {
    flex-direction: column-reverse;
}

.hp_client {
    width: 100%;
}

.hp_client_image {
    width: 100%;
    height: auto;
}

.hp_client_image:before {
    display: none;
}

/* contact */

.hp_contact_content_bottom {
    flex-direction: column;
    gap: 15px;
}

.hp_contact_content_bottom .hp_title strong br {
    display: none;
}

/* footer */

.footer_type6 {
    padding-bottom: 100px;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:before, .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:after {
    width: 100%;
    height: 1px;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:before {
    display: none;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child:after {
    bottom: 0;
}

}

/* */