/* desktop */

body {
    color: #212529;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
    font-size: 1rem;
}

#main_ourproducts .product_des .whatsapp_wrapper{
    display: none;
}

.product_detail .whatsapp_btn {
    display: none;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.hp_header {
    border-bottom: 1px solid #212529;
}

.hp_header_content_gap {
    gap: 15px;
    padding: 5px 25px;
    font-size: 1vw;
}

.hp_header_content_gap:first-child {
    background-color: #F2AFBC;
    border-radius: 100px 0 0 100px;
}

.hp_header_content_gap:first-child:after {
    content: '';
    background-color: #F2AFBC;
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 100%;
    z-index: -2;
}

.hp_header_content_gap:last-child {
    background-color: #9e182b;
    border-radius: 100px;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
    box-shadow: 0 5px 10px rgba(33, 37, 41, 0.15);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.navbar_ecommerceDropdown .nav_logo {
    padding: 15px;
}

.navbar_ecommerceDropdown .nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
}
.nav_bottom .menu {
    gap: 25px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #212529;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a:hover {
    color: #9e182b;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background-color: #9e182b;
    color: #ffffff;
    border-radius: 100px;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    /*gap: 15px;*/
}

.nav_bottom .menu .nav_item:last-child .dropdown a:hover {
    background-color: #212529;
}

.nav_bottom .menu .nav_item:last-child .dropdown a:before {
    content: '\f2b5';
    font-size: 16px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.nav_bottom .menu .nav_item:last-child .dropdown a:hover:before {
    animation: 1s linear swing;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

.hp_header_sticky {
    display: none;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 1000000;
    background-color: transparent;
    margin-top: 15px;
    box-shadow: none;
}

.hp_sticky .container.d-flex.justify-content-between {
    background-color: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(33, 37, 41, 0.25);
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content h2 {
    font-size: 35px;
    line-height: normal;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #9e182b;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a button:hover {
    background-color: #212529;
    color: #9e182b;
}

.hp_banner_button a button img {
    max-width: 50px;
}

.hp_banner_button a button:hover img {
    animation: 1s linear headShake;
}

/* filter */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_3 #index_3 #index_3_1 {
    padding: 15px !important;
}

.index_wrapper_3 #index_3 #index_3_1 h1.text-left.page_title {
    margin: 0 !important;
    text-align: left !important;
    font-size: 35px;
    font-weight: normal;
    line-height: normal;
}

.search_theme .hp_spec_filter {
    margin: 15px 0;
    gap: 15px;
}

.search_theme .sel_wrapper {
    margin-bottom: 0;
    margin-right: 0 !important;
}

.search_theme .sel_wrapper .sel {
    padding: 10px 15px;
    font-size: 12px;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid rgba(33, 37, 41, 0.25);
}

.search_theme .hp_spec_filter div:last-child .d-flex {
    height: 100%;
}

.search_theme .search_btn, .search_theme .reset_btn {
    min-height: auto;
    margin-right: 0 !important;
    padding: 10px 15px;
    line-height: normal;
}

.search_theme .search_btn:hover, .search_theme .reset_btn:hover {
    background-color: #212529 !important;
}

/* info */

.index_wrapper_4 {
    padding-bottom: 100px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hp_info_top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hp_info_box_top {
    border: 1px solid rgba(33, 37, 41, 0.25);
    border-radius: 15px;
    gap: 15px;
}

.hp_info_box_top_image div img {
    border-radius: 15px;
}

.hp_info_box_top_content h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_info_box_top_content i {
    transform: rotate(45deg);
    transition: all 0.50s;
    color: #212529;
}

.hp_info_box_top:hover .hp_info_box_top_content i {
    transform: rotate(90deg);
    color: #9e182b;
}

.hp_info_bottom {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hp_info_bottom_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.hp_info_bottom_2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.hp_info_box_bottom {
    border-radius: 15px;
}

.hp_info_box_bottom div img {
    transition: all 0.50s;
}

.hp_info_box_bottom:hover div img {
    filter: brightness(0.95);
    transform: scale(1.05);
}

.hp_info_box_bottom_content {
    border-radius: 15px;
    gap: 15px;
}

.hp_content_1 {
    background-color: #9e182b;
}

.hp_content_1:hover {
    background-color: #F2AFBC;
}

.hp_content_2 {
    background-color: #F2AFBC;
}

.hp_content_2:hover {
    background-color: #9e182b;
}

.hp_info_box_bottom_content {
    bottom: 0;
    left: 0;
    transition: all 0.50s;
}

.hp_info_box_bottom_content h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_info_box_bottom_content i {
    transform: rotate(45deg);
    transition: all 0.50s;
    color: #ffffff;
}

.hp_info_box_bottom:hover .hp_info_box_bottom_content i {
    transform: rotate(90deg);
    color: #212529;
}

/* about */

.index_wrapper_5 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27594/image/about-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_5 .row.outerRow_5 {
    align-items: center;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
    background-color: #9e182b;
    padding: 25px 50px;
    border-radius: 15px;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #f2afbc;
    color: #ffffff;
    padding: 5px 15px;
    border-radius: 100px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a button:hover {
    background-color: #ffffff;
    color: #212529;
}

.hp_button a button img {
    max-width: 50px;
}

.hp_button a button:hover img {
    filter: brightness(0);
    animation: 1s linear headShake;
}

/* why */

.index_wrapper_6 {
    padding-top: 150px;
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27594/image/why-choose-us-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    background-color: #9e182b;
    padding: 50px;
    border-radius: 15px;
    gap: 15px;
}

.hp_why_content_bottom {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box div img {
    max-width: 50%;
}

.hp_why_box:hover div img {
    animation: 1s linear bounce;
}

/* news */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    width: fit-content;
}

.hp_news_content:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27594/image/LATEST-NEWS-FLOWER.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: absolute;
    top: -25px;
    right: -100px;
    width: 75px;
    height: 75px;
    animation: 15s linear swing infinite;
}

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    padding: 15px;
    margin-bottom: 0 !important;
    flex: 0 0 25%;
    max-width: 25%;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 0;
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box .img_frame {
    padding-top: 75%;
}

#main_index .hp_latest_new_8 .news_box .img_frame img {
    border-radius: 15px;
}

#main_index .justify-content-between.d-flex.flex-column.w-100.h-100 {
    gap: 15px;
}

#main_index .hp_latest_new_8 .news_box .title {
    font-size: 16px;
    line-height: normal;
    color: #212529;
}

#main_index .hp_latest_new_8 .news_box .title p {
    margin: 0 !important;
}

