/* desktop */

body {
    color: #212529;
    line-height: 1.5;
}

a {
    text-decoration: none !important;
    transition: all 0.50s;
}

.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;
}

/* menu */

#main_index .navbar_ecommerceDropdown {
    height: 0;
    z-index: 1;
    background: transparent;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background: linear-gradient(135deg, #2d88d0, #2c2c7b, #2c2c7b);
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 5vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 3.5vw;
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a {
    padding: 0;
    color: #ffffff;
    font-size: 1vw;
}

.nav_bottom .menu .nav_item .dropdown a strong {
    font-weight: normal;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
}

.hp_banner_content p:first-child {
    font-size: 30px;
}

.hp_banner_content h2 {
    font-size: 60px;
    line-height: 1;
    font-family: "Bayon", sans-serif;
}

.hp_banner_button {
    gap: 15px;
}

.hp_banner_button div {
    cursor: pointer;
}

.hp_banner_button div div:first-child {
    background-color: #2d88d0;
    padding: 10px;
    border-radius: 100%;
    transition: all 0.50s;
}

.hp_banner_button div:hover div:first-child {
    background-color: #2c2c7b;
}

.hp_banner_button img {
    animation: 5s linear hp-rotate infinite;
}

@keyframes hp-rotate {
    0% {
        transform: rotate(0deg);
    }
    
    100% {
        transform: rotate(360deg);
    }
}

.hp_banner_button div div:last-child {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hp_banner_button i {
    font-size: 25px;
    transform: rotate(45deg);
    transition: all 0.50s;
}

.hp_banner_button div:hover i {
    transform: rotate(90deg);
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_about_content {
    gap: 25px;
}

.hp_sub {
    border: 1.5px solid #2d88d0;
    border-radius: 100px;
    padding: 10px 25px;
    max-width: fit-content;
}

.hp_sub h3 {
    font-size: 16px;
    line-height: normal;
    color: #2d88d0;
}

.hp_title {
    font-size: 50px;
    line-height: 1;
    font-family: "Bayon", sans-serif;
}

.hp_about_content .hp_title span {
    color: #212529;
}

.hp_button a button {
    transition: all 0.50s;
    border: 0;
    background-color: #2d88d0;
    color: #ffffff;
    padding: 5px 25px 5px 5px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #2c2c7b;
}

.hp_button a button i {
    border-radius: 100%;
    background-color: #ffffff;
    color: #2d88d0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_button a:hover button i {
    color: #2c2c7b;
    transform: rotate(90deg);
}

/* why */

.index_wrapper_4 {
    position: relative;
    z-index: 0;
}

.index_wrapper_4:after {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28494/image/d-product-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -2;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_box_left, .hp_why_box_right {
    gap: 50px;
}

.hp_why_box_left_box, .hp_why_box_right_box {
    gap: 15px;
}

.hp_why_box_left_box:first-child {
    margin-right: 25px;
}

.hp_why_box_left_box:last-child {
    margin-right: 75px;
}

.hp_why_box_right_box:first-child {
    margin-left: 25px;
}

.hp_why_box_right_box:last-child {
    margin-left: 75px;
}

.hp_why_box_left_box_content, .hp_why_box_right_box_content {
    gap: 15px;
}

.hp_why_box_left_box_content h3, .hp_why_box_right_box_content h3 {
    font-size: 20px;
    line-height: normal;
}

.hp_why_box_left_box_content p, .hp_why_box_right_box_content p {
    max-width: 80%;
}

.hp_why_box_left_box_image, .hp_why_box_right_box_image {
    max-width: 75px;
}

.hp_why_image:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/28494/image/border_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: scale(1.35) translate(-50%, -50%);
    transform-origin: top left;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hp_why_image img {
    animation: 15s linear swing infinite;
}

/* category */

.index_wrapper_5 {
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #f3faff;
}

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}
.product_cat-4 .cat_box img{
    transform:scale(1.01);
}
.hp_category_content {
    gap: 25px;
}

.hp_category_content h2 span {
    color: #2d88d0;
}

.product_cat-4 .row {
    padding: 15px;
}

.product_cat-4 .cat_outter_box {
    padding: 0;
}

.product_cat-4 .cat_box {
    opacity: 1 !important;
    transform: none !important;
    height: 100%;
}

.product_cat-4 .cat_box a {
    display: flex;
}

.product_cat-4 .cat_box:hover img {
    filter: brightness(0.75);
}

.product_cat-4 .cat_box .content {
    background-color: rgba(0, 0, 0, 0);
    bottom: 25px;
}

.product_cat-4 .cat_box:hover .content {
    background-color: rgba(0, 0, 0, 0);
}

.product_cat-4 .cat_box .content .content_box {
    padding: 15px;
    color: #ffffff;
    text-align: center;
    background-image: url(https://cdn1.npcdn.net/userfiles/28494/image/d-category-title.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: all 0.50s;
}

.product_cat-4 .cat_box:hover .content .content_box {
    color: #2c2c7b;
    animation: 1s linear headShake;
}

.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: 16px !important;
    font-weight: bold;
    line-height: normal;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    display: none;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

/* image */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/userfiles/28494/image/e-service-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_image {
    background-color: rgba(255, 255, 255, 0.90);
    padding: 50px;
    border-radius: 15px;
}

.hp_image_content {
    gap: 25px;
}

.hp_image_content h2 span {
    color: #2d88d0;
}

/* product 1 */

.index_wrapper_7 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.hp_product_content h2 span {
    color: #2d88d0;
}

.productSlider-1 {
    padding: 0 25px;
}

.productSlider-1 .product_img .slick-arrow {
    width: auto;
    height: auto;
}

.productSlider-1 .product_img .slick-arrow::before {
    padding: 15px;
    text-shadow: none;
    font-size: 25px;
    line-height: normal;
    opacity: 1;
    color: #2d88d0;
    transition: all 0.50s;
}

.productSlider-1 .product_img .slick-arrow:hover:before {
    color: #2c2c7b;
}

.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 .slick-track .slick-slide {
    margin: 15px;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(45, 136, 208, 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: #2d88d0;
}

.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: #2d88d0;
    display: block;
}

.productSlider-1 .product_img .product_box .content .align-top a:hover {
    color: #2c2c7b;
}

.productSlider-1 .product_img .product_box .cut_price {
    display: none;
}

/* product 2 */

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

/* contact */

.index_wrapper_9 {
    padding-top: 200px;
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/28494/image/h-contact-bg.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.index_wrapper_9 .row.outerRow_9 {
    align-items: center;
}

.index_wrapper_9 #index_9 {
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
}

.index_wrapper_9 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact_content {
    gap: 25px;
}

.hp_contact_content h2 span {
    color: #2d88d0;
}

.hp_contact_content_list {
    gap: 25px;
    margin-left: 25px;
}

.hp_contact_content_list i {
    font-size: 20px;
    border-radius: 100%;
    background-color: #2d88d0;
    color: #ffffff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
}

.hp_contact_content_list div h3 {
    font-size: 16px;
    line-height: normal;
}

/* footer */

.footer_type6 {
    background-color: transparent;
    background-image: url(https://cdn1.npcdn.net/userfiles/28494/image/footer.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 0;
    overflow: hidden;
}

.footer_type6 .logo {
    padding-top: 0;
    height: 50px;
}

.footer_type6 .logo img {
    position: static;
    transform: none;
    max-height: 100%;
}

.footer_type6 p {
    margin-bottom: 0;
}

.footer_type6 .title {
    min-height: 0;
}

.footer_type6 .title h5 {
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.footer_type6 ul {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer_type6 a:hover {
    color: #2d88d0;
}

.footer_type6 ul li a p {
    margin-bottom: 0 !important;
}

.footer_type6 .input-container {
    height: auto;
    display: flex;
    align-items: center;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    height: auto;
}

.footer_type6 .input-container input {
    border-color: #ffffff;
    position: static;
    padding: 15px 0;
    border-radius: 0;
}

.footer_type6 .input-container label {
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    z-index: 1;
}

.footer_type6 .input-container label:hover {
    font-size: 0;
}

.footer_type6 .input-container .moveUp {
    display: none;
}

.footer_type6 .input-container .submit {
    position: static;
    border-radius: 0;
    transition: all 0.50s;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0;
}

.footer_type6 .input-container .submit:hover {
    color: #2d88d0;
}

.footer_type6 .col-12:nth-child(5) {
    padding: 15px;
}

.footer_type6 .line {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    height: 0;
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
}

.footer_type6 .copy_right.text-left .d-flex {
    gap: 15px;
}

.footer_type6 .copy_right.text-left .d-flex p {
    margin-right: 0 !important;
}

.footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type6 .social_media a {
    margin-left: 0;
}

.footer_type6 .social_media a:hover {
    color: #2d88d0;
}

.footer_type6 .social_media a i {
    line-height: normal;
}

.footer_type6 .social_media a .icon_s {
    bottom: 0;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #212529;
    font-weight: normal;
    font-family: "Bayon", sans-serif;
}

.wspages {
    padding: 100px 0;
    min-height: auto !important;
    font-size: 1rem;
}

#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) {

/* banner */

.hp_banner_content p:first-child {
    font-size: 20px;
}

.hp_banner_content h2 {
    font-size: 45px;
}

/* about */

.index_wrapper_3 section .col-12.col-sm-5.p-3 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* why */

.hp_why_box_left_box:first-child, .hp_why_box_left_box:last-child {
    margin-right: 0;
}

.hp_why_box_right_box:first-child, .hp_why_box_right_box:last-child {
    margin-left: 0;
}

.hp_why_box_left_box_content h3, .hp_why_box_right_box_content h3 {
    font-size: 16px;
}

.hp_why_box_left_box_content p, .hp_why_box_right_box_content p {
    max-width: 100%;
}

/* image */

.hp_image_content h2 br {
    display: none;
}

/* contact */

.hp_contact_content h2 br {
    display: none;
}

/* footer */

.footer_type6 .logo {
    height: 45px;
}

}

/* */

/* 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: #2c2c7b;
    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: 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: #2d88d0 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #2c2c7b !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;
}

.side_menu .list-group .list-group-item a:hover {
    color: #2d88d0;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #2d88d0;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #2d88d0;
}

/* banner */

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_banner_content {
    width: 100% !important;
}

.hp_banner_content p:first-child {
    font-size: 16px;
}

.hp_banner_content h2 {
    font-size: 50px;
}

/* about */

.hp_title {
    font-size: 40px;
}

/* why */

.hp_why_box_left_box:first-child, .hp_why_box_left_box:last-child {
    margin-right: 0;
    flex-direction: column-reverse;
    text-align: center !important;
}

.hp_why_box_right_box:first-child, .hp_why_box_right_box:last-child {
    margin-left: 0;
    flex-direction: column;
    text-align: center;
}

.hp_why_box_left_box_content p, .hp_why_box_right_box_content p {
    max-width: 100%;
    margin: auto !important;
}

.hp_why_image {
    margin: 50px auto;
}

/* image */

.index_wrapper_6 {
    background-attachment: inherit;
}

.hp_image_content h2 br {
    display: none;
}

/* product 1 & 2 */

.hp_product_content {
    text-align: center;
}

.index_wrapper_7 .hp_button, .index_wrapper_8 .hp_button {
    justify-content: center !important;
}

/* contact */

.hp_contact_content h2 br {
    display: none;
}

.hp_contact_content_list div p br {
    display: none;
}

/* footer */

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    margin-bottom: 0 !important;
}

}

/* */