@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

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: 118px;
    background-color: #fff;
    border-bottom: .8px solid #ccc;
    top: 0;
    padding: 0 12% 0 11%;
    transition: all 0.2s ease-in-out;
}

.navbar_type8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 10vw;
    height: 100%;
    background-color: #fd9602;
    clip-path: polygon(100% 0%, 30% 100%, 0% 100%, 0% 0%);
    z-index: 1;
}

.navbar_type8::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 10vw;
    height: 100%;
    background-color: #fd9602;
    clip-path: polygon(70% 0%, 0% 100%, 100% 100%, 100% 0%);
    z-index: 2;
}

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

.dark_nav {
    top: 0 !important;
    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 15%;
    position: relative;
    z-index: 3;
}

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

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

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 1vw;
    flex: 0 1 85%;
    position: relative;
    z-index: 3;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.15vw;
    color: #000;
    padding: 1vw;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 0;
    top: 110%;
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 3.8px;
    background-image: linear-gradient(to right, #0136a6, #0cc2fb);
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

/*footer*/
.footer_type7 {
    background-color: #fff;
    color: #000;
    padding-top: 6rem !important;
    padding-bottom: 4rem !important;
    border-top: 4.8px solid #fd9602;
    font-weight: 300;
    overflow: hidden;
}

.footer_type7 a {
    color: #000;
}

.footer_type7 a:hover {
    color: #fd9602;
}

.footer_type7 .title h5 {
    color: #fd9602;
    font-weight: 700;
    font-style: italic;
    font-size: 21px;
}

.footer_type7 .copy_right strong {
    font-weight: 700;
}

.footer_type7 .title {
    min-height: 65px;
}

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

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

.hp_banner_box {
    position: relative;
    padding: 5vw 3vw;
    background-image: linear-gradient(to right, #000, transparent);
}

.hp_banner_title {
    font-size: 2.9vw;
    font-weight: 700;
    color: #fd9602;
    margin-bottom: .25vw;
    position: relative;
    font-style: italic;
    width: fit-content;
    z-index: 1;
}

.hp_banner_title::before {
    content: "Engineering Solutions";
    position: absolute;
    right: -4px;
    top: 0;
    font-size: 2.9vw;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: .8px #fd9602;
    z-index: -1;
}

.hp_banner_small {
    font-size: 1.9vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    font-style: italic;
    letter-spacing: .5px;
    width: fit-content;
    z-index: 1;
}

.hp_banner_small::before {
    content: "For A Smarter, Automated Future";
    position: absolute;
    right: -3px;
    top: 0;
    font-size: 1.9vw;
    font-weight: 700;
    color: transparent;
    letter-spacing: .5px;
    -webkit-text-stroke: .8px #fd9602;
    z-index: -1;
}

.slider_banner .item {
    overflow: hidden;
}

.slider_banner .item > img {
    animation: zoomAnimation 25s infinite alternate;
}

@keyframes zoomAnimation {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

@media (min-width: 991.5px) {
    #main_index .index_wrapper_2 {
        margin-top: -118px;
    }
}

/*homepage about*/
.hp_about {
    padding: 2.5rem 2% 0;
    background-color: #0043a7;
}

.hp_big_title {
    font-size: 2.8vw;
    font-weight: 700;
    color: #fd9602;
    margin-bottom: 0;
    font-style: italic;
}

.hp_big_title span {
    position: relative;
}

.hp_big_title span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1.8px;
    width: calc(100% + 2vw);
    height: 3.8px;
    background-color: #0043a7;
    z-index: -1;
}

.hp_about .hp_big_title {
    color: #fff;
    margin-bottom: 25px;
}

.hp_about .hp_big_title span::before {
    background-color: #fd9602;
}

.hp_about_right_box {
    position: relative;
    left: -1%;
    padding-right: 4.5vw;
}

.hp_about_right_box::before {
    content: "";
    position: absolute;
    right: -1%;
    bottom: 1.5vw;
    width: 50%;
    height: 98.5%;
    border: 3.8px solid #fd9602;
}

.hp_about_img1 {
    width: 71%;
    position: relative;
    z-index: 2;
}

.hp_about_img2 {
    width: 73%;
    margin-left: auto;
    margin-top: -3vw;
    position: relative;
    z-index: 1;
}

.hp_about_text {
    position: absolute;
    left: 96.5%;
    top: 64%;
    transform: translate(-50%, -50%) rotate(-90deg);
    margin-bottom: 0;
    font-size: 2.7vw;
    font-weight: 700;
    font-style: italic;
    color: #fd9602;
}

.hp_about_left_box {
    padding: 0 5vw 3vw 7.5vw;
}

.hp_keyword {
    font-size: 14.5px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

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

.hp_button {
    color: #fd9602;
    border: 2.8px solid #fd9602;
    background-color: #fff;
    padding: 9px 35px;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.hp_button:hover {
    transform: scale(1.05);
    background-color: #fd9602;
    color: #fff;
}

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

/*homepage why*/
.hp_industry {
    padding: 5.5rem 11.5%;
    position: relative;
}

.hp_industry::before,
.hp_industry::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 4.75%;
    height: 16.5vw;
    background-color: #fd9602;
    z-index: 1;
}


.hp_industry::before {
    left: 0;
}

.hp_industry::after {
    right: 0;
}

.hp_industry .container-fluid {
    position: relative;
    z-index: 2;
}

.hp_industry_top_box {
    margin-bottom: 2rem;
}

.hp_industry_ebox {
    margin: 15px 0;
}

.hp_industry_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

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

.hp_industry_icon img {
    max-width: 80px;
    transform-origin: center bottom;
}

.hp_industry_box:hover .hp_industry_icon img {
    animation: 1s swing;
}

.hp_industry_title {
    font-size: 22.5px;
    font-weight: 600;
    margin: 25px 0 10px;
    color: #000;
}

.hp_industry_keyword {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.3;
}

/*homepage category*/
#main_index .index_wrapper_5 {
    padding: 0 8%;
}

.hp_category_top_box {
    margin-bottom: 3rem;
}

#main_index .product_cat-11,
#main_index .product_cat-11 .hp_product_cat_slider .slick-track {
    padding: 0;
}

