/* desktop */

body {
    color: #212529;
    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;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #666666;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
    position: relative;
    z-index: 0;
}

.nav_logo a:before, .nav_logo a:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5vw;
    z-index: -1;
}

.nav_logo a:before {
    top: -1.5vw;;
}

.nav_logo a:after {
    bottom: -1.5vw;;
}

.navbar_ecommerceDropdown .nav_logo img {
    background-color: #ffffff;
    padding: 0 1vw;
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    flex-wrap: nowrap;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0.325vw 1vw;
    color: #ffffff;
    font-size: 1vw;
    border: 1px solid transparent;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background-color: #ffffff;
    color: #212529;
    border: 1px solid transparent;
}

.nav_bottom .menu .nav_item:hover .dropdown .title {
    border-color: #ffffff;
    color: #ffffff;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown .title {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.nav_bottom .menu .nav_item:last-child .dropdown a strong {
    font-weight: bold;
}

/* banner */

.slider_banner .slick-arrow {
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
}

.slider_banner .slick-arrow:before {
    width: 50px;
    height: 50px;
    filter: inherit;
    opacity: 1;
    background: center / contain no-repeat;
}

.slider_banner .slick-prev {
    left: auto;
    right: 0;
    transform: translate(-150px, -50%);
}

.slider_banner .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/20706/image/a-arrow-left.png);
}

.slider_banner .slick-next {
    right: 0;
    transform: translate(-75px, -50%);
}

.slider_banner .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/20706/image/a-arrow-right.png);
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content h2 {
    font-size: 35px;
    line-height: normal;
}

.hp_banner_button {
    gap: 15px;
}

