.indextitle {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 40px;
}

.indextitle h2 {
    position: relative;
    font-size: 44px;
    line-height: 44px;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    word-break: break-word;
    word-wrap: break-word;
    padding: 0 10px;
}

.indextitleline {
    width: 176px;
    height: 7px;
    background: #062b86;
    border-radius: 1px;
}


/* index_project */
.index_project {
    padding: 70px 0 70px;
}

.indexProjectBox {
    border: 1px solid #000;
    margin-top: 10px;
    padding: 15px 0;
    position: relative;
    transition: all ease 0.3s;
}

.indexProjectBoxImg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.indexProjectBoxImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 5px;
}

.indexProjectBox p {
    padding: 0 15px;
    font-size: 18px;
    color: #000;
    transition: all ease 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexProjectBox p:hover {
    color: #062b86;
}

.indexProjectBox_logo {
    position: absolute;
    left: 6%;
    top: 5%;
    width: 30%;
}

.indexProjectBox:hover {
    transform: scale(1.05);
    box-shadow: 0.125rem 0.125rem 0.3125rem #999;
    border: 1px solid #666;
}


/* index_aboutus */
.index_aboutus {
    padding: 0;
}

.indexAboutusMain {
    background-color: #062b86;
}

.indexaboutus_left {
    padding-left: 0;
    padding-right: 0;
}

.indexaboutus_video {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 0 0 auto;
    /*background-image: url(../images/indexaboutus.jpg);*/
    background-size: cover;
}

.indexaboutus_left img {
    width: 100%;
}

.indexaboutus iframe {
    width: 100%;
}

.indexaboutus_right {
    background: url(../images/index_abRightbg.png) no-repeat;
    background-size: cover;
}

.indexaboutus_rightMain {
    width: 83.2%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 50px;
    padding-top: 150px;
    padding-bottom: 180px;
}

.indexaboutus_right .indexaboutus_h2 {
    margin: 4px 0;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase
}

.indexaboutus_right p {
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    font-weight: lighter;
}


.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;
}

.cw i {
    font-size: 25px;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.videomain,
.videomain1 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.videobox,
.zs_iframe_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}

.videobox video .zs_iframe_div video {
    width: 100%;
    height: 100%;
}

.videobox iframe,
.zs_iframe_div iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}

/* index_product */
.index_product {
    padding: 80px 0 50px;
}

.indexProItems_choice {
    background: #4179c6;
    padding-bottom: 20px;
    /*height: 100%;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexProItems_left {
    padding: 0px 30px;
    transition: all ease 0.1s;
    cursor: pointer;
    margin: auto 0;
}

.indexProItems_left p {
    padding: 10px 0;
    line-height: 55px;
    font-size: 24px;
    color: #fff;
    border-bottom: 2px solid #fff;
    transition: all ease 0.1s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexProItems_left:hover p {
    color: #062b86;
    /* font-weight: bold; */
}

.pro_current p {
    color: #062b86;
    font-weight: bold;
}

.indexProItems_main {
    display: none;
}

.indexProItems_select {
    display: block !important;
}

