/* desktop */

body {
    color: #000000;
    line-height: 1.75;
}

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;
}

/* header */

.hp_header {
    background-color: #ffc128;
}

.hp_header_content p {
    font-size: 1vw;
    letter-spacing: 1px;
}

/* menu */

.nav_top_info {
    display: none;
}

.ex_navbareCommerce {
    padding: 0;
    margin-bottom: 0;
    font-size: 1vw;
}

.ex_navbareCommerce .container-fluid {
    max-width: 1240px;
    display: flex;
    flex-direction: column;
    gap: 1vw;
    padding: 1vw;
}

.ex_navbareCommerce .row:first-child {
    align-items: center;
    justify-content: space-between;
}

.flex-middle {
    padding: 0 15px;
    flex: 0 0 20%;
    max-width: 20%;
}

.ex_navbareCommerce .nav_logo_wrapper {
    padding: 0;
}

.nav_logo a {
    display: flex;
}

.ex_navbareCommerce .row:first-child .col-md-7 {
    padding: 0 15px;
    flex: 0 0 60%;
    max-width: 60%;
}

.ex_navbareCommerce .nav_menu {
    margin: 0;
}

.ex_navbareCommerce .nav_list {
    justify-content: space-between !important;
}

.ex_navbareCommerce .nav_list a {
    font-weight: 500;
    padding: 0;
    color: #000000;
    font-size: 1vw;
}

.ex_navbareCommerce .nav_logo_wrapper .nav_logo img {
    height: auto;
}

.ex_navbareCommerce .row:first-child .col-md-3 {
    display: none;
}

.ex_navbareCommerce .row:last-child {
    align-items: center;
    justify-content: space-between;
}

.ex_navbareCommerce .row:last-child .col-md-3 {
    padding: 0 15px;
}

.ex_navbareCommerce .xs-vartical-menu .cd-dropdown-trigger {
    border-radius: 100px;
    background-color: #000000;
}

.ex_navbareCommerce .row:last-child .col-md-6 {
    padding: 0 15px;
    flex: 0 0 70%;
    max-width: 70%;
}

.ex_navbareCommerce .xs-navbar-search {
    border-radius: 100px;
    overflow: hidden;
    z-index: 1;
}

.ex_navbareCommerce .xs-navbar-search .btn[type=submit] {
    color: #000000;
    border-radius: 0 100px 100px 0;
}

.ex_navbareCommerce .row:last-child .col-md-3:last-child {
    display: none;
}

/* banner */

.index_wrapper_2 {
    margin-top: -40px;
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 15px;
    margin-left: 100px;
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: normal;
    font-family: "Playfair Display", serif;
}

.hp_banner_content h2 strong {
    font-weight: 600;
}

.hp_banner_content h2 strong span {
    color: #ffc128;
}

.hp_banner_content p {
    /*max-width: 75%;*/
    max-width: 100%;
}

.hp_banner_content ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*width: 75%;*/
    width: 90%;
}

.hp_banner_content ul li {
    gap: 5px;
}

.hp_banner_content ul li i {
    color: #ffc128;
}

.hp_banner_button a {
    color: #000000;
    display: flex;
}

.hp_banner_button a span {
    transition: all 0.50s;
    background-color: #ffc128;
    padding: 5px 25px;
    border-radius: 100px;
    height: 35px;
    font-weight: 500;
}

.hp_banner_button a:hover span {
    background-color: #000000;
    color: #ffc128;
}

.hp_banner_button a i {
    background-color: #ffc128;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    transition: all 0.50s;
}

.hp_banner_button a:hover i {
    background-color: #000000;
    color: #ffc128;
    transform: rotate(90deg);
}

.hp_banner_image {
    margin-right: -50px;
}

/* about */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 15px;
    border-bottom: 1px solid #d1d1d1;
}

.hp_about_content img {
    max-width: 65px;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_about_content .hp_title span {
    color: #000000;
}

.hp_about_border {
    border-right: 1px solid #d1d1d1;
}

.hp_about_text {
    gap: 15px;
}

.hp_about_text h3 {
    font-size: 16px;
    line-height: normal;
}

.hp_about_text_row {
    border-top: 1px solid #d1d1d1;
}

.hp_about_text_row:before {
    content: '';
    background-color: #d1d1d1;
    position: absolute;
    top: -1px;
    left: -15px;
    width: 15px;
    height: 1px;
}

.hp_about_text_row div {
    gap: 5px;
}

.hp_about_text_row img {
    max-width: 55px;
}

.hp_about_text_row p {
    font-size: 14px;
}

.hp_about_text_row p b {
    font-weight: 500;
}

.hp_button a {
    color: #000000;
    display: flex;
}

.hp_button a span {
    transition: all 0.50s;
    background-color: #ffc128;
    padding: 5px 25px;
    border-radius: 100px;
    height: 35px;
    font-weight: 500;
}

.hp_button a:hover span {
    background-color: #000000;
    color: #ffc128;
}

.hp_button a i {
    background-color: #ffc128;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    transform: rotate(45deg);
    transition: all 0.50s;
}

.hp_button a:hover i {
    background-color: #000000;
    color: #ffc128;
    transform: rotate(90deg);
}

/* why */

.index_wrapper_4 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/21484/image/C_WHY-BG.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_content .hp_title span {
    color: #ffc128;
}

.hp_why {
    gap: 15px;
}

.hp_why_top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.hp_why_bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: 75%;
}

