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

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;
}


/*top space*/
.top_space {
    height: 45px;
    background-color: #eb1e24;
    padding: 0 9.5%;
}

.top_space_box {
    display: flex;
    justify-content: flex-end;
    gap: 2vw;
    height: 100%;
}

.top_space_contact {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-size: 1vw;
    font-weight: 300;
}

.top_space_contact ul {
    display: flex;
    align-items: center;
}

.top_space_contact a,
.top_space_contact a:hover {
    color: #fff;
    text-decoration: none;
}

.top_space_contact a span {
    margin: 0 5px;
}

.top_space_contact ul li:last-child span {
    display: none;
}

/*navigation bar*/
.navbar_type8 {
    height: 100px;
    padding: 0 8.5%;
    background-color: #000;
    transition: all 0.2s ease-in-out;
}

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

.dark_nav {
    height: 80px;
}

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

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

.navbar_type8 .nav_tab {
    padding: 0;
    gap: 1vw;
    flex: 0 1 70%;
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 .nav_tab {
    padding: 0 0 2vw;
}

.navbar_type8.dark_nav .nav_tab {
    padding: 0 !important;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: 1.2vw;
    font-weight: 600;
    padding: .5vw;
}

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

/*footer*/
.footer_type7 {
    background-color: #000;
    background-image: url('https://cdn1.npcdn.net/userfiles/28269/image/footerbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    color: white;
    padding-top: 6.5rem !important;
    padding-bottom: 4.5rem !important;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
}

.footer_type7::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9vw;
    height: 9vw;
    background-color: #eb1e24;
    opacity: .5;
    z-index: 1;
}

.footer_type7 .row {
    row-gap: 3rem;
    position: relative;
    z-index: 3;
}

.footer_type7 .title h5 {
    color: #eb1e24;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}

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

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

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

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

/*homepage banner*/

.hp_banner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 8vw;
}

.hp_banner_box {
    width: 100%;
}

.hp_banner_title1 {
    font-size: 2.4vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1.5vw;
    letter-spacing: .5px;
}

.hp_banner_title1::before {
    content: "";
    width: 10.5vw;
    height: 1.8px;
    background-color: #eb1e24;
}

.hp_banner_title2 {
    font-size: 2.4vw;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 1.5vw;
    white-space: nowrap;
    letter-spacing: .5px;
}

.hp_banner_title2::after {
    content: "";
    width: 100%;
    height: 1.8px;
    background-color: #eb1e24;
}

.hp_banner_group {
    padding-left: 12vw;
}

.hp_banner_keyword {
    font-size: 1.05vw;
    color: #fff;
    margin: 1.5vw 0 0;
    font-weight: 300;
    width: 35%;
}

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

.hp_banner .hp_button {
    padding: 3px 10px 3px 20px;
}

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

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

.hp_why_top_box {
    margin-bottom: 2rem;
}

.hp_small_title {
    font-size: 22px;
    font-weight: 700;
    color: #eb1e24;
    margin-bottom: 15px;
    letter-spacing: 5px;
    position: relative;
}

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

.hp_big_title span {
    display: block;
}

.hp_why_ebox {
    margin: 15px 0;
}

.hp_why_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28269/image/b-wcu-box-grey.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
    transition: all 0.3s ease-in-out;
}

.hp_why_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28269/image/b-wcu-box-red.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -2;
    transition: all 0.3s ease-in-out;
}