.indexProductBox {
    border: 1px solid #000;
    transition: all ease 0.3s;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.indexProItems:nth-child(n+7) .indexProductBox {
    margin-bottom: 0;
}

.indexProductBox h5 {
    height: 60px;
    margin-top: 25px;
    margin-bottom: 5px;
    padding: 0 20px;
    font-size: 24px;
    color: #000;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexProductBoxImg {
    background: url(../images/productbg.png) no-repeat;
    background-size: cover;
    padding: 5% 20%;
}

.indexProductBoxImg div {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

.indexProductBoxImg img {
    max-width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
    border-radius: 5px;
}

.indexProductBox p {
    margin-top: 15px;
    padding: 0 15px;
    font-size: 12px;
    color: #4e4e4e;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexProductBox:hover {
    transform: scale(1.05);
    box-shadow: 0.125rem 0.125rem 0.3125rem #999;
    border: 1px solid #666;
}

/* index_productImg */
.index_productImg {
    padding: 0;
}

.indexProductImg_main {
    display: flex;
}

.indexProductImg_left {
    flex: 0 32.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexProductImg_right {
    flex: 0 67.5%;
    padding-left: 20px;
}

.indexProductImg {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
}

.indexProductImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.indexProductImg img:hover {
    transform: scale(1.1);
}

/* index_certificate */
.index_certificate {
    padding: 70px 0 90px;
    background: url(../images/index_cerbg.jpg) no-repeat;
    background-size: contain;
    background-position: center;
}

.index_certificate .container {
    background: linear-gradient(to right, transparent, white, transparent);
}

.certificatesSwiper {
    overflow: hidden;
}

.certificatesSwiper .swiper-pagination {
    display: none;
}

.indexHonor_box {
    position: relative;
    margin-bottom: 20px;
}

.indexHonorImg {
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
    display: block;
    height: auto;
}

.indexHonorImg_look {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexHonorImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 99;
    opacity: 0;
    transition: all ease-in-out 0.3s;
}

.ser_look {
    opacity: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}


.indexHonor_box:hover .indexHonorImg::before {
    opacity: 1;
}

.indexHonor_box:hover .ser_look {
    opacity: 1;
    z-index: 99;
}

.indexHonor_box:hover img {
    /* transform: scale(1.2); */
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000000000;
    display: none;
}

#popup {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000;
}

img.enlarged {
    width: 100%;
    height: auto;
}

#popup span {
    position: absolute;
    top: -35px;
    right: -65px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;

}

#popup span i {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.12);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.content_certificates {
    padding: 50px 0 0 0;
}

.certificatesSwiper {
    padding: 10px 0 10px 0 !important;
}

/* index_news */
.index_news {
    padding: 60px 0 80px;
    background-color: #f6f6f6;
}

.blogbox {
    height: 100%;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.blog_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 70%;
}

.blog_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blog_txt {
    padding: 20px 15px 30px 15px;
}

.blog_txt h3 {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-break: break-all;
    margin: 0 0 10px 0;
    line-height: 23px;
    font-size: 18px;
    color: #4e4e4e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blogline {
    width: 0%;
    height: 3px;
    background: #062b86;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.blogli:hover .blogline {
    width: 100%;
}

.blogli:hover .blogmore {
    background-color: #062b86;
    border: 1px solid #062b86;
    color: #fff;
}

.blogli:hover .blog_txt h3 {
    color: #062b86;
}

.blogli:hover .blog_img img {
    transform: scale(1.2);
}

.blogli {
    margin-bottom: 30px;
}

.newsSwiper .swiper-button-next,
.newsSwiper .swiper-button-prev {
    color: #dbdbdb;
}

.newsSwiper .swiper-button-next::after,
.newsSwiper .swiper-button-prev::after {
    font-size: 56px;
    font-weight: bold;
}

/* index_brand */
.index_brand {
    padding: 60px 0 90px;
    background: url(../images/index_conbg.jpg) no-repeat;
    background-size: cover;
}

.index_brand .indextitle h2 {
    color: #fff;
}

.indexBrandImg {
    /* display: flex; */
    text-align: center;
    padding: 20px 30px 0;
}

.indexBrandImg img {
    width: 100%;
}

/* footer */
.index_footer {
    background-color: #fff;
    padding: 60px 0 50px;
}

.footer_tags {
    border-bottom: 1px solid rgba(5, 16, 37, 0.15);
    padding: 0 0 16px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 99;
}

.footer_tags p {
    font-size: 16px;
    color: #051025;
    text-transform: capitalize;
    margin-right: 10px;
    font-weight: bold;
    margin-right: 20px;
}

.footer_tags a {
    font-size: 16px;
    opacity: 0.7;
    color: #051025;
    display: block;
    line-height: 28px;
    margin-right: 20px;
    transition: all ease 0.1s;
}

