
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: 125px;
    padding: 0 9% 0 5.5%;
    background-color: #f9f9f9;
    transition: all 0.2s ease-in-out;
}

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

.navbar_type8 .logo {
    margin-left: 0;
}

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

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

.navbar_type8 .nav_tab {
    padding: 0;
    gap: .5vw;
}

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

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

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

.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: #e3e129;
    transform: translate(-50%, 0);
}

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

/*footer*/
.footer_type12 {
    background-color: #000;
    color: white;
    padding-top: 7rem !important;
    padding-bottom: 5rem !important;
    overflow: hidden;
}

.footer_type12 .row {
    row-gap: 2rem;
}

.footer_type12 .input-container .submit {
    color: #e3e129;
}

.footer_type12 .title {
    min-height: unset;
    color: #e3e129;
}

.footer_type12 .title h6 {
    font-size: 15px !important;
    font-weight: 700;
}

.footer_type12 .title h6.footer_subtitle.subscribe_new {
    font-size: 2.4vw !important;
}

.footer_type12 .line {
    height: .8px;
    margin-top: 2rem;
    background-color: rgba(255, 255, 255, 0.5);
}

.footer_type12 a:hover {
    color: #e3e129;
}

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

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

.footer_type12 .social_media a:hover {
    color: #000;
    animation: 1s jello;
}

/*homepage banner*/


/*homepage feature*/
.hp_feature {
    padding: 5rem 4.5%;
    background-color: #f9f9f9;
}

.hp_feature_top_box {
    margin-bottom: 2rem;
}

.hp_feature_ebox {
    margin: 15px 0;
}

.hp_feature_icon img {
    max-width: 90px;
}

.hp_feature_box:hover .hp_feature_icon img {
    animation: 1s jello;
}

.hp_feature_box {
    height: 100%;
    padding: 35px 25px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

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

.hp_feature_title {
    font-size: 18px;
    font-weight: 800;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin: 30px 0 15px;
}

.hp_feature_title::after {
    content: "";
    display: block;
    width: 50px;
    height: 2.8px;
    background-color: #e3e129;
}

.hp_feature_keyword {
    font-size: 13.5px;
    margin-bottom: 0;
    line-height: 1.4;
    color: #000;
}

.hp_small_title {
    font-size: 14.5px;
    font-weight: 700;
    color: #e3e129;
    margin-bottom: 10px;
}

.hp_big_title {
    font-size: 2vw;
    font-weight: 700;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 0;
}

.hp_big_title::after {
    content: "";
    display: block;
    width: 70px;
    height: 2.8px;
    background-color: #e3e129;
}

@media (min-width: 768px) {
    .hp_feature_ebox {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*homepage about*/

.hp_about_left_box {
    width: 94%;
}

.hp_about_right_box {
    padding-left: 2vw;
    padding-right: 7vw;
}

.hp_about .hp_big_title {
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.hp_about_icon img {
    max-width: 75px;
    width: 75px !important;
}

.hp_about_point:hover .hp_about_icon img {
    animation: 1s jello;
}

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

.hp_about_point {
    display: flex;
    align-items: center;
    gap: 2vw;
}

.hp_about_title {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.hp_about_keyword {
    font-size: 13.5px;
    color: #000;
    line-height: 1.8;
    margin-bottom: 0;
}

.hp_about_group {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 2.5rem;
}

/*homepage services*/
#main_index .index_wrapper_5 {
    padding-top: 6rem;
    background-color: #f9f9f9;
}

.hp_services_top_box {
    margin-bottom: 2.5rem;
}

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

#main_index .service_type4 .col-6.col-md-4 {
    padding: 0;
}

#main_index .service_type4 .service_box_type4 {
    margin-bottom: 0;
}

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

#main_index .service_type4 .service_box_type4 .img_frame {
    height: 0;
}

#main_index .service_type4 .service_box_type4 .img_frame .box {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    height: 100%;
    border: none;
    transition: 0.3s fadeIn;
}

#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:hover .overlay {
    background-color: transparent;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p {
    overflow: auto;
    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: center;
    align-items: center;
    padding: 0 3vw;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p span {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    transform: scale(1);
    opacity: 1;
    transition: all 0.3s ease-in-out;
}

#main_index .service_type4 .service_box_type4:hover .img_frame .box p span {
    transform: scale(0.7);
    opacity: 0;
}

#main_index .service_type4 .service_box_type4 .img_frame .box p br {
    display: none;
}

