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

@media screen and (max-width: 991.5px){
    .table_wrapper{
        overflow-y:scroll;
    }
}

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

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

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

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

.navbar_type8 .logo img {
    width: 100%;
    padding: 5px 0 0;
    object-position: left;
}

.navbar_type8 .nav_tab {
    flex: 0 1 90%;
    padding: 0;
    gap: .6vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    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 a {
    color: #000;
    font-size: .97vw;
    padding: 15px 8px;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #0100cb;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 115%;
    border-bottom: 2.8px solid #0100cb;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #fff !important;
    background-color: #0100cb;
}

/*footer*/
.footer_type10 {
    color: white;
    background-color: #0100cb;
    padding-top: 3.5rem !important;
    overflow: hidden;
    padding-bottom: 2rem !important;
    line-height: 1.6;
}

.footer_type10 .text {
    font-size: 14px;
}

.footer_type10 a:hover,
.footer_type10 a.text:hover,
.footer_type10 a.text-light:focus,
.footer_type10 a.text-light:hover{
    color: #ccc !important;
}

.footer_type10 .title {
    min-height: 70px;
}

.footer_type10 .logo {
    padding-top: 70px;
}

.footer_type10 .logo img {
    max-height: 70px;
    filter: brightness(0) invert(1);
}

.footer_type10 .sub_title p {
    text-transform: uppercase;
    font-size: 17px;
    padding-bottom: 5px;
}

.footer_type10 .sub_title {
    border-bottom: .8px solid rgba(255, 255, 255, 0.6);
}

.footer_type10 .line_top {
    border-top: .8px solid rgba(255, 255, 255, 0.6);
}

/*homepage banner*/
.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 20.5vw;
}

.hp_banner_button {
    position: absolute;
    right: 10.5vw;
    bottom: 0;
}

.hp_banner .hp_button {
    width: 7.5vw;
    height: 7.5vw;
    font-size: 1vw;
}

.hp_banner_title {
    font-size: 3.8vw;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5vw;
}

.hp_banner_keyword {
    font-size: 1.15vw;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.4;
}

.hp_banner_box {
    position: relative;
    width: 42%;
}

.hp_banner_box::before {
    content: "";
    position: absolute;
    left: -3.5vw;
    top: -3vw;
    width: 8vw;
    height: 8vw;
    border: 7.8px solid #0100cb;
    z-index: -1;
}

.hp_banner::before {
    content: "";
    position: absolute;
    left: 9.5vw;
    top: 0;
    width: .8px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
}

.hp_banner_text {
    font-size: 1vw;
    color: #f4f4f4;
    font-style: italic;
    font-weight: 300;
    width: 9.5vw;
    height: 9.5vw;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    text-align: right;
    border-top: .8px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 0;
    padding: 1vw;
    line-height: 1.4;
}

.slider_banner .item {
    overflow: hidden;
}

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

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

/*homepage about*/
.hp_about {
    padding: 7rem 8.5% 8rem;
    background-image: url('https://cdn1.npcdn.net/userfiles/17915/image/aboutbg.png');
    background-size: 62%;
    background-repeat: no-repeat;
    background-position: 100% 0;
    position: relative;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19%;
    height: 100%;
    background-color: #f4f4f4;
}

.hp_about::after {
    content: "ABOUT US";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 10.6vw;
    font-weight: 900;
    color: #f4f4f4;
    line-height: .8;
    border-right: 9vw solid #f4f4f4;
    width: 100%;
    padding-left: 17.5%;
}

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

.hp_about_left_box {
    width: 98.5%;
    position: relative;
}

.hp_about_button {
    position: absolute;
    right: -10px;
    bottom: 0;
}

.hp_button {
    width: 100px;
    height: 100px;
    background-color: #0100cb;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 13px;
    color: #fff;
    font-size: 13.5px;
    text-align: left;
}