.footer_tags a:hover {
    opacity: 1;
    box-shadow: inset 0px -2px 0px 0px #0174f0;
}

.fot_nav {
    display: flex;
    height: 100%;
    align-items: center;
}

.fot_nav h4 {
    margin-right: 40px;
    font-size: 16px;
    line-height: 24px;
    color: #051025;
    font-weight: bold;
}

.fot_nav ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.fot_nav ul li {
    opacity: 0.7;
    transition: all ease 0.1s;
}

.fot_nav ul a {
    color: #051025;
    font-size: 16px;
    line-height: 24px;
}

.fot_nav ul li:hover {
    opacity: 1;
    box-shadow: inset 0px -2px 0px 0px #0174f0;
}

.footer_social_media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding: 15px 30px;
}

.footer_social_media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 1px dashed rgba(17, 17, 17, 0.3);
    border-radius: 50%;
    margin-left: 10px;
    text-align: center;
    transition: all 0.35s ease
}

.footer_social_media a:nth-child(1) {
    margin-left: 0;
}

.footer_social_media a i {
    font-size: 16px;
    text-align: center;
    color: #0174f0;
    transition: all 0.35s ease;
    line-height: 50px;
}

.footer_social_media a:hover {
    background-color: #0174f0;
    border: 1px dashed #0174f0;
}

.footer_social_media a:hover i {
    color: #fff;
}

.footer_con {
    margin-top: 5px;
}

.footer_con h3 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer_con p,
.footer_con a {
    font-size: 16px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.7);
    margin-bottom: 10px;
}

.footer_con a:hover {
    color: #051025;
}

.footer_copyrights {
    margin-top: 15px;
    border-top: 1px solid rgba(5, 16, 37, 0.15);
    padding: 20px 0 0px 0;
    width: 100%;
    font-size: 14px;
}

.footer_copyrights_p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: normal;
    color: rgba(17, 17, 17, 0.7);
    position: relative;
    font-size: 14px;
}

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

.footer_copyrights_p p {
    font-size: 14px;
    color: rgba(17, 17, 17, 0.7);
    display: inline;
    margin-bottom: 10px;
}

.footer_copyrights_p a {
    font-size: 14px;
    color: rgba(17, 17, 17, 0.7);
    display: inline;
    text-transform: uppercase;
}




