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 {
    height: 195px;
    background-color: #001149;
    transition: all 0.2s ease-in-out;
    display: block;
}

.dark_nav {
    height: 75px;
    background-color: rgb(255,255,255,0.9) !important;
}

.navbar_type8 .logo {
    flex: 0 1 100%;
    display: block;
    height: 135px;
    transition: all 0.2s ease-in-out;
    width: 50%;
    margin: 0 auto;
}

.navbar_type8.dark_nav .logo {
    height: 0;
    opacity: 0;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 125%;
    object-fit: contain;
    padding: 0 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    justify-content: center;
    padding: 0;
    gap: .5vw;
    height: 60px;
    background-color: #223369;
    transition: all 0.2s ease-in-out;
}

.navbar_type8.dark_nav .nav_tab {
    height: 75px;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;
    color: #fff;
    padding: 1vw;
    font-weight: 400;
    letter-spacing: 1.5px;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 110%;
    width: 0;
    border-bottom: none;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    height: 1.8px;
    background-color: #01ffff;
    transform: translate(-50%, 0);
}

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

/*footer*/
.footer_type9 {
    color: #fff;
    padding-top: 7rem;
    padding-bottom: 2rem;
    background-color: #00114a;
    font-size: 14px;
    line-height: 1.6;
}

.footer_type9 .text-muted {
    color: #f4f4f4 !important;
}

.footer_type9 .text {
    color: #fff !important;
    font-size: 14px;
}

.footer_type9 .bg_dark {
    background-color: transparent;
}

.footer_type9 a:hover,
.footer_type9 a.text:hover {
    color: #fff !important;
}

.footer_type9 a {
    color: #fff;
}

.footer_type9 .nav_item li a::after {
    color: #fff;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
    padding-right: 10vw !important;
}

.footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
    padding-left: 4vw !important;
}

.footer_type9 .icon {
    background-color: #01ffff;
}

.footer_type9 .icon i {
    color: #000;
}

.footer_type9 .text_contact {
    padding-bottom: 50px !important;
}

.footer_type9 .logo img {
    max-height: 140px;
}

@media (min-width: 768px) {
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 10vw;
    justify-content: flex-end;
    text-align: right;
}

.hp_banner.hp_banner2 {
    padding-right: 5vw;
}

.hp_banner_box {
    width: 32%;
}

.hp_banner_title {
    font-size: 4.2vw;
    font-weight: 900;
    color: #00114a;
    margin-bottom: 1vw;
    line-height: 1.1;
}

.hp_banner_keyword {
    font-size: 1.1vw;
    color: #000;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 2vw;
    align-items: flex-end;
}
 
.hp_banner_keyword::before {
    content: "";
    width: 11vw;
    height: 4.8px;
    background-color: #00114a;
}

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

.hp_banner .hp_button {
    background-color: #00114a;
}

.slider_banner .slick-prev::before,
.slider_banner .slick-next::before {
    width: 3vw;
    height: 3vw;
    text-indent: unset;
    display: inline-block;
    filter: unset;
    opacity: 1;
}

.slider_banner .slick-prev::before {
    background-image: url('https://cdn1.npcdn.net/userfiles/19954/image/banner_arrow_left.png');
}

.slider_banner .slick-next::before {
    background-image: url('https://cdn1.npcdn.net/userfiles/19954/image/banner_arrow_right.png');
}

.slider_banner .slick-next,
.slider_banner .slick-prev {
    width: 3vw;
    height: 3vw;
    top: unset;
    transform: unset;
    bottom: 1.5vw;
}

.slider_banner .slick-next {
    right: 46.5%;
}

.slider_banner .slick-prev {
    left: 46.5%;
}