#main_index .product_cat-11 .hp_product_cat_slider .item {
    margin: 10px 25px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-11 .hp_product_cat_slider .item:hover {
    transform: translateY(-10px);
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand .cat_img,
#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title:nth-child(1),
#main_index .product_cat-11 .hp_product_cat_slider .item::after {
    display: none;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand {
    padding-top: 70%;
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#main_index .product_cat-11 .hp_product_cat_slider .item .wrapper_brand:hover img {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
    -webkit-line-clamp: 2;
    padding: 0;
    margin: 0 0 10px !important;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
    margin: 0;
    color: #fd9602;
    border: 2.8px solid #fd9602;
    background-color: #fff;
    padding: 8px 35px;
    font-style: italic;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn:hover {
    color: #fff;
    background-color: #fd9602;
}

#main_index .product_cat-11 .hp_product_cat_slider .item > a:nth-child(2) {
    padding: 20px;
    gap: 20px;
}

#main_index .product_cat-11 .slick-arrow {
    z-index: 5;
}

#main_index .product_cat-11 .slick-arrow::before {
    text-shadow: none;
    color: #0043a7;
    opacity: 1;
}

#main_index .product_cat-11 .slick-next {
    right: -55px;
}

#main_index .product_cat-11 .slick-prev {
    left: -55px;
}

/*homepage product*/

#main_index .index_wrapper_6 {
    padding: 5rem 9.5%;
}

.hp_product_top_box {
    margin-bottom: 2rem;
}

#main_index .glass-product-section {
    background: transparent;
    padding: 0;
}

#main_index .glass-product-section > .container {
    max-width: 100%;
}

#main_index .glass-product-section .col-12.col-sm-6.col-lg-4.col-xl-3.mb-4 {
    padding: 0;
    margin: 0 !important;
}

#main_index .glass-product-card {
    background: #fff;
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    border-radius: 0;
    border: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    box-shadow: none;
    height: 100%;
}

#main_index .glass-product-card:hover {
    transform: unset;
    box-shadow: none;
}

#main_index .glass-product-card .product-image-wrap {
    border: .8px solid #e6e6e6;
    border-right: none;
}

#main_index .glass-product-card .status,
#main_index .glass-product-card .product-category,
#main_index .glass-product-card .price-area {
    display: none;
}

#main_index .glass-product-card .product-image-wrap img {
    object-fit: contain;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .glass-product-card .product-content {
    background-color: #737373;
    border: .8px solid #fd9602;
    border-right: none;
}

#main_index .glass-product-card .product-title {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    min-height: 52px;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 0;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: none;
    background-color: white;
}

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

#main_index .productSlider-1 .product_img .product_box .product_img_frame {
    border: .8px solid #e6e6e6; 
}

#main_index .productSlider-1 .product_img .product_box .content {
    background-color: #737373;
    border: .8px solid #fd9602;
    padding: 20px;
    margin: 0 !important;
}

#main_index .productSlider-1 .product_img .product_box h6 {
    margin: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 500 !important;
    line-height: 1.3;
    min-height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
}

#main_index .productSlider-1 .product_img .product_box p,
#main_index .productSlider-1 .product_img .product_box h6.align-top {
    display: none;
}

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

