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


/*navigation bar*/
.navbar_type8 {
    background-color: #fff;
    height: 115px;
    padding: 0 6%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
}

#main_index .navbar_type8 {
    box-shadow: none;
}

.dark_nav {
    height: 80px;
    background-color: rgb(255,255,255,0.9) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    font-size: .95vw;
    color: #000;
    display: block;
    padding: .5vw 1vw;
    transition: all 0.2s ease-in-out;
}

.navbar_type8 .nav_tab .nav_item:last-child a,
.navbar_type8 .nav_tab .nav_item:hover a {
    color: #fff;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    padding: .7vw 1.5vw;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 65px !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #fff;
    transition: all 0.2s ease-in-out;
}

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

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

.navbar_type8 .nav_tab .nav_item:last-child::before,
.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item {
    height: 145px;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img .dropdown-item .dropdown_pannel .dropdown_item .img_frame {
    padding-top: 115px;
}


/*footer*/
.footer_type6 {
    background-color: #fff;
    color: #000;
    padding-top: 4rem;
    padding-bottom: 2rem;
    font-family: "Inter", sans-serif;
    border-top: .8px solid #ccc;
}

.footer_type6 a {
    color: #000;
}

.footer_type6 a:hover {
    color: #8eba40;
}

.footer_type6 .line {
    height: .8px;
    background-color: #999;
    margin: 3.5rem 0 1.5rem;
}

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

.footer_type6 .social_media {
    display: flex;
    justify-content: flex-end;
    padding: 0 !important;
    gap: 10px;
}

.footer_type6 .social_media a {
    color: #fff;
    margin-left: 0;
    width: 30px;
    height: 30px;
    background-color: #8eba40;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.footer_type6 .social_media a:hover {
    color: #fff;
    animation: 1s swing;
}

.footer_type6 .input-container {
    border: .8px solid #999;
    border-radius: 30px;
    overflow: hidden;
}

.footer_type6 .input-container .moveUp {
    color: #000;
    font-size: 10px;
}

.footer_type6 .input-container input, .footer_type6 .input-container label {
    color: #000;
    font-size: 12px;
    padding-left: 10px;
}

.footer_type6 .input-container input {
    border-bottom: none;
    caret-color: #000;
}

.footer_type6 .input-container .submit {
    background-color: #8eba40;
    padding: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    top: 50%;
    transform: translate(0, -50%);
    right: 8px;
}

.footer_type6 .logo {
    padding-top: 75px;
}

.footer_type6 .logo img {
    max-height: 75px;
}

@media (min-width: 768px) {
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3 {
        -ms-flex: 0 0 22%;
        flex: 0 0 22%;
        max-width: 22%;
    }
    .footer_type6 .col-12.col-md-3.mb-1.mb-md-0.p-3:first-child {
        -ms-flex: 0 0 34%;
        flex: 0 0 34%;
        max-width: 34%;
    }
}

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

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

.hp_banner_title {
    font-size: 2.5vw;
    font-weight: 700;
    color: #222;
    margin-bottom: .5vw;
}

.hp_banner_title span {
    display: block;
    font-weight: 800;
    font-size: 2.9vw;
}

.hp_banner_keyword {
    font-size: 1.1vw;
    font-weight: 300;
    color: #000;
    margin-bottom: 0;
}

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

.slider_banner {
    margin-bottom: 0 !important;
}

.slider_banner .slick-dots {
    position: absolute;
    left: 50%;
    top: 92%;
    transform: translate(-50%, -50%);
    width: fit-content;
    bottom: unset;
    display: flex;
}

.slider_banner .slick-dots li button::before {
    color: transparent;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.slider_banner .slick-dots li button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 18px;
    height: 18px;
    border: .8px solid #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.slider_banner .slick-dots li.slick-active button::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.slider_banner .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.slider_banner .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
}

/*homepage about*/
.hp_about {
    padding: 5.5rem 10% 3.5rem;
}

.hp_about_left_box {
    position: relative;
    left: 7%;
    width: 96%;
}

.hp_about_right_box {
    padding-left: 5.5vw;
}

.hp_small_title {
    display: flex;
    gap: 10px;
    margin-bottom: 5px;
    color: #8eba40;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    font-size: 17px;
    align-items: center;
}

.hp_small_title span {
    display: block;
    width: 4px;
    height: 4px;
    background-color: #8eba40;
}

.hp_big_title {
    font-size: 2.25vw;
    color: #2f2f2f;
    font-weight: 900;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}

.hp_big_title span {
    display: block;
}

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

.hp_keyword {
    font-size: 15.5px;
    margin-bottom: 0;
    font-weight: 300;
    color: #000;
    line-height: 1.7;
}

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

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 13px 35px;
    background-color: #8eba40;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffff;
    gap: 25px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 14.5px;
    cursor: pointer;
    font-weight: 300;
    font-family: "Inter", sans-serif;
}