/*homepage about*/
.hp_about {
    padding: 7rem 3.5% 5rem;
    width: 91.5%;
    margin-left: auto;
    position: relative;
    background-image: linear-gradient(to right, #f4f4f4 70%, transparent 70%);
}

.hp_about::before {
    content: "";
    position: absolute;
    left: -1.5vw;
    top: 0;
    width: 1.5vw;
    height: 60%;
    background-color: #00114a;    
}

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

.hp_about_text {
    position: absolute;
    left: 98%;
    top: 51%;
    margin: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    font-size: 1.6vw;
    color: #777;
}

.hp_about_text b {
    font-weight: 900;
}

.hp_about_left_box {
    padding: 0 2vw 0 4vw;
}

.hp_small_title {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 20px;
}

.hp_big_title {
    color: #00114a;
    font-size: 2.3vw;
    font-weight: 800;
    margin-bottom: 0;
    line-height: 1.1;
}

.hp_big_title span {
    display: block;
}

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

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

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

.hp_button {
    background-color: #000;
    border: none;
    color: #fff;
    font-size: 14.5px;
    padding: 11px 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_button span {
    display: block;
    width: 50px;
    height: 20px;
    background-image: url('https://cdn1.npcdn.net/userfiles/19954/image/arrow_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease-in-out;
}

.hp_button:hover span {
    transform: rotateY(-360deg);
}

/*homepage category*/

#main_index .index_wrapper_4 {
    padding-bottom: 5rem;
    position: relative;
    margin-top: 4.5rem;
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    background-image: url('https://cdn1.npcdn.net/userfiles/19954/image/product-cat_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
}

#main_index .index_wrapper_4::after {
    content: "";
    position: absolute;
    left: 4vw;
    bottom: 5rem;
    width: 3.5vw;
    height: 6vw;
    background-image: url('https://cdn1.npcdn.net/userfiles/19954/image/arrow_element.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#main_index .outerContainer_4  {
    width: 91.5%;
    background-color: #4d669f;
    margin-right: 0;
    padding: 4.5rem 7.2vw 4.5rem 6.5vw;
}

.hp_category {
    margin-bottom: 3rem;
}

.hp_category_right_box {
    display: flex;
    justify-content: flex-end;
}

.hp_category .hp_button {
    background-color: #00114a;
}

#main_index .product_cat-4 .cat_outter_box {
    background-color: #fff;
    padding: 30px;
    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 {
    height: auto;
}

#main_index .product_cat-4 .cat_box img {
    min-height: 190px;
    max-height: 190px;
    object-fit: contain;
}

#main_index .product_cat-4 .cat_box .content {
    position: relative;
    bottom: unset;
    left: unset;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: transparent;
    transition: ease-in 0.4s;
}

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

#main_index .product_cat-4 {
    padding: 0 20px;
}

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

#main_index .product_cat-4 .cat_box .content .content_box {
    padding: 0;
}

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-size: 16px;
    text-align: center;
    margin: 10px 0 0 !important;
    font-weight: 800;
}

/*homepage services*/
.hp_services {
    padding: 6rem 6.5%;
}

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

.hp_services_left_box {
    width: 92%;
    position: relative;
}

.hp_services_right_box {
    background-color: #f2f2f2;
    width: 127%;
    position: relative;
    left: -30%;
    padding: 5rem 5vw 5rem 13vw;
    top: 1vw;
}

.hp_services .hp_big_title {
    color: #000;
    margin-bottom: 30px;
}

.hp_services .hp_keyword {
    color: #777;
}

.hp_services_button {
    display: flex;
    margin-top: 45px;
}

.hp_services .hp_button {
    background-color: #00114a;
}

.hp_services_text {
    position: absolute;
    left: 7%;
    top: 40%;
    margin: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
    white-space: nowrap;
    font-size: 1.55vw;
    color: #777;
}

.hp_services_text b {
    font-weight: 900;
}

/*homepage project*/

#main_index .index_wrapper_6 {
    padding: 1rem 6.5% 5rem;
    position: relative;
}

#main_index .index_wrapper_6::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(5rem + 20px);
    width: 90%;
    height: 45%;
    transform: translate(-50%, 0);
    background-color: #f2f2f2;
    z-index: -1;
}

.hp_project {
    margin-bottom: 2.5rem;
}

.hp_project .hp_keyword {
    color: #777;
}

.hp_project_left_box {
    padding-left: 4vw;
}

.hp_project .hp_big_title {
    color: #000;
}

.hp_project_right_box {
    padding-left: 9vw;
}

.hp_projectButton .hp_button {
  background-color: #00114a;
}

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

#main_index .gallerycategory {
    margin-bottom: 0;
}

#main_index .gallerycategory .container-fluid:nth-child(1),
#main_index .gallerycategory .container-fluid:nth-child(2) > .row:nth-child(2),
#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0:nth-child(n+5),
#main_index .gallerycategory .img_frame .more {
    display: none;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    margin: 15px 0 !important;
    padding: 0 15px !important;
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0:hover {
    transform: translateY(-10px);
}

