body > br {
    display: none;
}

body {
    font-size: 14.5px !important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

#main_index a:hover {
    text-decoration: none;
}

#main_index button:focus {
    outline: none;
}


/*navigation bar*/
.navbar_type8 {
    height: 105px;
    padding: 0 8%;
    border-bottom: .8px solid #ccc;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    border-bottom: .8px solid #ccc !important;
}

.navbar_type8 .logo {
    margin-left: 0;
    flex: 0 1 30%;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 11px 0;
    object-position: left;
    transition: all 0.2s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab {
    padding: 0;
    gap: .5vw;
    flex: 0 1 70%;
}

.navbar_type8 .nav_tab .nav_item {
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover {
    transform: translateY(-5px);
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.2vw;
    color: #1e196b;
    font-weight: 700;
    padding: .8vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

/*footer*/
.footer_type7 {
    background-color: #f3f4f9;
    color: #000;
    padding-top: 5rem !important;
    padding-bottom: 3rem !important;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
}

.footer_type7::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 2.5vw;
    height: 2.5vw;
    background-color: #1e196b;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}

.footer_type7 .row {
    row-gap: 3rem;
}

.footer_type7 a {
    color: #000;
}

.footer_type7 a:hover {
    color: #1e196b;
}

.footer_type7 .title {
    min-height: unset;
}

.footer_type7 .logo {
    padding-top: 75px;
}

.footer_type7 .logo img {
    max-height: 75px;
}

.footer_type7 .title h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

/*homepage banner*/
.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
}

.hp_banner_box {
    position: absolute;
    right: 12vw;
    top: 6.5vw;
    width: 13%;
}

.hp_banner_keyword {
    font-size: 1vw;
    color: #fff;
    text-shadow: 0 0 15px rgb(0,0,0,0.7);
    margin-bottom: 0;
}

.hp_banner_button {
    display: flex;
    margin-top: 1vw;
}

.hp_banner .hp_button {
    font-size: .9vw;
    padding: .4vw 2.5vw .4vw .8vw;
}

.hp_banner .hp_button_shape {
    width: .7vw;
    height: .7vw;
    right: .7vw;
    bottom: .6vw;
}

/*homepage about*/
.hp_about {
    padding: 6rem 8.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/21119/image/about_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
    overflow: hidden;
}

.hp_about::before {
    content: "ABOUT";
    color: #f3f4f9;
    font-size: 14vw;
    font-weight: 700;
    line-height: .5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
}

.hp_about_right_box {
    position: relative;
}

.hp_about_img {
    padding-left: .5vw;
}

.hp_about_icon img {
    max-width: 50px;
    min-width: 50px;
    transition: all 0.5s ease-in-out;
}

.hp_about_point:hover .hp_about_icon img {
    transform: rotateY(360deg);
}

.hp_about_point {
    padding: 15px 20px 15px 15px;
    background-color: #21b24b;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 15px;
    margin-top: -3vw;
    position: relative;
    z-index: 1;
    left: -1.25vw;
}

.hp_about_content {
    text-align: right;
}

.hp_about_text1 {
    font-size: 17px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 5px;
}

.hp_about_text2 {
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-style: italic;
}

.hp_small_title {
    font-size: 19px;
    font-weight: 600;
    color: #b3b3b3;
    letter-spacing: 3px;
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 10px;
}

.hp_small_title span {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: #22b24c;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%);
}

.hp_big_title {
    color: #1e196b;
    margin-bottom: 0;
    font-size: 2.75vw;
    font-weight: 700;
    line-height: 1.1;
}

.hp_big_title span {
    display: block;
}

.hp_keyword {
    font-size: 15px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.6;
}

.hp_sub_title {
    font-size: 1.3vw;
    color: #1e196b;
    font-style: italic;
    display: flex;
    align-items: center;
    gap: 1vw;
    margin: 1rem 0 2.5rem;
    letter-spacing: 5px;
    white-space: nowrap;
    font-weight: 600;
}

.hp_sub_title::before {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #1e196b;
}

.hp_about_left_box {
    padding-right: 5vw;
}

.hp_about_group {
    width: fit-content;
}

.hp_button {
    padding: 4.8px 35px 4.8px 12px;
    background-color: #21b24b;
    color: #fff;
    border: .8px solid #21b24b;
    position: relative;
    font-size: 13.5px;
    font-style: italic;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover {
    color: #1e196b;
    border: .8px solid #1e196b;
    transform: scale(1.05);
}

.hp_button:active {
    transform: scale(0.75);
}

.hp_button_shape {
    position: absolute;
    right: 12px;
    bottom: 10px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
    transition: all 0.3s ease-in-out;
}

.hp_button:hover .hp_button_shape {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.hp_button_word {
    position: relative;
    z-index: 1;
}

.hp_about_button {
    display: flex;
    margin-top: 2rem;
}

/*homepage category*/
#main_index .index_wrapper_4 {
    position: relative;
    padding: 9rem 8%;
    background-image: linear-gradient(to right, transparent calc(8.5% + 15px), #f3f4f9 calc(8.5% + 15px));
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 84%;
    height: calc(100% - 8rem);
    background-image: url('https://cdn1.npcdn.net/userfiles/21119/image/c-product-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_category_button {
    display: flex;
    margin-top: 2rem;
}

.hp_category .hp_keyword {
    font-size: 14px;
    font-weight: 400;
    width: 74%;
}

.hp_category .hp_button:hover {
    color: #22b24c;
    border: .8px solid #22b24c;
}

.hp_category_line {
    display: block;
    width: 10vw;
    height: .8px;
    background-color: #fff;
    margin: 2.5rem 0;
}

#main_index .outerRow_4 {
    align-items: center;
}

#main_index .product_cat-4 {
    padding-right: 30px;
}

#main_index .product_cat-4 .col-12.col-md-6.col-lg-6.p-0 {
    padding: 0 15px !important;
    margin: 15px 0 !important;
}

#main_index .product_cat-4 .cat_outter_box {
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_outter_box:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-4 .cat_box .content {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
}

#main_index .product_cat-4 .cat_box .content .content_box h3,
#main_index .product_cat-4 .cat_box .content .line {
    display: none;
}

#main_index .product_cat-4 .cat_box .content .content_box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3vw 3vw 5vw;
}

