@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/* desktop */

#pills-tabContent table {
    /*display: block;*/
    width: 100% !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.modal-dialog {
    margin: 50px;
}

.modal-content {
    margin-top: 100px;
}

.contact_map {
    display: none !important;
}

body {
    color: #424242;
    font-size: 16px !important;
    line-height: 1.75;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

.all_functional_page {
    padding-top: 100px;
    padding-bottom: 100px !important;
    min-height: auto;
}

#main_index {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0 !important;
}

/* header */

.hp_top .container {
    max-width: 80vw;
}

.hp_logo {
    gap: 2.5vw;
}

.hp_main {
    max-width: 20vw;
}

.hp_main a {
    display: flex;
}

.hp_award {
    max-width: 20vw;
}

.hp_gap {
    gap: 3.25vw;
    font-size: 1vw;
}

.hp_header {
    gap: 1vw;
}

.hp_icon {
    max-width: 3.25vw;
}

.hp_header_text h1 {
    font-size: 1vw;
    font-weight: 900;
    line-height: normal;
}

/* menu */

.navbar_ecommerceDropdown {
    padding: 15px 3.25vw;
    background-color: #aa0202;
}

.navbar_ecommerceDropdown .container.d-flex.justify-content-between {
    padding: 0;
    max-width: 100%;
}

.nav_logo {
    display: none;
}

.navbar_ecommerceDropdown .nav_search {
    padding: 0;
}

.nav_bottom {
    background-color: transparent;
}

.nav_bottom .menu {
    gap: 25px;
    flex-wrap: nowrap;
}

.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:hover .dropdown .title {
    color: #e6181f;
}

.navbar_ecommerceDropdown .e_commerce {
    align-items: center;
    gap: 15px;
    order: 2;
}

.navbar_ecommerceDropdown .e_commerce a {
    color: #ffffff;
    padding: 0 !important;
}

.navbar_ecommerceDropdown .e_commerce a:hover {
    filter: inherit !important;
    color: #e6181f !important;
}

.navbar_ecommerceDropdown .e_commerce a i {
    font-size: 1.65vw !important;
    padding: 0;
    filter: inherit;
}

/* search */

.hp_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.hp_search {
    cursor: pointer;
}

.hp_search i {
    color: #ffffff;
    transition: all 0.50s;
    font-size: 1.65vw;
}

.hp_search i:hover {
    color: #e6181f;
}

.hp_box_search form {
    display: flex;
}

.hp_box_search form input {
    background-color: #ffffff;
    border: 1px solid #424242;
    padding: 15px;
}

.hp_box_search form input::placeholder {
    color: #424242;
    opacity: 1;
}

.hp_box_search form .search_button {
    background-color: #aa0202;
    color: #ffffff;
    padding: 15px;
    border: none;
    transition: all 0.50s;
}

.hp_box_search form .search_button:hover {
    background-color: #e6181f;
}

.hp_box_search {
    display: none;
    position: absolute;
    bottom: -75px;
    right: 50px;
    z-index: 1;
}

.hp_close i:before {
    content: "\f010";
}

/* dropdown */

.navbar_ecommerceDropdown .e_commerce .member-menu {
    right: 90px;
    padding: 15px;
}

/* banner */

.index_wrapper_2 .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.index_wrapper_2 .slick-dots {
    position: absolute;
    bottom: 15px;
    right: 50%;
    transform: translate(50%, 0);
    text-align: right;
    max-width: 1240px;
}

.slider_banner .banner_content {
    opacity: 1 !important;
    overflow: hidden;
}

.hp_table {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    margin: 0 auto;
    height: 100%;
    max-width: 1240px;
}

.hp_half {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.hp_banner_text h2 {
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    color: #424242;
}

.hp_banner_text h1 {
    font-size: 75px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: -15px !important;
}

.hp_banner_text p {
    font-size: 25px;
}

.hp_banner_button a button {
    transition: all 0.50s;
    background-color: #e6181f;
    color: #ffffff;
    padding: 15px 25px;
    border: none;
    font-weight: bold;
}

.hp_banner_button a button:hover {
    background-color: #aa0202;
    border-radius: 15px 15px 15px 0;
    animation: 1s bounce;
}

.hp_circle {
    max-width: 85%;
}

/* about */

.index_wrapper_3 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.index_wrapper_3 #index_3 {
    padding-right: 0;
    padding-left: 0;
}