#main_index .productSlider-1 .product_img .slick-prev::before,
#main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
    padding: 0;
    color: #0043a7;
    opacity: 1;
    font-size: 40px;
}

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

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

/*homepage gallery*/
#main_index .index_wrapper_7 {
    padding: 0 9% 5rem;
}

.hp_gallery_top_box {
    margin-bottom: 2rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .container {
    max-width: 100%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3,
#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: translateY(-10px);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.1);
}

/*other pages*/

.category_list_type4 .category_box .img_frame img,
.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*navigation bar*/
    #main_index .navbar_type8 {
        top: 0;
    }
    .navbar_type8 {
        padding: 0 15px
    }
    .navbar_type8::before,
    .navbar_type8::after {
        display: none;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.3vw;
    }
    
    /*footer*/
    .footer_type7 {
        padding-top: 3rem !important;
        padding-bottom: 2rem !important;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_left_box {
        padding: 0;
    }
    .hp_about .hp_big_title {
        margin-bottom: 20px;
    }
    .hp_big_title {
        font-size: 30px;
    }
    .hp_big_title span::before {
        width: calc(100% + 15px);
        height: 2.8px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        padding: 8px 25px;
    }
    
    /*homepage why*/
    .hp_industry {
        padding: 4rem 15px;
    }
    .hp_industry_icon img {
        max-width: 65px;
    }
    .hp_industry_title {
        font-size: 18px;
        margin: 20px 0 10px;
    }
    .hp_industry_keyword {
        font-size: 14.5px;
    }
    .hp_industry::before,
    .hp_industry::after {
        display: none;
    }
    
    /*homepage category*/
    #main_index .index_wrapper_5 {
        padding: 0 15px;
    }
    .hp_category_top_box {
        margin-bottom: 2rem;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_title .category_title {
        font-size: 18px;
        line-height: 1.3;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item a .wrapper_btn .view_btn {
        padding: 7px 25px;
    }
    #main_index .product_cat-11 .hp_product_cat_slider .item {
        margin: 10px 15px;
    }
    #main_index .product_cat-11 .slick-prev {
        left: -5px;
    }
    #main_index .product_cat-11 .slick-arrow::before {
        font-size: 25px;
    }
    #main_index .product_cat-11 .slick-next {
        right: -10px;
    }
    
    /*homepage product*/
    #main_index .index_wrapper_6 {
        padding: 4rem 30px;
    }
    #main_index .glass-product-card .product-title,
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 17px;
        min-height: 45px;
    }
    #main_index .glass-product-section .col-12.col-sm-6.col-lg-4.col-xl-3.mb-4 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    #main_index .productSlider-1 .product_img .slick-prev::before,
    #main_index .productSlider-1 .product_img .slick-next::before {
        font-size: 25px;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
        padding: 15px;
    }
    #main_index .productSlider-1 .product_img .slick-prev {
        left: -25px;
    }
    #main_index .productSlider-1 .product_img .slick-next {
        right: -25px;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_7 {
        padding: 0 20px 4rem;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        display: none !important;
    }

}

.side_menu {
    background-color: #0043a7;
}

.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 why*/
    
    
    /*homepage category*/
    
    
    /*homepage product*/
    
    
    /*homepage gallery*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 330px;
        object-fit: cover;
        object-position: 65% 50%;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        padding: 15px;
    }
    .hp_banner_title {
        font-size: 25px;
    }
    .hp_banner_title::before {
        font-size: 25px;
        right: -2px;
    }
    .hp_banner_small {
        font-size: 16px;
        letter-spacing: 0;
    }
    .hp_banner_small::before {
        font-size: 16px;
        letter-spacing: 0;
        right: -2px;
    }
    
    /*homepage about*/
    .hp_about_img1,
    .hp_about_img2 {
        width: 85%;
    }
    .hp_about_right_box {
        position: relative;
        left: 0;
        margin-top: 3rem;
    }
    .hp_about_text {
        display: none;
    }
    .hp_about_right_box::before {
        right: 0rem;
        bottom: 1rem;
        height: 100%;
    }
    
    /*homepage why*/
    
    
    /*homepage category*/
    
    /*homepage product*/
    #main_index .glass-product-section .col-12.col-sm-6.col-lg-4.col-xl-3.mb-4 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #main_index .glass-product-card .product-content,
    #main_index .productSlider-1 .product_img .product_box .content {
        padding: 10px;
    }
    #main_index .glass-product-card .product-title,
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
        min-height: 39px;
    }
    #main_index .glass-product-card .product-image-wrap {
        border-right: .8px solid #e6e6e6;
    }
    #main_index .glass-product-card .product-content {
        border-right: .8px solid #fd9602;
    }
    
    /*homepage gallery*/
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
        width: 15px;
        height: 15px;
    }

}