/* desktop */

body {
    color: #000000;
    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_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

#index_9_2 .hpform{
    font-size: 12px;
}


/* menu */

#main_index .navbar_ecommerceDropdown {
    padding: 0;
    height: 0;
    z-index: 1;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #c2192e;
}

.navbar_ecommerceDropdown .nav_logo {
    padding: 15px;
}

.navbar_ecommerceDropdown .nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 100px;
    background-color: #c2192e;
    padding: 25px 15px;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 15px;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 25px;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 5px 15px;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border: 1px solid transparent;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a:hover,
.nav_bottom .menu .nav_item:hover .dropdown .title {
    color: #ffffff;
    background-color: #c2192e;
    border-color: #ffffff;
}

/* banner */

/*
.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}
*/

/* product */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27441/image/B_PRODUCT-BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: "Red Rose", serif;
}

.hp_sub {
    color: #c2192e;
}

.productSlider-1 {
    padding: 0 25px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.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 .product_img .slick-arrow::before {
    padding: 0;
    text-shadow: none;
    font-size: 25px;
    line-height: normal;
    opacity: 1;
    color: #000000;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #c2192e;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
    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 img {
    border-radius: 15px;
    border: 1px solid #000000;
}

.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;
    color: #000000;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #c2192e;
}

.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;
    background-color: #c2192e;
    padding: 5px 15px;
    border-radius: 5px;
    transition: all 0.50s;
}

.productSlider-1 .product_img .product_box .content .align-top:hover {
    background-color: #000000;
}

.productSlider-1 .product_img .product_box .content .align-top a {
    color: #ffffff;
    display: block;
}

/*
.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #000000;
}
*/

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* about */

.index_wrapper_4 {
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.index_wrapper_4:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27441/image/C_ABOUT-BG-WORDING.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 75%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
    margin-bottom: 100px;
}

.hp_about_content .hp_title {
    font-size: 25px;
    color: #c2192e;
}

.hp_about_image:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27441/image/C_ABOUT-PIC-1.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 500px;
    height: 500px;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #c2192e;
    color: #ffffff;
    padding: 5px 25px;
    border: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a button:hover {
    background-color: #000000;
}

/* why */

.index_wrapper_5 {
    margin-top: -115px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27441/image/D_WHY-BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_why_box {
    background: linear-gradient(to right, #ffffff, #e6e6e6);
    padding: 25px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    gap: 15px;
}

.hp_why_box div {
    max-width: 100px;
}

.hp_why_box p {
    font-size: 13px;
}

/* gallery */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.hp_gallery_content {
    gap: 15px;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    width: auto;
    height: auto;
    background-color: #c2192e;
    border-radius: 100%;
    padding: 5px;
    top: -55px;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: auto;
    right: 100px;
    transform: translate(50%, 0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 35px;
    transform: translate(50%, 0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 25px;
    height: 25px;
    filter: invert(1);
}

.hp_photoGallerySlider_type3 .slick-list {
    overflow: visible;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    opacity: 1 !important;
    transform: none !important;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}


/* news */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/27441/image/F_NEWS-BG.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_7 .row.innerRow_7 {
    align-items: center;
    justify-content: space-between;
}

.hp_news_content {
    gap: 15px;
}

.index_wrapper_7 #index_7 #index_7_2 {
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

.index_wrapper_7 #index_7 #index_7_2 img {
    padding: 15px;
}

.index_wrapper_7 #index_7 #index_7_3 {
    flex: 0 0 5%;
    max-width: 5%;
}

.index_wrapper_7 #index_7 #index_7_3 img {
    padding: 15px;
    width: 40px;
    margin: auto;
}

.index_wrapper_7 #index_7 #index_7_4 {
    flex: 0 0 47.5%;
    max-width: 47.5%;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 0 !important;
    padding: 0 15px !important;
}

#main_index .hp_latest_new .col-12.col-lg-4 {
    display: none;
}

#main_index .hp_latest_new .col-12.col-lg-8 {
    padding: 15px;
    gap: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}

#main_index .hp_latest_new .news_box .title {
    font-size: 16px;
    line-height: normal;
    color: #000000 !important;
}

#main_index .hp_latest_new .news_box .date {
    opacity: 1;
    font-size: 16px;
    margin: 0 !important;
}

#main_index .hp_latest_new .news_box .content {
    opacity: 1;
    margin-bottom: 0;
}

#main_index .hp_latest_new .news_box .read_more {
    display: none;
}

/* certificate */

.index_wrapper_8 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_certificate_content {
    gap: 15px;
}

.hp_certificate_content .hp_middle {
    font-size: 16px;
    line-height: normal;
    color: #c2192e;
}

.hp_certificate_image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* contact */

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_9 section {
    background-color: #c2192e;
    padding: 25px 0;
}

.contact_us_type3 .hpform .contactus-fa-icon {
    margin-bottom: 0 !important;
}

.contact_us_type3 .hpform .contactus-fa-icon .col-md-4.text-center.mt-3:first-child {
    order: 1;
}

.contact_us_type3 .hpform .contactus-fa-icon .col-md-4.text-center.mt-3:last-child {
    order: 2;
}

.contact_us_type3 .hpform .contactus-fa-icon i {
    font-size: 16px;
    color: #c2192e;
    border: 1px solid #c2192e;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.contact_us_type3 .hpform .contactus-fa-icon .col-md-4.text-center.mt-3 br {
    display: none;
}