.hp_padding {
    padding: 0 50px;
}

.hp_title {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
}

.hp_button a button {
    transition: all 0.50s;
    background-color: #e6181f;
    color: #ffffff;
    padding: 15px 25px;
    border: none;
    font-weight: bold;
}

.hp_button a button:hover {
    background-color: #aa0202;
    border-radius: 15px 15px 15px 0;
    animation: 1s bounce;
}

/* why */

.index_wrapper_4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/19663/image/bg1.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto;
}

.index_wrapper_4 #index_4 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_4 section .hp_title {
    font-size: 50px;
    color: #ffffff;
}

.hp_box {
    background-color: #ffffff;
    padding: 25px;
    text-align: left;
    box-shadow: 0 0 25px rgba(66, 66, 66, 0.50);
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-height: 265px;
    transition: all 0.50s;
}

.hp_box:hover {
    background-color: #ffe8ee;
}

.hp_box div {
    max-width: 75px;
}

.hp_box h1 {
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #424242;
}

/* product & service */

.index_wrapper_5 #index_5 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_5 section .hp_title {
    font-size: 50px;
    color: #424242;
}

.hp_cover {
    text-align: left;
}

.hp_cover div:first-child {
    filter: drop-shadow(0 5px 25px rgba(66, 66, 66, 0.25));
}

.hp_cover h1 {
    font-size: 35px;
    font-weight: 900;
    line-height: normal;
}

.hp_text {
    padding: 0 15px;
}

/* customer */

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.index_wrapper_6:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/19663/image/bg3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: 2.5s linear flipInX infinite alternate;
}

.index_wrapper_6 #index_6 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_6 section .hp_title {
    font-size: 50px;
}

.hp_customer {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    gap: 15px;
}

/* news */

.index_wrapper_7 {
    padding-bottom: 100px;
}

.index_wrapper_7 #index_7 {
    padding-right: 0;
    padding-left: 0;
}

.index_wrapper_7 section .hp_title {
    font-size: 50px;
}

.latest_new_type4 {
    margin-bottom: 0;
    padding: 0 15px;
}

.latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0 {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.latest_new_type4 .news_box {
    padding: 0;
    background-color: transparent;
}

.latest_new_type4 .news_box .img_frame {
    height: 250px;
    margin-bottom: 15px;
    border-radius: 15px;
}

.latest_new_type4 .news_box:hover .img_frame img {
    width: 105%;
    height: 105%;
}

.latest_new_type4 .news_box a p:nth-child(2) {
    font-weight: bold;
}

.latest_new_type4 .news_box a p:last-child {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.latest_new_type4 .news_box .badge-primary {
    letter-spacing: normal;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    padding: 5px 15px;
}

.latest_new_type4 .news_box .date {
    font-size: 16px;
    margin-bottom: 0;
    color: #424242;
}

.latest_new_type4 .row:nth-child(2) {
    display: none;
}

/* contact */

.index_wrapper_8 #index_8 {
    padding-right: 0;
    padding-left: 0;
}

.hp_contact {
    background-image: url(https://cdn1.npcdn.net/userfiles/19663/image/bg4.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px;
    color: #ffffff;
    border-radius: 15px;
}

.hp_contact .hp_title {
    color: #ffffff;
}

.hp_button_2 a button {
    transition: all 0.50s;
    background-color: transparent;
    color: #ffffff;
    padding: 15px 50px;
    border: 1px solid #ffffff;
    font-weight: bold;
}

.hp_button_2 a button:hover {
    background-color: #aa0202;
    border-color: #aa0202;
    border-radius: 15px 15px 15px 0;
}

/* footer */

.footer_type6 {
    background-color: transparent;
    padding-top: 150px;
    padding-bottom: 15px;
    margin-top: -100px;
    background-image: url(https://cdn1.npcdn.net/userfiles/19663/image/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
    padding: 15px !important;
    margin-bottom: 0 !important;
}

.footer_type6 .logo img {
    display: none;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child .title {
    min-height: auto;
    padding-top: 0;
    height: auto;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child .title:before {
    content: 'About Us';
    font-size: 16px;
    font-weight: bold;
    position: relative;
    top: -3.5px;
}

.footer_type6 a:hover {
    color: #e6181f;
}

.footer_type6 p {
    margin-bottom: 0 !important;
}

.footer_type6 small {
    font-size: 16px !important;
}

.footer_type6 small strong {
    font-weight: normal;
}

.footer_type6 .title {
    min-height: 0;
    margin-bottom: 15px;
}

.footer_type6 .title h5 {
    font-size: 16px !important;
    font-weight: bold;
    line-height: normal;
}

.footer_type6 .list-unstyled {
    margin-bottom: 0;
}

.footer_type6 .list-unstyled li a:hover {
    color: #e6181f;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) .list-unstyled li:nth-child(9),
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) .list-unstyled li:nth-child(10),
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) .list-unstyled li:nth-child(11),
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) .list-unstyled li:nth-child(12),
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) .list-unstyled li:nth-child(13),
.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(2) .list-unstyled li:last-child {
    display: none;
}

.footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:nth-child(3) .list-unstyled {
    display: none;
}

.hp_list ul {
    list-style: none;
}

.footer_type6 .input-container {
    height: 0;
    margin-top: 20px;
}

.footer_type6 .input-container input {
    height: auto;
    border-color: #ffffff;
    transition: all 0.50s;
    padding: 15px;
    border-radius: 0;
}

.footer_type6 .input-container label {
    height: auto;
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 0;
    transform: translate(0, 50%);
    top: -2.5px;
}

.footer_type6 .input-container .moveUp {
    font-size: 12.5px;
    top: -15px;
}

.footer_type6 .input-container .submit {
    bottom: -25px;
    right: 0;
    transform: translate(0, 50%);
    padding: 0;
    transition: all 0.50s;
}

.footer_type6 .input-container .submit:hover {
    color: #e6181f;
}

.footer_type6 .line {
    display: none;
}

.footer_type6 .col-12.col-md-7 {
    padding: 15px;
    flex: 0 0 80%;
    max-width: 80%;
}

.footer_type6 .copy_right.text-left .d-flex p {
    margin-right: 15px !important;
}

.footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    padding: 15px !important;
    flex: 0 0 20%;
    max-width: 20%;
}

.footer_type6 .social_media {
    padding-right: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.footer_type6 .social_media:before {
    content: 'Follow Us';
    font-size: 16px;
}

.footer_type6 .social_media a {
    margin-left: 0;
}

.footer_type6 .social_media a i {
    font-size: 16px;
    line-height: normal;
    display: flex;
}

/* page */

.page_title {
    text-align: center !important;
    margin-top: 0;
}

.page_title b {
    font-size: 35px;
    font-weight: 900;
    color: #424242;
    text-transform: uppercase;
}

.wspages {
    padding: 100px 0;
    overflow: hidden;
}

.general_product_list_sold, #main_showproducts .star_desc {
    display: none !important;
}

#main_contactus {
    padding-top: 100px;
    padding-bottom: 100px;
}

#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 {
    display: block;
    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_text h1 {
    font-size: 50px;
}

.hp_circle {
    max-width: 75%;
}

/* why */

.hp_box {
    min-height: 295px;
}

.hp_box h1 {
    font-size: 20px;
}

/* footer */

.footer_type6 .input-container label {
    font-size: 12.5px;
    top: 2.5px;
}

.footer_type6 .input-container .moveUp {
    font-size: 10px;
    top: -10px;
}

}

/* */

/* mobile */