#main_index .service_type4 .service_box_type4 .img_frame .box .general_btn,
#main_index .service_type4 .service_box_type4 .img_frame .box .general_btn:hover{
    border: none;
    color: transparent;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0 !important;
    border-radius: 0;
    padding: 0;
}

#main_index .service_type4 .service_box_type4 .img_frame img {
    transition: all 0.3s ease-in-out;
    filter: brightness(0.4);
}

#main_index .service_type4 .service_box_type4:hover .img_frame img {
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.1);
    filter: brightness(1);
}

@media (min-width: 768px) {
    #main_index .service_type4 .col-6.col-md-4 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

/*homepage application*/
#main_index .index_wrapper_6 {
    padding: 5rem 4.5%;
}

#main_index .outerRow_6 {
    align-items: center;
}

.hp_application .hp_big_title {
    align-items: flex-start;
}

.hp_application_button {
    display: flex;
    margin-top: 3.5vw;
}

.hp_button {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding: 12px 25px;
    background-color: #e3e129;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    gap: 20px;
    border: none;
    outline: none;
    overflow: hidden;
    font-size: 17px;
    cursor: pointer;
    font-weight: 600;
}

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

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

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

#main_index .productSlider-1 .product_img {
    width: 104%;
    position: relative;
    left: -3%;
}

#main_index .productSlider-1 .slick-track .slick-slide {
    margin: 10px 30px;
    height: auto;
    flex: 1;
    border-radius: 0;
    box-shadow: none;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .slick-track .slick-slide:hover {
    transform: translateY(-10px);
}

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

#main_index .productSlider-1 .product_img .product_box .content {
    margin: 0 !important;
    padding: 20px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}

#main_index .productSlider-1 .product_img .product_box:hover .product_img_frame img {
    transform: translate(-50%, -50%) scale(1.1);
}

#main_index .productSlider-1 .product_img .product_box h6 {
    color: #fff;
    font-weight: 300 !important;
    text-align: center;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    line-height: 1.4;
    margin-bottom: 15px;
}

#main_index .productSlider-1 .product_img .product_box p {
    display: none;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top {
    font-weight: 700 !important;
    margin-bottom: 0;
    color: #e3e129;
}

#main_index .productSlider-1 .product_img .product_box h6.align-top a,
#main_index .productSlider-1 .product_img .product_box h6.align-top a:hover {
    color: #e3e129;
}

/*homepage consult*/
.hp_consult {
    background-color: #000;
}

.hp_consult .hp_big_title {
    align-items: flex-start;
    margin-bottom: 1rem;
}

.hp_consult .hp_keyword {
    font-weight: 300;
    line-height: 1.6;
}

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

.hp_consult_right_box {
    padding: 0 8vw;
}

/*homepage news*/
#main_index .index_wrapper_9 {
    padding: 6rem 5.5%;
    background-color: #f9f9f9;
}

.hp_news_top_box {
    margin-bottom: 2rem;
}

#main_index .latest_new_type6 {
    margin-bottom: 0;
    padding-top: 0;
}

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

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

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

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

#main_index .latest_new_type6 .news_box .news_box_content {
    border: none;
    background-color: #000;
    color: #fff;
}

#main_index .latest_new_type6 .news_box .title {
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 15px;
    margin-bottom: 20px;
}

#main_index .latest_new_type6 .news_box .date {
    font-weight: 300;
    font-size: 13px;
    color: #fff;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    color: #000;
    font-size: 14px;
    letter-spacing: 0;
    background-color: #e3e129;
}

#main_index .latest_new_type6 .news_box .img_frame {
    height: 330px;
}


/*homepage gallery*/

#main_index .index_wrapper_10 {
    padding: 1rem 9% 7rem;
    background-color: #f9f9f9;
}

.hp_gallery_top_box {
    margin-bottom: 2rem;
}

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

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

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

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

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

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    border-radius: 10px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
    text-shadow: none;
    background-image: unset;
    width: unset;
    height: unset;
    background-size: unset;
    background-repeat: unset;
    text-indent: unset;
    display: inline-block;
    filter: unset;
    color: #000;
    opacity: 1;
    font-size: 50px;
    width: 32px;
    height: 50px;
}

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    width: 32px;
    height: 50px;
}

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

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

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-arrow.slick-disabled {
    opacity: 0.3;
}