#main_index .product_cat-4 .cat_box {
    height: 280px;
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 35px !important;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    padding: 0 !important;
    border: none;
    font-size: 13px !important;
    font-style: italic;
    text-transform: uppercase;
    background-color: transparent;
    position: relative;
    line-height: 1;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 8px;
    height: 8px;
    background-color: #fff;
    clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

/*homepage why*/
.hp_why {
    padding: 7rem 8.5%;
    position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    left: 0;
    top: -4rem;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/21119/image/d-wcu-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    z-index: -1;
}

.hp_why_top_box {
    margin-bottom: 2.5rem;
}

.hp_why_row {
    margin: 0 calc(-2.5vw - 15px);
    row-gap: 2rem;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box {
    display: flex;
    gap: 20px;
    height: 100%;
    padding: 0 2.5vw;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover {
    transform: translateY(-10px);
}

.hp_why_icon img {
    max-width: 50px;
    min-width: 50px;
    transition: all 0.5s ease-in-out;
}

.hp_why_box:hover .hp_why_icon img {
    transform: rotateY(360deg);
}

.hp_why_title {
    font-size: 18.5px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 10px;
    color: #1d3037;
}

.hp_why_title::after {
    content: "";
    width: 50px;
    height: 1.8px;
    background-color: #1d3037;
}

.hp_why_keyword {
    font-size: 14px;
    margin-bottom: 0;
    color: #777;
}

/*homepage contact*/

#main_index .index_wrapper_7 {
    padding: 1rem 8.5% 5rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/21119/image/e-contact-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

#main_index .contact_us4 {
    padding: 0 1.5vw 0 15px;
}

#main_index .contact_us4 .map_frame .information_area {
    display: none;
}

#main_index .contact_us4 .map_frame {
    padding-top: 85%;
    box-shadow: 0 0 15px rgb(30, 25, 107, 0.2);
}

#main_index .contact_us4 .map_frame iframe {
    height: 100% !important;
}

#main_index .outerRow_7 {
    align-items: center;
}

.hp_contact_box {
    padding-left: 4.5vw;
}

.hp_contact .hp_keyword {
    margin: 1rem 0 2.5rem;
    font-size: 14.5px;
}

.hp_contact_icon img {
    max-width: 26px;
    min-width: 26px;
    transition: all 0.5s ease-in-out;
}