.hp_button span {
    display: block;
    line-height: 1;
    width: 100%;
    text-align: right;
    font-size: 55px;
    position: relative;
    right: -17px;
    bottom: -17px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

.hp_button:hover span {
    right: -15px;
    bottom: -7px;
    transform: rotate(0);
}

.hp_about_right_box {
    padding-left: 6.5vw;
}

.hp_small_title {
    font-size: 17px;
    color: #0100cb;
    font-weight: 500;
    margin-bottom: 10px;
}

.hp_big_title {
    font-size: 2.3vw;
    font-weight: 700;
    color: #0100cb;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
    color: #333333;
    margin-left: 4vw;
}

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

.hp_about .hp_big_title {
    font-size: 2.6vw;
    color: #000;
}

.hp_about .hp_big_title span {
    color: #000;
    margin-left: 7vw;
}

.hp_about_content {
    padding: 5rem 0 1rem 35px;
    position: relative;
}

.hp_about_content::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: .8px;
    height: 116%;
    background-color: #000;
    opacity: .2;
}

/*homepage solution*/
#main_index .index_wrapper_4 {
    position: relative;
    padding: 7rem 19% 0 8.5%;
    background-image: linear-gradient(to bottom, #333 90%, #fff 90%);
}

#main_index .index_wrapper_4::before {
    content: "";
    position: absolute;
    right: 9vw;
    top: 0;
    width: .8px;
    height: 90%;
    background-color: rgb(255,255,255,0.4);
}

#main_index .index_wrapper_4::after {
    content: "Our Products";
    position: absolute;
    right: 0;
    bottom: 10%;
    width: 9vw;
    height: 9vw;
    border-top: .8px solid rgb(255,255,255,0.4);
    color: #fff;
    font-size: 1.15vw;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1vw;
    letter-spacing: .5px;
}

.hp_solution .hp_big_title {
    color: #3233ff;
    font-weight: 600;
}

.hp_solution .hp_big_title span {
    color: #fff;
}

.hp_solution .hp_keyword {
    padding: 8px 0 8px 15px;
    border-left: .8px solid #fff;
    color: #fff;
}

.hp_solution_ebox {
    margin: 10px 15px;
}

.hp_solution_box {
    cursor: pointer;
    background-color: #0100cb;
    transition: all 0.3s ease-in-out;
}

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

.hp_solution_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px 15px 25px;
}

.hp_solution_title {
    font-size: 19.5px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.hp_solution_title span {
    display: block;
}

.hp_solution_arrow i {
    font-size: 50px;
    color: #fff;
    line-height: .5;
    transform: rotate(-45deg);
    display: block;
    transition: all 0.3s ease-in-out;
}

.hp_solution_box:hover .hp_solution_arrow i {
    transform: rotate(0);
}

.hp_solution_bottom_box {
    margin-top: 3rem;
}

.hp_solution_slider .slick-next::before {
    content: "\f285";
}

.hp_solution_slider .slick-prev::before {
    content: "\f284";
}

.hp_solution_slider .slick-prev::before,
.hp_solution_slider .slick-next::before {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 20px;
}

.hp_solution_slider .slick-arrow {
    z-index: 5;
}

.hp_solution_slider .slick-next {
    right: -5vw;
}

.hp_solution_slider .slick-prev {
    left: -5vw;
}

.hp_solution {
    margin-bottom: 3rem;
}

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

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

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

#main_index .product_cat-4 .cat_box {
    position: relative;
    height: auto;
    width: 100%;
    overflow: visible;
}

#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:hover img {
    transform: scale(1);
}

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

#main_index .product_cat-4 .cat_box .content .content_box h4 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0 !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary {
    border-color: transparent;
    color: white;
    background-color: transparent;
    padding: 0;
    font-size: 0 !important;
    display: flex;
    flex-direction: column;
}

#main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::after {
    content: "\f135";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    vertical-align: -.125em;
    font-size: 50px;
    color: #fff;
    line-height: .5;
    transform: rotate(-45deg);
    display: block;
    transition: all 0.3s ease-in-out;
}

#main_index .product_cat-4 .cat_box:hover .content .content_box .btn-outline-primary::after {
    transform: rotate(0);
}

#main_index .product_cat-4 .cat_box .content .content_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 8px 15px 25px;
}

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

#main_index .product_cat-4 .slick-next::before {
    content: "\f285";
}

#main_index .product_cat-4 .slick-prev::before {
    content: "\f284";
}

#main_index .product_cat-4 .slick-prev::before,
#main_index .product_cat-4 .slick-next::before {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 20px;
}

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

#main_index .product_cat-4 .slick-next {
    right: -5vw;
}