.footer_bottom_right {
    position: relative;
    color: rgba(17, 17, 17, 0.7);
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.footer_bottom_right a {
    color: rgba(17, 17, 17, 0.7);
    font-size: 14px;
    font-weight: bold;
    transition: all ease .1s;
}

.footer_bottom_right a:hover {
    color: #051025;
    font-size: 14px;
}


@media (max-width:575px) {
    .bg-dark {
        background-color: #fff !important;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .text-bg-dark {
        background-color: #EFF3FD !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .offcanvas.offcanvas-end {
        border-left: none;
    }

    /* banner */
    .banner {
        margin-top: 10px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 0px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }

    .bannerSwiper .swiper-button-next::after,
    .bannerSwiper .swiper-button-prev::after {
        display: none;
    }

    .indextitle {
        margin-bottom: 20px;
    }

    .indextitle h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 8px;
    }

    /* index_project */
    .index_project {
        padding: 30px 0 40px;
    }

    /* index_aboutus */
    .indexaboutus_left {
        height: 250px;
    }

    .videobox iframe {
        width: 100%;
        min-height: 250px;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 250px;
    }

    .indexaboutus_rightMain {
        width: 100%;
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 35px;
    }

    /* index_product */
    .index_product {
        padding: 30px 0 30px;
    }

    .indexProItems_left {
        padding: 0px 20px;
    }

    .indexProItems_left p {
        padding: 0;
        line-height: 50px;
        font-size: 20px;
    }

    .indexProItems_result {
        padding-top: 30px;
    }

    .indexProItems_result .indexProItems:nth-child(n+5) {
        display: none;
    }

    /* index_productImg */
    .indexProductImg_main {
        flex-direction: column;
    }

    .indexProductImg_leftTop {
        margin-bottom: 15px;
    }

    .indexProductImg_leftTop:nth-child(1) {
        padding-left: 20px;
    }

    .indexProductImg_leftTop:nth-child(2) {
        padding-right: 20px;
    }

    /* index_certificate */
    .index_certificate {
        padding: 40px 0 20px;
    }

    .certificatesSwiper .swiper-button-next::after,
    .certificatesSwiper .swiper-button-prev::after {
        display: none;
    }

    .index_certificate #popup {
        width: 90%;
    }

    .index_certificate #popup span {
        top: -64px;
        right: 0;
    }

    /* index_news */
    .index_news {
        padding: 40px 0 20px;
    }

    /* index_brand */
    .index_brand {
        padding: 30px 0;
    }

    .indexBrandImg {
        padding: 0;
    }

    /* footer */
    .index_footer {
        margin-top: 0px;
        border-radius: 0px;
        padding: 30px 10px 40px;
    }

    .fot_nav {
        display: none;
        align-items: flex-start;
        flex-direction: column;
    }

    .fot_nav h4 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .footer_social_media {
        justify-content: flex-start;
        padding: 14px 0px 0;
        margin-bottom: 10px;
    }

    .footer_social_media a {
        width: 45px;
        height: 45px;
        margin-left: 22px;
    }

    .footer_tags a {
        opacity: 1;
    }

    .fot_nav ul {
        width: 100%;
        flex-direction: column;
    }

    .fot_nav ul li {
        opacity: 1;
        margin-bottom: 8px;
    }

    .fot_nav ul li a {
        font-size: 16px;
        line-height: 24px;
    }

    .fot_nav ul li:hover {
        opacity: 1;
        box-shadow: none;
    }

    .footer_con h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .footer_con p,
    .footer_con a {
        color: #111;
    }

    .footer_copyrights {
        margin-top: 12px;
    }

    .footer_copyrights_p {
        justify-content: center;
    }

    .footer_copyrights_p p {
        text-align: center;
    }

    .footer_Powered {
        text-align: center;
    }

}

