/* desktop */

:root {
    --font-family: "Bacasime Antique", serif;
}

body {
    color: #141414;
    line-height: 1.5;
    font-weight: 300;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.all_functional_page {
    padding-top: 50px;
    padding-bottom: 50px !important;
    /*min-height: auto;*/
    font-size: 1rem;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 80vw;
}

.nav_logo {
    padding: 0.325vw 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 0.325vw 1vw;
    justify-content: flex-end;
}

.nav_bottom .container.p-0 {
    max-width: 100%;
}

.nav_bottom .menu {
    gap: 2.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #141414;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item:last-child .dropdown a {
    background-color: #f11924;
    color: #ffffff;
    padding: 0.325vw 1.65vw;
    border-radius: 100px;
}

.nav_bottom .menu .nav_item:hover:last-child .dropdown .title {
    background-color: #141414;
    color: #f11924;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 300;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
}

.hp_banner_content {
    gap: 1.65vw;
    margin-top: 100px;
}

.hp_banner_image_1:after, .hp_banner_image_2:after {
    content: '';
    position: absolute;
    bottom: -125px;
    right: 175px;
    width: 200px;
    height: 100%;
    animation: 15s linear swing infinite;
}

.hp_banner_image_1:after {
    background: url(https://cdn1.npcdn.net/userfiles/18318/image/b_banner1_img.png)
                bottom right / contain no-repeat;
}

.hp_banner_image_2:after {
    background: url(https://cdn1.npcdn.net/userfiles/18318/image/b_banner2_img.png)
                bottom right / contain no-repeat;
}

.hp_banner_content h2 {
    font-size: 5vw;
    line-height: 1;
    font-family: var(--font-family);
}

.hp_banner_content p {
    font-size: 1vw;
}

.hp_banner_button a {
    display: flex;
    max-width: 125px;
    position: relative;
}

.hp_banner_button a:before {
    content: '\f054';
    font-size: 16px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    z-index: 1;
}

.hp_banner_button a:hover {
    transform: scale(0.95);
}

.hp_banner_button a img {
    animation: 15s linear hp-rotate infinite;
}

@keyframes hp-rotate {
    from {
        transform: rotate(0deg);
    }
    
    to {
        transform: rotate(360deg);
    }
}

/* why */

.index_wrapper_3 {
    padding-bottom: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.hp_why_box {
    gap: 50px;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_content div {
    max-width: 50px;
}

.hp_why_content:hover img {
    animation: 1s linear bounceIn infinite;
}

.hp_why_content h3 {
    font-size: 20px;
    line-height: normal;
}

.hp_why_line {
    background-color: #efefef;
    height: 1px;
}

.hp_why_box:last-child .hp_why_line {
    margin-top: 50px;
}

/* category */

.index_wrapper_4 {
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.index_wrapper_4:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/18318/image/d_leaf1.png)
                right top / contain no-repeat;
    position: absolute;
    top: -100px;
    right: 100px;
    width: 100px;
    height: 100px;
    z-index: 1;
    animation: hp-leafFall 15s linear infinite;
}

@keyframes hp-leafFall {
    0% {
        transform: translateX(0) translateY(0) rotate(0deg);
    }
    20% {
        transform: translateX(60px) translateY(20vh) rotate(60deg);
    }
    40% {
        transform: translateX(-50px) translateY(40vh) rotate(120deg);
    }
    60% {
        transform: translateX(70px) translateY(60vh) rotate(180deg);
    }
    80% {
        transform: translateX(-40px) translateY(80vh) rotate(260deg);
    }
    100% {
        transform: translateX(50px) translateY(110vh) rotate(360deg);
    }
}

.index_wrapper_4:after {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/18318/image/d_leaf2.png)
                left bottom / contain no-repeat;
    position: absolute;
    top: -100px;
    left: 0;
    width: 100px;
    height: 100px;
    z-index: 1;
    animation: hp-leafFall-2 15s linear infinite;
}

@keyframes hp-leafFall-2 {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    15% {
        transform: translate(40px, 15vh) rotate(45deg);
    }

    30% {
        transform: translate(-30px, 30vh) rotate(90deg);
    }

    45% {
        transform: translate(60px, 45vh) rotate(135deg);
    }

    60% {
        transform: translate(-50px, 60vh) rotate(180deg);
    }

    75% {
        transform: translate(35px, 75vh) rotate(225deg);
    }

    90% {
        transform: translate(-20px, 90vh) rotate(300deg);
    }

    100% {
        transform: translate(40px, 110vh) rotate(360deg);
    }
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_subtitle {
    font-size: 20px;
    line-height: normal;
    color: #f36527;
}

.hp_subtitle strong {
    font-weight: 300;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
    font-family: var(--font-family);
}

.product_cat-4 .col-12.col-md-4.col-lg-4.p-0 {
    padding: 15px !important;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    height: auto;
    opacity: 1 !important;
    transform: none !important;
    aspect-ratio: auto;
}

.product_cat-4 .cat_box a {
    display: flex;
    position: relative;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    height: 100%;
    background-color: rgba(20, 20, 20, 0.50);
    justify-content: center;
    text-align: center;
}

.product_cat-4 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 0.25);
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product_cat-4 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-4 .cat_box .content .content_box h4 {
    margin-bottom: 0 !important;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border-color: #f11924;
    background-color: #f11924;
    font-size: 16px !important;
    padding: 5px 5px 5px 15px;
    border-radius: 100px;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    background-color: #141414;
    border-color: #141414;
    color: #f11924;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:after {
    content: '\f061';
    font-size: 16px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    background-color: #ffffff;
    color: #f11924;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover:after {
    background-color: #f11924;
    color: #141414;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* about */

.index_wrapper_5 {
    background: url(https://cdn1.npcdn.net/userfiles/18318/image/e_bg.png)
                left / contain no-repeat;
    position: relative;
}

.index_wrapper_5:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

.index_wrapper_5:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
}

.index_wrapper_5 .row.outerRow_5 {
    align-items: center;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
}

.hp_button p a button {
    transition: all 0.50s;
    background-color: #ffffff;
    color: #f11924;
    padding: 5px 5px 5px 15px;
    border-radius: 100px;
    border: 0;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button p a:hover button {
    background-color: #141414;
}

.hp_button p a button i {
    background-color: #f11924;
    color: #ffffff;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_button p a:hover button i {
    color: #141414;
}

.index_wrapper_5 #index_6 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_5 #index_6 #index_6_1 {
    position: relative;
    right: -35px;
    z-index: 0;
}

.index_wrapper_5 #index_6 #index_6_1:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: -100%;
    width: 150%;
    height: 100%;
    z-index: -1;
}

/* product */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.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;
    background-color: #f11924;
    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 {
    background-color: #141414;
    color: #f11924;
}

.productSlider-1 .product_img .slick-prev {
    left: -10px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-prev:before {
    content: '\f060';
}

.productSlider-1 .product_img .slick-next {
    right: -10px;
    transform: translate(50%, -50%);
}

.productSlider-1 .product_img .slick-next:before {
    content: '\f061';
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(20, 20, 20, 0.15);
    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 {
    padding-top: 0;
    height: auto;
    aspect-ratio: 1;
}

.productSlider-1 .product_img .product_box .product_img_frame .status {
    display: none;
}

.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: bold !important;
    font-size: 16px;
    margin-bottom: 0;
    line-height: normal;
    transition: all 0.50s;
    color: #141414;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #f11924;
}

.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: #ffffff;
    background-color: #f11924;
    border-radius: 100px;
    padding: 5px 5px 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: fit-content;
    margin: 0 auto;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #f11924;
    background-color: #141414;
}

.productSlider-1 .product_img .product_box .content .align-top a:after {
    content: '\f061';
    font-size: 16px;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    background-color: #ffffff;
    color: #f11924;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover:after {
    background-color: #f11924;
    color: #141414;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* contact */

.index_wrapper_8 {
    padding-bottom: 50px;
    background: url(https://cdn1.npcdn.net/userfiles/18318/image/g_bg.png)
                center / cover no-repeat;
    position: relative;
}

.index_wrapper_8:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: flex-end;
}

.index_wrapper_8 #index_8 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_8 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.ex_hpcontact_formonly {
    margin: 15px auto;
    color: #ffffff;
}

.ex_hpcontact_formonly .col-md-12.p-0.contact_us_form {
    padding: 0 15px !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ex_hpcontact_formonly .hp_contactform_header .title {
    font-size: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 60px;
}

.ex_hpcontact_formonly .hp_contactform_header .title:before {
    content: '';
    background: url(https://cdn1.npcdn.net/userfiles/18318/image/g_icon.png)
                left / contain no-repeat;
    position: absolute;
    top: 0;
    left: 15px;
    width: 50px;
    height: 50px;
}

.ex_hpcontact_formonly .hp_contactform_header .title:after {
    content: 'Get in Touch';
    font-size: 35px;
    font-weight: bold;
    font-family: var(--font-family);
    color: #ffffff;
}

.ex_hpcontact_formonly .subtitle {
    display: none;
}

.ex_hpcontact_formonly form .form-group .form-control {
    border-radius: 100px;
}

.ex_hpcontact_formonly form .form-group .text.form-control {
    border-radius: 15px;
}

.ex_hpcontact_formonly form button {
    padding: 5px 15px !important;
    border-radius: 100px;
}

.ex_hpcontact_formonly form button:hover {
    background-color: #ffffff !important;
    color: #f11924;
    border-color: #ffffff !important;
}

.ex_hpcontact_formonly form button i {
    display: none;
}

/* footer */

.footer_type3 {
    background-color: #f11924;
}

.footer_type3 .col-12.col-md-9 {
    padding: 15px;
}

.footer_type3 p.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type3 .text-left.d-flex.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type3 .text-left.d-flex.mb-2 div {
    margin-right: 0 !important;
}

.footer_type3 .text-left.mb-2 {
    margin-bottom: 0 !important;
}

.footer_type3 .text-left.mb-2 a {
    margin-right: 0 !important;
}

.footer_type3 p {
    margin-bottom: 0;
}

.footer_type3 .col-12.col-md-3 {
    padding: 15px;
}

.footer_type3 .social_media {
    margin-bottom: 0;
    gap: 15px;
}

.footer_type3 .social_media li {
    margin-left: 0;
}

.footer_type3 .social_media li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    border: 1px solid #ffffff;
    padding: 15px;
    border-radius: 100%;
}

.footer_type3 .social_media li a:hover {
    color: #141414;
    border-color: #141414;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #141414;
    font-weight: normal;
    font-family: var(--font-family);
}

.wspages {
    padding: 50px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#main_contactus {
    padding-top: 50px;
    padding-bottom: 50px;
    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 (min-width:768px) and (max-width:1140px) {

/* banner */

.hp_banner_content {
    margin-top: 50px;
}

.hp_banner_image_1:after, .hp_banner_image_2:after {
    bottom: -25px;
    right: 100px;
    width: 150px;
}

/* about */

.index_wrapper_5 {
    padding: 50px 0;
    background-size: cover;
    overflow: hidden;
}

.index_wrapper_5:before, .index_wrapper_5:after {
    display: none;
}

.index_wrapper_5 #index_6 #index_6_1:after {
    top: 50%;
    transform: translateY(-50%);
    width: 165%;
    height: calc(100% + 100%);
}

/* contact */

.index_wrapper_8 {
    padding-top: 50px;
}

.index_wrapper_8:before {
    display: none;
}

}

/* */

/* mobile */

@media (max-width: 767px) {

/* menu */

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    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: #141414;
    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: #141414;
    background-color: transparent;
    border-color: transparent;
}

.navbar_mobile .row_1 .col.text-center {
    padding: 15px;
}

.navbar_mobile .logo_img {
    max-height: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #141414;
}

.side_menu input {
    border-radius: 100px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #141414;
}

.side_menu input::placeholder {
    color: #141414 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #141414 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #f11924 !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: 300;
}

.side_menu .list-group .list-group-item a:hover {
    color: #f11924;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #f11924;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #f11924;
}

/* banner */

.slider_banner .item > img {
    height: 500px !important;
    object-fit: cover;
}

.hp_banner_content {
    width: 100% !important;
    margin-top: 0;
}

.hp_banner_content h2 {
    font-size: 35px;
}

.hp_banner_content p {
    font-size: 16px;
}

.hp_banner_content p br {
    display: none;
}

.hp_banner_image_1:after, .hp_banner_image_2:after {
    display: none;
}

/* why */

.hp_why {
    display: flex !important;
    flex-direction: column-reverse;
}

.hp_why_content {
    text-align: center !important;
}

.hp_why_box:first-child {
    order: 1;
}

.hp_why_content div {
    margin: 0 auto !important;
}

.hp_why_line {
    display: none;
}

.hp_why_image {
    order: 1;
}
/* about */

.index_wrapper_5 {
    padding-top: 50px;
    background-size: cover;
}

.index_wrapper_5:before, .index_wrapper_5:after {
    display: none;
}

.index_wrapper_5 #index_6 #index_6_1 {
    right: 0;
}

.index_wrapper_5 #index_6 #index_6_1:after {
    top: auto;
    bottom: -15px;
    right: 50%;
    transform: translateX(50%);
    width: calc(100% + 100%);
    height: 50%;
}

/* product */

.productSlider-1 {
    padding: 0 40px;
}

}

/* */