#main_index .product_cat-4 .slick-prev {
    left: -5vw;
}

/*homepage client*/
#main_index .index_wrapper_5 {
    padding: 9rem 8.5% 7rem;
}

.hp_client .hp_big_title span {
    display: inline;
    margin-left: 0;
}

.hp_client_top_box {
    margin-bottom: 2rem;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0 3px;
}

#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 .gallery_box img {
    object-fit: contain;
    padding: 0;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
    border: .8px solid #ddd;
}

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover {
    transform: scale(1.05);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    content: "\f285";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before {
    content: "\f284";
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    text-shadow: none;
    color: #333;
    opacity: 1;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 20px;
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    display: unset;
    filter: unset;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow {
    z-index: 5;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -5vw;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -5vw;
}

/*homepage project*/
#main_index .index_wrapper_6 {
    position: relative;
    padding: 6.5rem 0 4.5rem 17.5%;
    background-color: #f4f4f4;
}

#main_index .index_wrapper_6::before {
    content: "";
    position: absolute;
    left: 9vw;
    top: 0;
    width: .8px;
    height: 100%;
    background-color: rgb(0,0,0,0.4);
}

#main_index .index_wrapper_6::after {
    content: "Our Projects";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 9vw;
    height: 9vw;
    border-top: .8px solid rgb(0,0,0,0.4);
    color: #333;
    font-size: 1.15vw;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1vw;
    letter-spacing: .5px;
    text-align: right;
}

.hp_project {
    padding-right: 8.5vw;
    padding-bottom: 3rem;
}

.hp_project .hp_keyword {
    padding: 8px 0 8px 15px;
    border-left: .8px solid #000;
}

.hp_project_middle {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.hp_project_middle_box {
    position: relative;
    left: 32%;
}

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

#main_index .gallerycategory {
    margin-bottom: 0;
    padding-left: 3px;
    margin-right: -12px;
}

#main_index .gallerycategory > .container-fluid:nth-child(1) {
    display: none;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    margin: 10px 12px !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 .more {
    display: none;
}

#main_index .gallerycategory .img_frame {
    height: auto;
    padding-top: 77%;
}

#main_index .gallerycategory .img_frame img {
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .img_frame:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: 50% 50%;
}

#main_index .gallerycategory .img_frame img {
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .img_frame:hover img {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: 50% 50%;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > p {
    color: #000;
    font-weight: 600 !important;
    font-size: 18px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.35;
    padding: 0 40% 0 15px !important;
    text-align: left !important;
    margin-top: 25px;
    position: relative;
    min-height: 45px;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > a::after {
    content: "\f135";
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 15px;
    bottom: -65px;
    color: #fff;
    font-size: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0:hover > a::after {
    transform: rotate(0);
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > a::before {
    content: "";
    width: 45px;
    height: 45px;
    position: absolute;
    right: 15px;
    bottom: -65px;
    background-color: #0100cb;
}

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

#main_index .gallerycategory .slick-next::before {
    content: "\f285";
}

#main_index .gallerycategory .slick-prev::before {
    content: "\f284";
}

#main_index .gallerycategory .slick-prev::before,
#main_index .gallerycategory .slick-next::before {
    text-shadow: none;
    color: #333;
    opacity: 1;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    font-size: 20px;
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    display: unset;
    filter: unset;
}

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

#main_index .gallerycategory .slick-next {
    right: 3vw;
}

#main_index .gallerycategory .slick-prev {
    left: -5vw;
}

/*homepage why*/
.hp_why {
    padding: 9rem 5.5% 0;
    position: relative;
}

.hp_why::before {
    content: "";
    position: absolute;
    right: 6vw;
    top: 11vw;
    width: 4vw;
    height: 4vw;
    background-color: #0100cb;
}

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

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

.hp_why_left_box {
    width: 84%;
}

.hp_why_group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
    gap: 3vw 2vw;
}

