/* desktop */

body {
    color: #000000;
    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;
}

#main_showproducts .productCustomization{
    display: none;
}
#main_showproducts .product_detail .mb-3 p{
    display: none;
}

/* header */

.hp_header {
    border-bottom: 1px solid #000000;
    font-size: 1vw;
}

.hp_header_social {
    gap: 1vw;
}

.hp_header_social div {
    max-width: 1.65vw;
}

.hp_header_social div a {
    display: flex;
}

.hp_header_logo a {
    display: flex;
}

.hp_header_search form {
    gap: 1vw;
}

.hp_header_search form input {
    border: 1px solid #000000;
    border-radius: 100px;
    padding: 0.325vw 1vw;
    transition: all 0.50s;
}

.hp_header_search form:hover input {
    border-color: #c8151d;
}

.hp_header_search form button {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    transition: all 0.50s;
}

.hp_header_search form button:hover {
    color: #c8151d;
    animation: 1s linear swing;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    border-color: transparent;
}

.navbar_ecommerceDropdown {
    padding: 0;
    border-bottom: 1px solid #000000;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 0 1vw;
    justify-content: center;
}

.nav_bottom {
    width: 100%;
}

.nav_bottom .menu {
    width: 100%;
    justify-content: center;
}

.nav_bottom .menu .nav_item {
    transition: all 0.50s;
}

.nav_bottom .menu .nav_item:hover {
    background-color: #c8151d;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 1vw 3.25vw;
    color: #000000;
    text-transform: uppercase;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
}

.hp_sticky_header {
    display: none;
}

#main_index .hp_sticky, .hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 10 !important;
    border-bottom: 1px solid #000000;
}

/* dropdown */

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    top: 100%;
    border-top: 0;
    max-width: 100%;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    box-shadow: none;
    padding: 15px;
    border: 1px solid #212529;
    left: 50%;
    transform: translateX(-50%);
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body ul li a {
    padding: 0 !important;
    font-weight: bold;
}

@media screen and (max-width: 991.5px){
    .hp_header{
        display: none;
    }
    #top_spacing{
        height:80px!important;
    }
}

/* banner */

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
    position: absolute;
    bottom: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.slider_banner .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.slider_banner .slick-dots li button {
    background-color: #ffffff;
    width: 50px;
    height: 2.5px;
    padding: 0;
    transition: all 0.50s;
}

.slider_banner .slick-dots li.slick-active button {
    background-color: #c8151d;
}

.slider_banner .slick-dots li button:hover {
    background-color: #c8151d;
}

.slider_banner .slick-dots li button:before {
    content: '';
}

.slider_banner .banner_content .container.d-flex.justify-content-between {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 35px;
    line-height: normal;
}

/* category */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    gap: 15px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_title strong {
    font-weight: 600;
}

.hp_category {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-right: -165px;
}

.hp_category_box {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    transition: all 0.50s;
}

.hp_category_box:hover {
    box-shadow: none;
}

.hp_category_box_content {
    top: 50%;
    left: 0;
    gap: 5px;
}

.hp_category_box_content h3 {
    font-size: 20px;
    line-height: normal;
}

.hp_category_box_content h3 strong {
    font-weight: 500;
}

.hp_category_box_content p {
    font-size: 10px;
}

.hp_button {
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.50s;
    opacity: 0;
}

.hp_category_box:hover .hp_button {
    opacity: 1;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #c8151d;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 100px;
    border: 0;
}

.hp_button a button:hover {
    background-color: #000000;
    color: #c8151d;
}