@media only screen and (max-width: 767px) {

/*Product Page*/

.table_wrapper {
    overflow-y:scroll;
}

/* menu */

.hp_top {
    display: none;
}

.navbar_mobile {
    background-color: #ffffff;
    border-bottom: none;
    height: 75px;
    display: flex;
    justify-content: center;
    z-index: 10000;
    box-shadow: 0 5px 25px rgba(66, 66, 66, 0.25);
}

.navbar_mobile .row_1 {
    margin-bottom: 0;
    padding-top: 0 !important;
    align-items: center;
    flex-direction: row-reverse;
}

.navbar_mobile .row_1 .col.pl-4 {
    justify-content: flex-end;
    padding: 0 !important;
    flex: auto;
    width: 100%;
}

.navbar_mobile .row_1 .col.pl-4, .navbar_mobile .row_1 .col.text-center {
    padding: 15px !important;
}

.navbar_mobile .row_1 .col.text-center {
    order: 0;
    flex: auto;
    width: 100%;
}

.navbar_mobile .row_1 .col {
    flex: auto;
    width: 100%;
}

.navbar_mobile .btn-outline-light {
    font-size: 25px !important;
    border: none !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #aa0202;
    border-radius: 0 !important;
    background-color: transparent;
}

.navbar_mobile .btn-outline-light:hover {
    color: #e6181f;
    border: none !important;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: inherit;
    background-color: inherit;
}

.side_menu {
    background-color: #424242;
}

.side_menu.show {
    width: 100%;
}

.side_menu .mt-3.mx-3.pt-5 {
    margin-top: 50px !important;
}

.side_menu input {
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 1);
    color: #424242;
}

.side_menu input::placeholder {
    color: #424242 !important;
}

.side_menu button {
    color: #aa0202 !important;
    transition: all 0.50s;
}

.side_menu button:hover {
    color: #e6181f !important;
}

.side_menu .list-group {
    margin-top: 50px !important;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}

.side_menu .list-group .list-group-item {
    border-bottom: none;
    padding: 15px;
}

.side_menu .list-group .list-group-item:last-child {
    border-bottom: none;
}

.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #ffffff;
    font-weight: bold;
}

.side_menu .list-group .list-group-item a:hover, .side_menu .social_media a:hover {
    color: #e6181f;
}

.side_menu .social_media {
    width: auto;
    padding: 0;
    justify-content: center;
}

.side_menu .social_media a {
    margin: 0;
}

/* banner */

.index_wrapper_2 .slick-dots {
    text-align: left;
}

.slider_banner .item img {
    height: 200px !important;
    object-fit: cover;
}

.hp_half {
    gap: 15px;
}

.hp_banner_text h2 {
    font-size: 10px;
}

.hp_banner_text h1 {
    font-size: 20px;
    margin-bottom: 0 !important;
}

.hp_banner_text p {
    font-size: 10px;
}

.hp_banner_button a button {
    padding: 5px 15px;
    font-size: 10px;
}

.hp_circle {
    max-width: 100%;
}

/* about */

.hp_padding {
    padding: 0 15px;
}

.hp_title br {
    display: none;
}

/* why */

.index_wrapper_4 section .hp_title {
    font-size: 35px;
}

.hp_box {
    min-height: auto;
    width: 75%;
    margin: 0 auto;
}

/* product & service */

.index_wrapper_5 section .hp_title {
    font-size: 35px;
}

.hp_cover h1 {
    font-size: 25px;
}

/* customer */

.index_wrapper_6 section .hp_title {
    font-size: 35px;
}

.hp_customer {
    grid-template-columns: auto auto auto;
}

/* news */

.index_wrapper_7 section .hp_title {
    font-size: 35px;
}

/* footer */

.footer_type6 {
    padding-bottom: 55px;
}

.footer_type6 .line {
    display: block;
    margin-top: 100px;
}

.footer_type6 .col-12.col-md-7, .footer_type6 .col-12.col-md-5.py-3.pb-md-0 {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type6 .social_media {
    justify-content: flex-start;
}

/* float */

#toTop {
    bottom: 75px !important;
    right: 0 !important;
    left: auto !important;
    margin-bottom: 0;
}

.floating_btn_bottom_block {
    height: auto;
}

.floating_btn_bottom {
    background-color: #aa0202;
    height: auto;
    padding: 15px;
}

.floating_btn_bottom .col-12.text-center {
    padding: 0;
}

.floating_btn_bottom_wrapper {
    margin-bottom: 0;
}

.floating_btn_bottom_wrapper > li > a > i {
    font-size: 25px;
    line-height: normal;
    transition: all 0.50s;
}

.floating_btn_bottom_wrapper > li > a > i:hover {
    color: #424242;
}


/* */