#main_index .gallerycategory .img_frame {
    height: 250px;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p {
    padding: 0 0 30px !important;
    text-align: left !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #666;
    margin: 0;
    border-bottom: 1.8px solid #888;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p::after {
    content: "";
    display: block;
    min-width: 50px;
    width: 40px;
    height: 15px;
    background-image: url('https://cdn1.npcdn.net/userfiles/19954/image/arrow_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease-in-out;
    filter: brightness(0);
    opacity: 0.75;
}

/*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*/
    .navbar_type8 .logo {
        width: 60%;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.2vw;
    }
    
    /*footer*/
    .footer_type9 {
        padding-top: 5rem;
    }
    .footer_type9 .logo img {
        max-height: 110px;
    }
    .footer_type9 .title {
        min-height: 70px;
    }
    .footer_type9 .logo {
        padding-top: 70px;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(1) {
        padding-right: 15px !important;
    }
    .footer_type9 .col-12.col-md-6.mb-md-0:nth-child(2) {
        padding-left: 15px !important;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-right: 5vw;
    }
    .hp_banner_keyword {
        font-size: 1.4vw;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
        width: 100%;
    }
    .hp_about::before {
        display: none;
    }
    .hp_about_left_box {
        padding: 0;
    }
    .hp_small_title {
        margin-bottom: 15px;
    }
    .hp_big_title {
        font-size: 27px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
        gap: 5px;
        padding: 10px 20px;
    }
    .hp_button span {
        width: 40px;
        height: 15px;
    }
    
    /*homepage category*/
    #main_index .outerContainer_4 {
        width: 100%;
        padding: 4rem 30px;
    }
    #main_index .index_wrapper_4::after {
        display: none;
    }
    .hp_category {
        margin-bottom: 2rem;
    }
    #main_index .product_cat-4 .cat_outter_box {
        padding: 25px;
    }
    
    /*homepage services*/
    .hp_services {
        padding: 4rem 15px;
    }
    .hp_services .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_services_button {
        margin-top: 1.5rem;
    }
    .hp_services_right_box {
        padding: 3rem 5vw 3rem 13vw;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_6 {
        padding: 1rem 15px 4rem;
    }
    .hp_project {
        margin-bottom: 1.5rem;
    }
    .hp_project_left_box,
    .hp_project_right_box {
        padding-left: 0;
    }
    .hp_projectButton_box {
        margin-top: 1.5rem;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p {
        padding: 0 0 20px !important;
        min-height: 60px;
    }
    #main_index .index_wrapper_6::before {
        bottom: calc(4rem + 20px);
        width: 100%;
    }

}

.navbar_mobile,
.side_menu {
    background-color: #001149;
}

.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile .btn-outline-light:hover {
    border-color: #01ffff;
    color: #01ffff;
    background-color: transparent;
}

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

.navbar_mobile .logo_img {
    transform: scale(1.1);
}

@media (max-width: 991.5px) {
    .navbar_type8 {
        display: none;
    }
    
    /*footer*/
    
    .footer_type9 .logo img {
        max-height: 95px;
    }
    .footer_type9 .title {
        min-height: 60px;
    }
    .footer_type9 .logo {
        padding-top: 60px;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    
    
    /*homepage category*/
    
    
    /*homepage services*/
    
    
    /*homepage project*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type9 .logo img {
        max-height: 75px;
    }
    .footer_type9 .title {
        min-height: 50px;
    }
    .footer_type9 .logo {
        padding-top: 50px;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 420px;
        object-fit: cover;
        padding-top: 160px;
        background-color: #eef1f6;
        object-position: left;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 160px;
        width: 100%;
        height: 15%;
        background-image: linear-gradient(to bottom, #eef1f6, transparent);
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 27px;
        margin-bottom: 10px;
    }
    .hp_banner_keyword::before {
        width: 80px;
        height: 2.8px;
    }
    .hp_banner_keyword {
        font-size: 12px;
        gap: 10px;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        gap: 5px;
        padding: 7px 15px;
    }
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before,
    .slider_banner .slick-next,
    .slider_banner .slick-prev{
        width: 25px;
        height: 25px;
    }
    .slider_banner .slick-prev {
        left: 42%;
    }
    .slider_banner .slick-next {
        right: 42%;
    }
    
    /*homepage about*/
    .hp_about {
        background-image: linear-gradient(to right, #f4f4f4 70%, #f4f4f4 70%);
    }
    .hp_about_right_box {
        width: 100%;
        margin-top: 3rem;
    }
    .hp_about_text {
        font-size: 3.6vw;
    }
    
    /*homepage category*/
    .hp_category_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    
    /*homepage services*/
    .hp_services_left_box {
        width: 100%;
    }
    .hp_services_text {
        font-size: 3.5vw;
    }
    .hp_services_right_box {
        width: 100%;
        left: 0;
        margin-top: 2rem;
        padding: 3rem 30px;
    }
    
    /*homepage project*/
    .hp_project_right_box {
        margin-top: 1.5rem;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 p {
        min-height: auto;
    }
    #main_index .index_wrapper_6::before {
        height: 35%;
    }

}