.hp_button span {
    display: inline-block;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out;
}

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

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

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

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

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

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

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.hp_aboutLogo_box {
    display: flex;
    justify-content: center;
    border: .8px solid rgba(0, 0, 0, 0.15);
    border-right: none;
}

.hp_aboutLogo_box img {
    max-width: 200px;
}

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

.hp_services_top_box {
    margin-bottom: 2rem;
}

.hp_services_ebox {
    margin: 15px 0;
}

.hp_services_box {
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

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

.hp_services_title {
    font-size: 21px;
    font-family: "Inter", sans-serif;
    margin: 30px 0 5px;
    font-weight: 700;
    color: #000;
}

.hp_services_keyword {
    font-size: 13.5px;
    font-family: "Inter", sans-serif;
    width: 95%;
    margin: 0 auto;
    line-height: 1.4;
    min-height: 57px;
}

.hp_services_button {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.hp_services .hp_button {
    background-color: #2f2f2f;
}

.hp_services .hp_button:hover {
    background-color: #8eba40;
}

/*homepage author*/
.hp_author {
    background-color: #000;
}

.hp_author_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.hp_author_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 6vw;
}

.hp_author .hp_small_title {
    font-size: 15px;
    font-weight: 300;
}

.hp_author .hp_big_title {
    color: #fff;
    margin-bottom: 10px;
}

.hp_author_keyword {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-family: "Inter", sans-serif;
    line-height: 1.7;
    width: 95%;
}

.hp_author_slider {
    margin-bottom: 0 !important;
}

.hp_author_slider .slick-dots {
    position: absolute;
    left: 97%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    width: fit-content;
    bottom: unset;
    display: flex;
}

.hp_author_slider .slick-dots li button::before {
    color: transparent;
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.hp_author_slider .slick-dots li button::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.7);
    width: 18px;
    height: 18px;
    border: .8px solid #fff;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.hp_author_slider .slick-dots li.slick-active button::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.hp_author_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    padding: 0;
}

.hp_author_slider .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 10px;
}

/*homepage project*/
#main_index .index_wrapper_6 {
    padding: 6.5rem 6.5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/24136/image/e-bg.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100% 0;
}

.hp_project_top_box {
    margin-bottom: 2.5rem;
}

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

#main_index .gallerycategory .img_frame {
    height: 0;
    padding-top: 110%;
}

#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.05);
    transform-origin: center;
}

#main_index .gallerycategory .img_frame:hover .more {
    background-color: transparent;
}

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

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

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

#main_index .gallerycategory .col-lg-4.col-md-6.col-sm-12.p-0 p:nth-child(2) {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    margin-bottom: 0;
}

/*@media (min-width: 992px) {*/
/*    #main_index .gallerycategory .col-lg-4.col-md-6.col-sm-12.p-0 {*/
/*        -ms-flex: 0 0 33.333333%;*/
/*        flex: 0 0 33.333333%;*/
/*        max-width: 33.333333%;*/
/*    }*/
/*}*/

