@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.cdnfonts.com/css/century-gothic-paneuropean');

body > br {
    display: none;
}

body {
    font-size: 14px !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 {
    width: 100%;
    margin-left: 0;
    top: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 0 2% 0 4%;
    /*box-shadow: 0 2px 5px rgb(0,0,0,.15);*/
    border-bottom: .8px solid #ccc;
    transition: all 0.25s ease-in-out;
}

#main_index .navbar_type8 {
    /*width: 90%;*/
    /*margin-left: 5%;*/
    /*top: 35px;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 10px rgb(0,0,0,.5);*/
    border-bottom: none;
}

.dark_nav {
    /*width: 100% !important;*/
    /*margin-left: 0 !important;*/
    /*top: 0 !important;*/
    /*border-radius: 0 !important;*/
    background-color: rgb(255,255,255,0.9) !important;
    /*box-shadow: 0 2px 5px rgb(0,0,0,.15) !important;*/
    border-bottom: .8px solid #ccc !important;
}

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

.navbar_type8 .logo img {
    width: 100%;
    padding: 0;
    object-position: left;
    height: 160%;
    top: -26%;
}

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.05vw;
    color: #000;
    font-weight: 500;
    letter-spacing: .5px;
    padding: .8vw;
}

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

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

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

/*footer*/
.footer_type3 {
    background-color: #ed1c24;
}

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

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 6vw;
    /*padding-top: 7vw;*/
}

.hp_banner_box {
    width: 55%;
}

.hp_banner_small {
    font-size: 1.85vw;
    font-weight: 800;
    color: #ed1c24;
    margin-bottom: 1vw;
    letter-spacing: 1px;
    font-family: "Open Sans", sans-serif;
}

.hp_banner_title {
    font-size: 2.45vw;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.4;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    font-family: "Open Sans", sans-serif;
    border: .8px solid #fff;
    width: fit-content;
    padding: .1vw 1vw;
}

.hp_banner_keyword {
    font-size: 1.15vw;
    color: #fff;
    margin-bottom: 0;
    font-weight: 200;
    line-height: 1.35;
    width: 52%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    font-family: "Open Sans", sans-serif;
    text-align: justify;
    margin-top: 1vw;
}

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

/*@media (min-width: 991px) {*/
/*    #main_index .index_wrapper_2 {*/
/*        margin-top: -80px;*/
/*    }*/
/*}*/

/*homepage about*/
.hp_about {
    padding: 8rem 0;
}

.hp_about_right_box {
    width: 93%;
    margin-left: auto;
    position: relative;
}

.hp_about_text {
    position: absolute;
    left: 0;
    bottom: 2vw;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1vw;
    font-size: 1.9vw;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
    padding-left: 2vw;
    letter-spacing: 1px;
    width: 100%;
}

.hp_about_text::after {
    content: "";
    width: 100%;
    height: 2.8px;
    background-color: #fff;
}

.hp_about_left_box {
    padding: 0 7vw 0 12vw;
}

.hp_big_title {
    font-size: 2.5vw;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.hp_big_title span {
    color: #ed1c24;
}

.hp_about .hp_big_title {
    margin-bottom: 20px;
}

.hp_keyword {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    line-height: 1.5;
}

.hp_about .hp_keyword {
    text-align: justify;
}

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

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 9px 17px;
    background-color: #ed1c24;
    color: #ffff;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 14.5px;
    cursor: pointer;
}

.hp_button:hover {
    transform: scale(1.05);
}

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

.hp_button:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.hp_button::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 30%,
        rgba(255, 255, 255, 0.8),
        rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

/*homepage services*/
#main_index .index_wrapper_4 {
    position: relative;
    padding: 5rem 11% 12rem;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 70%;
    height: 90%;
    background-color: #c6c6c6;
    z-index: -1;
}

#main_index .index_wrapper_4::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 72%;
    height: 90%;
    background-color: #e5e5e5;
    z-index: -2;
}

.hp_services .hp_big_title {
    width: fit-content;
    position: relative;
}

.hp_services .hp_big_title::after {
    content: "";
    width: 36vw;
    height: 3.8px;
    background-color: #000;
    position: absolute;
    top: 50%;
    right: -38vw;
    transform: translate(0, -50%);
}

.hp_services_top_box {
    margin-bottom: 3rem;
}

#main_index .service_type4 .service_box_type4 {
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover {
    transform: translateY(-10px);
}

#main_index .service_type4 .col-6.col-md-4 {
    margin: 15px 0 !important;
}

#main_index .service_type4 .col-6.col-md-4:nth-child(n+7) {
    display: none;
}

#main_index .service_type4 .service_box_type4 .img_frame {
    height: 0;
    padding-bottom: 75%;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .overlay {
    background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    border: none;
    transition: 0.3s fadeIn;
    display: flex;
    align-items: center;
    padding: 35px;
}

#main_index .service_type4 .service_box_type4 .img_frame:hover .box {
    top: unset;
    left: unset;
    transform: unset;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
    overflow: auto;
    max-height: unset;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    color: white;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 70%;
    text-align: left;
    line-height: 1.2;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > br {
    display: none;
}

#main_index .service_type4 .service_box_type4 .general_btn {
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0;
    font-size: 12px !important;
}

#main_index .service_type4 .service_box_type4 .general_btn::after {
    content: "\f285";
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4 .general_btn:hover::after {
    margin-left: 15px;
}