@media (min-width:576px) and (max-width:767px) {
    .bg-dark {
        background-color: #fff !important;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .text-bg-dark {
        background-color: #EFF3FD !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .offcanvas.offcanvas-end {
        border-left: none;
    }

    /* banner */
    .banner {
        margin-top: 10px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 5px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px !important;
    }

    .bannerSwiper .swiper-button-next::after,
    .bannerSwiper .swiper-button-prev::after {
        display: none;
    }

    .indextitle {
        margin-bottom: 20px;
    }

    .indextitle h2 {
        font-size: 34px;
        line-height: 42px;
        margin-bottom: 10px;
    }

    /* index_project */
    .index_project {
        padding: 40px 0 50px;
    }

    .indexProjectBox {
        padding: 15px 10px;
    }

    /* index_aboutus */
    .indexaboutus_left {
        height: 300px;
    }

    .videobox iframe {
        width: 100%;
        min-height: 300px;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 300px;
    }

    .indexaboutus_rightMain {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
        padding-bottom: 40px;
    }

    /* index_product */
    .index_product {
        padding: 40px 0;
    }

    .indexProItems_left {
        padding: 0px 20px;
    }

    .indexProItems_left p {
        padding: 0;
        line-height: 50px;
        font-size: 20px;
    }

    .indexProductBox h5 {
        height: 55px;
        margin-top: 14px;
        margin-bottom: 5px;
        padding: 0 20px;
        font-size: 20px;
    }

    .indexProductBox p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;

        padding: 0 15px;
        margin-top: 12px;
    }

    .indexProItems:nth-child(n+7) {
        display: none;
    }

    .indexProItems:nth-child(n+5) .indexProductBox {
        margin-bottom: 0;
    }

    /* index_productImg */
    .indexProductImg_right .indexProductImg {
        padding-top: 74%;
    }

    /* index_certificate */
    .index_certificate {
        padding: 40px 0 20px;
    }

    .certificatesSwiper .swiper-button-next::after,
    .certificatesSwiper .swiper-button-prev::after {
        display: none;
    }

    .index_certificate #popup {
        width: 90%;
    }

    .index_certificate #popup span {
        top: -64px;
        right: 0;
    }

    /* index_news */
    .index_news {
        padding: 40px 0 20px;
    }

    /* index_brand */
    .index_brand {
        padding: 30px 0;
    }

    .indexBrandImg {
        padding: 0;
    }


    .index_footer {
        margin-top: 0px;
        border-radius: 0px;
        padding: 30px 2% 40px;
    }

    .fot_nav {
        display: none;
    }

    .fot_nav ul li {
        opacity: 1;
    }

    .fot_nav ul li a {
        color: #111;
    }

    .fot_nav h4 {
        margin-right: 20px;
    }

    .footer_social_media {
        display: flex;
        justify-content: center;
        padding-bottom: 10px;
    }

    .footer_con {
        margin-top: 15px;
    }

    .footer_con p,
    .footer_con a {
        color: #111;
    }

    .footer_copyrights_p {
        justify-content: center;
    }

    .footer_copyrights_p p {
        text-align: center;
    }

    .footer_Powered {
        text-align: center;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .bg-dark {
        background-color: #fff !important;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .text-bg-dark {
        background-color: #EFF3FD !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .offcanvas.offcanvas-end {
        border-left: none;
    }

    /* banner */
    .banner {
        margin-top: 10px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 5px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin: 0 6px !important;
    }

    .bannerSwiper .swiper-button-next::after,
    .bannerSwiper .swiper-button-prev::after {
        display: none;
    }

    .indextitle {
        margin-bottom: 25px;
    }

    .indextitle h2 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 10px;
    }

    /* index_project */
    .index_project {
        padding: 45px 0 50px;
    }

    .indexProjectBox {
        padding: 15px 10px;
        margin-top: 15px;
    }

    /* index_aboutus */
    .indexaboutus_left {
        height: 350px;
    }

    .videobox iframe {
        width: 100%;
        min-height: 350px;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 350px;
    }

    .indexaboutus_rightMain {
        width: 100%;
        padding-left: 0;
        padding-top: 35px;
        padding-bottom: 45px;
    }

    /* index_product */
    .index_product {
        padding: 45px 0;
    }

    .indexProItems_left {
        padding: 0px 20px;
    }

    .indexProItems_left p {
        padding: 0;
        line-height: 50px;
        font-size: 20px;
    }

    .indexProductBox {
        padding: 1px;
    }

    .indexProductBox h5 {
        height: 55px;
        margin-top: 14px;
        margin-bottom: 5px;
        padding: 0 20px;
        font-size: 20px;
    }

    .indexProductBox p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;

        padding: 0 15px;
        margin-top: 12px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .indexProItems:nth-child(n+7) {
        display: none;
    }

    .indexProItems:nth-child(n+5) .indexProductBox {
        margin-bottom: 0;
    }

    /* index_productImg */
    .indexProductImg_right .indexProductImg {
        padding-top: 74%;
    }

    /* index_certificate */
    .index_certificate {
        padding: 45px 0 25px;
    }

    .certificatesSwiper .swiper-button-next::after,
    .certificatesSwiper .swiper-button-prev::after {
        display: none;
    }

    .index_certificate #popup {
        width: 90%;
    }

    .index_certificate #popup span {
        top: -64px;
        right: 0;
    }

    /* index_news */
    .index_news {
        padding: 40px 0 20px;
    }

    /* index_brand */
    .index_brand {
        padding: 30px 0;
    }

    .indexBrandImg {
        padding: 0;
    }

    /* index_footer */
    .index_footer {
        margin-top: 0px;
        border-radius: 0px;
        padding: 50px 0 50px;
    }

    .fot_nav ul li {
        opacity: 1;
    }

    .fot_nav ul li a {
        color: #111;
    }

    .fot_nav h4 {
        margin-right: 20px;
    }

    .footer_social_media {
        display: flex;
        justify-content: flex-start;
        padding-bottom: 10px;
    }

    .footer_con {
        margin-top: 15px;
    }

    .footer_con p,
    .footer_con a {
        color: #111;
    }

    .footer_bottom_left h4 {
        text-align: center;
        color: #111;
        font-weight: normal;
    }

    .footer_bottom_right {
        text-align: center;
        margin-top: 5px;
        font-weight: normal;
        color: #111;
    }

    .footer_bottom_right a {
        color: #111;
        font-weight: normal;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .bg-dark {
        background-color: #fff !important;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .text-bg-dark {
        background-color: #EFF3FD !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .offcanvas.offcanvas-end {
        border-left: none;
    }

    /* banner */
    .banner {
        margin-top: 10px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 15px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        margin: 0 6px !important;
    }

    .bannerSwiper .swiper-button-next::after,
    .bannerSwiper .swiper-button-prev::after {
        display: none;
    }

    .indextitle {
        margin-bottom: 25px;
    }

    .indextitle h2 {
        font-size: 36px;
        line-height: 46px;
        margin-bottom: 10px;
    }

    /* index_project */
    .index_project {
        padding: 50px 0;
    }

    .indexProjectBox {
        padding: 15px 10px;
        margin-top: 15px;
    }

    /* index_aboutus */
    .indexaboutus_right p {
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .videobox iframe {
        width: 100%;
        min-height: 500px;
    }

    .videobox {
        width: 75%;
        margin: 0 auto;
        max-height: auto;
        min-height: 500px;
    }

    .indexaboutus_rightMain {
        width: 100%;
        padding-left: 0;
        padding-top: 35px;
        padding-bottom: 45px;
        padding-left: 20px;
    }

    /* index_product */
    .index_product {
        padding: 50px 0;
    }

    .indexProItems_left {
        padding: 0px 20px;
    }

    .indexProItems_left p {
        padding: 0;
        line-height: 50px;
        font-size: 20px;
    }

    .indexProductBox {
        padding: 1px 1px 10px;
    }

    .indexProductBox h5 {
        margin-top: 14px;
        margin-bottom: 5px;
        padding: 0 20px;
    }

    .indexProductBox p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;

        padding: 0 15px;
        margin-top: 12px;
    }

    .indexProItems:nth-child(n+7) {
        display: none;
    }

    .indexProItems:nth-child(n+5) .indexProductBox {
        margin-bottom: 0;
    }

    /* index_productImg */
    .indexProductImg_right .indexProductImg {
        padding-top: 73%;
    }

    .index_certificate {
        padding: 60px 0 50px;
    }

    .index_news {
        padding: 60px 0 50px;
    }


    .index_footer {
        margin-top: 0px;
        border-radius: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media (min-width:1201px) and (max-width:1400px) {

    .indexaboutus_rightMain {
        width: 100%;
        padding-left: 40px;
        padding-top: 60px;
        padding-bottom: 80px;
    }

    .indexProductBox{
        padding-bottom: 15px;
    }

    .indexProductBox p {
        padding: 0 15px;
        margin-top: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .index_certificate {
        padding: 70px 0 50px;
    }

    .index_news {
        padding: 60px 0 50px;
    }

    .index_footer {
        margin-top: 0px;
        padding: 50px 20px;
    }
}

@media (min-width:1401px) and (max-width:1680px) {
    .index_footer {
        padding: 60px 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1200px) {
    .index_footer {
        padding: 60px 20px 100px;
    }
}