.index_web_head .container,
.public_ad_header .container {
    max-width: 1300px !important;
}

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

.indextitle h2 {
    position: relative;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.5;
    color: #333;
    text-align: center;
    padding: 0 25px;
}

.indextitle h2::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    background: url(../images/title1.png);
    background-repeat: no-repeat;
    width: 174px;
    height: 8px;
}

.indextitle h2::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    background: url(../images/title2.png);
    background-repeat: no-repeat;
    width: 174px;
    height: 8px;
}

.indextitle p {
    margin-top: 6px;
    color: #838383;
    font-size: 14px;
}


/* indexAdvs */
.indexAdvs {
    margin-top: -55px;
}

.indexAdvs_topB {
    position: relative;
}

.indexAdvs_topB::before {
    content: '';
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: 100px;
    background-color: #fff;
}

.indexAdvs_topB:nth-last-child(1):before {
    display: none;
}

.indexAdvs_top {
    position: relative;
    z-index: 99;
    padding: 30px 50px;
    border-radius: 14px;
    background-color: #f2f2f2;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    margin-bottom: 30px;
}

.indexAdvs_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexAdvs_boxImg {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #3f5ca4;
    padding: 8px;
    margin-bottom: 25px;
}

.indexAdvs_Img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #3f5ca4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexAdvs_Img img {
    max-width: 42px;
    transition: all 0.35s ease;
}

.indexAdvs_box:hover img {
    transform: rotateY(180deg);
    transition: all 0.35s ease;
}