.hp_why_box {
    padding: 30px 35px 35px;
    position: relative;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_box:hover::before {
    opacity: 0;
}

.hp_why_icon img {
    max-width: 85px;
}

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

.hp_why_title {
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 20px;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover .hp_why_title {
    color: #fff;
}

.hp_why_keyword {
    font-size: 15px;
    margin-bottom: 0;
    color: #000;
    line-height: 1.4;
    transition: all 0.3s ease-in-out;
}

.hp_why_box:hover .hp_why_keyword {
    color: #fff;
}

/*homepage about*/
.hp_about {
    padding: 6rem 12.5%;
    border-top: .8px solid #ccc;
    background-image: url('https://cdn1.npcdn.net/userfiles/28269/image/c-about-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.hp_about::before {
    content: "";
    position: absolute;
    left: 9.5vw;
    top: 0;
    width: .8px;
    height: 100%;
    background-color: #ccc;
}

.hp_about .hp_small_title {
    margin-bottom: 30px;
}

.hp_about .hp_small_title::before {
    content: "01";
    font-size: 20px;
    font-weight: 700;
    color: #eb1e24;
    letter-spacing: 5px;
    position: absolute;
    left: -7.7vw;
    top: 50%;
    transform: translate(0, -50%);
    border-right: 4.8px solid #eb1e24;
    padding: .6vw 1.3vw .6vw 0;
}

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

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

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

.hp_button {
    background-color: #eb1e24;
    border: none;
    color: #fff;
    padding: 5px 10px 5px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13.5px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

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

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

.hp_button span {
    line-height: .5;
    font-size: 30px;
    display: block;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

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

.hp_about_right_box {
    position: relative;
    left: 17%;
    width: 102%;
}

/*homepage services*/

#main_index .index_wrapper_5 {
    background-image: linear-gradient(to bottom, #f2f2f2 70%, #fff 70%);
    padding: 7.5rem 13.5% 7.5rem 12.5%;
    position: relative;
}

#main_index .index_wrapper_5::before {
    content: "";
    position: absolute;
    left: 9.5vw;
    top: 0;
    width: .8px;
    height: 100%;
    background-color: #ccc;
}

#main_index .index_wrapper_5::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 9.5%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28269/image/d-strip-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#main_index .outerContainer_5 {
    position: relative;
    z-index: 2;
}

.hp_services {
    margin-bottom: 3rem;
    position: relative;
}

.hp_services::before {
    content: "SERVICES";
    position: absolute;
    left: 50%;
    top: -3vw;
    transform: translate(-50%, 0);
    font-size: 10vw;
    font-weight: 700;
    line-height: .8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
}

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

.hp_services .hp_small_title::before {
    content: "02";
    font-size: 20px;
    font-weight: 700;
    color: #eb1e24;
    letter-spacing: 5px;
    position: absolute;
    left: -7.7vw;
    top: 50%;
    transform: translate(0, -50%);
    border-right: 4.8px solid #eb1e24;
    padding: .6vw 1.3vw .6vw 0;
}

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

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

#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 .service_box_type4 .img_frame {
    height: 0;
    padding-bottom: 70%;
}

#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: all .3s ease-in-out;
}

#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: unset;
    max-height: unset;
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    color: white;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 2vw 2.5vw;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent, transparent);
}

#main_index .service_type4 .service_box_type4 .img_frame .box p > span {
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}

#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;
    background-color: #eb1e24;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #eb1e24;
    padding: 8px 6px 8px 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 13.5px !important;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    border-radius: 0;
}

#main_index .service_type4 .service_box_type4 .general_btn::after {
    content: "\f135";
    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;
    line-height: .5;
    font-size: 30px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4 .general_btn:hover::after {
    transform: rotate(-360deg);
}

/*homepage project*/
#main_index .index_wrapper_6 {
    padding: 8.5rem 0 9rem 12.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/28269/image/projectbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: relative;
}

#main_index .index_wrapper_6::before {
    content: "";
    position: absolute;
    left: 9.5vw;
    top: 0;
    width: .8px;
    height: 100%;
    background-color: #ccc;
}

#main_index .index_wrapper_6::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5vw;
    width: 80%;
    height: .8px;
    background-color: #ccc;
}

#main_index .outerContainer_6 {
    position: relative;
}

#main_index .outerContainer_6::before {
    content: "";
    position: absolute;
    left: calc(-14.5% - -2px);
    bottom: -9rem;
    width: 9.5vw;
    height: 5vw;
    background-color: #eb1e24;
    opacity: .5;
}

.hp_project {
    padding-right: 9vw;
    margin-bottom: 2.5rem;
}

.hp_project::before {
    content: "PROJECTS";
    position: absolute;
    left: 44%;
    top: -3vw;
    transform: translate(-50%, 0);
    font-size: 10vw;
    font-weight: 700;
    line-height: .8;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.4);
    letter-spacing: 1px;
}

.hp_project .hp_big_title {
    color: #fff;
}

.hp_project .hp_small_title::before {
    content: "03";
    font-size: 20px;
    font-weight: 700;
    color: #eb1e24;
    letter-spacing: 5px;
    position: absolute;
    left: -7.7vw;
    top: 50%;
    transform: translate(0, -50%);
    border-right: 4.8px solid #eb1e24;
    padding: .6vw 1.3vw .6vw 0;
}

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

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

#main_index .gallerycategory > .container-fluid:nth-child(1),
#main_index .gallerycategory > .container-fluid:nth-child(2) > .row:nth-child(2),
#main_index .gallerycategory .img_frame .more {
    display: none;
}

#main_index .gallerycategory .col-lg-3.col-md-6.col-sm-12.p-0 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    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 {
    height: 0;
    padding-top: 100%;
    margin-bottom: 0;
}