#main_index .service_type4 .service_box_type4 .general_btn:active::after {
    margin-left: 25px;
}

#main_index .service_type4 .service_box_type4 .general_btn:hover {
    background-color: transparent;
    color: white;
}

/*homepage product*/
#main_index .index_wrapper_5 {
    padding: 7rem 14%;
}

.hp_productTitle .hp_keyword {
    font-size: 16px;
    line-height: 2;
    width: 80%;
    margin: 1rem auto 5rem;
    font-weight: 500;
}

.hp_productButton_box {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px 25px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

#main_index .productSlider-1 .product_img .product_box {
    margin: 0;
    border: none;
    background-color: transparent;
}

#main_index .productSlider-1 .product_img .product_box .content {
    margin-top: 45px !important;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
    border-radius: 0;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #000;
    font-weight: 500 !important;
    text-align: center;
    font-size: 14.5px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    margin-bottom: 0;
    color: #ed1c24;
    text-transform: uppercase;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #ed1c24;
}

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    color: #999;
    opacity: 1;
    font-size: 25px;
}

#main_index .productSlider-1 .product_img .slick-next {
    right: -25px;
}

#main_index .productSlider-1 .product_img .slick-prev {
    left: -25px;
}

/*homepage why*/
.hp_why {
    padding: 6rem 14%;
    background-color: #e5e5e5;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_icon img {
    max-width: 100px;
    width: 100px !important;
}

.hp_why_box:hover .hp_why_icon img {
    animation: 1s swing;
}

.hp_why_box {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    color: #000;
    line-height: 1.1;
}

.hp_why_title span {
    display: block;
}

.hp_why .hp_big_title {
    font-size: 2.3vw;
    margin-bottom: 1.5rem;
}

/*homepage contact*/
.hp_contact {
    padding: 6.5rem 20% 9rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/22715/image/footer-images.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 100%;
}

.hp_contact .hp_big_title {
    font-size: 2.8vw;
    font-family: 'Century Gothic Paneuropean', sans-serif;
}

.hp_contact_right_box {
    border-left: 6.8px solid #ed1c24;
    padding-left: 3vw;
    width: 96%;
    margin-left: auto;
}

.hp_contact_title {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}

.hp_contact_title span {
    color: #ed1c24;
}

.hp_contact_address {
    margin-bottom: 15px !important;
}

.hp_contact_keyword {
    font-size: 17px;
    color: #000;
    margin-bottom: 0;
}

.hp_contact_keyword a,
.hp_contact_keyword a:hover {
    color: #000;
}

.hp_contact_keyword i {
    display: inline-block;
    min-width: 30px;
    color: #ed1c24;
}

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

/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    #main_index .navbar_type8 {
        /*width: 96%;*/
        /*margin-left: 2%;*/
        /*top: 10px;*/
    }
    .navbar_type8 {
        padding: 0 15px;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 5vw;
        /*padding-top: 9vw;*/
    }
    .hp_banner_keyword {
        font-size: 1.2vw;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 5rem 0;
    }
    .hp_about_left_box {
        padding: 0 15px;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14.5px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
        padding: 7px 15px;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_4 {
        padding: 5rem 15px;
    }
    .hp_services_top_box {
        margin-bottom: 1.5rem;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box {
        padding: 25px;
    }
    #main_index .index_wrapper_4::before {
        height: 94%;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_5 {
        padding: 5rem 15px;
    }
    .hp_productTitle .hp_keyword {
        font-size: 14px;
        line-height: 1.8;
        margin: 1rem auto 2rem;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
        margin-top: 30px !important;
    }
    .hp_productButton_box {
        margin-top: 1.5rem;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -5px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -5px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why .hp_big_title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .hp_why_icon img {
        max-width: 75px;
        width: 75px !important;
    }
    .hp_why_title {
        font-size: 16px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 5rem 15px 7rem;
    }
    .hp_contact .hp_big_title {
        font-size: 28px;
    }
    .hp_contact_title {
        font-size: 20px;
    }
    .hp_contact_keyword {
        font-size: 15px;
    }

}

.side_menu {
    background-color: #ed1c24;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner {
        padding-top: 0;
    }
    
    /*homepage about*/
    
    
    /*homepage services*/
    #main_index .service_type4 .col-6.col-md-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage product*/
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 10px 15px;
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 390px;
        object-fit: cover;
        filter: brightness(0.75);
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_small {
        font-size: 14px;
    }
    .hp_banner_title {
        font-size: 20px;
        line-height: 1.2;
    }
    .hp_banner_keyword {
        font-size: 12px;
        width: 100%;
        line-height: 1.5;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        padding: 5px 15px;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        width: calc(100% - 60px);
        margin: 4rem auto 0;
    }
    .hp_about_text {
        font-size: 18px;
        left: 10px;
        bottom: 15px;
    }
    
    /*homepage services*/
    #main_index .service_type4 .col-6.col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_index .index_wrapper_4::before {
        width: 96%;
        height: 97.5%;
    }
    
    /*homepage product*/
    .hp_productTitle .hp_keyword {
        width: 100%;
        line-height: 1.6;
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    /*homepage contact*/
    .hp_contact {
        background-size: 200%;
    }
    .hp_contact_right_box {
        border-left: 4.8px solid #ed1c24;
        width: 100%;
        padding-left: 25px;
        margin-top: 2rem;
    }

}