.hp_banner_button div a button {
    transition: all 0.50s;
    color: #ffffff;
    padding: 5px 25px;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hp_banner_button div:first-child a button {
    background-color: #666666;
}

.hp_banner_button div:first-child a:hover button {
    background-color: transparent;
    border-color: #ffffff;
}

.hp_banner_button div:last-child a button {
    background-color: transparent;
    border-color: #ffffff;
}

.hp_banner_button div:hover:last-child a button {
    background-color: #666666;
    border-color: transparent;
}

.hp_banner_button div a button i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_banner_button div a:hover button i {
    transform: rotate(0deg);
}

/* product 1 */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.index_wrapper_3:before {
    content: '';
    background: linear-gradient(#f2f2f2, #ffffff);
    position: absolute;
    top: 0;
    right: 50px;
    width: 50%;
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    opacity: 0.5;
    z-index: -1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    gap: 25px;
}

.hp_subtitle {
    z-index: 0;
}

.hp_subtitle:before {
    content: '';
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 55px;
    height: 45px;
    z-index: -1;
    clip-path: polygon(25% 0, 100% 0, 75% 100%, 0 100%);
}

.hp_subtitle h3 {
    font-size: 16px;
    line-height: normal;
    color: #333333;
    width: fit-content;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #ffffff;
    color: #212529;
    padding: 5px 15px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #666666;
    color: #ffffff;
}

.hp_button a button i {
    transform: rotate(-45deg);
    transition: all 0.50s;
}

.hp_button a:hover button i {
    transform: rotate(0deg);
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 25px;
    line-height: normal;
    opacity: 1;
    color: #b3b3b3;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #212529;
    box-shadow: none;
}

.productSlider-1 .product_img .slick-prev {
    left: -10px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: -10px;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
    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;
    object-fit: contain !important;
}

.productSlider-1 .product_img .product_box .content {
    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;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #f2f2f2;
}

.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: #000000;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #f2f2f2;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* product 2 */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

/* about */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url("https://cdn1.npcdn.net/userfiles/20706/image/d-about-bg.jpg")
                center / cover no-repeat fixed;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

/* why */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 0;
}

.index_wrapper_6:before {
    content: '';
    background: linear-gradient(#f2f2f2, #ffffff);
    position: absolute;
    top: 0;
    left: -15px;
    width: 50%;
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 85% 100%, 0 100%);
    opacity: 0.5;
    z-index: -1;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 25px;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.hp_why_box {
    padding: 25px;
    gap: 15px;
    filter: drop-shadow(0 0 5px rgba(33, 37, 41, 0.25));
}

.hp_why_box:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
}

.hp_why_box div:first-child {
    max-width: 75px;
}

.hp_why_box_content {
    gap: 5px;
}

.hp_why_box_content h3 {
    font-size: 16px;
    line-height: normal;
}

/* brand */

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_brand_content {
    gap: 15px;
}

/* contact */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(https://cdn1.npcdn.net/userfiles/20706/image/g-contact-bg.jpg)
                center / cover no-repeat;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.contact_us_type3 .row {
    align-items: center;
}

.contact_us_type3 .google_map {
    padding: 15px !important;
    min-height: auto;
}

.contact_us_type3 .google_map iframe {
    height: 550px;
    display: flex;
}

.contact_us_type3 .hpform {
    padding: 15px;
}

.contact_us_type3 .hpform .contactus-fa-icon {
    display: none;
}

.contact_us_type3 .hpform .form-group {
    background-color: #ffffff;
    padding: 50px !important;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 0;
}

.contact_us_type3 .hpform .form-group h3 {
    font-size: 0;
    margin-bottom: 0;
    line-height: normal;
}

.contact_us_type3 .hpform .form-group h3:before {
    content: 'Request a Quote with Us. Get in Touch Now!';
    font-size: 35px;
    font-weight: bold;
}
.contact_us_type3 .hpform .form-group form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact_us_type3 .hpform .form-group .form-control {
    margin-top: 0;
    border-radius: 5px;
    font-size: 16px !important;
    padding: 5px 15px;
    line-height: normal;
    color: #8e8e8e;
    border-color: #bcbec0;
}

.contact_us_type3 .hpform .form-group.float-label-control {
    background-color: transparent;
    padding: 0 !important;
    box-shadow: none;
    display: block;
    margin-bottom: 0;
}

.contact_us_type3 .hpform .form-group.float-label-control input {
    padding: 0;
    border: 0;
}

.contact_us_type3 .hpform .form-group form .bottom.mt-3 {
    margin-top: 0 !important;
}

.contact_us_type3 .hpform .form-group .btn-success {
    background-color: #666666;
    border-radius: 0;
    font-size: 16px !important;
    padding: 5px 25px;
    line-height: normal;
}

.contact_us_type3 .hpform .form-group .btn-success:hover {
    background-color: #212529;
}

/* footer */

.footer_type9 {
    background-color: #666666;
    color: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.footer_type9 .col-12.col-md-6.mb-md-0 {
    padding: 15px;
    flex: 0 0 65%;
    max-width: 65%;
}

.footer_type9 .line {
    border-color: #ffffff;
}

.footer_type9 .logo {
    height: 60px;
    padding-top: 0;
}

.footer_type9 .title {
    min-height: auto;
}

.footer_type9 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
    background-color: #ffffff;
    padding: 15px;
}

.footer_type9 .text {
    color: #ffffff !important;
}

.footer_type9 .w-100.my-3.text-left.p-0 {
    margin-top: 0 !important;
}

.footer_type9 .npfooter_languagebar span small.text-muted {
    color: #ffffff !important;
}

.footer_type9 a {
    color: #ffffff;
}

.footer_type9 .sub_title {
    margin-top: 0 !important;
}

.footer_type9 .sub_title p {
    font-weight: bold !important;
    text-transform: uppercase;
}

.footer_type9 .list-unstyled {
    gap: 15px;
}

.footer_type9 .nav_item li {
    padding-right: 0;
}

.footer_type9 .nav_item li a {
    text-transform: capitalize;
}

.footer_type9 .nav_item li a::after {
    display: none;
}

.footer_type9 .nav_item li a p {
    margin-bottom: 0 !important;
}

.footer_type9 .social_media {
    padding-right: 0 !important;
    margin-top: 0 !important;
}

.footer_type9 .social_media a {
    margin-right: 0;
}

.footer_type9 .social_media a .icon_s {
    border-color: #ffffff;
    margin-bottom: 0 !important;
}

.footer_type9 .social_media a .icon_s i {
    color: #ffffff;
}

.footer_type9 .social_mediaImg {
    margin-bottom: 0;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 {
    padding: 15px !important;
    flex: 0 0 35%;
    max-width: 35%;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 .sub_title,
.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 div.mb-3,
.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 div:nth-child(4) {
    display: none;
}

.hp_footer_content {
    gap: 15px;
}

.hp_footer_content div {
    gap: 15px;
}

.hp_footer_content h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_footer_content div div {
    gap: 15px;
}

.hp_footer_content i {
    background-color: #ffffff;
    color: #666666;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border-radius: 100%;
}

.footer_type9 .bg_dark {
    background-color: transparent;
    margin-top: 0 !important;
    padding: 0 !important;
    color: #ffffff !important;
}

.footer_type9 .col-12.mb-3.mb-md-0 {
    padding: 15px ;
}

.footer_type9 .copy_right p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type9 .copy_right div.my-1 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #232323;
    font-weight: bold;
}

.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) {

/* menu */

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    max-width: 100%;
}

/* why */

.hp_why_box {
    align-items: flex-start !important;
    flex-direction: column;
}

/* footer */

.footer_type9 .col-12.col-md-6.mb-md-0 {
    flex: 0 0 55%;
    max-width: 55%;
}

.footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 {
    flex: 0 0 45%;
    max-width: 45%;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
    box-shadow: 0 0 5px 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: #666666;
    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: #00453b !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #666666 !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: #666666;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #666666;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #666666;
}

/* banner */

.slider_banner .slick-prev {
    transform: translate(-75px, -50%);
}

.slider_banner .slick-next {
    transform: translate(-15px, -50%);
}

.slider_banner .item img {
    height: 500px !important;
    object-fit: cover;
}

.hp_table {
    align-items: flex-start !important;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_button {
    flex-direction: column;
}

/* product 1 & 2 */

.hp_product_content {
    text-align: center;
}

.hp_product_content .hp_subtitle {
    margin: auto;
}

.hp_title {
    font-size: 30px;
}

.index_wrapper_3 section .hp_button, .index_wrapper_4 section .hp_button {
    justify-content: center !important;
}

.productSlider-1 {
    margin: auto 40px;
}

/* why */

.hp_why {
    grid-template-columns: repeat(1, 1fr);
}

/* contact */

.contact_us_type3 .google_map iframe {
    height: 250px;
}

.contact_us_type3 .hpform .form-group {
    padding: 50px 15px !important;
}

.contact_us_type3 .hpform .form-group h3:before {
    font-size: 30px;
}

/* footer */

.footer_type9 .col-12.col-md-6.mb-md-0, .footer_type9 .col-12.col-md-6.mb-md-0.p-3.pr-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type9 .social_media a {
    margin-bottom: 0;
}

.footer_type9 .col-12.mb-3.mb-md-0 {
    margin-bottom: 0 !important;
}

}

/* */