/*homepage why*/
.hp_why {
    padding: 7rem 5%;
    background-image: url('https://cdn1.npcdn.net/userfiles/24136/image/whybg(1).png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_why_top_box {
    margin-bottom: 1rem;
}

.hp_why .hp_small_title {
    filter: brightness(0) invert(1);
}

.hp_why .hp_big_title {
    color: #fff;
}

.hp_why_ebox {
    margin: 15px 0;
}

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

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

.hp_why_box {
    padding: 25px 35px;
    background-color: #fff;
    height: 100%;
    transition: all 0.3s ease-in-out;
}

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

.hp_why_title {
    font-size: 23px;
    font-family: "Inter", sans-serif;
    margin: 15px 0 0;
    color: #000;
}

.hp_why_title span {
    display: block;
}

/*homepage partner*/
.hp_partner {
    padding: 8.5rem 5% 3rem;
}

.hp_partner_right_box {
    padding-left: 2vw;
}

.hp_partner_middle_box {
    border: .8px solid rgba(0, 0, 0, 0.15);
    margin: 3rem 0;
}

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

.hp_partner_logo:hover {
    transform: translateY(-5px);
}

.hp_partner_bottom_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.hp_partner_point {
    border: .8px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 2.5vw;
    transition: all 0.3s ease-in-out;
}

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

.hp_partner_title {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.hp_partner_point:nth-child(2) .hp_partner_img {
    padding-top: 2vw;
}

/*homepage award*/
#main_index .index_wrapper_9 {
    padding: 3rem 6.5%;
    background-image: linear-gradient(to right, #fff 50%, #8eba40 50%);
    position: relative;
}

#main_index .index_wrapper_9::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-image: url('https://cdn1.npcdn.net/userfiles/24136/image/h-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_award_box {
    padding-top: 5vw;
    padding-right: 5vw;
}

.hp_award .hp_keyword {
    font-family: "Inter", sans-serif;
    margin: 1rem 0;
}

.hp_award_button {
    display: flex;
}

.hp_award .hp_button {
    gap: 4vw;
}

#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding-right: 4vw;
    filter: drop-shadow(15px 15px 5px rgba(0, 0, 0, 0.3));
}

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    padding: 15px;
    background-color: #fff;
    transform: translate(-50%, -50%) scale(0.92);
    box-shadow: inset 0 0 10px rgba(0,0,0,0.4);
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 125%;
    background-color: transparent;
    background-image: url('https://cdn1.npcdn.net/userfiles/22106/image/frame.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 15px 25px;
    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 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    filter: unset;
    opacity: 1;
    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;
    opacity: 1;
    text-shadow: none;
    color: #000;
}

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -30px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -30px;
}

/*homepage contact*/
#main_index .index_wrapper_11 {
    padding: 5rem 8%;
    background-image: url('https://cdn1.npcdn.net/userfiles/24136/image/i-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_contact_box {
    padding-top: 1.5vw;
}

.hp_contact_title {
    font-size: 2.25vw;
    font-weight: 500;
    color: #fff;
    margin-bottom: 1.5rem;
    font-family: "Inter", sans-serif;
    letter-spacing: .5px;
}

.hp_contact_title span {
    display: block;
}

.hp_contact .hp_keyword {
    color: #fff;
    font-family: "Inter", sans-serif;
    width: 75%;
}

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

#main_index .ex_hpcontact_formonly {
    margin: 0;
    padding: 0 4vw 0 7.5vw;
    color: #fff;
    font-size: 15px;
}

#main_index .ex_hpcontact_formonly .hp_contactform_header,
#main_index .ex_hpcontact_formonly .btn-primary i {
    display: none;
}

#main_index .ex_hpcontact_formonly .form-control {
    font-size: 14px !important;
    border-radius: 0;
    padding: 7px 15px;
}

#main_index .ex_hpcontact_formonly .btn-primary {
    background-color: #8eba40 !important;
    border-color: #8eba40 !important;
    font-size: 17.5px !important;
    font-weight: 700;
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Inter", sans-serif;
    padding: 12px !important;
}

