/* desktop */

body {
    color: #000000;
    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;
}

.navbar_ecommerceDropdown {
    padding: 0;
    background-color: #c90000;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    align-items: center;
    background-color: #ffffff;
    border-radius: 5px;
    margin: 1.65vw auto 1vw;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    max-width: 80vw;
}

.nav_logo {
    padding: 1vw;
}

.nav_logo a {
    display: flex;
}

.navbar_ecommerceDropdown .nav_logo img {
    max-height: 3.25vw;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 1vw;
    justify-content: flex-end;
}

.nav_bottom {
    background-color: transparent;
}

.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: #000000;
    text-transform: uppercase;
    font-size: 1vw;
}

.hp_sticky {
    position: fixed;
    width: 100%;
    z-index: 10 !important;
    background-color: transparent;
}

/* banner */

.slider_banner .banner_content {
    overflow: hidden;
    opacity: 1 !important;
}

.hp_banner_content {
    gap: 25px;
    max-width: calc(100% - 25%);
}

.hp_banner_content h2 {
    font-size: 45px;
    line-height: normal;
}

.hp_banner_content h2 strong {
    font-weight: 900;
}

.hp_banner_line {
    height: 1px;
    width: calc(100% - 65%);
}

.hp_banner_button a button {
    transition: all 0.50s;
    border: 0;
    background-color: #c90000;
    color: #ffffff;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_banner_button a:hover button {
    background-color: #ffffff;
    color: #c90000;
}

.hp_banner_button a button i {
    background-color: #ffffff;
    color: #c90000;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_banner_button a:hover button i {
    background-color: #c90000;
    color: #ffffff;
    transform: rotate(-180deg);
}

/* slogan */

.index_wrapper_3 {
    margin-top: -55px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_slogan_content {
    background-color: #c90000;
    padding: 15px;
    max-width: calc(100% - 150px);
}

.hp_title {
    font-size: 35px;
    line-height: normal;
}

.hp_slogan_content .hp_title {
    letter-spacing: 7.5px;
}

/* about */

.index_wrapper_4 {
    padding-top: 50px;
}

.index_wrapper_4 .row.outerRow_4 {
    align-items: center;
}

.index_wrapper_4 #index_4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.hp_about_content {
    gap: 25px;
    margin-left: -15px;
}

.hp_about_border {
    border-left: 5px solid #c90000;
    padding-left: 25px;
}

.hp_about_content .hp_title {
    color: #000000;
}

.hp_title strong {
    font-weight: 900;
}

.hp_about_content p {
    max-width: calc(100% - 100px);
}

.hp_button a button {
    transition: all 0.50s;
    border: 0;
    background-color: #c90000;
    color: #ffffff;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.hp_button a:hover button {
    background-color: #000000;
    color: #c90000;
}

.hp_button a button i {
    background-color: #ffffff;
    color: #c90000;
    border-radius: 100%;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0;
    height: 0;
    transition: all 0.50s;
}

.hp_button a:hover button i {
    background-color: #c90000;
    color: #000000;
    transform: rotate(-180deg);
}

.index_wrapper_4 #index_5 {
    padding-top: 15px !important;
    padding-left: 15px !important;
    padding-bottom: 15px !important;
}

/* service */

.index_wrapper_6 {
    padding-top: 50px;
    background-color: #000000;
    position: relative;
    z-index: 0;
}

.index_wrapper_6:before {
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
}

.index_wrapper_6:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.hp_service_border {
    z-index: 0;
}

.hp_service_border:before {
    content: '';
    background-color: #c90000;
    position: absolute;
    top: -75px;
    left: -200px;
    width: 450px;
    height: 400px;
    z-index: -1;
}

.hp_service_border .hp_title {
    border-left: 5px solid #ffffff;
    padding-left: 25px;
}

.hp_service_content h3 {
    font-size: 30px;
    line-height: normal;
    letter-spacing: 5.5px;
}

.hp_service_content {
    gap: 25px;
}

.hp_service_content .hp_button {
    flex: none;
}

.hp_service_content .hp_button a:hover button {
    background-color: #ffffff;
}

.hp_service_content .hp_button a:hover button i {
    color: #ffffff;
}

.product_cat-4 {
    margin-top: 50px;
}

.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 {
    opacity: 1 !important;
    transform: none !important;
    height: 100%;
}

.product_cat-4 .cat_box a {
    display: flex;
    flex-direction: column;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_box .content {
    position: static;
    background-color: #efefef;
}

.product_cat-4 .cat_box:hover .content {
    background-color: #ffffff;
}

.product_cat-4 .cat_box .content .content_box {
    padding: 25px;
    color: #000000;
    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: 16px;
    font-weight: bold;
    line-height: normal;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border-color: #c90000;
    background-color: #c90000;
    font-size: 16px !important;
    padding: 5px 25px;
    line-height: normal;
    border-radius: 0;
    width: fit-content;
    text-transform: uppercase;
}

.product_cat-4 .cat_box .content .content_box .btn-outline-primary:hover {
    border-color: #000000;
    background-color: #000000;
    color: #c90000;
}

/* system */

.index_wrapper_7 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_7 .row.outerRow_7 {
    align-items: center;
}

.index_wrapper_7 #index_7 {
    padding: 15px;
}

.index_wrapper_7 #index_7 #index_7_1 img {
    transform: scale(0.85);
}

.index_wrapper_7 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_system_content {
    gap: 25px;
}