.hp_why_box {
    border: 1px solid #ffc128;
    border-radius: 100px;
    padding: 15px;
    gap: 15px;
    background: transparent;
}

.hp_why_box:hover {
    background: linear-gradient(transparent, rgba(255, 193, 40, 0.50));
}

.hp_why_box img {
    max-width: 30px;
    max-height: 30px;
}

.hp_why_box p {
    font-size: 14px;
    line-height: normal;
}

/* category */

.hp_category_content {
    gap: 15px;
    margin-top: 50px;
}

.hp_category_content .hp_title span {
    color: #ffc128;
}

.exProductSlidehpType6 {
    background-color: #ffffff;
    padding: 25px 50px;
}

.exProductSlidehpType6 .col-12.col-md-6.col-lg-3.mb-5 {
    padding: 15px;
    margin-bottom: 0 !important;
}

.exProductSlidehpType6 .wrapper_product {
    border-radius: 0;
    background-color: #f7f3ed;
    padding: 15px;
    gap: 15px;
}

.exProductSlidehpType6 .wrapper_product .product_img {
    border-radius: 0;
}

.exProductSlidehpType6 .wrapper_product .product_img img {
    object-fit: contain;
    background-color: #ffffff;
}

.exProductSlidehpType6 .wrapper_product .product_img .product_price_box {
    display: none;
}

.exProductSlidehpType6 .wrapper_product .product_img .product_price {
    display: none;
}

.exProductSlidehpType6 .wrapper_product .product_details {
    text-align: center;
    gap: 15px;
}

.exProductSlidehpType6 .wrapper_product .product_details .product_header {
    padding: 0;
}

.exProductSlidehpType6 .wrapper_product .product_details .product_header div a {
    color: #000000;
}

.exProductSlidehpType6 .wrapper_product .product_details .product_header .product_header_title h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: normal;
}

.exProductSlidehpType6 .wrapper_product .product_details .product_header small {
    display: none;
}

.exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart {
    color: #000000;
    background-color: #ffc128;
    border-radius: 0;
}

.exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart:hover {
    background-color: #000000;
    color: #ffc128;
}

/* running */

.index_wrapper_5 {
    background-color: #ffc128;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.hp_running {
    background-image: url(https://cdn1.npcdn.net/userfiles/21484/image/running_1.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    height: 20px;
    animation: 15s linear hp-running infinite;
}

@keyframes hp-running {
    100% {
        background-position-x: -1600px;
    }
}

/* news */

.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/21484/image/E_NEWS-BG-ELEMENT.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_6 .row.outerRow_6 {
    align-items: center;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 15px;
    margin-bottom: 100px;
}

.hp_news_content .hp_title span {
    color: #ffc128;
}

#main_index .hp_latest_new .news_box {
    margin-bottom: 0 !important;
}

#main_index .hp_latest_new .row {
    align-items: center;
}

#main_index .hp_latest_new .col-12.col-lg-4 {
    padding: 15px 0 15px 15px;
}

#main_index .hp_latest_new .news_box .img_frame {
    height: 100%;
    padding-top: 0;
}

#main_index .hp_latest_new .news_box .img_frame img {
    position: static;
    transform: none;
}

#main_index .hp_latest_new .col-12.col-lg-8 {
    padding: 15px;
    gap: 15px;
    background-color: #f7f3ed;
    border-right: 10px solid #ffc128;
    height: 150px;
}

#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;
}

/* gallery */

.index_wrapper_8 {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f3ed;
    position: relative;
    z-index: 0;
}

.index_wrapper_8:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/21484/image/pa_1.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
    height: 100%;
    z-index: -1;
}

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_gallery_content .hp_title span {
    color: #ffc128;
}

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    width: auto;
    height: auto;
    background-color: #ffc128;
    padding: 10px;
    border-radius: 100%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow:before {
    text-shadow: none;
    opacity: 1;
    width: 10px;
    height: 10px;
    padding: 10px;
    filter: invert(0);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: 15px;
    transform: translate(-50%, -50%);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: 15px;
    transform: translate(50%, -50%);
}