.hp_why_point {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hp_why_title {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

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

/*homepage slogan*/
.hp_slogan {
    padding: 6rem 0;
}

.hp_slogan_title {
    font-size: 5.2vw;
    font-weight: 800;
    color: #f4f4f4;
    display: flex;
    align-items: center;
    gap: 3.5vw;
    justify-content: center;
    line-height: 1.3;
    transition: all 0.25s ease-in-out;
}

.hp_slogan_title:hover {
    color: transparent;
    -webkit-text-stroke: 1px #0100cb;
}

.hp_slogan_title span {
    font-weight: 400;
    color: #0100cb;
    position: relative;
    bottom: 10px;
}


/*homepage contact*/

.hp_contact {
    background-color: #333;
    margin-top: 3.5rem;
}

.hp_contact_left {
    margin-top: -6.1vw;
}

.hp_contact_left_box {
    width: 92.5%;
}

.hp_contact_group {
    display: flex;
}

.hp_contact_logo img {
    max-width: 145px;
}

.hp_contact .hp_keyword {
  padding: 8px 0 8px 15px;
  border-left: .8px solid #fff;
  color: #fff;
}

.hp_contact .hp_keyword span {
    display: block;
}

.hp_contact .hp_big_title {
    color: #3233ff;
    font-weight: 600;
}

.hp_contact .hp_big_title span {
    color: #fff;
}

.hp_contact_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem;
}

.hp_contact_right_box {
    padding-left: 4vw;
}

/*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.15vw;
        padding: .5vw;
    }
    
    /*footer*/
    
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    .hp_banner .hp_button {
        padding: 1vw;
    }
    .hp_banner .hp_button span {
        font-size: 40px;
        right: -12px;
        bottom: -13px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_left_box {
        width: 100%;
    }
    .hp_about_right_box {
        padding-left: 0;
    }
    .hp_small_title {
        font-size: 16px;
    }
    .hp_about .hp_big_title,
    .hp_big_title {
        font-size: 28px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about .hp_big_title span,
    .hp_big_title span {
        margin-left: 25px;
    }
    .hp_about_content {
        padding: 2.5rem 0 1rem 30px;
    }
    .hp_about_content::before {
        height: 110%;
    }
    
    /*homepage solution*/
    #main_index .index_wrapper_4::before,
    #main_index .index_wrapper_4::after {
        display: none;
    }
    #main_index .index_wrapper_4 {
        padding: 4rem 15px 0;
    }
    .hp_solution_title,
    #main_index .product_cat-4 .cat_box .content .content_box h4 {
        font-size: 16.5px;
    }
    .hp_solution_arrow i,
    #main_index .product_cat-4 .cat_box .content .content_box .btn-outline-primary::after{
        font-size: 40px;
    }
    .hp_solution_content,
    #main_index .product_cat-4 .cat_box .content .content_box{
        padding: 12px 6px 12px 20px;
    }
    .hp_solution_slider .slick-prev,
    #main_index .product_cat-4 .slick-prev {
        left: -10px;
    }
    .hp_solution_slider .slick-next,
    #main_index .product_cat-4 .slick-next {
        right: -10px;
    }
    #main_index .product_cat-4 .cat_box img {
        height: 280px;
    }
    
    /*homepage client*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px;
    }
    .hp_client_top_box {
        margin-bottom: 1.5rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -10px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -10px;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .slick-dots {
        display: none !important;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    #main_index .index_wrapper_6::before,
    #main_index .index_wrapper_6::after {
        display: none;
    }
    .hp_project {
        padding-right: 15px;
        padding-bottom: 2rem;
    }
    .hp_button {
        height: 90px;
        width: 90px;
    }
    .hp_button span {
        font-size: 40px;
        position: relative;
        right: -15px;
        bottom: -13px;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > a::after,
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > a::before {
        width: 38px;
        height: 38px;
    }
    #main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 > p {
        font-size: 16px;
        padding: 0 70px 0 15px !important;
    }
    #main_index .gallerycategory {
        padding-left: 3px;
        margin-right: 0;
        padding-right: 3px;
    }
    #main_index .gallerycategory .slick-prev {
        left: -10px;
    }
    #main_index .gallerycategory .slick-next {
        right: -10px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px 0;
    }
    .hp_why_left_box {
        width: 100%;
    }
    .hp_why_title {
        font-size: 17px;
    }

    /*homepage slogan*/
    .hp_slogan {
        padding: 4rem 0;
    }
    
    /*homepage contact*/
    .hp_contact_right_box {
        padding-left: 0;
    }
    .hp_contact_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
        margin-top: 1.5rem;
    }
    .hp_contact_logo img {
          max-width: 130px;
    }
    .hp_contact_left_box img {
        min-height: 440px;
        object-fit: cover;
    }
    .hp_contact_left {
        margin-top: -8.3vw;
    }

}

