.head_layer {
    background-color: #fff;
    padding: 20px 0;
}

.header_contact {
    display: flex;
}

.public_ad_header_phone,
.public_ad_header_email {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.public_ad_header_phone i,
.public_ad_header_email i {
    color: #333333;
    font-size: 20px;
}

.public_ad_header_phone span,
.public_ad_header_email a {
    color: #333333;
    font-size: 12px;
    font-weight: 600;
    margin: 0 10px;
}

.public_ad_header_email:hover i,
.public_ad_header_email:hover a {
    color: #325096;
}

.public_ad_header_left {
    padding: 3px 10px;
    border-radius: 10px;
    border: 1px solid #325096;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease 0.3s;
    cursor: pointer;
}

.public_ad_header_left i {
    font-size: 12px;
    margin-right: 5px;
}

.public_ad_header_left a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.public_ad_header_right {
    padding: 3px 10px;
    border-radius: 10px;
    border: 1px solid #325096;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 9px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.public_ad_header_right a {
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
}

.public_ad_header_left:hover,
.public_ad_header_right:hover {
    background-color: #325096;
}

.public_ad_header_left:hover a,
.public_ad_header_right:hover a {
    color: #fff;
}

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

.public_ad_media a {
    margin: 0 6px;
}

.public_ad_media a i {
    font-size: 18px;
    color: #333;
    transition: all ease 0.3s;
}

.public_ad_media a:hover i {
    color: #325096;
}

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

.public_ad_media a:nth-last-child(2) {
    margin-right: 0;
}

/* header_logo */
.headLogo_box {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.logo_des h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    text-align: right;
}

.logo_des p {
    margin-top: 5px;
    font-weight: 600;
    color: #878787;
    font-size: 14px;
    text-align: right;
}

/* header_nav */
.header_nav {
    position: relative;
    z-index: 99999999;
    padding: 30px 0 28px;
    background-color: #f9f9f9;
}

.header_nav .container {
    transition: all ease 0.3s;
}

.headNav_box {
    background-color: #325096;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    /* height: 65px; */
}

.headNav_box .head_nav {
    display: flex;
}

.headNav_box .head_nav li {
    position: relative;
    line-height: 24px;
    margin: 0 18px;
    border-bottom: 1px solid transparent;
    transition: all ease 0.3s;
}

.headNav_box .head_nav li.nav-current {
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.headNav_box .head_nav li a {
    font-size: 16px;
    color: #fff;
}

.headNav_box .head_nav li i {
    font-size: 10px;
    color: #fff;
    padding-left: 5px;
}

.headNav_box .head_nav li:hover {
    border-bottom: 1px solid #fff;
}

.nav_wrap .head_nav>li:hover>a>i {
    transform: rotate(180deg);
}

.nav_wrap .head_nav>li li:hover>a {
    color: #325096;
}

.nav_wrap .head_nav li ul {
    /* display: none; */
    width: 270px;
    padding: 15px 0;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    transform: translateY(10%) scale(0.9);
    opacity: 0;
    visibility: hidden;
    box-sizing: border-box;
    transform-origin: center 0;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all ease 0.2s;
}

.nav_wrap .head_nav>li li {
    position: relative;
    text-align: left;
    font-weight: bold;
    padding: 0 5px;
}

.nav_wrap .head_nav li ul li a {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    font-size: 14px;
    position: relative;
    color: #333;
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
    word-wrap: break-word;
    white-space: pre-wrap;
    padding-right: 20px;
}

.nav_wrap .head_nav li ul li a i {
    color: #333;
}

.nav_wrap .head_nav>li ul ul {
    left: 102%;
    top: -15px;
    transition: all ease 0.2s;
}

.nav_wrap .head_nav li:hover>ul {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.nav_wrap .head_nav li:hover>ul {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.searchin {
    background-color: #fff;
    border-radius: 6px;
    padding: 4px 5px;
    margin-right: 41px;
}

.searchin input {
    width: 133px;
    border: none;
    background-color: #e0e0e0;
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    padding-left: 5px;
}

.searchin a {
    display: inline-block;
    border: none;
    background-color: #fff;
    padding: 0 4px;
}
.searchin button {
    display: inline-block;
    border: none;
    background-color: #fff;
    padding: 0 4px;
}

.searchin a i {
    font-size: 16px;
    color: #325096;
    line-height: 16px;
}

.fixed-nav .container {
    max-width: 100% !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    padding: 0;
    transition: none;
    opacity: 1;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12), 0 0 15px rgba(0, 0, 0, 0.3);
    background: #325096;
}

.fixed-nav .headNav_box {
    width: 1500px;
    margin: 0 auto;
}

.fixed-nav .searchin {
    margin-right: calc(var(--bs-gutter-x) * 0.5);
}

.fixed-nav .nav_wrap a {
    color: #fff;
}

.fixed-nav .nav_wrap .head_nav>li {
    margin-right: 15px;
    margin-left: 15px;
}

.fixed-nav-active .container {
    opacity: 1;
    transition: all 0.6s ease;
}

.fixed-nav .head_top {
    display: none;
}

/* banner */
.index_banner {
    background-color: #f9f9f9;
    padding-bottom: 55px;
}

.indexBanner_left {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 17px 10px;
}

.indexBanner_left .row {
    height: 100%;
}

.logoCar_items {
    padding: 10px 0;
    border-bottom: 1px solid #e9eae9;
    border-right: 1px solid #e9eae9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoCar_items:nth-child(3n) {
    border-right: none;
}

.logoCar_items:nth-child(n+10) {
    border-bottom: none;
}

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

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

.bannerSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 7px !important;
    background: #ddd;
    opacity: 0.8;
}

.bannerSwiper .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background: #325096;
    opacity: 1;
}

/* products */
.index_products {
    background-color: #f9f9f9;
    padding-bottom: 52px;
}

.indexProducts_left {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 16px;
}

.indexProducts_left h3 {
    padding: 16px 15px 12px;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    color: #111;
}

.indexProItems_left {
    cursor: pointer;
    display: flex;
    padding: 10px 0 10px 26px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #bebebe;
    transition: all ease 0.3s;
}

.indexProItems_left:hover,
.indexProItems_left2:hover {
    padding-left: 36px;
}

.indexProItems_left2 {
    cursor: pointer;
    display: flex;
    padding: 10px 0 10px 26px;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #bebebe;
    transition: all ease 0.3s;
}

.indexProImgs {
    width: 32px;
    height: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.indexProImgs1 {
    display: none;
    transition: all ease 0.3s;
}

.indexProImgs2 {
    display: block;
    transition: all ease 0.3s;
}

.pro_current {
    background-color: #325096;
    color: #fff;
    border-bottom: 1px solid #325096;
}

.pro_current .indexProImgs1 {
    display: block;
}

.pro_current .indexProImgs2 {
    display: none;
}

.indexProItems_left span {
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
}

.indexProItems_left2 span {
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
}


.indexProducts_right {
    height: 100%;
    background-color: #fff;
    border-radius: 4px;
    padding: 66px 70px 20px;
}

.indexProItems_main {
    display: none;
}

.indexProItems_main2 {
    display: none;
}

.indexProItems_select {
    display: block;
}

.indexProItems_main h2,
.indexProItems_main2 h2 {
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
    background-color: #325096;
    border-radius: 8px;
    margin-bottom: 30px;
}

.indexProItems_main .row,
.indexProItems_main2 .row {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.indexProItems_main .indexProItemsImg,
.indexProItems_main2 .indexProItemsImg {
    /* width: 138px; */
    position: relative;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #868686;
    border-radius: 4px;
    margin-bottom: 18px;
    transition: all ease 0.3s;
}

/* .indexProItems_main .indexProItemsImg:hover,
.indexProItems_main2 .indexProItemsImg:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
} */

.indexProItems_main .indexProItemsImg:hover img,
.indexProItems_main2 .indexProItemsImg:hover img {
    transform: scale(1.2);
    transition: all ease 0.3s;
}

.indexProItems_main .indexProItemsBox,
.indexProItems_main2 .indexProItemsBox {
    padding-bottom: 16px;
}

.indexProItems_main .indexProItemsBox:last-child,
.indexProItems_main2 .indexProItemsBox:last-child {
    border: none;
    padding-bottom: 16px;
}

.indexProItems_main .indexProItemsBox:last-child a,
.indexProItems_main2 .indexProItemsBox:last-child a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background-color: #325096;
    border-radius: 4px;
    color: #fff;
}

.indexProItems_main .indexProItemsBox:last-child p,
.indexProItems_main2 .indexProItemsBox:last-child p {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

.indexProItems_main .indexProItemsBox:last-child span,
.indexProItems_main2 .indexProItemsBox:last-child span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 2px;
}

.indexProItems_main .indexProItemsBox:last-child div,
.indexProItems_main2 .indexProItemsBox:last-child div {
    text-align: center;
    line-height: 17px;
}


/* picture */
.index_picture {
    background-color: #f9f9f9;
}

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

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

/* aboutus */
.index_aboutus {
    padding-top: 56px;
    background-color: #f9f9f9;
}

.index_aboutus_left {
    padding-right: 25px;
}

.indexAbout_left {
    padding: 10px 12px;
    background-color: #fff;
    border-radius: 8px;
}

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

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

.index_aboutus_right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.index_aboutus_right h1 {
    font-size: 38px;
    font-weight: bold;
    color: #325096;
    margin-bottom: 35px;
}

.index_aboutus_right p {
    line-height: 34px;
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}

.index_aboutus_right .index_abright_btn {
    margin-top: 45px;
    display: block;
    padding: 16px 40px;
    background-color: #325096;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    border-radius: 27px;
    transition: all ease 0.3s;
}

.index_aboutus_right .index_abright_btn:hover {
    background-color: #E73134;
}

/* service */
.index_service {
    padding-top: 40px;
    background-color: #f9f9f9;
}

.indexService_title {
    text-align: center;
    line-height: 50px;
    font-size: 38px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}

.index_service .row {
    padding: 0 12px;
}

.indexService_box {
    margin-bottom: 8px;
    padding-right: 8px;
    padding-left: 0;
}

.indexService_box:nth-child(3n) {
    padding-right: 0;
}

.indexService_img {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 64%;
    border-radius: 5px;
}

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

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

.indexService_img:hover::before {
    opacity: 0;
    display: none;
}

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

/* contact */
.index_contact {
    padding-top: 50px;
    padding-bottom: 55px;
    background-color: #f9f9f9;
}

.indexContact {
    position: relative;
    width: 100%;
    border: 46px solid #325096;
    padding: 22px 45px;
}

.indexContact h4 {
    font-size: 38px;
    font-weight: bold;
    color: #000;
    line-height: 58px;
}

.indexContact_des {
    line-height: 28px;
    font-size: 18px;
    color: #666;
}

.indexContact form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 18px;
}

.indexCon_text {
    margin-bottom: 10px;
    padding-left: 8px;
    width: 380px;
    height: 36px;
    /* border-radius: 4px; */
    border: none;
    border-bottom: 1px solid rgba(17, 17, 17, 0.3);
    background-color: transparent;
}

.indexCon_text::placeholder {
    color: #bebebe;
    font-size: 8px;
    text-transform: uppercase;
}

.indexCon_roles {
    font-size: 11px;
    color: #666666;
}

.indexCon_roles a {
    color: #325096;
    text-decoration: underline;
    transition: all ease 0.2s;
}

.indexCon_roles a:hover {
    color: #E73134;
    text-decoration: underline !important;
}

.indexCon_btn {
    display: inline-block;
    margin-top: 20px;
    background-color: #325096;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    padding: 10px 24px;
    border-radius: 5px;
    transition: all ease 0.3s;
}

.indexCon_btn:hover {
    background-color: #E73134;
}

.indexCon_check {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 23px;
}

.indexCon_check input {
    width: 10px;
    border-color: #bebebe;
    margin-right: 5px;
}

.indexCon_check a {
    font-size: 10px;
    color: #bebebe;
}

.indexContactImg {
    position: absolute;
    right: 85px;
    bottom: -46px;
}

/* map */
.footer_map {
    background: #f9f9f9;
}

#indexmap {
    height: 335px;
}