/* project */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #4d4d4d;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_project_content {
    gap: 15px;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle {
    background-color: transparent;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dots {
    bottom: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dots li button {
    background-color: #ffffff;
    width: 50px;
    height: 2.5px;
    padding: 0;
    transition: all 0.50s;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dots li.slick-active button {
    background-color: #c8151d;
}

.index_wrapper_4 .index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dots li button:hover {
    background-color: #c8151d;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dots li button:before {
    content: '';
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    width: auto;
    height: auto;
    display: none !important;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-list {
    overflow: visible;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-slide {
    min-height: auto;
    padding: 15px;
    opacity: 0.5;
    transform: scale(0.90);
    transition: all 0.50s;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-center {
    opacity: 1;
    transform: scale(1);
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    opacity: 1 !important;
    transform: none !important;
    position: relative;
    padding: 0;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.50);
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    background-color: transparent;
    height: 100%;
    padding-top: 0;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    position: static;
    transform: none;
    padding: 0;
    object-fit: cover;
}

.index_wrapper_4 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    font-size: 10px;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.75);
    color: #ffffff;
    margin-bottom: 0;
    position: absolute;
    bottom: 15px;
    left: 15px;
}

.hp_button_2 a button {
    transition: all 0.50s;
    background-color: #c8151d;
    color: #ffffff;
    padding: 5px 25px;
    border-radius: 100px;
    border: 0;
}

.hp_button_2 a button:hover {
    background-color: #000000;
    color: #c8151d;
}

/* certificate */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #ebebed;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_certificate_content {
    gap: 15px;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle {
    background-color: transparent;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .slick-dots {
    bottom: 0;
    padding: 15px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .slick-dots li {
    margin: 0;
    width: auto;
    height: auto;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .slick-dots li button {
    background-color: #cccccc;
    width: 50px;
    height: 2.5px;
    padding: 0;
    transition: all 0.50s;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .slick-dots li.slick-active button {
    background-color: #c8151d;
}

.index_wrapper_5 .index_wrapper_4 .hp_photoGallerySliderWithTitle .slick-dots li button:hover {
    background-color: #c8151d;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .slick-dots li button:before {
    content: '';
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow {
    width: auto;
    height: auto;
    display: none !important;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    right: 0;
    transform: translate(50%, -50%);
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery {
    padding: 0;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .slick-slide {
    min-height: auto;
    padding: 15px;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    opacity: 1 !important;
    transform: none !important;
    padding: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    background-color: transparent;
    height: 100%;
    padding-top: 0;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    position: static;
    transform: none;
    padding: 0;
    object-fit: cover;
}

.index_wrapper_5 .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    display: none;
}

/* why */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box img {
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
}

.hp_why_box p {
    font-size: 20px;
}

/* news */

.index_wrapper_7 {
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_7:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28453/image/f-news-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 15px;
}

#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: 250px;
    padding-top: 0;
}

#main_index .hp_latest_new_8 .news_box .img_frame img {
    position: static;
    transform: none;
}

#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: #000000;
}

#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 {
    display: none;
}

#main_index .hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 16px;
    margin: 0 !important;
    display: none;
}

@media screen and (max-width: 767.5px){
    .index_wrapper_7{
        padding-bottom:60px;
    }
}

/* footer */

.footer_type6 {
    background-color: #ffffff;
    color: #000000;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    border-top: 1px solid #000000;
}

.footer_type6 .title {
    min-height: auto;
}

.footer_type6 .logo {
    height: 40px;
    padding-top: 0;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 a {
    color: #000000;
}

.footer_type6 a:hover {
    color: #c8151d;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 ul li.mb-1 {
    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;
    color: #000000;
}

.footer_type6 .input-container input {
    border-color: #000000;
    position: static;
    padding: 15px 0;
    border-radius: 0;
    caret-color: #000000;
}

.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 #000000;
    padding: 15px 0;
    color: #000000;
}

.footer_type6 .input-container .submit:hover {
    color: #c8151d;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    padding: 0;
    background-color: #000000;
    margin-bottom: 0;
}

.footer_type6 .col-12.col-md-7, .footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .copy_right.text-center.text-md-left p.mb-1 {
    margin-bottom: 0 !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;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    background-color: #c8151d;
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
}

.footer_type6 .social_media a:hover {
    background-color: #000000;
    color: #c8151d;
}

.footer_type6 .social_media a i {
    font-size: 16px;
    line-height: normal;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
}

.wspages {
    padding: 0;
    min-height: auto !important;
    font-size: 1rem;
}

#custompage944_2 {
    scroll-margin-top: 300px;
}

.product_list_5 .product_box .product_des .title {
    max-width: calc(100% - 30px);
    margin: auto;
}

.product_list_5 .product_box .whatsapp_wrapper {
    display: none;
}
.product-detail-tab .tab-pane .product_detail_subtitle{
    display: none;
}
#pills-home-content .row:nth-child(1) .col-12.col-md-6.col-lg-4.info_spec{
    display: none;
}

#main_showproducts .product-detail-tab .tab-pane .container-fluid .row.mb-3,
#main_showproducts .product-detail-tab .tab-pane .container-fluid hr {
    display: none;
}

.hp_latest_new_8 .news_box .title p.my-1 span, .hp_latest_new_8 .news_box .date {
    display: none;
}

#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) {

/* category */

.hp_title {
    font-size: 25px;
}

.hp_category {
    margin-right: -50px;
}

.hp_button a button {
    font-size: 10px;
}

/* why */

.hp_why {
    gap: 15px;
}

.hp_why_box p {
    font-size: 16px;
}

/* footer */

.footer_type6 .logo {
    height: 30px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
    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: 0 !important;
    border: 0;
    font-size: 16px !important;
    padding: 0;
    line-height: normal;
    display: flex;
}

.navbar_mobile .btn-outline-light:hover {
    color: #000000;
    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: 50px;
    height: auto;
    padding: 5px 15px;
    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: #c8151d !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: bold;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #c8151d;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #c8151d;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #c8151d;
}

/* banner */

.slider_banner .item img {
    height: 185px !important;
    object-fit: cover;
}

/* category */

.hp_category {
    display: grid;
    grid-template-columns: auto;
    margin-right: 0;
}

.hp_category_box_image {
    height: 250px;
    width: 100%;
}

.hp_category_box_image img {
    object-fit: cover;
    object-position: top;
}

.hp_category_box_content {
    transform: translateY(-50%);
}

.hp_button {
    left: 0;
    transform: translateX(15px);
    justify-content: flex-start !important;
}

/* why */

.hp_why {
    grid-template-columns: auto;
}

/* contact */

.index_wrapper_8 {
    padding-bottom: 100px;
}

.index_wrapper_8 .row.innerRow_8 {
    flex-direction: column-reverse;
}

.index_wrapper_8 #index_8 #index_8_2 {
    left: 15px;
}

.index_wrapper_8 #index_8 #index_8_3 {
    position: static;
}

.ex_hpcontact_formonly {
    width: 100%;
}

/* 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: center;
}

}

/*Product */

#main_ourproducts, #main_category {
  padding-top:0px;
}
.checkboxRequirement .custom-checkbox{
    display: none;
}
.customize_product_field{
    display: none!important;
}


.hp_latest_new_8 .news_box .title p .text-muted:nth-child(3){
    display: none;
}