.side_menu {
    background-color: #0100cb;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage about*/
    
    
    /*homepage solution*/
    
    
    /*homepage client*/
    
    
    /*homepage project*/
    
    
    /*homepage why*/
    
    
    /*homepage slogan*/
    .hp_slogan_title {
        font-size: 5.75vw;
    }
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
    }
    .hp_banner {
        padding: 20px;
    }
    .hp_banner_box {
        width: 100%;
    }
    .hp_banner_title {
        font-size: 28px;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }
    .hp_banner_keyword {
        font-size: 14px;
        line-height: 1.5;
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }
    .hp_banner::before,
    .hp_banner_text {
        display: none;
    }
    .hp_banner_box::before {
        border: 4.8px solid #0100cb;
        width: 50px;
        height: 50px;
        left: -15px;
        top: -10px;
    }
    .hp_banner .hp_button {
        width: 80px;
        height: 80px;
        font-size: 12px;
        padding: 10px;
    }
    .hp_banner_button {
        right: 20px;
    }
    
    /*homepage about*/
    .hp_about {
        background-size: 150%;
    }
    .hp_about::before,
    .hp_about::after {
        display: none;
    }
    .hp_about_left_box {
        margin-top: 3rem;
    }
    
    /*homepage solution*/
    .hp_solution_right_box {
        margin-top: 1.5rem;
    }
    
    /*homepage client*/
    
    
    /*homepage project*/
    .hp_project_middle_box {
        left: 0;
        margin: 1.5rem 0;
    }
    .hp_project_right_box {
        justify-content: flex-start;
    }
    
    
    /*homepage why*/
    .hp_why::before {
        display: noen;
    }
    .hp_why_right_box {
        margin-top: 3rem;
    }
    .hp_why_group {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    /*homepage slogan*/
    .hp_slogan_title {
        font-size: 12vw;
        letter-spacing: -1px;
    }
    .hp_slogan_title span {
        bottom: 5px;
    }
    
    /*homepage contact*/
    .hp_contact {
        background-color: transparent;
        margin-top: 0;
    }
    .hp_contact_left_box img {
        min-height: auto;
    }
    .hp_contact_left_box {
        width: 100%;
    }
    .hp_contact_left {
        margin-top: 0;
    }
    .hp_contact_right_box {
        padding: 3rem 30px;
        background-color: #333;
    }
    .hp_contact .hp_keyword span {
        display: unset;
    }

}


/*Custom_page*/
#main_index{ padding-bottom:0rem!important; overflow:hidden; }
#main_index h1, #main_index h2, #main_index h5{ cursor:default; }