/* footer */
.index_footer {
    position: relative;
    background-color: #1b1b1b;
}

.index_footertop {
    padding-top: 55px;
    padding-bottom: 55px;
}

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

.indexFooter_media a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #909090;
    margin: 0 10px;
    transition: all ease 0.3s;
}

.indexFooter_media a i {
    font-size: 32px;
}

.indexFooter_media a:hover {
    background-color: transparent;
}

.indexFooter_media a:hover i {
    color: #909090;
}

.indexFooter_des {
    display: flex;
    color: #eeeeee;
    padding-top: 26px;
}

.indexFooter_des p {
    border-right: 1px solid #eee;
    padding-right: 10px;
    /* margin-right: 8px; */
    font-size: 12px;
    line-height: 12px;

}

.indexFooter_des p:last-child {
    border-right: none;
    padding-right: 0px;
    margin-right: 0;
}

.indexFooter_des i {
    margin-right: 8px;
}

.indexFooter_des a,
.indexFooter_des p {
    font-size: 12px;
    line-height: 12px;
    color: #eeeeee;
}

.indexFooter_des a:hover {
    color: #325096;
}

.index_footerbot {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #325096;
}

.index_footerbot p {
    line-height: 40px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
}

@media(max-width: 575px) {
    .bg-dark {
        background-color: #f9f9f9 !important;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #325096;
    }

    .navbar-toggler {
        background-color: #325096;
    }

    .text-bg-dark {
        background-color: #f9f9f9 !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;
    }

    .indexBanner_left {
        margin-bottom: 20px;
    }

    .index_banner {
        padding-top: 20px;
        background-color: #f9f9f9;
        padding-bottom: 25px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
        background: #ddd;
        opacity: 0.8;
    }

    .bannerSwiper .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #325096;
        opacity: 1;
    }

    .indexProducts_right {
        padding: 15px 15px 0;
    }

    .indexProItems_main h2,
    .indexProItems_main2 h2 {
        text-align: center;
        line-height: 48px;
        font-size: 19px;
    }

    .indexProItems_main .indexProItemsImg,
    .indexProItems_main2 .indexProItemsImg {
        padding: 10px;
    }

    /* .indexProItems_main .indexProItemsBox,
    .indexProItems_main2 .indexProItemsBox {
        padding-bottom: 16px;
        padding-left: 4px;
        padding-right: 4px;
    } */


    
    .indexProItems_main .indexProItemsBox:nth-child(n+15),
    .indexProItems_main2 .indexProItemsBox:nth-child(n+15){
        display: none;
    }

    .indexProItems_main .indexProItemsBox:nth-last-child(1),
    .indexProItems_main2 .indexProItemsBox:nth-last-child(1){
        display: block !important;
    }


    .indexProItems_main .indexProItemsBox:nth-child(3n),
    .indexProItems_main2 .indexProItemsBox:nth-child(3n) {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .indexProItems_main .indexProItemsBox:nth-child(3n+1),
    .indexProItems_main2 .indexProItemsBox:nth-child(3n+1) {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .index_products {
        padding-bottom: 20px;
    }

    .index_aboutus {
        padding-top: 26px;
    }

    .index_aboutus_left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .indexAbout_left {
        padding: 0;
    }

    .index_aboutus_right {
        align-items: center;
    }

    .index_aboutus_right h1 {
        font-size: 28px;
        line-height: 40px;
        margin-top: 12px;
        margin-bottom: 15px;
        text-align: center;
    }

    .index_aboutus_right p {
        text-align: center;
        line-height: 25px;
        font-weight: normal;
    }

    .index_aboutus_right .index_abright_btn {
        margin-top: 15px;
        padding: 12px 35px
    }

    .indexService_title {
        font-size: 28px;
        line-height: 40px;
    }

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

    .indexService_box:nth-child(3n) {
        padding-right: 6px;
    }

    .index_contact {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .indexContact {
        border: 13px solid #325096;
        padding: 12px 15px;
    }

    .indexContact h4 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 40px;
    }

    .indexCon_btn {
        margin-top: 20px;
        padding: 10px 10px;
    }

    .indexContact form {
        padding-bottom: 10px;
    }

    .indexContactImg {
        display: none;
    }

    .indexContact_des {
        line-height: 24px;
        font-size: 16px;
    }

    .indexCon_text {
        width: 100%;
        height: 34px;
    }

    #indexmap {
        height: 200px;
    }

    .index_footertop {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .indexFooter_media a {
        width: 40px;
        height: 40px;
        margin: 6px;
    }

    .indexFooter_media a i {
        font-size: 22px;
    }

    .indexFooter_des {
        color: #eeeeee;
        padding-top: 15px;
        display: flex;
        flex-direction: column;
    }

    .indexFooter_des p {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
        line-height: 20px;
        border-right: none;
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        margin-right: 0;
    }

    .indexFooter_des p span {
        text-align: center;
    }

    .indexFooter_des i {
        font-size: 30px;
        line-height: 40px;
    }

    .indexFooter_des p:first-child {
        /* align-items: flex-start; */
    }
}

@media (min-width:576px) and (max-width:767px) {
    .bg-dark {
        background-color: #f9f9f9 !important;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #325096;
    }

    .navbar-toggler {
        background-color: #325096;
    }

    .text-bg-dark {
        background-color: #f9f9f9 !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;
    }

    .indexBanner_left {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .logoCar_items:nth-child(3n) {
        border-right: 1px solid #e9eae9;
    }

    .logoCar_items:nth-child(4n) {
        border-right: none;
    }

    .logoCar_items:nth-child(n+9) {
        border-bottom: none;
    }

    .index_banner {
        background-color: #f9f9f9;
        padding-bottom: 25px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
        background: #ddd;
        opacity: 0.8;
    }

    .bannerSwiper .swiper-pagination-bullet-active {
        width: 8px;
        height: 8px;
        background: #325096;
        opacity: 1;
    }

    .indexProducts_right {
        padding: 35px 15px 0;
    }

    .indexProItems_main ul li:nth-child(),
    .indexProItems_main2 ul li {
        display: none;
    }

    .indexProItems_main h2,
    .indexProItems_main2 h2 {
        text-align: center;
        line-height: 48px;
        font-size: 19px;
    }

    .indexProItems_main .indexProItemsBox:nth-child(n+15),
    .indexProItems_main2 .indexProItemsBox:nth-child(n+15){
        display: none;
    }

    .indexProItems_main .indexProItemsBox:nth-last-child(1),
    .indexProItems_main2 .indexProItemsBox:nth-last-child(1){
        display: block !important;
    }
    .indexProItems_main .indexProItemsBox,
    .indexProItems_main2 .indexProItemsBox {
        padding-left: 5px;
        padding-right: 5px;
    }

    .indexProItems_main .indexProItemsBox:nth-child(3n+1),
    .indexProItems_main2 .indexProItemsBox:nth-child(3n+1) {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .indexProItems_main .indexProItemsBox:nth-child(3n),
    .indexProItems_main2 .indexProItemsBox:nth-child(3n) {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .indexProItems_main .indexProItemsImg,
    .indexProItems_main2 .indexProItemsImg {
        padding: 10px;
    }

    .indexPro_common {
        height: 100%;
        display: flex;
        flex-direction: column;
        /* justify-content: space-between; */
    }

    .indexProducts_left h3 {
        line-height: 26px;
        font-size: 18px;
    }

    .indexProItems_left span,
    .indexProItems_left2 span {
        padding-left: 15px;
        font-size: 14px;
    }

    .indexProItems_select {
        height: 100%;
        /* display: flex;
        justify-content: space-around;
        flex-direction: column; */
    }

    .indexProItems_main .indexProItemsBox:last-child,
    .indexProItems_main2 .indexProItemsBox:last-child {
        padding-right: calc(var(--bs-gutter-x)* 0.5);
    }

    .index_products {
        padding-bottom: 20px;
    }

    .index_aboutus {
        padding-top: 26px;
    }

    .index_aboutus_left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .indexAbout_left {
        padding: 0;
    }

    .indexAboutus_img {
        padding-top: 60%;
        border-radius: 5px;
    }

    .index_aboutus_right {
        padding-top: 15px;
        /* justify-content: space-between; */
    }

    .index_aboutus_right h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 0px;
    }

    .index_aboutus_right .index_abright_btn {
        margin-top: 15px;
        padding: 10px 23px;
    }

    .indexService_title {
        font-size: 32px;
    }

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

    .indexService_box:nth-child(3n) {
        padding-right: 6px;
    }

    .index_contact {
        padding-top: 25px;
        padding-bottom: 35px;
    }

    .indexContact {
        border: 13px solid #325096;
        padding: 12px 15px;
    }

    .indexCon_text {
        width: 300px;
    }

    .indexContact h4 {
        margin-bottom: 10px;
        font-size: 30px;
    }

    .indexCon_btn {
        margin-top: 20px;
        padding: 4px 10px;
    }

    .indexContact form {
        padding-bottom: 10px;
    }

    .indexContactImg {
        width: 22%;
        /* display: none; */
        bottom: -13px;
        right: 0px;
    }

    #indexmap {
        height: 235px;
    }

    .index_footertop {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .indexFooter_media a {
        width: 40px;
        height: 40px;
        margin: 6px;
    }

    .indexFooter_media a i {
        font-size: 22px;
    }

    .indexFooter_des {
        color: #eeeeee;
        padding-top: 15px;
        display: flex;
        flex-direction: column;
    }

    .indexFooter_des p {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10px;
        line-height: 20px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .indexFooter_des p span {
        text-align: center;
    }

    .indexFooter_des i {
        font-size: 30px;
        line-height: 40px;
    }

}

@media (min-width:768px) and (max-width:991px) {
    .bg-dark {
        background-color: #f9f9f9 !important;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #325096;
    }

    .navbar-toggler {
        background-color: #325096;
    }

    .text-bg-dark {
        background-color: #f9f9f9 !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;
    }

    .indexBanner_left {
        margin-bottom: 20px;
    }

    .logoCar_items:nth-child(3n) {
        border-right: 1px solid #e9eae9;
    }

    .logoCar_items:nth-child(6n) {
        border-right: none;
    }

    .logoCar_items:nth-child(n+7) {
        border-bottom: none;
    }

    .index_banner {
        background-color: #f9f9f9;
        padding-bottom: 25px;
    }

    .indexProducts_left h3 {
        font-size: 18px;
    }

    .indexPro_common {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .indexProducts_right {
        padding: 35px 20px 0;
    }

    .indexProItems_main .indexProItemsBox,
    .indexProItems_main2 .indexProItemsBox {
        padding-right: 5px;
        padding-left: 5px;
    }

    .indexProItems_main .indexProItemsBox:nth-child(4n-2),
    .indexProItems_main2 .indexProItemsBox:nth-child(4n-2) {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

    .indexProItems_main .indexProItemsBox:nth-child(4n+1),
    .indexProItems_main2 .indexProItemsBox:nth-child(4n+1) {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }


    .index_aboutus_left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .index_aboutus_right {
        justify-content: space-between;
    }

    .index_aboutus_right h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }

    .index_aboutus_right p {
        line-height: 25px;
        font-weight: normal;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .index_aboutus_right .index_abright_btn {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .indexService_title {
        font-size: 30px;
    }

    .indexService_box:nth-child(3n) {
        padding-right: 6px;
    }

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

    .indexContact {
        position: relative;
        width: 100%;
        border: 26px solid #325096;
        padding: 21px 40px
    }

    .indexContactImg {
        width: 22%;
        position: absolute;
        right: 15px;
        bottom: -25px;
    }

    #indexmap {
        height: 300px;
    }

    .index_footertop {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .indexFooter_media a {
        width: 40px;
        height: 40px;
        margin: 6px;
    }

    .indexFooter_media a i {
        font-size: 22px;
    }

    .indexFooter_des {
        color: #eeeeee;
        padding-top: 15px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .indexFooter_des p {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        line-height: 20px;
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }

    .indexFooter_des p:nth-child(2) {
        padding-left: 35px;
    }

    .indexFooter_des p:last-child {
        border-right: none;
        padding-left: 0px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bg-dark {
        background-color: #f9f9f9 !important;
        padding-top: 5px;
        padding-bottom: 5px;
        border-bottom: 1px solid #325096;
    }

    .navbar-toggler {
        background-color: #325096;
    }

    .text-bg-dark {
        background-color: #f9f9f9 !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;
    }

    .index_banner {
        padding-top: 30px;
        padding-bottom: 35px;
    }

    .logoCar_items {
        padding: 3px 0;
    }

    .bannerimg {
        padding-top: 56%;
    }

    .indexPro_common {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .indexProducts_left h3 {
        font-size: 19px;
    }

    .indexProducts_right {
        padding: 34px 20px 0;
    }

    .index_products {
        padding-bottom: 40px;
    }

    .index_aboutus_right p {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
        line-height: 30px;
    }

    .index_aboutus_right .index_abright_btn {
        margin-top: 20px;
        margin-bottom: 10px;
        padding: 12px 27px;
    }

    .index_aboutus {
        padding-top: 36px;
    }

    .index_aboutus_right h1 {
        font-size: 32px;
        margin-bottom: 25px;
    }

    .indexService_title {
        font-size: 32px;
    }

    .indexContact h4 {
        font-size: 32px;
        line-height: 50px;
    }

    .indexContact_des {
        line-height: 26px;
        font-size: 16px;
    }

    .indexContactImg {
        width: 28%;
        position: absolute;
        right: 20px;
        bottom: -46px;
    }

    .indexFooter_des {
        display: flex;
        justify-content: center;
    }

    .indexFooter_des .row {
        width: 100%;
    }

    .indexFooter_des p {
        border-right: none;
        padding-left: 5px;
        padding-right: 5px;
        margin-right: 0;
        display: flex;
        /* flex-direction: column; */
        justify-content: flex-start;
        align-items: center;
    }

    .indexFooter_des p i {
        /* font-size: 30px; */
        /* line-height: 45px; */
    }

    .indexFooter_des p span {
        line-height: 20px;
    }

    .indexFooter_des a {
        display: inline-block;
        margin-bottom: 5px;
    }

    .indexFooter_des .col-xl-6 {
        width: 62%;
    }

    .indexFooter_des .col-xl-2 {
        width: 12%;
    }

    .indexFooter_des .col-xl-4 {
        width: 26%;
    }


}

@media (min-width:992px) and (max-width:1060px) {
    .indexFooter_des .col-xl-6 {
        width: 60%;
    }

    .indexFooter_des .col-xl-2 {
        width: 14%;
    }

    .indexFooter_des .col-xl-4 {
        width: 26%;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .indexService_box {
        margin-bottom: 8px;
        padding-right: 8px;
    }

    .index_aboutus_right h1 {
        font-size: 34px;
    }

    .indexService_title {
        font-size: 34px;
    }

    .indexContact h4 {
        font-size: 34px;
    }
}

@media (min-width:1399px) and (max-width:1680px) {}


@media (max-width:450px) {

    .indexProItems_main .indexProItemsBox,
    .indexProItems_main2 .indexProItemsBox {
        padding-bottom: 16px;
        padding-left: 4px;
        padding-right: 4px;
    }

    .indexProItems_main .indexProItemsBox:nth-child(3n),
    .indexProItems_main2 .indexProItemsBox:nth-child(3n) {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .indexProItems_main .indexProItemsBox:nth-child(3n+1),
    .indexProItems_main2 .indexProItemsBox:nth-child(3n+1) {
        padding-left: calc(var(--bs-gutter-x) * 0.5);
    }

}

@media (min-width:1200px) {

    .indexProItems_main .row .col-xxl-3,
    .indexProItems_main2 .row .col-xxl-3 {
        width: 20% !important;
    }

    .indexProItems_main .indexProItemsImg,
    .indexProItems_main2 .indexProItemsImg {
        height: 128px;
    }

    .indexProItems_main .indexProItemsBox,
    .indexProItems_main2 .indexProItemsBox {
        padding-bottom: 0;
    }

    .indexFooter_des {
        justify-content: center;
    }

    .indexFooter_des .row {
        width: 100%;
    }


    .indexFooter_des .col-xxl-6 {
        width: 61%;
        text-align: right;
    }

    .indexFooter_des .col-xxl-2 {
        width: 11.7%;
        text-align: center;
    }

    .indexFooter_des .col-xxl-4 {
        width: 26%;
    }
}

@media (min-width:1300px) {
    .indexFooter_des .col-xxl-2 {
        width: 11%;
        text-align: center;
    }

    .indexFooter_des .col-xxl-6 {
        padding-right: 22px;
    }

    .indexFooter_des .col-xxl-4 {
        width: 26%;
        padding-left: 22px;
    }
}