/* 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 */

.navbar_ecommerceDropdown {
    padding: 0;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    max-width: 100%;
}

.nav_logo {
    padding: 1vw;
    margin-left: 3.25vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
    margin-right: 3.25vw;
}

.nav_bottom .menu {
    gap: 1.65vw;
}

.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:last-child .dropdown a {
    border: 1px solid #007dc6;
    padding: 0.325vw 1vw;
    border-radius: 100px;
}

.nav_bottom .menu .nav_item:last-child .dropdown .title {
    border-color: #8ec63f;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: 600;
}

/* dropdown */

.mega_menu {
    margin-top: 0;
}

/* banner */

.slider_banner .slick-arrow {
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
}

.slider_banner .slick-arrow:before {
    width: 50px;
    height: 50px;
    filter: inherit;
    text-shadow: none;
    line-height: normal;
    opacity: 1;
    transition: all 0.50s;
}

.slider_banner .slick-arrow:hover:before {
    filter: brightness(0) saturate(100%) invert(73%) sepia(81%) saturate(379%)
    hue-rotate(33deg) brightness(88%) contrast(86%);
}

.slider_banner .slick-prev {
    left: 50px;
    transform: translate(-50%, -50%);
}

.slider_banner .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/21112/image/b_arrow_left.png);
}

.slider_banner .slick-next {
    left: 50px;
    right: auto;
    transform: translate(calc(100% - 0%), -50%);
}

.slider_banner .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/userfiles/21112/image/b_arrow_right.png);
}

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
    display: flex;
    align-items: center;
}

.hp_banner_logo img {
    max-width: 100px;
}

.hp_banner_content {
    gap: 15px;
}

.hp_banner_content div div {
    gap: 25px;
}

.hp_banner_content h2 {
    font-size: 60px;
    line-height: 1;
    text-shadow: 0 0 5px rgba(33, 37, 41, 0.50);
}

.hp_banner_content p {
    font-size: 20px;
    line-height: 1;
    text-shadow: 0 0 5px rgba(33, 37, 41, 0.50);
}

/* why */

.index_wrapper_3 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_content {
    gap: 15px;
}

.hp_why_box {
    gap: 25px;
}

.hp_why_box div {
    gap: 15px;
}

.hp_why_box div h3 {
    font-size: 20px;
    line-height: normal;
    color: #007dc6;
}

.hp_line {
    background-color: #d3d3d3;
    height: 1px;
}

.hp_why_box div p {
    max-width: calc(100% - 25px);
}

/* category */

.index_wrapper_4 {
    padding-bottom: 50px;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.hp_category_box {
    cursor: pointer;
}

.hp_category_box_content {
    background-color: #8ec63f;
    padding: 15px 25px;
}

.hp_category_box_content h3 {
    font-size: 16px;
    line-height: normal;
    transition: all 0.50s;
}

.hp_category_box:hover .hp_category_box_content h3 {
    color: #007dc6;
}

.hp_category_box_content i {
    padding: 15px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_category_box:hover .hp_category_box_content i {
    border-color: #007dc6;
    color: #007dc6;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #007dc6;
    color: #ffffff;
    border: 0;
    border-radius: 100px;
    padding: 10px 50px;
}

.hp_button a:hover button {
    background-color: #8ec63f;
}

/* about */

.index_wrapper_5 {
    background-color: #8ec63f;
    position: relative;
    z-index: 0;
}

.index_wrapper_5:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/21112/image/e_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75%;
    z-index: -1;
}

.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;
    margin-left: 15px;
}

.hp_about_content div.bg-white {
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
    max-width: fit-content;
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_about_content_bottom {
    gap: 15px;
}

.hp_about_content_bottom .hp_button {
    flex: none;
}

.hp_about_content_bottom .hp_button a:hover button {
    background-color: #ffffff;
    color: #007dc6;
}

.hp_about_content_bottom div img {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 15px;
}

.index_wrapper_5 #index_6 {
    padding-left: 15px !important;
}

/* product */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content {
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(33, 37, 41, 0.25);
    max-width: fit-content;
}
.hp_product_content .hp_title {
    color: #007dc6;
}

.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;
    color: #007dc6;
    border: 1px solid #007dc6;
    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 {
    color: #8ec63f;
    border-color: #8ec63f;
}

.productSlider-1 .product_img .slick-prev {
    left: -10px;
    transform: translate(-50%, -50%);
}

