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


/* indexAbout */
.indexAbout {
    padding: 130px 0;
    overflow: hidden;
}

.index_aboutus_video {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.index_aboutus_video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(20, 24, 27, 0.1);
    width: 100%;
    height: 100%;
    transition: all 0.8s ease;
    z-index: 9;
}

.iAbout_img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.iAbout_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s ease;
}

.index_aboutus_video:hover::before {
    background: rgba(20, 24, 27, 0.3);
}

.index_aboutus_video:hover img {
    transform: scale(1.05);
}

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

.drbtn {
    position: relative;
}

.cw {
    width: 70px;
    height: 70px;
    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: 28px;
    color: #ffffff;
}

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

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

.bo::after {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    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 {
    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 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videobox video {
    /*width: 100%;*/
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}

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

.indexAbout_r {
    padding-left: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexAbout_r h6 {
    font-size: 24px;
    line-height: 1.3;
    color: #000;
}

.indexAbout_r h1 {
    font-size: 48px;
    line-height: 58px;
    color: #000;
}

.indexAbout_r .indexAbout_rdes {
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin: 28px 0 40px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* word-wrap: break-word;
    word-break: break-all; */
}

.indexAbout_rbox p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.indexAbout_rbox p i {
    display: inline-block;
    width: 36px;
    font-size: 36px;
    color: #000;
}

.indexAbout_rbox p span {
    display: inline-block;
    margin-left: 26px;
    font-size: 24px;
    color: #000;
}

.indexAbout_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 16px;
    border-radius: 30px;
    border: 2px solid #0072b0;
    background: #0072b0;
    color: #fff;
    /* width: 100%; */
    line-height: 40px;
    padding: 4px 45px;
    font-size: 24px;
    transform: translateY(0);
    transition: all ease .3s, transform ease 2s 1s, opacity ease .8s .9s;
    position: relative;
}

.indexAbout_btn a i {
    margin-left: 10px;
    font-size: 26px;
}

.indexAbout_btn a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background: #fff;
    border: 1px solid #0072b0;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
    border-radius: 30px;
}

.indexAbout_btn a:hover::after {
    width: 95%;
    opacity: 1;
}

.indexAbout_btn a:hover {
    color: #0072b0;
    transition: all .5s ease;
}

/* indexService */
.indexService {
    padding-top: 100px;
}

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

.indexSer_title2 {
    color: #ddd;
    opacity: 0.5;
    font-size: 120px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    text-shadow: 3px 0 10px rgb(22 78 145 / 0%);
    transition: all ease 2s .5s;
    transform: translateY(0);
    /* font-family: Impact !important; */
    letter-spacing: 2px;
    /* background-image: linear-gradient(to top, transparent 5%, rgba(230, 233, 235, 0.2) 20%, #9f9c9cd1); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    position: relative;
    z-index: 6;
}

.indexSer_title1 {
    position: absolute;
    top: 50%;
    color: #000;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    transition: all ease 2s .7s;
    opacity: 1;
    transform: translateY(0);
    word-break: keep-all !important;
    letter-spacing: 0px;
    z-index: 9;
    /* text-shadow: 4px 2px 6px rgb(0 0 0 / 0.3); */
}

.indexTitle_line {
    position: relative;
    display: block;
    width: 250px;
    height: 4px;
    border-radius: 3px;
    background-color: #0072b0;
    z-index: 9;
}

.indexServ_box {
    padding: 15px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    position: relative;
    height: 100%;
}

.indexServ_box::after {
    content: '';
    position: absolute;
    bottom: 15px;
    right: 10px;
    background: url(../images/ipbg.png);
    width: 13px;
    height: 13px;
}

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

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

.indexServ_des {
    padding: 25px 10px 30px;
    text-align: center;
}

.indexServ_des h4 {
    font-size: 20px;
    line-height: 1;
    color: #000;
    /* font-weight: bold; */
    margin-bottom: 20px;
    /*text-transform: uppercase;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    transition: all 0.5s ease;
}

.indexServ_des p {
    font-size: 16px;
    line-height: 1.5;
    color: #000;

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

.indexServ_box a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

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

.indexServ_box:hover h4 {
    color: #0072b0;
}


/* indexNum */
.indexNum {
    position: relative;
    background: url(../images/inumbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 130px 0;
}

.indexNum::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}

.indexNum .container {
    position: relative;
    z-index: 9;
}

.indexNum_title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
}

.indexNum_title h4 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.indexNum_title p {
    font-size: 18px;
    color: #fff;
}

.indexNum_box {
    padding: 55px 24px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 22px;
    height: 100%;
}

.indexNum_box h6 {
    font-size: 18px;
    color: #666;
}

.indexNum_p {
    display: flex;
    align-items: flex-end;
}

.indexNum_p p {
    font-size: 56px;
    line-height: 0.9;
    color: #000;
    font-weight: bold;
}

.indexNum_star {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 15px;
}

.indexNum_star i {
    font-size: 20px;
    color: #ffbc01;
}


/* indexcomment */
.indexcomment {
    padding: 70px 0 95px;
    background: url(../images/icombg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

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

.indexTitle h2 {
    color: #000;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.indexTitle p {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    text-align: center;
    width: 70%;
    margin-bottom: 30px;
}

.indexcom_left {
    padding-right: 8%;
}

.indexcomment .accordion-button:not(.collapsed) {
    background-color: #0072b0;
    color: #fff
}

.indexcomment .accordion-item {
    border: none;
    border-bottom: 1px solid #e2e6e9;
}

.indexcomment .accordion-item:nth-last-child(1) {
    border: none;
}

.indexcomment .accordion-button:focus {
    box-shadow: none;
}

.indexcom_right {
    padding-left: 8%;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}

.indexcom_top h2 {
    font-size: 48px;
    color: #000;
    line-height: 1.2;
    margin-bottom: 15px;
}

.indexcom_top p {
    font-size: 18px;
    color: #000;
    line-height: 1.3;
}

.indexcom_bot {
    margin-top: 30px;
}

.indexCom_box {
    margin-top: 55px;
    padding: 75px 35px 20px;
    background: #0072b0;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.indexCom_box .indexComBox_top {
    width: calc(100% - 70px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: -56px;
    position: absolute;
}

.indexComBox_img {
    padding: 10px;
    border-radius: 50%;
    background: linear-gradient(0deg,
            #fbb901 50%,
            transparent 50%);
}

.indexComBox_img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.indexComBox_fixed {
    padding-top: 15px;
}

.indexComBox_fixed i {
    font-size: 64px;
    color: #fbb901;
    transition: all ease 0.3s;
}

.indexCom_box:hover .indexComBox_fixed i {
    color: #fbb901;
}

.indexComBox_botA a {
    font-size: 18px;
    color: #fff;
    transition: all ease 0.3s;
}

.indexComBox_botA a:hover {
    color: #fbb901;
    /* text-decoration: underline !important; */
}

.indexComBox_botbox {
    margin-top: 35px;
    display: flex;
    align-items: center;
}

.indexComBox_botbox p {
    font-size: 18px;
    color: #fff;
}

.indexComBox_botbox .indexNum_star i {
    font-size: 16px;
}


/* indexcontent */
.indexcontent {
    padding: 45px 0 85px;
    position: relative;
    background: url(../images/iconbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.contact_plan1_title h2 {
    font-size: 42px;
    color: #000;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.contact_main {
    background-color: rgba(239, 239, 239, 0.8);
    padding: 40px 30px;
    border-radius: 5px;
}

.contactflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.contact_list li {
    display: flex;
    align-items: center;
    margin: 15px 0;
}

.contact_list li i {
    font-size: 26px;
    color: #0072b0;
    margin-right: 15px;
}

.contact_list li p,
.contact_list li a {
    font-size: 18px;
    color: #444;
    flex: 1;
}

.contact_left h1 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.contact_inquiry_form_main {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 30px;
}

/* footer */
footer {
    background: url(../images/footerBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.index_footer {
    position: relative;
    overflow: hidden;
}

.index_footer .container {
    max-width: 1800px !important;
}

.footer_flex {
    padding: 110px 0 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .container {
    z-index: 999;
    position: relative;
}

.footer_main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer_logo img {
    max-height: 240px;
    vertical-align: middle;
    max-width: initial;
}

.footer_p {
    padding-left: 5px;
    font-size: 16px;
    color: #fff;
}

.index_footer .public_ad_header_social_media {
    justify-content: flex-start;
    margin-left: 0;
}

.footerSocial_media {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 35px;
}

.footerSocial_media a {
    width: 35px;
    height: 35px;
    margin-right: 15px;
    margin-bottom: 5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease-in-out;
    background-color: #399fd6;
}

.footerSocial_media a i {
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all 0.35s ease-in-out;
}

.footerSocial_media a:hover {
    background-color: #fff;
}

.footerSocial_media a:hover i {
    color: #399fd6;
}

.footer_page h3,
.footer_product h3,
.footer_nav h3 {
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.footer_page h3 span,
.footer_product h3 span,
.footer_nav h3 span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #0485f1;
}

.footer_page a,
.footer_product a,
.footer_nav a {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    /* text-transform: capitalize; */
    word-wrap: break-word;
    word-break: break-all;
}

.footer_product {
    padding-right: 50px;
}

.footer_product a:hover,
.footer_page a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.footer_contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.footer_contact li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid #fff;
}

.footer_contact li i {
    font-size: 16px;
    font-weight: bold;
    color: #399fd6;
}

.footer_contact li p {
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.footer_contact li a {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.footer_copyrights {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #c3e1f4;
    padding: 30px 0;
    width: 100%;
    color: #fff;
}

.footer_copyrights p {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
}

.footer_nav p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}

.indexContactus a {
    display: inline-block;
    padding: 10px 24px;
    line-height: 20px;
    font-size: 18px;
    color: #399fd6;
    background-color: #fff;
    border: 2px solid #fff;
    transition: all 0.35s ease;
}

.indexContactus a:hover {
    background-color: transparent;
    color: #fff;
}

@media (max-width:575px) {
    .banner {
        margin-top: 76px;
    }

    .indexAbout {
        padding: 40px 0;
    }

    .cw,
    .bo::before,
    .bo::after {
        width: 60px;
        height: 60px;
    }

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

    .videobox iframe,
    .videobox video{
        /*width: 100%;*/
        max-height: 600px;
        min-height: 300px;
    }

    .indexAbout_r {
        padding-left: 0;
        padding-top: 30px;
    }

    .indexAbout_r h1 {
        font-size: 32px;
        line-height: 40px;
    }

    .indexAbout_r h6 {
        font-size: 22px;
    }

    .indexAbout_r .indexAbout_rdes {
        margin: 15px 0 20px;
    }

    .indexAbout_rbox p span {
        margin-left: 20px;
        font-size: 18px;
    }

    .indexAbout_btn a {
        margin: 20px 0 10px;
        line-height: 30px;
        padding: 4px 25px;
        font-size: 18px;
    }

    .indexSer_title2 {
        font-size: 38px;
    }

    .indexSer_title1 {
        top: 35%;
        font-size: 28px;
    }

    .indexTitle_line {
        margin-top: 20px;
    }

    .indexSer_title {
        margin-bottom: 30px;
    }

    .indexService .row>div {
        margin-bottom: 25px;
    }

    .indexServ_des {
        padding-bottom: 20px;
    }

    .indexService {
        padding-top: 30px;
    }

    .indexNum {
        padding: 50px 0;
    }

    .indexNum_title h4 {
        font-size: 30px;
        text-align: center;
    }

    .indexNum_title {
        margin-bottom: 30px;
    }

    .indexNum_box {
        padding: 35px 24px;
    }

    .indexNum .number>div {
        margin-bottom: 25px;
    }

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

    .indexNum_p {
        justify-content: center;
    }

    .indexNum_box h6 {
        text-align: center;
        font-size: 20px;
    }

    .indexNum_p p {
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indexNum_star {
        margin-left: 10px;
    }

    .indexcomment {
        padding: 40px 0;
    }

    .indexTitle h2,
    .indexcom_top h2 {
        font-size: 32px;
    }

    .indexTitle .indexTitle_line {
        margin-top: 5px;
    }

    .indexTitle p {
        width: 100%;
        margin-bottom: 0;
    }

    .indexTitle {
        margin-bottom: 30px;
    }

    .indexcom_left {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .indexcom_right {
        padding-left: 0;
    }

    .indexCom_box {
        margin-top: 55px;
        padding: 70px 24px 25px;
    }

    .indexCom_box .indexComBox_top {
        width: calc(100% - 48px);
        top: -50px;
    }

    .indexcom_bot {
        margin-top: 12px;
    }

    .indexComBox_fixed i {
        font-size: 46px;
    }

    .indexComBox_img img {
        width: 80px;
        height: 80px;
    }

    .indexComBox_botbox {
        margin-top: 20px;
    }

    .indexComBox_botbox p {
        font-size: 16px;
        flex: 1;
    }

    .indexComBox_botbox .indexNum_star {
        margin-left: 5px;
        flex: 1;
    }

    .indexcontent {
        padding: 0px 0 45px;
    }

    .contact_plan1_title h2 {
        font-size: 30px;
    }

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

    .contact_main {
        padding: 40px 20px;
    }

    .contact_inquiry_form_main {
        padding: 0px;
        background-color: transparent;
        margin-top: 20px;
    }

    .contact_main .yandex-form {
        min-width: auto;
        min-height: auto;
    }

    .contact_main .yandex-form #form .list p {
        line-height: 1.5;
    }

    .footer_flex {
        padding: 40px 0 0;
    }

    .footer_logo img {
        max-height: 120px;
        margin-bottom: 10px;
    }

    .footer_main {
        align-items: center;
        padding-bottom: 30px;
    }

    .footer_logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer_main .footer_p {
        text-align: center;
        justify-content: center;
    }

    .footerSocial_media {
        margin-top: 0px;
        justify-content: center;
    }

    .footerSocial_media a {
        margin-right: 10px;
    }

    .footer_page {
        display: none;
    }

    .footer_product {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-bottom: 10px;
    }

    .footer_nav p {
        margin-bottom: 15px;
    }

    .footer_copyrights {
        margin-top: 30px;
        padding: 20px 0;
        text-align: center;
    }

    .footer_copyrights p {
        line-height: 1.3;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .banner {
        margin-top: 76px;
    }

    .indexAbout {
        padding: 50px 0;
    }

    .iAbout_img {
        height: 350px;
    }


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

    .videobox iframe,
    .videobox video {
        /*width: 100%;*/
        max-height: 800px;
        min-height: 350px;
    }

    .indexAbout_r h1 {
        font-size: 36px;
        line-height: 42px;
    }

    .indexAbout_r {
        padding-left: 0;
        padding-top: 30px;
    }

    .indexAbout_r h6 {
        font-size: 24px;
    }

    .indexAbout_r .indexAbout_rdes {
        margin: 15px 0 20px;
    }

    .indexAbout_btn a {
        margin: 20px 0 10px;
    }

    .indexSer_title2 {
        font-size: 58px;
    }

    .indexSer_title1 {
        top: 35%;
        font-size: 34px;
    }

    .indexTitle_line {
        margin-top: 20px;
    }

    .indexSer_title {
        margin-bottom: 30px;
    }

    .indexService .row>div {
        margin-bottom: 25px;
    }

    .indexServ_des {
        padding-bottom: 20px;
    }

    .indexService {
        padding-top: 30px;
    }

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

    .indexNum_title {
        margin-bottom: 30px;
    }

    .indexNum_box {
        padding: 35px 24px;
    }

    .indexNum .number>div {
        margin-bottom: 25px;
    }

    .indexNum_p {
        justify-content: center;
    }

    .indexNum_box h6 {
        text-align: center;
        font-size: 20px;
    }

    .indexNum_p p {
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indexNum_star {
        margin-left: 10px;
    }

    .indexcomment {
        padding: 40px 0;
    }

    .indexTitle h2,
    .indexcom_top h2 {
        font-size: 36px;
    }

    .indexTitle .indexTitle_line {
        margin-top: 5px;
    }

    .indexTitle p {
        width: 90%;
        margin-bottom: 10px;
    }

    .indexTitle {
        margin-bottom: 30px;
    }

    .indexcom_left {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .indexcom_right {
        padding-left: 0;
    }

    .indexcom_bot {
        margin-top: 12px;
    }

    .indexComBox_fixed i {
        font-size: 56px;
    }

    .indexComBox_botbox {
        margin-top: 20px;
    }

    .indexcontent {
        padding: 0px 0 55px;
    }

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

    .contact_inquiry_form_main {
        margin-top: 20px;
    }

    .contact_main .yandex-form {
        min-height: auto;
    }

    .contact_main .yandex-form #form .list p {
        line-height: 1.5;
    }

    .footer_flex {
        padding: 60px 0 0;
    }

    .footer_logo img {
        max-height: 110px;
        margin-right: 20px;
    }

    .footer_main {
        align-items: center;
        padding-bottom: 30px;
        flex-direction: row;
        justify-content: flex-start;
    }

    .footer_logo {
        display: block;
        margin-bottom: 15px;
    }

    .footer_main .footer_p {
        text-align: center;
        justify-content: center;
    }

    .footerSocial_media {
        margin-top: 5px;
        justify-content: center;
        margin-left: 20px;
    }

    .footerSocial_media a {
        margin-right: 10px;
    }

    .footer_product {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
        padding-bottom: 10px;
    }

    .footer_nav p {
        margin-bottom: 15px;
    }

    .footer_copyrights {
        margin-top: 30px;
        padding: 20px 0;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .banner {
        margin-top: 76px;
    }

    .indexAbout {
        padding: 50px 0;
    }

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

    .videobox iframe,
    .videobox video {
        /*width: 100%;*/
        max-height: 800px;
        min-height: 400px;
    }

    .indexAbout_r h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .indexAbout_r {
        padding-left: 20px;
    }

    .indexAbout_r .indexAbout_rdes {
        -webkit-line-clamp: 4;
        margin: 15px 0;
    }

    .indexAbout_rbox p span {
        margin-left: 24px;
        font-size: 20px;
        line-height: 26px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexAbout_rbox p i {
        width: 30px;
        font-size: 32px;
    }

    .indexAbout_btn a {
        font-size: 20px;
        margin: 16px 0 5px;
        line-height: 30px;
        padding: 4px 20px;
    }

    .indexSer_title2 {
        font-size: 58px;
    }

    .indexSer_title1 {
        top: 32%;
        font-size: 36px;
    }

    .indexTitle_line {
        margin-top: 15px;
    }

    .indexSer_title {
        margin-bottom: 30px;
    }

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

    .indexServ_des {
        padding-bottom: 20px;
    }

    .indexService {
        padding-top: 30px;
    }

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

    .indexNum_title {
        margin-bottom: 30px;
    }

    .indexNum_box {
        padding: 35px 24px;
    }

    .indexNum .number>div {
        margin-bottom: 25px;
    }

    .indexNum_p {
        justify-content: center;
    }

    .indexNum_box h6 {
        text-align: center;
        font-size: 22px;
    }

    .indexNum_p p {
        font-size: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indexNum_star {
        margin-left: 10px;
    }

    .indexcomment {
        padding: 55px 0;
    }
    
    .commentsSwiper .swiper-slide{
        height: auto;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        overflow: hidden;
    }
    
    .indexCom_box{
        height: 100%;
    }

    .indexTitle h2,
    .indexcom_top h2 {
        font-size: 36px;
    }

    .indexTitle .indexTitle_line {
        margin-top: 5px;
    }

    .indexTitle p {
        width: 90%;
        margin-bottom: 10px;
    }

    .indexTitle {
        margin-bottom: 30px;
    }

    .indexcom_left {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .indexcom_right {
        padding-left: 0;
    }

    .indexcom_bot {
        margin-top: 20px;
    }

    .indexComBox_fixed i {
        font-size: 56px;
    }

    .indexComBox_botbox {
        margin-top: 20px;
    }

    .indexcontent {
        padding: 0px 0 55px;
    }

    .contact_left {
        padding-right: 5%;
    }

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

    .contact_inquiry_form_main {
        background-color: transparent;
        padding: 0px 20px;
    }

    .contact_main .yandex-form #form .list {
        margin-bottom: 10px;
    }

    .contact_main .yandex-form {
        min-height: auto;
    }

    .contact_main .yandex-form #form .list p {
        line-height: 1.5;
    }

    .footer_flex {
        padding: 70px 0 30px;
    }

    .footer_main {
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding-bottom: 30px;
    }

    .footer_logo img {
        max-height: 100px;
        margin-right: 26px;
    }

    .footerSocial_media {
        margin-top: 0;
        margin-left: 20px;
    }

    .footerSocial_media a {
        margin-bottom: 0;
    }

    .footer_product {
        padding-right: 30px;
        padding-left: 0;
    }

    .footer_copyrights p {
        width: 90%;
        text-align: center;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .banner {
        margin-top: 76px;
    }

    .indexAbout {
        padding: 60px 0;
    }

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

    .videobox iframe,
    .videobox video {
        /*width: 100%;*/
        max-height: 1000px;
        min-height: 500px;
    }

    .indexAbout_r h1 {
        font-size: 38px;
        line-height: 52px;
    }

    .indexAbout_r .indexAbout_rdes {
        margin: 20px 0;
    }

    .indexAbout_rbox p span {
        margin-left: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .indexAbout_rbox p i {
        width: 32px;
        font-size: 30px;
    }

    .indexAbout_btn a {
        margin: 20px 0 10px;
    }


    .indexSer_title2 {
        font-size: 70px;
    }

    .indexSer_title1 {
        top: 32%;
        font-size: 40px;
    }

    .indexTitle_line {
        margin-top: 15px;
    }

    .indexSer_title {
        margin-bottom: 30px;
    }

    .indexServ_des {
        padding-bottom: 20px;
    }

    .indexService {
        padding-top: 60px;
    }

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

    .indexNum_title {
        margin-bottom: 30px;
    }

    .indexNum_box {
        padding: 35px 24px;
    }

    .indexNum .number>div {
        margin-bottom: 25px;
    }

    .indexNum_p {
        justify-content: center;
    }

    .indexNum_box h6 {
        text-align: center;
    }

    .indexNum_p p {
        font-size: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .indexNum_star {
        margin-left: 10px;
    }

    .indexcomment {
        padding: 65px 0;
    }

    .indexTitle h2 {
        font-size: 38px;
    }

    .indexTitle .indexTitle_line {
        margin-top: 5px;
    }

    .indexTitle p {
        width: 90%;
        margin-bottom: 10px;
    }

    .indexTitle {
        margin-bottom: 30px;
    }

    .indexcom_right {
        padding-left: 0;
    }

    .indexcom_top h2 {
        font-size: 34px;
    }

    .indexComBox_fixed i {
        font-size: 56px;
    }

    .indexComBox_botbox {
        margin-top: 20px;
    }

    .indexcontent {
        padding: 0px 0 55px;
    }

    .contact_left {
        padding-right: 5%;
    }

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

    .contact_inquiry_form_main {
        padding: 30px;
    }

    .contact_main .yandex-form #form .list {
        margin-bottom: 10px;
    }

    .contact_main .yandex-form {
        min-height: auto;
    }

    .contact_main .yandex-form #form .list p {
        line-height: 1.5;
    }



    .footer_flex {
        padding: 80px 0 40px;
    }

    .footer_main {
        justify-content: flex-start;
        align-items: center;
    }

    .footer_logo img {
        max-height: 120px;
    }

    .footerSocial_media {
        width: 100%;
        gap: 3%;
        justify-content: center;
    }

    .footerSocial_media a {
        width: 30px;
        height: 30px;
        margin-right: 0;
    }

    .footer_product {
        padding-right: 25px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .head_layer .logo-fixed img {
        max-height: 80px;
    }

    .headernav_box input {
        min-width: 100px;
    }

    .indexAbout {
        padding: 90px 0;
    }

    .indexAbout_r .indexAbout_rdes {
        margin: 28px 0 30px;
    }

    .indexAbout_btn a {
        margin: 25px 0 0px;
    }

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

    .videobox iframe ,
    .videobox video{
        /*width: 100%;*/
        max-height: 1000px;
        min-height: 500px;
    }

    .indexSer_title2 {
        font-size: 90px;
    }

    .indexSer_title .indexTitle_line{
        margin-top: 20px;
    }

    .indexSer_title1 {
        top: 40%;
    }

    .indexServ_des{
        padding-bottom: 20px;
    }

    .indexService{
        padding-top: 70px;
    }

    .indexNum{
        padding: 110px 0;
    }

    .indexcom_right {
        padding-left: 4%;
    }

    .indexcom_top h2 {
        font-size: 40px;
    }



    .footer_flex {
        padding: 100px 0 50px;
    }

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

    .footer_logo img {
        max-height: 120px;
    }

    .footerSocial_media {
        margin-top: 25px;
    }

    .footerSocial_media a {
        margin-right: 10px;
    }

    .footer_product {
        padding-right: 30px;
    }
}

@media (min-width:1401px) and (max-width:1800px) {
    .videobox {
        width: 88%;
        margin: 0 auto;
        max-height: auto;
        min-height: 600px;
    }

    .videobox iframe,
    .videobox video {
        /*width: 100%;*/
        max-height: auto;
        min-height: 600px;
    }

    .footer_logo img {
        max-height: 160px;
    }
}