.contact_us_type3 .hpform .contactus-fa-icon p a {
    color: #000000;
}

.contact_us_type3 .hpform .form-group h3 {
    display: none;
}

.contact_us_type3 .hpform .form-group .form-control {
    border-radius: 0;
}

.contact_us_type3 .hpform .form-group .form-control:first-child {
    margin-top: 0;
}

.contact_us_type3 .hpform .form-group.float-label-control {
    margin-bottom: 0;
}

.contact_us_type3 .hpform .form-group.float-label-control .form-control-file.form-control {
    border: 0;
    padding: 15px 0;
}

.contact_us_type3 .bottom.mt-3 {
    margin-top: 0 !important;
}

.contact_us_type3 .hpform .form-group .btn-success {
    border-radius: 0;
    border: 0;
    text-transform: uppercase;
}

.contact_us_type3 .hpform .form-group .btn-success:hover {
    background-color: #000000;
}

/* footer */

.footer_type8 {
    background-color: #c2192e;
    color: #ffffff;
    line-height: 1.75;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.footer_type8 .col-12.text-center {
    padding: 15px;
}

.footer_type8 .logo {
    height: 100px;
    min-height: 100%;
}

.footer_type8 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type8 p {
    margin-bottom: 0;
}

.footer_type8 .social_media {
    gap: 15px;
    margin-top: 50px !important;
}

.footer_type8 .social_media a {
    margin-left: 0;
    margin-bottom: 0 !important;
    border-color: #ffffff;
    color: #ffffff;
    border-radius: 100%;
    padding: 15px;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.footer_type8 .social_media a:hover {
    background-color: #ffffff;
    color: #c2192e;
}

.footer_type8 .social_media a i {
    font-size: 16px;
    line-height: normal;
}

.footer_type8 a .icon_s {
    padding: 15px;
    border-radius: 0;
    width: 16px;
}

.footer_type8 a .icon_s img {
    filter: brightness(0) invert(1);
    height: 16px;
    transition: all 0.50s;
}

.footer_type8 a:hover .icon_s img {
    filter: none;
}

.footer_type8 .title h5 {
    font-weight: bold;
    line-height: normal;
    color: #ffeccb;
    text-transform: uppercase;
}

.footer_type8 .list-unstyled {
    margin-bottom: 0;
}

.footer_type8 .list-unstyled li p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type8 a {
    color: #ffffff;
}

.footer_type8 a:hover {
    color: #ffeccb;
}

.footer_type8 .col-12.mb-3.mb-md-0 {
    padding: 15px;
}

.footer_type8 .copy_right {
    line-height: 1.75;
}

.footer_type8 .copy_right p.mb-2, .footer_type8 p.mb-1.text-center {
    margin-bottom: 0 !important;
}

.footer_type8 .copy_right div.my-2 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

.hp_latest_new .news_box .read_more {
    width: fit-content;
}

#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 only screen and (min-width: 768px) and (max-width: 1140px) {

/* contact */

.contact_us_type3 .hpform .contactus-fa-icon .col-md-4.text-center.mt-3 {
    font-size: 10px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #c2192e;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000 !important;
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: auto;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
    order: 1;
    flex: auto;
    width: auto;
    text-align: left !important;
}

.navbar_mobile .row_1 .col:last-child {
    display: none;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ffeccb;
    border-radius: 0 !important;
    background-color: transparent;
    height: 75px;
}

.navbar_mobile .btn-outline-light:hover {
    color: #000000;
    background-color: transparent;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

/*
.navbar_mobile .logo_img {
    max-height: 75px;
}
*/

.side_menu {
    background-color: #000000;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 75px !important;
}

.side_menu input {
    border-radius: 0;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    color: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #c2192e !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    gap: 15px;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 0;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffeccb;
    font-weight: bold;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #c2192e;
}

.side_menu .list-group .list-group-item .dropdown-toggle {
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #c2192e;
}

.npnavbar_languagebar {
    text-align: center;
}

/* banner */

.slider_banner .item img {
    height: 225px !important;
    object-fit: cover;
}

/* about */

.index_wrapper_4 {
    margin-top: 0;
}

.index_wrapper_4:before {
    top: 0;
}

.hp_about_content {
    margin-bottom: 0;
}

.hp_about_image {
    aspect-ratio: 1;
}

.hp_about_image:before {
    background-position: center;
    bottom: 50%;
    transform: translate(-50%, 50%);
    width: 100%;
    height: 100%;
}

/* why */

.index_wrapper_5 {
    margin-top: 0;
}

.hp_why {
    grid-template-columns: repeat(2, 1fr);
}

/* galler */

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    top: 100%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: 5px;
    right: auto;
    transform: translate(-50%, 0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 5px;
    transform: translate(50%, 0);
}

/* news */

.index_wrapper_7 .row.innerRow_7 {
    flex-direction: column;
}

.index_wrapper_7 #index_7 #index_7_2, .index_wrapper_7 #index_7 #index_7_3, .index_wrapper_7 #index_7 #index_7_4 {
    flex: 0 0 100%;
    max-width: 100%;
}

.index_wrapper_7 #index_7 #index_7_3 img {
    margin: -200px auto;
    transform: rotate(90deg) scale(0.75);
}

/* certificate */

.hp_title strong br {
    display: none;
}

}

/* */