.productSlider-1 .product_img .slick-next {
    right: -10px;
    transform: translate(50%, -50%);
}

.productSlider-1 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(33, 37, 41, 0.25);
    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 img {
    border-radius: 0;
    object-fit: contain !important;
}

.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: #212529;
}

.productSlider-1 .product_img .product_box .content a h6:hover {
    color: #007dc6;
}

.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: #8ec63f;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #212529;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* contact */

.index_wrapper_8 {
    padding-bottom: 50px;
}

.index_wrapper_8 .row.outerRow_8 {
    align-items: center;
}

.index_wrapper_8 #index_8 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_8 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 15px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(33, 37, 41, 0.25);
}

.hp_contact_content div {
    gap: 15px;
}

.hp_contact_content i {
    color: #007dc6;
}

.hp_contact_content h3 {
    font-size: 16px;
    line-height: normal;
    color: #007dc6;
}

.hp_contact_content .hp_line {
    width: 75%;
}

.hp_contact_content_social a {
    display: flex;
}

.hp_contact_content_social a:hover i {
    color: #8ec63f;
    transition: all 0.50s;
}

/* footer */

.footer_type3 {
    background-color: #6a7b83;
}

.footer_type3 .container.pt-3.pb-3 {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.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;
}

.footer_type3 .social_media li {
    margin-left: 0;
}

.footer_type3 .social_media li a {
    display: flex;
}

.footer_type3 .social_media li a:hover {
    color: #007dc6;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: bold;
}

.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) {

/* banner */

.hp_banner_content h2 {
    font-size: 50px;
}

.hp_banner_content p {
    font-size: 16px;
}

/* why */

.hp_why_box div h3 {
    font-size: 16px;
}

.hp_why_box div p {
    max-width: 100%;
}

/* about */

.index_wrapper_5 .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.hp_about_content {
    margin-left: 0;
}

}

/* */

/* mobile */

@media only screen and (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: #8ec63f;
    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: #212529;
}

.side_menu input {
    border-radius: 50px;
    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: #007dc6 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #8ec63f !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: 600;
}

.side_menu .list-group .list-group-item a:hover {
    color: #007dc6;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #007dc6;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #007dc6;
}

/* banner */

.slider_banner .slick-next {
    left: auto;
    right: 50px;
    transform: translate(50%, -50%);
}

/*.slider_banner .item img {*/
/*    height: 600px !important;*/
/*    object-fit: cover;*/
/*}*/

.slider_banner .item>img{
    min-height:180px;
    object-fit:cover;
}

.slider_banner .slick-arrow::before{
    width:25px;
    height:25px;
}

.slider_banner .banner_content {
    align-items: flex-start;
}

.hp_table {
    flex-direction: column;
}

.hp_banner_logo, .hp_banner_logo img {
    margin: auto;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content h2 {
    font-size: 40px;
}

.hp_banner_content p {
    font-size: 16px;
}

/* why */

.index_wrapper_3 .col-12.col-sm-4.p-3:nth-child(2) {
    order: -1;
}

.hp_why_box div {
    text-align: center !important;
}

.hp_why_box div p {
    max-width: 100%;
}

/* category */

.hp_category {
    grid-template-columns: repeat(1, 1fr);
}

.hp_category div:nth-child(5) {
    order: -1;
}

/* about */

.index_wrapper_5 {
    padding-top: 50px;
}

.hp_about_content {
    margin-left: 0;
    text-align: center;
}

.hp_about_content div.bg-white {
    margin: auto;
}

.hp_about_content_bottom {
    flex-direction: column;
}

.hp_about_content_bottom .hp_button {
    justify-content: center !important;
}

.index_wrapper_5 #index_6 {
    padding-left: 0 !important;
    padding-top: 15px !important;
}

/* product */

.hp_product_content {
    margin: auto;
}

.index_wrapper_7 section .hp_button {
    justify-content: center !important;
}

.productSlider-1 {
    margin: auto 40px;
}

/* footer */

.footer_type3 {
    padding-bottom: 50px;
}

.footer_type3 .col-12.col-md-9 {
    text-align: center;
}

.footer_type3 .text-left.d-flex.mb-2 {
    justify-content: center;
}

.footer_type3 .text-left.mb-2 {
    text-align: center !important;
}

.footer_type3 .social_media {
    justify-content: center;
}

}

/* */