#main_index .hp_latest_new_8 .news_box .content {
    opacity: 1;
    margin-bottom: 0;
    white-space: normal;
}

#main_index .hp_latest_new_8 .news_box .date {
    opacity: 1;
    font-size: 16px;
    margin-bottom: 0 !important;
    text-align: left !important;
}

#main_index .hp_latest_new_8 .news_box .read_more {
    display: none;
}

/* contact */

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    background-image: url(https://cdn1.npcdn.net/userfiles/27594/image/newBusiness-Cooperation-Zone-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 50px;
}

.hp_contact_content {
    gap: 15px;
    z-index: 1;
}

/* footer */

.footerListServices {
    background-color: #f2e0d2;
    color: #212529;
    padding-top: 50px;
    padding-bottom: 15px;
    overflow: hidden;
}

.footerListServices .logo {
    padding-top: 75px;
}

.footerListServices .logo img {
    max-height: 75px;
}

.footerListServices p {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
}

.footerListServices .title {
    min-height: auto;
}

.footerListServices .title h5 {
    font-weight: bolder;
    line-height: normal;
}

.footerListServices a {
    color: #212529;
}

.footerListServices a:hover {
    color: #9e182b;
}

.footerListServices .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footerListServices .input-container input {
    border: 0;
    color: #212529;
    caret-color: #212529;
    padding: 0 15px;
    height: 100%;
}