/*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;
    }
    
    /*footer*/
    .footer_type6 {
        padding-top: 3rem;
    }
    .footer_type6 .logo {
        padding-top: 65px;
    }
    .footer_type6 .logo img {
        max-height: 65px;
    }
    
    /*homepage banner*/
    .hp_banner {
        padding-left: 6vw;
    }
    .hp_banner_keyword {
        font-size: 1.3vw;
    }
    .slider_banner .slick-dots li,
    .slider_banner .slick-dots li button,
    .slider_banner .slick-dots li button::before {
        width: 9px;
        height: 9px;
    }
    .slider_banner .slick-dots li button::after {
        width: 15px;
        height: 15px;
    }
    
    /*homepage about*/
    .hp_about {
        padding: 4rem 15px;
    }
    .hp_about_left_box {
        left: 0;
        width: 100%;
    }
    .hp_about_right_box {
        padding-left: 2.5vw;
    }
    .hp_small_title {
        font-size: 15.5px;
    }
    .hp_big_title {
        font-size: 25px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_keyword {
        font-size: 14px;
    }
    .hp_button {
        font-size: 14px;
        gap: 10px;
        padding: 10px 23px;
    }
    
    /*homepage services*/
    .hp_services {
        padding: 4rem 15px;
    }
    .hp_services_top_box {
        margin-bottom: 1rem;
    }
    .hp_services_title {
        font-size: 17px;
        margin: 20px 0 5px;
    }
    .hp_services_keyword {
        width: 100%;
        min-height: 76px;
    }
    
    /*homepage author*/
    .hp_author_content {
        padding: 0 30px;
    }
    .hp_author .hp_small_title {
        font-size: 14px;
    }
    .hp_author_keyword {
        font-size: 14px; 
        width: 100%;
    }
    .hp_author_img img {
        min-height: 420px;
        object-fit: cover;
    }
    .hp_author_slider .slick-dots li,
    .hp_author_slider .slick-dots li button,
    .hp_author_slider .slick-dots li button::before {
        width: 9px;
        height: 9px;
    }
    .hp_author_slider .slick-dots li button::after {
        width: 15px;
        height: 15px;
    }
    
    /*homepage project*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_project_top_box {
        margin-bottom: 1.5rem;
    }
    #main_index .gallerycategory .col-lg-4.col-md-6.col-sm-12.p-0 p:nth-child(2) {
        font-size: 15px;
    }
    
    /*homepage why*/
    .hp_why {
        padding: 4rem 15px;
    }
    .hp_why_icon img {
        max-width: 65px;
    }
    .hp_why_title {
        font-size: 18px;
    }
    .hp_why_box {
        padding: 20px;
    }
    
    /*homepage partner*/
    .hp_partner {
        padding: 4rem 15px 3rem;
    }
    .hp_partner_right_box {
        padding-left: 0;
    }
    .hp_partner_middle_box {
        margin: 2rem 0;
    }
    .hp_partner_title {
        font-size: 19px;
    }
    .hp_partner_point {
        padding: 30px;
    }
    .hp_partner_logo {
        margin: 10px;
    }
    
    /*homepage award*/
    #main_index .index_wrapper_9 {
        padding: 3rem 15px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-slider {
        margin-bottom: 0 !important;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-dots {
        display: none !important;
    }
    
    /*homepage contact*/
    #main_index .index_wrapper_11 {
        padding: 4rem 15px;
    }
    .hp_contact_title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .hp_contact_button {
        margin-top: 1.5rem;
    }
    #main_index .ex_hpcontact_formonly .form-control {
        font-size: 13px !important;
        padding: 5px 15px;
    }
    #main_index .ex_hpcontact_formonly {
        font-size: 13px;
        padding: 0 30px;
    }
    #main_index .ex_hpcontact_formonly .btn-primary {
        font-size: 15px !important;
        padding: 10px !important;
    }

}