#main_index .gallerycategory p {
    margin-bottom: 0;
    background-color: #000;
    color: #fff;
    text-align: left !important;
    padding: 10px 70px 10px 25px !important;
    font-size: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 2;
    font-weight: 600;
    position: relative;
    height: 65px;
}

#main_index .gallerycategory p::before {
    content: "";
    width: 65px;
    height: 65px;
    background-color: #eb1e24;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
}

#main_index .gallerycategory p::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: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    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 p::after {
    transform: rotate(-360deg);
}

#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: center;
}

#main_index .gallerycategory .slick-prev::before,
#main_index .gallerycategory .slick-next::before {
    text-shadow: none;
    color: #3e3e3e;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #999;
    border-radius: 50%;
    font-size: 30px;
}

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

#main_index .gallerycategory .slick-next,
#main_index .gallerycategory .slick-prev {
    width: 50px;
    height: 50px;
    top: 113%;
}

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

#main_index .gallerycategory .slick-prev {
    left: unset;
    right: calc(10.5vw + 50px);
}

#main_index .gallerycategory .slick-arrow.slick-disabled {
    opacity: 0.5;
}

/*homepage news*/
#main_index .index_wrapper_7 {
    padding: 6rem 9.5% 8rem;
}

.hp_news_top_box {
    margin-bottom: 2rem;
}

#main_index .latest_new_type4 .news_box {
    padding: 0;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

#main_index .latest_new_type4 .news_box:hover {
    transform: translateY(-10px);
}

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

#main_index .latest_new_type4 .col-lg-4.col-md-6.col-12.mb-3.p-0:nth-child(n+4) {
    display: none;
}

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

#main_index .latest_new_type4 .container-fluid > .row:nth-child(2) {
    display: none;
}

#main_index .latest_new_type4 .news_box p {
    font-size: 14.5px;
    font-weight: 700;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}

#main_index .latest_new_type4 .news_box .date {
    color: #666;
    font-size: 12px;
    font-weight: 600;
}

/*homepage client*/
.hp_client {
    padding-bottom: 7rem;
}

.hp_client_top_box {
    margin-bottom: 3rem;
}

.hp_client_img {
    margin: 10px 20px;
    transition: all 0.2s ease-in-out;
}

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

/*homepage contact*/
.hp_contact {
    padding: 0 8.5%;
    position: relative;
}

.hp_contact::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 25%;
    background-color: #000;
    background-image: url('https://cdn1.npcdn.net/userfiles/28269/image/footerbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.hp_contact .hp_big_title {
    color: #fff;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 3vw;
    width: 100%;
}

.hp_contact .hp_big_title::after {
    content: "";
    width: 100%;
    height: .8px;
    background-color: #fff;
}

.hp_contact_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3vw;
    background-color: #eb1e24;
    padding: 4vw 7vw;
}

.hp_contact .hp_button {
    color: #eb1e24;
    background-color: #fff;
    white-space: nowrap;
}



/*other pages*/


/*homepage responsive*/