.hp_system {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

/* why */

.index_wrapper_9 {
    padding-top: 25px;
    padding-bottom: 50px;
    background-image: url(https://cdn1.npcdn.net/userfiles/20296/image/why-choose-_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.index_wrapper_9:before {
    content: '';
    background-color: #c90000;
    position: absolute;
    top: -30px;
    right: 0;
    width: 50%;
    height: 30px;
}

.index_wrapper_9 #index_9 {
    padding-right: 0;
    padding-left: 0;
}

.hp_why_border {
    z-index: 0;
}

.hp_why_border:before {
    content: '';
    background-color: #c90000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 250px;
    z-index: -1;
}

.hp_why_border .hp_title {
    border-left: 5px solid #ffffff;
    padding-left: 25px;
}

.hp_why_content {
    gap: 25px;
}

.hp_why {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.hp_why_box {
    gap: 15px;
}

.hp_why_box img {
    max-width: 50px;
    max-height: 50px;
}

.hp_why_box h3 {
    font-size: 20px;
    line-height: normal;
}

/* news */

.index_wrapper_10 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.index_wrapper_10 #index_10 {
    padding-right: 0;
    padding-left: 0;
}

.hp_news_content {
    gap: 25px;
}

.hp_line {
    background-color: #000000;
    width: 5px;
    height: 100px;
}

.hp_news_content p {
    font-size: 20px;
    letter-spacing: 5px;
}

.latest_new_type2 {
    margin-bottom: 0 !important;
}

.latest_new_type2 .slick-dots {
    position: absolute !important;
    bottom: 0;
    padding: 15px;
}

/* footer */

.footer_type9 {
    color: #ffffff;
    padding-top: 50px;
    background-color: #c90000;
}

.footer_type9 .col-12.col-md-6.mb-md-0 {
    padding: 15px !important;
}

.footer_type9 .line {
    border-color: #ffffff;
}

.footer_type9 .logo {
    height: auto;
    padding-top: 0;
}

.footer_type9 .title {
    min-height: auto;
}

.footer_type9 .logo img {
    position: static;
    transform: none;
    max-height: 50px;
}

.footer_type9 .text {
    color: #ffffff !important;
}

.footer_type9 .w-100.my-3.text-left.p-0 {
    margin-top: 0 !important;
}

.footer_type9 .npfooter_languagebar span .text-muted {
    color: #ffffff !important;
}

.footer_type9 a {
    color: #ffffff !important;
}

.footer_type9 a:hover {
    color: #000000 !important;
}

.footer_type9 .sub_title {
    margin-top: 0 !important;
}

.footer_type9 .sub_title p {
    font-weight: bold !important;
}

.footer_type9 .nav_item li {
    padding-right: 35px;
}

.footer_type9 .nav_item li a p {
    margin-bottom: 0 !important;
}

.footer_type9 .nav_item li a::after {
    color: #ffffff;
}

.footer_type9 .social_media {
    padding-right: 0 !important;
    margin-top: 0 !important;
}

.footer_type9 .social_media a {
    margin-right: 0;
}

.footer_type9 .social_media a .icon_s {
    margin-bottom: 0 !important;
    border-color: #ffffff;
    transition: all 0.50s;
}

.footer_type9 .social_media a:hover .icon_s {
    background-color: #000000;
    border-color: transparent;
}

.footer_type9 .social_media a .icon_s i {
    color: #ffffff;
}

.footer_type9 .social_mediaImg {
    margin-bottom: 0;
}

.footer_type9 .icon {
    border-radius: 5px;
    background-color: #ffffff;
}

.footer_type9 .icon i {
    color: #000000;
}

.footer_type9 .bg_dark {
    background-color: transparent;
    color: #ffffff !important;
}

.footer_type9 .copy_right p {
    margin-bottom: 0 !important;
}
.footer_type9 .copy_right div.my-1 {
    margin: 0 !important;
}

/* page */

.page_title {
    text-align: center !important;
}

.page_title b {
    font-size: 35px;
    color: #000000;
    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;
}

#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_4 section .col-12.col-sm-10.p-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* service */

.index_wrapper_6:before {
    height: 100px;
}

.hp_service_content h3 {
    font-size: 20px;
}

.hp_service_content {
    margin-left: 55px;
}

.hp_service_content p br {
    display: none;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/* menu */

#main_index #top_spacing {
    height: 0 !important;
}

#top_spacing {
    height: 115px !important;
    background-color: #c90000;
}

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: 0;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    margin: 15px;
    border-radius: 5px;
}

.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: #000000 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #c90000 !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;
    text-transform: uppercase;
}

.side_menu .list-group .list-group-item a:hover {
    color: #c90000;
}

.side_menu .social_media a {
    color: #ffffff;
}

.side_menu .social_media a:hover {
    color: #c90000;
}

.m_default_member a:hover, .m_default_languagebar a:hover {
    color: #c90000;
}

/* banner */

.slider_banner .item img {
    height: 550px !important;
    object-fit: cover;
}

.hp_banner_content {
    max-width: calc(100% - 0%);
}

.hp_banner_content h2 {
    font-size: 30px;
}

/* slogan */

.hp_slogan_content {
    max-width: calc(100% - 0px);
}

.hp_title {
    font-size: 30px;
}

/* about */

.hp_about_content p {
    max-width: calc(100% - 0px);
}

/* service */

.index_wrapper_6:before {
    height: 200px;
}

.hp_service_border {
    padding: 15px;
}

.hp_service_border:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.hp_service_content {
    flex-direction: column;
}

.hp_service_content p br {
    display: none;
}

.hp_service_content .hp_button {
    margin-right: auto;
}

/* system */

.hp_system {
    grid-template-columns: repeat(3, 1fr);
}

/* why */

.hp_why_border {
    padding: 15px;
}

.hp_why_border:before {
    width: 100%;
    height: 100%;
}

/* news */

.hp_news_content {
    flex-direction: column;
    text-align: center;
}

.hp_line {
    width: 100px;
    height: 5px;
}

/* footer */

.footer_type9 {
    padding-bottom: 50px;
}

}

/* */