.side_menu {
    background-color: #222;
}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type6 .logo {
        padding-top: 45px;
    }
    .footer_type6 .logo img {
        max-height: 45px;
    }
    
    /*homepage banner*/
    
    
    /*homepage about*/
    .hp_big_title span {
        display: unset;
    }
    .hp_about_right_box {
        padding-left: 0;
    }
    
    /*homepage services*/
    
    
    /*homepage author*/
    .hp_author_img img {
        min-height: 500px;
    }
    
    /*homepage project*/
    
    
    /*homepage why*/
    
    
    /*homepage partner*/
    
    
    /*homepage award*/
    .hp_award_box {
        padding-top: 0;
    }
    
    /*homepage contact*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type6 .logo {
        padding-top: 75px;
    }
    .footer_type6 .logo img {
        max-height: 75px;
    }
    .footer_type6 .social_media {
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    /*homepage banner*/
    .slider_banner .item > img {
        min-height: 400px;
        object-fit: cover;
        padding-top: 155px;
        background-color: #f9fcf5;
        object-position: right;
    }
    .slider_banner .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 155px;
        width: 100%;
        height: 20%;
        background-image: linear-gradient(to bottom, #f9fcf5, transparent);
    }
    .hp_banner {
        padding: 20px;
        align-items: flex-start;
    }
    .hp_banner_title {
        font-size: 20px;
    }
    .hp_banner_title span {
        font-size: 25px;
    }
    .hp_banner_keyword {
        font-size: 13px;
    }
    .hp_banner_button {
        margin-top: 10px;
    }
    .hp_banner .hp_button {
        font-size: 12px;
        gap: 7px;
        padding: 7px 16px;
    }
    
    /*homepage about*/
    .hp_about_right_box {
        margin-top: 3rem;
    }
    .hp_aboutLogo {
        border-top: .8px solid rgba(0, 0, 0, 0.15);
    }
    .hp_aboutLogo_box {
        border-right: none;
        border-left: none;
        border-top: none;
    }
    
    /*homepage services*/
    .hp_services_keyword {
        min-height: auto;
    }
    
    /*homepage author*/
    .hp_author_box {
        display: flex;
        flex-direction: column-reverse;
    }
    .hp_author_img img {
        min-height: auto;
    }
    .hp_author_content {
        padding: 3rem 30px 3.5rem;
    }
    .hp_author_slider .slick-dots {
        left: 50%;
        top: 97%;
        transform: translate(-50%, -50%);
    }
    
    /*homepage project*/
    #main_index .gallerycategory .col-lg-4.col-md-6.col-sm-12.p-0 {
        width: 50%;
        padding: 0 10px !important;
        margin: 10px 0 !important;
    }
    #main_index .gallerycategory .img_frame {
        height: 0;
        padding-top: 100%;
    }
    #main_index .gallerycategory .col-lg-4.col-md-6.col-sm-12.p-0 p:nth-child(2) {
        padding: 0 !important;
    }
    #main_index .gallerycategory {
        padding: 0 5px;
    }
    
    /*homepage why*/
    .hp_why_title span {
        display: unset;
    }
    .hp_why_title {
        font-size: 16px;
    }
    
    /*homepage partner*/
    .hp_partner_right_box {
        margin-top: 1.5rem;
    }
    .hp_partner_bottom_box {
        grid-template-columns: unset;
        gap: 2rem;
        display: flex;
        flex-direction: column;
    }
    .hp_partner_point {
        padding: 30px 10px;
    }
    
    /*homepage award*/
    #main_index .index_wrapper_9 {
        background-image: linear-gradient(to bottom, #fff 60%, #8eba40 60%);
    }
    #main_index .index_wrapper_9::before {
        width: 100%;
        height: 60%;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
        color: #fff;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
        padding: 15px;
    }
    .hp_award_box {
        padding-right: 0;
        padding-bottom: 2.5rem;
    }
    
    /*homepage contact*/
    .hp_contact_box {
        padding-top: 0;
        padding-bottom: 3rem;
    }

}


.gallerycategory .img_frame img, .ws_gallery-2 .img_frame img{
    object-fit: contain;
}