/* desktop */

body {
    color: #212529;
    line-height: 1.5;
}

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 */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
    padding-bottom: 0;
    background-color: transparent;
}

.navbar_ecommerceDropdown {
    padding: 0 0 1vw;
    background-color: #cf7d35;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    margin-top: 1vw;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
}

.nav_logo {
    padding: 0.325vw 1vw;
    margin-left: 3.25vw;
}

.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;
    margin-right: 3.25vw;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 3.25vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #212529;
    font-size: 1vw;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

/* about */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}

.index_wrapper_3 .row.outerRow_3 {
    align-items: center;
}

.index_wrapper_3:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27875/image/c_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: -1;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
    margin-left: 15px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_about_content .hp_title {
    width: max-content;
}

.hp_button a button {
    transition: all 0.50s;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    padding: 10px 25px;
    background-color: #cf7d35;
}

.hp_button a:hover button {
    background-color: #5c498b;
}

.index_wrapper_3 #index_4 {
    padding: 15px !important;
}

/* category */

.index_wrapper_5 {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    position: relative;
    z-index: 0;
}

.index_wrapper_5:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27875/image/d_bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 30%);
    height: 100%;
    border-radius: 0 50px 50px 0;
    box-shadow: 0 0 15px rgba(33, 37, 41, 0.75);
    z-index: -1;
}

.index_wrapper_5:after {
    content: '';
    background-color: #cf7d35;
    position: absolute;
    top: 50px;
    right: 0;
    width: calc(100% - 40%);
    height: 100%;
    border-radius: 50px 0 0 50px;
    z-index: -2;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category_content {
    color: #cf7d35;
}

.product_cat-3 .col-6.col-md-4.mb-3 {
    padding: 15px;
    margin-bottom: 0 !important;
}

.product_cat-3 .cat_box {
    opacity: 1 !important;
    transform: none !important;
}

.product_cat-3 .cat_box a {
    display: flex;
}

.product_cat-3 .cat_box .content {
    background-color: rgba(33, 37, 41, 0.50);
}

.product_cat-3 .cat_box:hover .content {
    background-color: rgba(33, 37, 41, 0.25);
}

.product_cat-3 .cat_box .content .content_box {
    width: 100%;
    height: 100%;
    padding: 25px;
    justify-content: flex-end;
    gap: 15px;
}

.product_cat-3 .cat_box .content .content_box h3 {
    display: none;
}

.product_cat-3 .cat_box .content .content_box h4 {
    font-weight: bold;
    margin: 0 !important;
    font-size: 20px;
    line-height: normal;
}

.product_cat-3 .cat_box .content .line {
    background-color: #5c498b;
}

/* why */

.index_wrapper_6 {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}

.index_wrapper_6:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27875/image/e_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: -1;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    color: #cf7d35;
}

.hp_why_box {
    padding: 25px;
    background-color: transparent;
    gap: 15px;
    transition: all 0.50s;
}

.hp_why_box:hover {
    background-color: #5c498b;
    border-radius: 0 100px 100px 0;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.75);
}

.hp_why_box:before {
    content: '';
    background: linear-gradient(to right, #ff983b, #ffa50d);
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(0, -50%);
    width: 5px;
    height: 75%;
    opacity: 0;
    transition: all 0.50s;
}

.hp_why_box:hover:before {
    left: 0;
    opacity: 1;
}

.hp_why_box h3 {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_why_box:hover h3 {
    color: #ffffff;
}

.hp_line {
    background-color: #cf7d35;
    height: 1px;
    transition: all 0.50s;
}

.hp_why_box:hover .hp_line {
    background-color: #ffffff;
}

.hp_why_box:hover p {
    color: #ffffff;
    transition: all 0.50s;
}

/* gallery */

.index_wrapper_7 {
    padding-bottom: 50px;
    position: relative;
    z-index: 0;
}

.index_wrapper_7:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/27875/image/c_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: -1;
}

.index_wrapper_7:after {
    content: '';
    background-color: #f9f9f9;
    position: absolute;
    top: 0;
    right: 0;
    width: 55%;
    height: 85%;
    border-radius: 200px 0 0 200px;
    z-index: -1;
    box-shadow: 0 5px 0 rgba(33, 37, 41, 0.15);
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content {
    color: #cf7d35;
}

/* footer */

.footer {
    background-color: #cf7d35;
    padding: 50px 0;
}

.footer .container.pt-5 {
    padding-top: 0 !important;
}

.footer .col-md-6 {
    padding: 15px;
}

.footer .footer_subtitle {
    margin-bottom: 15px;
    font-weight: 900;
    line-height: normal;
}

.footer p {
    margin-bottom: 0;
}

.footer .col-md-3 {
    padding: 15px;
}

.footer ul {
    margin-bottom: 0;
}

.footer a:hover {
    color: #5c498b;
}

.footer hr {
    display: none;
}

.footer .social_media {
    margin-top: 15px;
    justify-content: flex-start;
    gap: 15px;
}

.footer .social_media li a {
    display: flex;
}

.footer .social_media li a:hover {
    color: #5c498b;
}

.footer .col-12.mt-5 {
    padding: 15px;
}

.footer .copy_right.text-center p.mb-2, .footer .copy_right.text-center div.mb-2 {
    margin-bottom: 0 !important;
}

.footer p.pb-3 {
    padding-bottom: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: 900;
}

.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;
    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) {

/* about */

.index_wrapper_3 section .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_about_content {
    margin-left: 0;
}

.hp_about_content .hp_title {
    width: auto;
}

}

/* */

/* 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: #5c498b;
    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: 75px;
}

.navbar_mobile .row_1 .col {
    padding: 15px;
}

.side_menu {
    background-color: #212529;
}

.side_menu input {
    border-radius: 5px;
    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: #cf7d35 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #5c498b !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;
}

.side_menu .list-group .list-group-item a:hover {
    color: #cf7d35;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #cf7d35;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #cf7d35;
}

/* banner */

/*.slider_banner .item img {*/
/*    height: 200px !important;*/
/*    object-fit: cover;*/
/*}*/

.slider_banner .item>img {
    min-height: 35vw !important;
    object-fit: cover;
}

/* about */

.index_wrapper_3:before {
    height: calc(100% - 75%);
}

.index_wrapper_3 .row.outerRow_3 {
    flex-direction: column-reverse;
}

.hp_about_content {
    margin-left: 0;
}

.hp_about_content .hp_title {
    width: auto;
}

/* category */

.index_wrapper_5:before {
    width: calc(100% - 15px);
}

.index_wrapper_5:after {
    width: calc(100% - 15px);
}

.product_cat-3 .col-6.col-md-4.mb-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* footer */

.footer .col-md-6, .footer .col-md-3 {
    margin-bottom: 0 !important;
}

}

/* */