.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;
    height: 250px;
    padding-top: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 0;
    object-fit: cover;
}

/* footer */

.footer_type8 {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/userfiles/21484/image/F_FOOTER.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #b3b3b3;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
    line-height: 1.75;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

.footer_type8 .col-12.text-center {
    padding: 15px;
}

.footer_type8 .row.pb-0.pb-md-5 {
    padding-bottom: 0 !important;
}

.footer_type8 .logo {
    height: 75px;
    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-width: 2.5px;
    border-color: #ffc128;
    color: #ffffff;
    border-radius: 100%;
    padding: 15px;
    width: 0;
    height: 0;
    align-items: center;
    justify-content: center;
}

.footer_type8 .social_media a:hover {
    background-color: #ffc128;
    color: #000000;
}

.footer_type8 .social_media a i {
    font-size: 16px;
    line-height: normal;
    margin: 0;
}

/*
.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;
    text-transform: uppercase;
    color: #ffc128;
}

.footer_type8 .location {
    margin-bottom: 15px;
}

.footer_type8 .location i {
    color: #ffffff;
}

.footer_type8 .list-unstyled {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer_type8 .list-unstyled li p.mb-1 {
    margin-bottom: 0 !important;
}

.footer_type8 .list-unstyled li p a i {
    color: #ffffff;
}

.footer_type8 a {
    color: #b3b3b3;
}

.footer_type8 a:hover {
    color: #ffc128;
}

.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 p.mb-2 strong {
    color: #ffffff;
}

.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;
    text-transform: uppercase;
}

.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 only screen and (min-width: 768px) and (max-width: 1140px) {

/* menu */

.ex_navbareCommerce .container-fluid {
    max-width: 100%;
}

/* banner */

.index_wrapper_2 {
    margin-top: -10px;
}

.hp_banner_content {
    margin-left: 0;
}

.hp_banner_content h2 {
    font-size: 30px;
}

.hp_banner_content ul {
    width: 100%;
}

.hp_banner_content ul li p {
    font-size: 14px;
}

.hp_banner_image {
    width: 70%;
}

/* about */

.hp_about_image img {
    height: 450px !important;
    object-fit: cover;
}

.hp_about_text_row div:first-child {
    align-items: flex-start !important;
    flex-direction: column;
    width: 50%;
}

/* product */

.exProductSlidehpType6 .wrapper_product .product_details .product_footer .add_to_cart {
    width: max-content;
}

/* news */

#main_index .hp_latest_new .col-12.col-lg-8 {
    height: 120px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* header */

.hp_header {
    display: none;
}

/* 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: #000000;
    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: #000000;
}

.side_menu input {
    border-radius: 5px;
    height: auto;
    padding: 5px 15px;
    border: none;
    background-color: #ffffff;
    color: #000000;
}

.side_menu input::placeholder {
    color: #000000 !important;
}

.side_menu button {
    right: 15px !important;
    font-size: 16px !important;
    padding: 0;
    color: #ffc128 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #000000 !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: 500;
}

.side_menu .list-group .list-group-item a:hover {
    color: #ffc128;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #ffc128;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #ffc128;
}

/* banner */

.slider_banner .item img {
    height: 700px !important;
    object-fit: cover;
}

.hp_table {
    justify-content: center !important;
    flex-direction: column;
}

.hp_banner_content {
    margin-left: 0;
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 35px;
}

.hp_banner_content p {
    max-width: 100%;
}

.hp_banner_content ul {
    width: 100%;
}

/* about */

.hp_about_text_row div:first-child {
    align-items: flex-start !important;
    flex-direction: column;
    width: 50%;
}

/* why */

.index_wrapper_4 {
    background-size: cover;
}

.hp_why_top {
    grid-template-columns: repeat(1, 1fr);
}

.hp_why_bottom {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
}

/* product */

.exProductSlidehpType6 {
    padding: 25px 15px;
}

.exProductSlidehpType6 .col-12.col-md-6.col-lg-3.mb-5 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* news */

.hp_news_content {
    margin-bottom: 0;
}

#main_index .hp_latest_new {
    padding: 15px;
}

#main_index .hp_latest_new .row.latestnewsAjax {
    gap: 15px;
}

#main_index .hp_latest_new .col-12.col-lg-4 {
    padding: 0;
}

#main_index .hp_latest_new .col-12.col-lg-8 {
    height: auto;
}

}

/* */