.hp_project_table{
    position:relative;
    padding:5rem 9%;
    background:#f8f6f1;
    color:#1f1f1f;
}
.hp_project_table:nth-of-type(even){
    background:#ffffff;
}
.hp_project_table .container-fluid{
    padding:0;
}
.hp_project_head{
    max-width:880px;
    margin:0 auto 2.5rem;
    text-align:center;
}
.hp_project_head .n_small{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    margin:0 0 0.85rem;
    padding:0.45rem 1.1rem;
    border:1px solid rgba(185,149,96,0.35);
    border-radius:999px;
    color:#b99560;
    font-size:0.8rem;
    font-weight:700;
    letter-spacing:0.18em;
    line-height:1.2;
    text-transform:uppercase;
}
.hp_project_head .n_title{
    margin:0;
    color:#151515;
    font-size:2.65rem;
    font-weight:700;
    line-height:1.12;
    letter-spacing:-0.03em;
}
.hp_project_head .n_content{
    max-width:680px;
    margin:1rem auto 0;
    color:#666;
    font-size:1rem;
    font-weight:400;
    line-height:1.8;
}
.hp_project_tablebox{
    width:100%;
    overflow-x:auto;
    border:1px solid rgba(0,0,0,0.08);
    border-radius:1.2rem;
    background:#ffffff;
    box-shadow:0 1rem 3rem rgba(0,0,0,0.06);
}
.hp_project_data{
    width:100%;
    min-width:1180px;
    margin:0;
    border-collapse:separate;
    border-spacing:0;
    font-size:0.92rem;
    line-height:1.55;
}
.hp_project_data th{
    position:sticky;
    top:0;
    z-index:2;
    padding:1.05rem 1rem;
    background:#202020;
    color:#ffffff;
    border-right:1px solid rgba(255,255,255,0.12);
    font-size:0.75rem;
    font-weight:700;
    letter-spacing:0.09em;
    line-height:1.35;
    text-align:left;
    text-transform:uppercase;
    white-space:nowrap;
}
.hp_project_data th:first-child{
    border-top-left-radius:1.2rem;
    text-align:center;
}
.hp_project_data th:last-child{
    border-top-right-radius:1.2rem;
    border-right:0;
    text-align:center;
}
.hp_project_data td{
    padding:1rem;
    border-right:1px solid rgba(0,0,0,0.07);
    border-bottom:1px solid rgba(0,0,0,0.07);
    background:#fff;
    color:#343434;
    vertical-align:top;
}
.hp_project_data tr:nth-child(even) td{
    background:#fbfaf7;
}
.hp_project_data tr:hover td{
    background:#fff8ec;
}
.hp_project_data td:first-child{
    width:180px;
    text-align:center;
    vertical-align:middle;
}
.hp_project_data td:nth-child(2){
    width:30%;
    font-weight:700;
    color:#161616;
}
.hp_project_data td:nth-child(3){
    width:18%;
}
.hp_project_data td:nth-child(4){
    width:31%;
}
.hp_project_data td:nth-child(5){
    width:12%;
    font-weight:700;
    color:#9b703d;
    white-space:nowrap;
}
.hp_project_data td:nth-child(6){
    width:90px;
    text-align:center;
    font-weight:800;
    color:#151515;
}
.hp_project_client{
    display:flex;
    justify-content:center;
    align-items:center;
    width:150px;
    height:150px;
    margin:0 auto;
    border:1px dashed rgba(185,149,96,0.45);
    border-radius:1rem;
    background:linear-gradient(135deg, rgba(185,149,96,0.08), rgba(255,255,255,0.95));
    overflow:hidden;
}
.hp_project_client_img{
    display:block;
    width:100%;
    height:100%;
    object-fit:contain;
    padding:0.75rem;
}
.hp_project_client_img[src=""]{
    opacity:0;
}

.hp_project_contractor{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    gap:0.55rem;
}
.hp_project_contractor_img{
    display:block;
    width:110px;
    max-width:100%;
    height:100%;
    height: auto;
    object-fit:contain;
}
.hp_project_contractor_img[src=""]{
    opacity:0;
}

.hp_project_desc{
    display:flex;
    flex-direction:column;
    gap:0.28rem;
}
.hp_project_desc span{
    position:relative;
    display:block;
    padding-left:1.05rem;
}
.hp_project_desc span::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 0;
    top: 0;
    color: #b99560;
    font-weight: 900;
    line-height: 1.55;
}

@media(max-width:1200.5px){
    .hp_project_table{
        padding:4rem 5%;
    }
    .hp_project_head .n_title{
        font-size:2.25rem;
    }
}
@media(max-width:991.5px){
    .hp_project_data{
        min-width:980px;
        font-size:0.86rem;
    }
    .hp_project_data td:first-child{
        width:130px;
    }
    .hp_project_client{
        width:100px;
        height:100px;
        border-radius:0.85rem;
    }
}
@media(max-width:767.5px){
    .hp_project_table{
        padding:3.2rem 0%;
    }
    .hp_project_table .container-fluid{
        padding:0 1rem;
    }
    .hp_project_head{
        margin-bottom:1.75rem;
    }
    .hp_project_head .n_small{
        font-size:0.7rem;
    }
    .hp_project_head .n_title{
        font-size:1.85rem;
    }
    .hp_project_head .n_content{
        font-size:0.94rem;
        line-height:1.7;
    }
    .hp_project_tablebox{
        border-radius:1rem;
    }
    .hp_project_data{
        min-width:860px;
        font-size:0.82rem;
    }
    .hp_project_data th,
    .hp_project_data td{
        padding:0.85rem;
    }
    .hp_project_client{
        width:100px;
        height:100px;
    }
}