@media (max-width: 1200.5px) {
    /*top space*/
    .top_space {
        padding: 0 15px;
    }
    .top_space_contact {
        font-size: 1.3vw;
    }
    
    /*navigation bar*/
    .navbar_type8 {
        padding: 0 15px;
    }
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1.35vw;
    }
    
    /*footer*/
    .footer_type7 {
        padding-top: 4.5rem !important;
        padding-bottom: 2.5rem !important;
    }
    
    /*homepage banner*/
    .hp_banner_keyword {
        font-size: 1.4vw;
    }
    .hp_banner_title1,
    .hp_banner_title2 {
        font-size: 2.7vw;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_small_title {
        font-size: 17px;
        letter-spacing: 4px;
    }
    .hp_big_title {
        font-size: 28px;
    }
    .hp_why_top_box {
        margin-bottom: 1.5rem;
    }
    .hp_why_icon img {
        max-width: 70px;
    }
    .hp_why_box {
        padding: 25px;
    }
    .hp_why_title {
        font-size: 20px;
        margin: 20px 0 10px;
    }
    .hp_why_keyword {
        font-size: 14px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about .hp_small_title {
        margin-bottom: 15px;
    }
    .hp_about::before,
    .hp_about .hp_small_title::before {
        display: none;
    }
    .hp_about .hp_big_title {
        margin-bottom: 20px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_about_right_box {
        left: 0;
        width: 100%;
    }
    .hp_button span {
        font-size: 25px;
    }
    .hp_button {
        padding: 4px 10px 4px 15px;
    }
    .hp_about_button {
        margin-top: 1.5rem;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_5 {
        padding: 4rem 15px;
    }
    #main_index .index_wrapper_5::before,
    .hp_services .hp_small_title::before {
        display: none;
    }
    .hp_services {
        margin-bottom: 2rem;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p > span {
        font-size: 21px;
    }
    #main_index .service_type4 .service_box_type4 .general_btn {
        padding: 6px 10px 6px 15px;
    }
    #main_index .service_type4 .service_box_type4 .general_btn::after {
        font-size: 25px;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_6 {
        padding: 4rem 0 6rem 15px;
    }
    #main_index .index_wrapper_6::before,
    #main_index .outerContainer_6::before,
    .hp_project .hp_small_title::before {
        display: none;
    }
    .hp_project {
        padding-right: 15px;
        margin-bottom: 2.5rem;
    }
    #main_index .gallerycategory p::before {
        width: 50px;
        height: 50px;
    }
    #main_index .gallerycategory p::after {
        width: 50px;
        height: 50px;
        font-size: 35px;
    }
    #main_index .gallerycategory p {
        height: 50px;
        padding: 10px 55px 10px 20px !important;
        font-size: 19px;
        line-height: 1.65;
    }
    #main_index .gallerycategory .slick-next,
    #main_index .gallerycategory .slick-prev,
    #main_index .gallerycategory .slick-prev::before,
    #main_index .gallerycategory .slick-next::before {
        width: 35px;
        height: 35px;
        font-size: 25px;
    }
    #main_index .gallerycategory .slick-next {
        right: 30px;
    }
    #main_index .gallerycategory .slick-prev {
        right: 80px;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_7 {
        padding: 4rem 15px;
    }
    .hp_news_top_box {
        margin-bottom: 1.5rem;
    }
    #main_index .latest_new_type4 > .container-fluid {
        padding: 0 15px !important;
    }
    .latest_new_type4 .news_box .img_frame {
        height: 230px;
    }
    
    /*homepage client*/
    .hp_client {
        padding-bottom: 4rem;
    }
    .hp_client_top_box {
        margin-bottom: 2.5rem;
    }
    .hp_client_img {
        margin: 10px 15px;
    }
    
    /*homepage contact*/
    .hp_contact {
        padding: 0 15px;
    }
    .hp_contact_box {
        padding: 2.5rem 5vw;
    }

}

.navbar_mobile {
    background-color: #000;
}

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

.navbar_mobile .btn-outline-light:hover {
    background-color: transparent;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    
    
    /*homepage banner*/
    
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    /*homepage about*/
    
    
    /*homepage services*/
    
    
    /*homepage project*/
    
    
    /*homepage news*/
    
    
    /*homepage client*/
    
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type7 .row {
        row-gap: .5rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 350px;
        object-fit: cover;
    }
    .hp_banner_group {
        padding-left: 25px;
    }
    .hp_banner_title1::before {
        width: 15px;
    }
    .hp_banner_title1 {
        font-size: 21px;
        gap: 10px;
        white-space: normal;
        letter-spacing: 0;
    }
    .hp_banner_title2 {
        font-size: 21px;
        gap: 10px;
    }
    .hp_banner_keyword {
        font-size: 13px;
        width: 90%;
    }
    .hp_banner .hp_button {
        padding: 2px 5px 2px 15px;
        font-size: 12px;
        gap: 0;
    }
    .hp_banner_button {
        margin-top: 10px;
    }
    
    /*homepage why*/
    .hp_why_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_why_box::before,
    .hp_why_box::after {
        background-size: cover;
        background-position: 100% 100%;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_big_title span {
        display: unset;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_5::after,
    .hp_services::before {
        display: none;
    }
    .hp_services_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    #main_index .service_type4 .col-6.col-md-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p {
        padding: 20px;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p > span {
        font-size: 19px;
    }
    #main_index .service_type4 .service_box_type4 .general_btn {
        padding: 5px 7px 6px 14px;
    }
    
    /*homepage project*/
    .hp_project_right_box {
        justify-content: flex-start;
        margin-top: 1.5rem;
    }
    .hp_project::before {
        display: none;
    }
    #main_index .index_wrapper_6::after {
        bottom: 13vw;
        width: 60%;
    }
    
    /*homepage news*/
    
    
    /*homepage client*/
    .hp_client_img {
        margin: 10px;
    }
    
    /*homepage contact*/
    .hp_contact .hp_big_title {
        white-space: normal;
        justify-content: center;
    }
    .hp_contact .hp_big_title::after {
        display: none;
    }
    .hp_contact_box {
        padding: 2.5rem 15px;
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

}