.indexAdvs_boxDes {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.indexAdvs_boxDes h6 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.indexAdvs_boxDes p {
    font-size: 14px;
    color: #838383;
    text-align: center;
}

.indexAdvs_bot {
    padding: 20px 50px;
    border-radius: 14px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexAdvs_bot p {
    /* height: 28px;
    overflow: hidden; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    flex: 0 72%;
}

.indexAdvs_bot p span,
.indexAdvs_bot p a {
    position: relative;
    display: inline-block;
    color: #838383;
    font-size: 14px;
    margin-right: 15px;
    line-height: 2;
    transition: all ease 0.3s;
}

.indexAdvs_bot p a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.5;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.indexAdvs_bot p a:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.indexAdvs_search {
    flex: 0 24%;
}

.indexAdvs_search form {
    border: 1px solid #c8c8c8;
    background-color: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

.indexAdvs_search form input {
    background: transparent;
    border-radius: 18px;
    border: none;
    font-size: 15px;
    max-width: 250px;
    padding: 0 10px;
    color: #333;
    width: 100%;
}

.indexAdvs_search form input::placeholder {
    font-size: 14px;
    color: #838383;
}

.indexAdvs_search button {
    background: #3f5ca4;
    padding: 2px 20px;
    border: none;
    border-radius: 18px;
    color: #333333;
}

.indexAdvs_search button i {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #fff;
}

/* indexProduct */
.indexProduct {
    padding: 100px 0;
}


.indexPro_option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.indexPro_option h4 {
    display: inline-block;
    margin: 0 10px 15px;
    padding: 12px 60px;
    background-color: #646772;
    border-radius: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.indexPro_option h4:hover,
.indexPro_option .active {
    background-color: #3f5ca4;
    transition: all ease 0.3s;
}

.ip_result {
    display: none;
}

.ip_result.active {
    display: block;
}

.indexPro_top {
    display: flex;
    align-items: center;
    padding: 0 100px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
    margin-bottom: 40px;
}

.indexPro_tl {
    flex: 0 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indexPro_tlbox {
    width: 70%;
    text-align: center;
}

.indexPro_tl h3 {
    color: #333;
    font-size: 28px;
    line-height: 1.5;
}

.indexPro_tl p {
    font-size: 16px;
    line-height: 1.5;
    color: #747474;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexPro_btn a {
    display: inline-block;
    box-shadow: inset 0px 70px 0px 0px #3f5ca4;
    color: #fff;
    line-height: 20px;
    font-size: 15px;
    padding: 10px 50px;
    font-weight: bold;
    height: auto;
    transition: all ease 0.5s;
    transition-timing-function: ease;
    transition-timing-function: ease;
    border-radius: 20px;
}

.indexPro_btn a:hover {
    box-shadow: inset 0px 0px 0px 2px #3f5ca4;
    color: #3f5ca4;
}

.indexPro_tr {
    flex: 0 55%;
    /* display: flex;
    justify-content: flex-start; */
}

.iproSwiper {
    padding-bottom: 70px;
}

.indexPro_bBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 22px;
    padding: 0px 10px 30px;
    border: 1px solid #e7e7e7;
}

.indexPro_bImg {
    border-radius: 22px;
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
}

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

.indexPro_bBox h3 {
    font-size: 22px;
    color: #333;
    font-weight: bold;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexPro_bBox .indexPro_btn a {
    font-size: 14px;
    line-height: 16px;
}

.iproSwiper .swiper-pagination-bullet,
.iaboutSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all ease 0.3s;
}

.iproSwiper .swiper-pagination-bullet-active,
.iaboutSwiper .swiper-pagination-bullet-active {
    width: 50px;
    height: 10px;
    border-radius: 8px;
    background-color: #3f5ca4;
}


/* indexMade */
.indexMade {
    /* padding-bottom: 100px; */
}

.indexMade_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    position: relative;
    z-index: 100;
}

.indexMade_top h4 {
    padding: 10px 60px;
    line-height: 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    background-color: #646772;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.indexMade_top h4.active {
    background-color: #3f5ca4;
}

.indexMade_bot {
    margin-top: -40px;
    background-color: #f2f2f2;
    position: relative;
}

.imadeMobileSwiper {
    display: none;
}

.indexMade_result {
    opacity: 0;
    /* display: none; */
    z-index: 9;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: max-content;
    overflow: hidden;
    transition: opacity 0.4s ease-in-out;
}

.indexMade_result.active {
    /* display: block; */
    opacity: 1;
    z-index: 99;
    position: relative;
}

.indexMade_left {
    height: auto;
}

.indexMade_Img {
    height: 100%;
}

.indexMade_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexMade_right {
    height: 100%;
    padding: 80px 6% 30px;
}

.indexMade_right h2 {
    font-size: 34px;
    color: #333333;
    font-weight: bold;
}

.indexMade_rdes {
    margin-top: 40px;
    margin-bottom: 52px;
}

.indexMade_rdes p {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 1.2;
    margin-bottom: 10px;
}

.indexMade_rimgs {
    display: flex;
    align-items: center;
}

.indexMade_rImg:nth-child(1) {
    margin-right: 30px;
}

.indexMade_rImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 23%;
    border-radius: 15px;
}

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

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

.indexMade_rbtn {
    display: inline-flex;
    align-items: center;
    margin-top: 60px;
    background: #3f5ca4;
    border-radius: 14px;
    padding: 4px 6px;
}

.indexMade_rbtn1 {
    display: inline-block;
    padding: 5px 40px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 550;
}

.indexMade_rbtn2 {
    display: inline-block;
    padding: 5px 70px;
    background-color: #fff;
    border-radius: 12px;
    color: #3f5ca4;
    font-size: 18px;
    line-height: 24px;
    font-weight: 550;
}


/* indexCase */
.indexCase {
    padding: 100px 0;
}

.indexCase_box {
    position: relative;
}

.indexCase_img {
    width: 100%;
}

.indexCase_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexCase_Des {
    position: relative;
    z-index: 99;
    width: 66%;
    height: 114px;
    overflow: hidden;
    margin-left: 10%;
    margin-top: -60px;
    background-color: #3d3f47;
    padding: 30px ;
    /* display: flex; */
    align-items: center;
    display: none;
}

.icaseSwiper .swiper-slide-active .indexCase_Des {
    display: flex;
}

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

.indexCase_Des h2 {
    font-size: 22px;
    line-height: 1.3;
    color: #fff;
    font-weight: bold;
}

.indexCase_Des a {
    position: relative;
    padding-bottom: 5px;
}

.indexCase_Des a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.9;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: top left;
    transition: transform 0.3s ease-out;
}

.indexCase_Des a:hover::after {
    transform: scaleX(1);
    transform-origin: top left;
}

.indexCase_p {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #a1a1a1;
}

.indexCase_p p:nth-child(1) {
    margin-bottom: 6px;
}

.indexCase_p span {
    color: #fff;
    font-size: 15px;
}

.icaseSwiper .swiper-button-prev {
    width: 5%;
    /* width: 75px; */
    height: 114px;
    background: #3f5ca4;
    bottom: 0;
    right: 31%;
    left: auto;
    top: auto;
}

.icaseSwiper .swiper-button-next {
    width: 5%;
    /* width: 75px; */
    height: 114px;
    background: #3f5ca4;
    bottom: 0;
    right: 26%;
    left: auto;
    top: auto;
}

.icaseSwiper .swiper-button-next::after,
.icaseSwiper .swiper-button-prev::after {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}


/* indexAbout */
.indexAbout {
    padding: 80px 0;
    background-color: #f2f2f2;
}

.indexAboutRow {
    background-color: #fff;
}

.indexAbout_left {
    padding: 40px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.indexAbout_left a {
    display: inline-block;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.indexAbout_left a:hover {
    padding-left: 10px;
    border-left: 3px solid #3f5ca4;
}

.indexAbout_left h1 {
    color: #333;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.indexAbout_left h6 {
    color: #606060;
    font-size: 16px;
    margin-bottom: 20px;
}

.indexAbout_left p {
    color: #606060;
    font-size: 16px;
    line-height: 1.5;
}

.indexAbout_right {
    padding-right: 0;
}

.indexAbout_rImg {
    width: 100%;
    height: 100%;
}

.indexAbout_rImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexAbout_main {
    margin-top: 100px;
}

.indexAbout_main .container,
.indexNews .container {
    max-width: 1700px !important;
}

.indexAbout_top {
    padding: 0 50px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.indexAbout_top h4 {
    background-color: #646772;
    padding: 10px 80px;
    margin: 0 15px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    border-radius: 13px;
    cursor: pointer;
}

.indexAbout_top h4.active {
    background-color: #3f5ca4;
}

.indexAbout_top::before {
    content: '';
    position: absolute;
    right: 100%;
    top: 50%;
    background: #838383;
    width: 20%;
    height: 1px;
}

.indexAbout_top::after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    background: #838383;
    width: 20%;
    height: 1px;
}

.indexAbout_bot {
    position: relative;
}

.indexAbout_result {
    opacity: 0;
    /* display: none; */
    z-index: 9;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: max-content;
    overflow: hidden;
    transition: opacity 0.4s ease-in-out;
}

.indexAbout_result.active {
    /* display: block; */
    opacity: 1;
    z-index: 99;
    position: relative;
}

.ialbum_box {
    height: 100%;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.ialbum_Img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 75%;
    border-radius: 15px;
}

.ialbumImg {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;

    border-radius: 15px;
    transition: all ease 0.3s;
}

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

.ialbum_Img::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;
}


.ialbum_box:hover .ialbum_Img::before {
    opacity: 1;
}

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

.ialbum_box:hover img {
    transform: scale(1.15);
}

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

.iaboutSwiper {
    padding-bottom: 60px;
}


/* indexNews */
.indexNews {
    padding: 100px 0;
}

.indexNews_left {
    height: 100%;
    position: relative;
    padding: 15px;
    transition: all 0.35s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

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

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

.indexNews_Des {
    padding: 30px 0 20px;
}

.indexNews_Des h2 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexNews_Des p {
    font-size: 16px;
    color: #838383;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.blogline {
    width: 0%;
    height: 3px;
    background: #3f5ca4;
    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;
}

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

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

.indexNews_right {
    height: 100%;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexNews_rbox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 25px 10px;
    transition: all ease 0.3s;
    cursor: pointer;
    border-bottom: 1px #eee solid;
}

.indexNews_rtimes {
    text-align: center;
    border-right: 1px #ddd solid;
    transition: all ease 0.3s;
    flex: 0 10%;
    padding-right: 10px;
}

.indexNews_rtimes h2 {
    font-size: 20px;
    color: #555555;
    transition: all ease 0.3s;
}

.indexNews_rtimes span {
    color: #8b8b8b;
    font-size: 18px;
    transition: all ease 0.3s;
}

.indexNews_rtitle {
    flex: 0 90%;
    padding: 0 20px;
}

.indexNews_rtitle h2 a {
    font-size: 22px;
    color: #555555;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: bold;
    transition: all ease 0.3s;
}

.indexNews_rtitle span {
    color: #555;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease 0.3s;
}

.indexNews_rbox:hover {
    color: #fff;
    background-color: #3f5ca4;
}

.indexNews_rbox:hover a,
.indexNews_rbox:hover span,
.indexNews_rbox:hover p,
.indexNews_rbox:hover h2 {
    color: #fff;
}


/* footer */
.footer_top {
    padding: 50px 0 40px;
    background-color: #3d3f47;
}


.footer_bot {
    padding: 30px 0;
    background-color: #27282d;
}

.footer_link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: auto;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #6b6b6b;
    z-index: 8;
}

.footer_link::after {
    content: '';
    position: absolute;
    left: -1px;
    top: 0;
    right: auto;
    bottom: auto;
    width: 3px;
    height: 34px;
    background-color: #3f5ca4;
    z-index: 9;
}

.footer_box {
    width: 80%;
    padding: 20px 0;
}

.footer_box h2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer_a {
    height: 160px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.footer_a p {
    margin-bottom: 5px;
}

.footer_a a {
    position: relative;
    display: inline-block;
    color: #eee;
    font-size: 16px;
    padding-bottom: 3px;
    transition: all ease 0.3s;
}

.footer_a a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 0.8;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: medium medium;
    transition: transform 0.3s ease-out;
}

.footer_a a:hover::after {
    transform: scaleX(1);
    transition: all ease 0.3s;
}

.footer_a a:hover {
    color: #fff;
}

.footer_scan {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.footerScan {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.footer_img {
    width: 120px;
    height: 120px;
    padding: 6px;
    border: 1px dashed #fff;
    border-radius: 6px;
}

.footer_img img {
    width: 100%;
    height: 100%;
}

.footerImg {
    padding: 4px;
    background-color: #fff;
    border-radius: 6px;
}

.footerScan span {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 14px;
}

.footer_bot span {
    font-size: 15px;
    color: #747474;
}


@media (max-width: 575px) {
    .text-bg-dark {
        background-color: #f1f1f1 !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;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #3f5ca4;
    }

    .banner {
        margin-top: 66px;
    }

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

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

    .bannerSwiper .swiper-pagination-bullet-active {
        width: 30px;
    }

    .indextitle {
        margin-bottom: 25px;
    }

    .indextitle h2 {
        font-size: 28px;
        padding: 0 20px;
    }

    .indextitle h2::after,
    .indextitle h2::before {
        display: none;
    }

    .indextitle p {
        text-align: center;
    }

    .indexAdvs {
        margin-top: 0;
        padding-top: 40px;
    }

    .indexAdvs_top {
        padding: 30px;
    }

    .indexAdvs_boxImg {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .indexAdvs_topB {
        margin-bottom: 30px;
    }

    .indexAdvs_topB:nth-last-child(1) {
        margin-bottom: 0;
    }

    .indexAdvs_topB::before {
        display: none;
    }

    .indexAdvs_bot {
        padding: 20px 30px;
        flex-direction: column;
    }

    .indexAdvs_bot p {
        margin-bottom: 6px;
    }

    .indexProduct {
        padding: 40px 0;
    }

    .indexPro_option h4 {
        width: 100%;
        text-align: center;
    }

    .indexPro_option {
        margin-bottom: 20px;
    }

    .indexPro_top {
        padding: 40px 30px 5px;
        margin-bottom: 30px;
        flex-direction: column;
    }

    .indexPro_tlbox {
        width: 100%;
    }

    .indexPro_tl h3 {
        font-size: 26px;
    }

    .iproSwiper {
        padding-bottom: 40px;
    }

    .indexMade_top {
        display: none;
    }

    .indexMade_bot {
        display: none;
    }

    .imadeMobileSwiper {
        display: block;
    }

    .imadeMobile_box {
        padding: 0 15px;
    }

    .indexMade_right {
        height: 100%;
        padding: 30px 0 0;
    }

    .indexMade_right h2 {
        font-size: 24px;
    }

    .indexMade_rdes {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .indexMade_rImg:nth-child(1) {
        margin-right: 5%;
    }

    .indexMade_rbtn {
        margin-top: 30px;
        padding: 6px;
        width: 100%;
        flex-direction: column;
    }

    .indexMade_rbtn1,
    .indexMade_rbtn2 {
        width: 100%;
        padding: 5px 10px;
        text-align: center;
    }

    .imadeMobileSwiper {
        padding-bottom: 40px;
    }

    .iproSwiper .swiper-pagination-bullet,
    .imadeMobileSwiper .swiper-pagination-bullet,
    .icaseSwiper .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 4px !important;
    }

    .iproSwiper .swiper-pagination-bullet-active,
    .imadeMobileSwiper .swiper-pagination-bullet-active,
    .icaseSwiper .swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 8px;
        background-color: #3f5ca4;
    }

    .indexCase {
        padding: 40px 0;
    }

    .indexCase_Des {
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .indexCase_p {
        padding-left: 0;
        margin-left: 0;
        margin-top: 10px;
        padding-top: 20px;
        border: none;
        border-top: 1px solid #a1a1a1;
    }

    .icaseSwiper {
        padding-bottom: 50px;
    }

    .icaseSwiper .swiper-button-next {
        width: 50px;
        height: 50px;
        left: 50px;
        right: auto;
        bottom: 0px;
    }

    .icaseSwiper .swiper-button-prev {
        width: 50px;
        height: 50px;
        left: 0;
        right: auto;
        bottom: 0px;
    }

    .icaseSwiper .swiper-pagination {
        display: inline-block;
        width: fit-content;
        right: 0;
        left: auto;
    }

    .indexAbout {
        padding: 40px 0;
    }

    .indexAboutRow {
        width: 96%;
        margin: auto;
        background-color: transparent;
    }

    .indexAbout_left {
        padding: 10px 0 35px;
    }

    .indexAbout_left h1 {
        font-size: 22px;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_top::before,
    .indexAbout_top::after {
        display: none;
    }

    .indexAbout_main {
        margin-top: 40px;
    }

    .indexAbout_top {
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .indexAbout_top h4 {
        padding: 10px 12px;
        margin: 0px 4px;
    }

    #popup {
        width: 90%;
    }

    #popup span {
        position: absolute;
        top: -65px;
        right: 0;
    }

    .iaboutSwiper {
        padding-bottom: 45px;
    }

    .indexNews {
        padding: 40px 0;
    }

    .indexNews .row>div {
        margin-bottom: 30px;
    }

    .indexNews .row>div:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .indexNews_rtitle h2 a {
        font-size: 20px;
    }

    .indexNews_rtitle span {
        font-size: 16px;
    }

    .footer_box {
        width: 96%;
        padding: 0;
    }

    .footer_link {
        margin-bottom: 25px;
    }

    .footer_scan {
        justify-content: flex-start;
    }

    .footerScan {
        margin-right: 20px;
        margin-left: 0;
    }

    .footer_bot {
        padding: 20px 0;
    }

    .footer_bot span {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .text-bg-dark {
        background-color: #f1f1f1 !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;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #3f5ca4;
    }

    .banner {
        margin-top: 66px;
    }

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

    .indextitle {
        margin-bottom: 30px;
    }

    .indextitle h2 {
        font-size: 30px;
        padding: 0 20px;
    }

    .indextitle h2::after,
    .indextitle h2::before {
        width: 120px;
    }

    .indextitle h2::before {
        background-position: right;
    }

    .indextitle p {
        text-align: center;
    }

    .indexAdvs {
        margin-top: 0;
        padding-top: 45px;
    }

    .indexAdvs_top {
        padding: 40px 30px;
    }

    .indexAdvs_boxImg {
        width: 100px;
        height: 100px;
        margin-bottom: 20px;
    }

    .indexAdvs_topB {
        margin-bottom: 35px;
    }

    .indexAdvs_topB:nth-child(n+3) {
        margin-bottom: 0;
    }

    .indexAdvs_topB::before {
        display: none;
    }

    .indexAdvs_bot {
        padding: 20px 30px;
        flex-direction: column;
    }

    .indexAdvs_bot p {
        margin-bottom: 10px;
    }

    .indexProduct {
        padding: 45px 0;
    }

    .indexPro_option h4 {
        padding: 10px 20px;
        margin: 0 5px 15px;
        text-align: center;
    }

    .indexPro_option {
        margin-bottom: 10px;
    }

    .indexPro_top {
        padding: 10px 30px;
        margin-bottom: 30px;
    }

    .indexPro_tlbox {
        width: 100%;
    }

    .indexPro_tl h3 {
        font-size: 26px;
    }

    .iproSwiper {
        padding-bottom: 40px;
    }

    .indexMade_top {
        display: none;
    }

    .indexMade_bot {
        display: none;
    }

    .imadeMobileSwiper {
        display: block;
    }

    .imadeMobile_box {
        padding: 0px 10px;
    }

    .indexMade_right {
        height: 100%;
        padding: 30px 0 0;
    }

    .indexMade_right h2 {
        font-size: 24px;
    }

    .indexMade_rdes {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .indexMade_rImg:nth-child(1) {
        margin-right: 5%;
    }

    .indexMade_rbtn {
        margin-top: 30px;
        padding: 6px;
        width: 100%;
        flex-direction: column;
    }

    .indexMade_rbtn1,
    .indexMade_rbtn2 {
        width: 100%;
        padding: 5px 10px;
        text-align: center;
    }

    .imadeMobileSwiper {
        padding-bottom: 50px;
    }

    .iproSwiper .swiper-pagination-bullet,
    .imadeMobileSwiper .swiper-pagination-bullet,
    .icaseSwiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
    }

    .iproSwiper .swiper-pagination-bullet-active,
    .imadeMobileSwiper .swiper-pagination-bullet-active,
    .icaseSwiper .swiper-pagination-bullet-active {
        width: 36px;
        border-radius: 8px;
        background-color: #3f5ca4;
    }

    .indexCase {
        padding: 45px 0;
    }

    .indexCase_Des {
        margin: 0;
        width: 100%;
        height: 100%;
        padding: 30px;
    }

    .icaseSwiper {
        padding-bottom: 50px;
    }

    .icaseSwiper .swiper-button-next {
        width: 50px;
        height: 50px;
        left: 50px;
        right: auto;
        bottom: 0px;
    }

    .icaseSwiper .swiper-button-prev {
        width: 50px;
        height: 50px;
        left: 0;
        right: auto;
        bottom: 0px;
    }

    .icaseSwiper .swiper-pagination {
        display: inline-block;
        width: fit-content;
        right: 0;
        left: auto;
    }

    .indexAbout {
        padding: 45px 0;
    }

    .indexAboutRow {
        width: 96%;
        margin: auto;
        background-color: transparent;
    }

    .indexAbout_left {
        padding: 10px 0 35px;
    }

    .indexAbout_left h1 {
        font-size: 22px;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_top::before,
    .indexAbout_top::after {
        display: none;
    }

    .indexAbout_main {
        margin-top: 40px;
    }

    .indexAbout_top {
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .indexAbout_top h4 {
        padding: 10px 35px;
        margin: 0px 4px;
    }

    #popup {
        width: 80%;
    }

    #popup span {
        position: absolute;
        top: -65px;
        right: -50px;
    }

    .iaboutSwiper {
        padding-bottom: 50px;
    }

    .indexNews {
        padding: 45px 0;
    }

    .indexNews .row>div {
        margin-bottom: 30px;
    }

    .indexNews .row>div:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .indexNews_rtitle h2 a {
        font-size: 20px;
    }

    .indexNews_rtitle span {
        font-size: 16px;
    }

    .footer_box {
        width: 96%;
        padding: 0;
    }

    .footer_top .row {
        width: 98%;
        margin: auto;
    }

    .footer_link {
        margin-bottom: 25px;
    }

    .footer_scan {
        justify-content: flex-start;
    }

    .footerScan {
        margin-right: 20px;
        margin-left: 0;
    }

    .footer_bot {
        padding: 20px 0;
    }

    .footer_bot span {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-bg-dark {
        background-color: #f1f1f1 !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;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #3f5ca4;
    }

    .banner {
        margin-top: 66px;
    }

    .indextitle {
        margin-bottom: 40px;
    }

    .indextitle h2 {
        font-size: 32px;
    }

    .indextitle h2::after,
    .indextitle h2::before {
        width: 120px;
    }

    .indextitle h2::before {
        background-position: right;
    }

    .indextitle p {
        text-align: center;
    }

    .indexAdvs_boxImg {
        width: 90px;
        height: 90px;
        padding: 6px;
    }

    .indexAdvs_topB::before {
        display: none;
    }

    .indexAdvs_bot {
        padding: 20px 30px;
    }

    .indexAdvs_bot p {
        flex: 0 70%;
    }

    .indexAdvs_search {
        flex: 0 30%;
    }

    .indexProduct {
        padding: 45px 0;
    }

    .indexPro_option h4 {
        padding: 10px 25px;
        text-align: center;
    }

    .indexPro_option {
        margin-bottom: 10px;
    }

    .indexPro_top {
        padding: 0px 30px;
        margin-bottom: 40px;
    }

    .indexPro_tlbox {
        width: 100%;
    }

    .iproSwiper {
        padding-bottom: 40px;
    }

    .indexMade_top {
        display: none;
    }

    .indexMade_bot {
        display: none;
    }

    .imadeMobileSwiper {
        display: block;
    }

    .imadeMobile_box {
        padding: 0px 10px;
    }

    .indexMade_right {
        height: 100%;
        padding: 30px 0 0;
    }

    .indexMade_right h2 {
        font-size: 24px;
    }

    .indexMade_rdes {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .indexMade_rImg:nth-child(1) {
        margin-right: 5%;
    }

    .indexMade_rbtn {
        margin-top: 30px;
        padding: 6px;
        width: 100%;
        flex-direction: column;
    }

    .indexMade_rbtn1,
    .indexMade_rbtn2 {
        width: 100%;
        padding: 5px 10px;
        text-align: center;
    }

    .imadeMobileSwiper {
        padding-bottom: 50px;
    }

    .iproSwiper .swiper-pagination-bullet,
    .imadeMobileSwiper .swiper-pagination-bullet,
    .icaseSwiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
    }

    .iproSwiper .swiper-pagination-bullet-active,
    .imadeMobileSwiper .swiper-pagination-bullet-active,
    .icaseSwiper .swiper-pagination-bullet-active {
        width: 36px;
        border-radius: 8px;
        background-color: #3f5ca4;
    }

    .indexCase {
        padding: 45px 0;
    }

    .indexCase_Des {
        margin: 0;
        width: 80%;
        padding: 30px;
    }

    .icaseSwiper .swiper-button-next {
        width: 10%;
        height: 114px;
        right: 0;
        left: auto;
        bottom: 0px;
    }

    .icaseSwiper .swiper-button-prev {
        width: 10%;
        height: 114px;
        right: 10%;
        left: auto;
        bottom: 0px;
    }

    .indexAbout {
        padding: 50px 0;
    }

    .indexAboutRow {
        width: 96%;
        margin: auto;
    }

    .indexAbout_left h1 {
        font-size: 22px;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_top::before,
    .indexAbout_top::after {
        display: none;
    }

    .indexAbout_main {
        margin-top: 40px;
    }

    .indexAbout_top {
        padding: 0;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .indexAbout_top h4 {
        padding: 10px 35px;
    }

    #popup {
        width: 70%;
    }

    #popup span {
        position: absolute;
        top: -65px;
        right: -50px;
    }

    .iaboutSwiper {
        padding-bottom: 60px;
    }

    .indexNews {
        padding: 50px 0;
    }

    .indexNews .row>div {
        margin-bottom: 30px;
    }

    .indexNews .row>div:nth-last-child(1) {
        margin-bottom: 0px;
    }

    .footer_box {
        width: 96%;
    }

    .footer_top .row {
        margin: auto;
    }

    .footer_link {
        margin-bottom: 25px;
    }

    .footer_scan {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer_img {
        width: 110px;
        height: 110px;
    }

    .footerScan {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .footerScan span {
        margin-top: 10px;
    }

    .footer_bot {
        padding: 20px 0;
    }

    .footer_bot span {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .text-bg-dark {
        background-color: #f1f1f1 !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;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: #fff;
        background-color: #3f5ca4;
    }

    .banner {
        margin-top: 66px;
    }

    .indextitle {
        margin-bottom: 40px;
    }

    .indextitle h2 {
        font-size: 32px;
    }

    .indextitle h2::after,
    .indextitle h2::before {
        width: 120px;
    }

    .indextitle h2::before {
        background-position: right;
    }

    .indextitle p {
        text-align: center;
    }

    .indexAdvs_bot p {
        flex: 0 70%;
    }

    .indexAdvs_search {
        flex: 0 30%;
    }

    .indexProduct {
        padding: 60px 0;
    }

    .indexPro_option h4 {
        padding: 12px 35px;
        text-align: center;
    }

    .indexPro_option {
        margin-bottom: 30px;
    }

    .indexPro_top {
        padding: 0px 30px;
        margin-bottom: 40px;
    }

    .indexPro_tlbox {
        width: 100%;
    }

    .indexMade_top {
        display: none;
    }

    .indexMade_bot {
        display: none;
    }

    .imadeMobileSwiper {
        display: block;
    }

    .imadeMobile_box {
        padding: 0px 10px;
    }

    .indexMade_right {
        height: 100%;
        padding: 30px 0 0;
    }

    .indexMade_right h2 {
        font-size: 24px;
    }

    .indexMade_rdes {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .indexMade_rImg:nth-child(1) {
        margin-right: 5%;
    }

    .indexMade_rbtn {
        margin-top: 30px;
        padding: 6px;
        width: 100%;
        flex-direction: column;
    }

    .indexMade_rbtn1,
    .indexMade_rbtn2 {
        width: 100%;
        padding: 5px 10px;
        text-align: center;
    }

    .imadeMobileSwiper {
        padding-bottom: 50px;
    }

    .iproSwiper .swiper-pagination-bullet,
    .imadeMobileSwiper .swiper-pagination-bullet,
    .icaseSwiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
    }

    .iproSwiper .swiper-pagination-bullet-active,
    .imadeMobileSwiper .swiper-pagination-bullet-active,
    .icaseSwiper .swiper-pagination-bullet-active {
        width: 36px;
        border-radius: 8px;
        background-color: #3f5ca4;
    }

    .indexCase {
        padding: 60px 0 70px;
    }

    .indexCase_Des {
        margin: 0;
        width: 80%;
        padding: 30px;
    }

    .icaseSwiper .swiper-button-next {
        width: 10%;
        height: 114px;
        right: 0;
        left: auto;
        bottom: 0px;
    }

    .icaseSwiper .swiper-button-prev {
        width: 10%;
        height: 114px;
        right: 10%;
        left: auto;
        bottom: 0px;
    }

    .indexAbout {
        padding: 70px 0 60px;
    }

    .indexAboutRow {
        width: 96%;
        margin: auto;
    }

    .indexAbout_main {
        margin-top: 40px;
    }

    .indexAbout_top {
        flex-wrap: wrap;
        margin-bottom: 30px;
        padding: 0 30px;
    }

    .indexAbout_top h4 {
        padding: 10px 50px;
    }

    #popup {
        width: 70%;
    }

    #popup span {
        position: absolute;
        top: -65px;
        right: -50px;
    }

    .iaboutSwiper {
        padding-bottom: 60px;
    }

    .indexNews {
        padding: 60px 0;
    }

    .indexNews_rtitle h2 a {
        font-size: 18px;
    }

    .indexNews_rtitle span {
        font-size: 16px;
    }

    .indexNews_rbox {
        padding: 15px 10px;
    }

    .indexNews_Des p {
        -webkit-line-clamp: 4;
    }

    .indexNews_right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer_box {
        width: 96%;
    }

    .footer_top .row {
        margin: auto;
    }

    .footer_link {
        margin-bottom: 25px;
    }

    .footer_scan {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .footer_img {
        width: 110px;
        height: 110px;
    }

    .footerScan {
        margin-left: 15px;
        margin-bottom: 20px;
    }

    .footerScan span {
        margin-top: 10px;
    }

    .footer_bot {
        padding: 20px 0;
    }

    .footer_bot span {
        width: 100%;
        text-align: center;
        display: inline-block;
    }
}

@media (min-width: 1201px) and (max-width: 1660px) {
    .nav_wrap .head_nav>li>a {
        padding: 0 25px;
    }

    .nav_wrap .head_nav li .head_nav_Main {
        transition: all ease 0.3s;
        transform: translateY(-0%);
    }

    .head_nav>li:nth-child(n+6) .head_nav_Main {
        right: 0;
        left: auto;
    }

    .indexMade_right {
        padding: 70px 4% 30px;
    }

    .indexMade_right h2 {
        font-size: 32px;
    }

    .indexMade_rdes {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .indexMade_left {
        height: auto;
    }

    .indexMade_Img {
        height: 100%;
    }

    .indexMade_rbtn {
        margin-top: 40px;
        flex-direction: column;
    }

    .indexAbout_top h4 {
        padding: 10px 70px;
    }

    .indexNews_Des p {
        -webkit-line-clamp: 4;
    }

    .indexNews_rtitle h2 a {
        font-size: 20px;
    }

    .indexNews_rtitle span {
        font-size: 16px;
    }

    .indexNews_rbox {
        padding: 20px 10px;
    }

}


@media (min-width: 1661px) and (max-width: 1900px) {

    .nav_wrap .head_nav li .head_nav_Main {
        transition: all ease 0.3s;
        transform: translateY(-0%);
    }

    .head_nav>li:nth-last-child(1) .head_nav_Main {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1660px) {
    .indexNews .col-xxl-3 {
        width: 28% !important;
    }

    .indexNews .col-xxl-6 {
        width: 44% !important;
    }
}

@media (min-width: 850px) and (max-width: 1200px) {
    .icaseSwiper .swiper-button-prev {
        width: 7%;
        height: 114px;
        right: 24%;
    }
    
        .icaseSwiper .swiper-button-next {
        width: 8%;
        height: 114px;
        right: 16.5%;
        }
}

@media (min-width: 850px) {
    .indexCase_img img {
        height: 400px;
    }
}