.hp_contact_point1 {
    display: flex;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 20px;
}

.hp_contact_point1:hover .hp_contact_icon img {
    transform: rotateY(360deg);
}

.hp_contact_title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.hp_contact_info {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
}

.hp_contact_info a {
    color: #000;
}

.hp_contact_info a:hover {
    color: #1e196b;
}

.hp_contact_keyword {
    font-size: 14px;
    margin: 5px 0 0;
    color: #000;
}

.hp_contact_group2 {
    display: grid;
    grid-template-columns: .75fr 1fr;
    gap: 20px;
}

.hp_contact_point2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.hp_contact_point2:hover .hp_contact_icon img {
    transform: rotateY(360deg);
}

.hp_contact_button {
    display: flex;
    margin-top: 3rem;
}

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.5vw;
    }
    
    /*footer*/
    .footer_type7 {
        padding-top: 4rem !important;
        padding-bottom: 2rem !important;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_small_title span {
        width: 13px;
        height: 13px;
    }
    .hp_big_title {
        font-size: 29px;
    }
    .hp_sub_title {
        font-size: 17px;
        margin: .75rem 0 1.5rem;
    }
    .hp_keyword {
        font-size: 14.5px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_about_text1,
    .hp_about_text2 {
        font-size: 15px;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_4 {
        padding: 6rem 15px;
    }
    #main_index .index_wrapper_4::before {
        height: calc(100% - 6rem);
    }
    #main_index .product_cat-4 {
        padding-right: 15px;
    }
    .hp_category_line {
        margin: 1.5rem 0;
    }
    #main_index .product_cat-4 .cat_box {
        height: 220px;
    }
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 23px;
        margin-bottom: 25px !important;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why_box {
        padding: 0;
    }
    .hp_why_row {
        margin: 0 -15px;
        row-gap: 1rem;
    }
    .hp_why_top_box {
        margin-bottom: 2rem;
    }
    .hp_why_title {
        font-size: 17.5px;
        gap: 12px;
        margin-bottom: 8px;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_7 {
        padding: 0rem 15px 4rem;
    }
    .hp_contact_box {
        padding-left: 0;
    }
    .hp_contact .hp_keyword {
        margin: 1rem 0 2rem;
    }
    .hp_contact_title,
    .hp_contact_info {
        font-size: 15px;
    }
    .hp_contact_button {
        margin-top: 2rem;
    }
    #main_index .contact_us4 .map_frame {
        padding-top: 110%;
        height: unset;
    }
    #main_index .contact_us4 .map_frame iframe {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

}

.side_menu {
    background-color: #1e196b;
}

.side_menu .list-group .list-group-item a {
    color: #fff;
}

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type7 .logo {
        padding-top: 60px;
    }
    .footer_type7 .logo img {
        max-height: 60px;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage category*/
    
    
    /*homepage why*/
    
    
    /*homepage contact*/
    .hp_contact_group2 {
        grid-template-columns: 1fr;
        gap: 15px;
    }

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type7 .row {
        row-gap: .5rem;
    }
    .footer_type7::before {
        width: 40px;
        height: 40px;
    }
    
    /*homepage banner*/
    .hp_banner {
        display: none;
    }
    .slider_banner .item > img {
        min-height: 210px;
        object-fit: cover;
        object-position: left;
    }
    
    /*homepage about*/
    .hp_about_img {
        padding-left: 0;
    }
    .hp_about_point {
        width: 100%;
        left: 0;
        margin-top: 15px;
        padding: 15px;
        justify-content: center;
    }
    .hp_about_left_box {
        padding-right: 0;
        margin-top: 4rem;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_about::before {
        display: none;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_4 {
        padding: 4rem 15px;
    }
    #main_index .index_wrapper_4::before {
        height: 100%;
        width: 100%;
    }
    .hp_category_box {
        margin-bottom: 2rem;
    }
    .hp_category .hp_keyword {
        width: 100%;
    }
    #main_index .product_cat-4 .cat_box .content .content_box {
        padding: 30px;
    }
    
    /*homepage why*/
    
    
    /*homepage contact*/
    #main_index .contact_us4 .map_frame {
        padding-top: 80%;
    }
    .hp_contact {
        margin-top: 4rem;
    }

}