/*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.3vw;
    }
    
    /*footer*/
    .footer_type12 {
        padding-top: 4rem !important;
        padding-bottom: 3rem !important;
    }
    .footer_type12 .title h6.footer_subtitle.subscribe_new {
        font-size: 26px !important;
    }
    .footer_type12 .line {
        margin-top: 0;
    }
    
    /*homepage banner*/
    
    
    /*homepage feature*/
    .hp_feature {
        padding: 4rem 15px;
    }
    .hp_big_title {
        font-size: 27px;
    }
    .hp_feature_icon img {
        max-width: 70px;
    }
    .hp_feature_title {
        font-size: 17px;
    }
    .hp_feature_ebox {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /*homepage about*/
    .hp_about_left_box img {
        min-height: 600px;
        object-fit: cover;
        object-position: right;
    }
    .hp_about_right_box {
        padding-left: 15px;
        padding-right: 15px;
    }
    .hp_about .hp_big_title {
        margin-bottom: 15px;
    }
    .hp_about_group {
        gap: 25px;
        margin-top: 2rem;
    }
    
    /*homepage services*/
    #main_index .index_wrapper_5 {
        padding-top: 4rem;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p {
        padding: 0 2vw;
    }
    #main_index .service_type4 .service_box_type4 .img_frame .box p span {
        font-size: 16px;
    }
    
    /*homepage application*/
    #main_index .index_wrapper_6 {
        padding: 4rem 15px;
    }
    .hp_application_button {
        margin-top: 1.5rem;
    }
    .hp_button {
        font-size: 14px;
        gap: 10px;
        padding: 10px 20px;
        border-radius: 7px;
    }
    #main_index .productSlider-1 .slick-track .slick-slide {
        margin: 10px;
    }
    #main_index .productSlider-1 .product_img {
        width: 100%;
        left: 0;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        font-size: 15px;
    }
    
    /*homepage consult*/
    .hp_consult_left_box img {
        min-height: 350px;
        object-fit: cover;
        object-position: right;
    }
    .hp_consult_right_box {
        padding: 0 30px;
    }
    .hp_consult_button {
        margin-top: 1.5rem;
    }
    
    /*homepage news*/
    #main_index .index_wrapper_9 {
        padding: 4rem 15px;
    }
    .hp_news_top_box {
        margin-bottom: 1.5rem;
    }
    #main_index .latest_new_type6 .news_box .img_frame {
        height: 230px;
    }
    #main_index .latest_new_type6 .news_box .title {
        font-size: 15px;
        margin-bottom: 5px;
    }
    #main_index .latest_new_type6 .container-fluid {
        padding: 0 15px !important;
    }
    
    /*homepage gallery*/
    #main_index .index_wrapper_10 {
        padding: 0 15px 4rem;
    }
    #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;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev::before,
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next::before {
        font-size: 20px;
        width: 13px;
        height: 20px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
        left: -5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
        right: -5px;
    }

}

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

@media (max-width: 991.5px) {
    /*footer*/
    .footer_type12 .title {
        justify-content: flex-start;
    }
    
    /*homepage banner*/
    
    
    /*homepage feature*/
    
    
    /*homepage about*/
    
    
    /*homepage services*/
    
    
    /*homepage application*/
    
    
    /*homepage consult*/
    
    
    /*homepage news*/
    
    
    /*homepage gallery*/
    

}

@media (max-width: 767.5px) {
    /*footer*/
    .footer_type12 .title {
        justify-content: center;
    }
    .footer_type12 .row {
        row-gap: 1rem;
    }
    .footer_type12 .input-container input,
    .footer_type12 .input-container label {
        font-size: 11px;
    }
    .footer_type12 .input-container input {
        padding-left: 10px;
    }
    .footer_type12 .social_media {
        justify-content: center;
        margin-bottom: 2rem;
    }
    
    /*homepage banner*/
    
    
    /*homepage feature*/
    .hp_feature_ebox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hp_feature_box {
        padding: 25px;
        border-radius: 7px;
    }
    .hp_feature_title {
        margin: 20px 0 15px;
    }
    
    /*homepage about*/
    .hp_about_left_box img {
        min-height: auto;
    }
    .hp_about_right_box {
        padding: 4rem 30px;
    }
    
    /*homepage services*/
    
    
    /*homepage application*/
    #main_index .productSlider-1 .product_img {
        padding: 0 5px;
    }
    .hp_application_box {
        margin-bottom: 2.5rem;
    }
    #main_index .productSlider-1 .product_img .product_box h6 {
        -webkit-line-clamp: 2;
    }
    #main_index .productSlider-1 .product_img .product_box .content {
        padding: 15px;
    }
    
    /*homepage consult*/
    .hp_consult_left_box img {
        min-height: auto;
    }
    .hp_consult_right_box {
        padding: 4rem 30px;
    }
    
    /*homepage news*/
    
    
    /*homepage gallery*/
    

}