.footerListServices .input-container label {
    padding: 15px;
    margin-bottom: 0;
    position: static;
    height: auto;
    color: #212529;
    background-color: #ffffff;
    border-radius: 15px;
}

.footerListServices .input-container label::placeholder {
    color: #212529 !important;
}

.footerListServices .input-container .moveUp {
    font-size: 14px;
}

.footerListServices .input-container .submit {
    padding: 15px;
    display: flex;
    align-items: center;
    transition: all 0.50s;
    background-color: #9e182b;
    border-radius: 15px;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    height: 45px;
}

.footerListServices .input-container .submit:hover {
    background-color: #212529;
    color: #9e182b;
}

.footerListServices .line {
    background-color: rgba(33, 37, 41, 0.25);
    margin-top: 50px;
    position: relative;
}

.footerListServices .line:before, .footerListServices .line:after {
    content: '';
    background-color: rgba(33, 37, 41, 0.25);
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
}

.footerListServices .line:before {
    left: -100%;
}

.footerListServices .line:after {
    right: -100%;
}

.footerListServices .col-12.col-md-7 {
    padding: 15px !important;
}

.footerListServices .col-12.col-md-5.py-3.pb-md-0 {
    display: none;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_showproducts {
    padding-top: 15px;
}

#main_contactus {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 1rem;
}

#main_contactus #contactus_2_1 .ws_contact_type2 {
    display: flex;
    flex-direction: column-reverse;
}

#main_contactus #contactus_2_1 .col-12.col-md-4.ws_contact_type2 {
    display: block;
    margin-bottom: 15px !important;
}

#main_contactus #contactus_2_1 .ws_contact_type2 .col-12.p-0.contact_map.mb_10 {
    display: block;
    margin-bottom: 0;
}

#main_contactus #contactus_2_1 .ws_contact_type2 .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) {

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* menu */

.navbar_mobile .logo_img {
    transform: scale(0.75);
}

/* banner */

.slider_banner .item img {
    height: 475px !important;
    object-fit: cover;
}

.hp_banner_content h2 {
    font-size: 25px;
}

.hp_banner_content p {
    font-size: 12px;
}

/* filter */

.search_theme .hp_spec_filter div:last-child {
    width: 100%;
}

.search_theme .hp_spec_filter div:last-child .d-flex {
    height: 55px;
}

/* info */

.hp_info {
    gap: 15px;
}

.hp_info_content {
    text-align: left !important;
}

.hp_info_top {
    gap: 15px;
}

.hp_info_box_top_image div img {
    object-fit: cover;
    height: 100px !important;
}

.hp_info_box_top_content {
    flex-direction: column;
    gap: 15px;
    padding: 0 !important;
}

.hp_info_box_top_content h3 {
    font-size: 14px;
}

.hp_info_bottom {
    gap: 15px;
}

.hp_info_bottom_1, .hp_info_bottom_2 {
    grid-template-columns: auto;
    gap: 15px;
}

.hp_info_box_bottom div img {
    object-fit: cover;
    height: 100px !important;
}

.hp_info_box_bottom_content {
    width: 50% !important;
    padding: 5px 15px !important;
}

.hp_info_box_bottom_content h3 {
    font-size: 14px;
}

/* about */

.hp_about_content {
    padding: 15px;
}

.hp_about_content .hp_title {
    font-size: 25px;
}

.hp_about_content p, .hp_about_content .hp_button a button {
    font-size: 12px;
}

/* why */

.hp_why {
    padding: 15px;
}

.hp_why_content_bottom {
    grid-template-columns: repeat(2, 1fr);
}

.hp_why_box div img {
    max-width: 35%;
}

/* news */

#main_index .hp_latest_new_8 .col-12.col-lg-4.mb-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* contact */

.hp_contact {
    padding: 50px 15px;
}

.hp_contact_content {
    width: 100% !important;
}

/* footer */

.footerListServices .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

.footerListServices .line {
    margin-top: 15px;
}

}

/* */