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

.indextitle h2 {
    position: relative;
    font-size: 48px;
    line-height: 1.3;
    color: #000000;
    text-align: center;
    font-weight: bold;
    /* margin-bottom: 15px; */
    text-transform: uppercase;
}

.indextitle p {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
    text-align: center;
}


/* index_product */
.index_product {
    padding: 110px 0;
    background-color: #d3e6f6;
    overflow: hidden;
}

.indextitle_p {
    font-size: 17px;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    margin-bottom: 80px;
}

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

.indexPro_box {
        position: relative;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

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

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

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

.indexPro_des {
    padding: 30px 18px 155px;
}

.indexPro_desbot {
    position: absolute;
    bottom: 30px;
    left: 16px;
    right: 16px;
}

.indexPro_des h2 {
    font-size: 28px;
    /* font-weight: bold; */
    color: #000000;
    line-height: 1;
    margin-bottom: 15px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
    transition: all ease 0.3s;
}

.indexPro_des h2:hover {
    color: #1875ac;
}

.indexPro_des p {
    font-size: 18px;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 25px;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexPro_btn a {
    display: inline-flex;
    align-items: center;
    background-color: #1875ac;
    color: #fff;
    padding: 10px 18px;
    line-height: 20px;
    transition: all 0.35s ease;
}

.indexPro_btn a span {
    font-size: 16px;
}

.indexPro_btn a i {
    font-size: 20px;
    margin-left: 5px;
    transition: all 0.35s ease;
}

.indexPro_btn a:hover i {
    margin-left: 10px;
}

.indexPro_btn a:hover {
    letter-spacing: 0.5px;
    color: #fff;
}


/* index_news */
.index_news {
    padding: 110px 0;
}

.indexNews_main,
.indexAbout_main {
    width: 98%;
    margin: 0 auto;
}

.indexNews_box {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

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

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

.indexNews_des {
    padding: 30px 30px;
}

.indexNews_des h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #000000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    transition: all ease 0.3s;
}

.indexNews_des h2:hover {
    color: #1875ac;
}

.indexNews_des p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

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

.indexNews_box2 .indexNews_img {
    flex: 0 0 60%;
    height: 100%;
    overflow: hidden;
}

.indexNews_box2 .indexNews_img img {
    object-fit: cover;
    height: 100%;
    transition: all 0.35s ease;
}

.indexNews_box2 .indexNews_des {
    flex: 0 0 40%;
}

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

.indexNews_box2 .indexNews_des h2 {
    -webkit-line-clamp: 2;
}

.indexNews_box2 .indexNews_des p {
    -webkit-line-clamp: 4;
}

.indexNews_box:hover .indexNews_img img {
    margin-left: 10px;
    transform: scale(1.05);
}


/* index_about */
.index_about {
    padding: 20px 0 100px;
}

.indexAbout_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding-right: 3%;
}

.indexAbout_left h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    color: #000000;
}

.indexAbout_left p {
    font-size: 22px;
    line-height: 1.4;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexAbout_right {
    padding-left: 3%;
}

.index_aboutus_video {
    position: relative;
}

.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 ease 0.5s;
}

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

.index_aboutus_img img {
    width: 100%;
}

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

.drbtn {
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.videomain {
    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;
}

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

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

.indexAbout_btn {
    margin-top: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.indexAbout_btn a {
    padding: 10px 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    border: 2px solid #1875ac;
    transition: all ease 0.3s;
}

.indexAbout_btn a:nth-child(1),
.indexAbout_btn a:nth-last-child(1):hover {
    background-color: #1875ac;
    color: #fff;
}

.indexAbout_btn a:nth-last-child(1),
.indexAbout_btn a:nth-child(1):hover {
    background-color: #fff;
    color: #1875ac;
}


/* index_adv */
.index_adv {
    padding: 80px 0 110px;
}

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

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

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

.indexAdv_main {
    position: relative;
    width: 100%;
    margin: 50px auto ;
}

.indexAdv_main .middle-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #000000;
    transform: translateY(-50%);
    z-index: 1;
}

.indexAdv_main .swiper-slide {
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*height: 300px;*/
}


.indexAdv_main .text-top {
    position: absolute;
    top: 0%;
    bottom: 50%;
    left: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    text-align: center;
}

.indexAdv_main .text-bottom {
    position: absolute;
    bottom: 0%;
    top: 50%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    text-align: center;
}

.indexAdv_bot {
    padding: 6px;
    border: 2px solid #000;
    background-color: #fff;
    border-radius: 50%;
}

.indexAdv_bot span {
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #000;
}

.text-top .indexAdv_des {
    order: 1;
}

.text-top .indexAdv_bot {
    order: 2;
    margin-bottom: -15.5px;
    margin-top: 30px;
}

.text-bottom .indexAdv_des {
    order: 2;
}

.text-bottom .indexAdv_bot {
    order: 1;
    margin-top: -15.5px;
    margin-bottom: 30px;
}

.indexAdv_des h6 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    transition: all ease 0.3s;
}

.indexAdv_des h6:hover {
    color: #1875ac;
}

.indexAdv_des p {
    font-size: 12px;
    line-height: 1.5;
    color: #767676;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.index_contact {
    width: 100%;
    padding: 50px 40px;
    margin: 0 auto;
    background-color: #1875ac;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
}

.index_contact h3 {
    font-size: 40px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.index_contact p {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}

.indexCon_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1875ac;
    background-color: #fff;
    border: 1px solid #1875ac;
    padding: 10px 35px;
    line-height: 22px;
    font-size: 18px;
    transition: all ease 0.3s;
}

.indexCon_btn a:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}


footer {
    background-color: #1875ac;
    padding: 100px 0 50px;
}

footer .row {
    /*width: 90%;*/
    /*margin: auto;*/
}

.footer_logo img {
  max-height:80px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 15px;
}

.footer_box {
    width: 90%;
    margin: auto;
}

.footer_title {
    margin-bottom: 15px;
}

.footer_title h6 {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
    color: #fff;
}

.footer_title span {
    display: block;
    width: 38px;
    height: 2px;
    background-color: #3a9bdc;
}

.footer_box1 a,
.footer_box2 a {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    transition: all ease 0.3s;
}

.footer_box1 a:hover,
.footer_box2 a:hover {
    color: #3a9bdc;
}

.footer_box1 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer_box2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.footer_box2i {
    width: 35px;
    height: 35px;
    background-color: #fff;
    color: #1875ac;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

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

.footer_box2 p,
.footer_box3 p {
    display: inline-block;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
}

.footer_box3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer_box3 .indexCon_btn a {
    padding: 8px 30px;
}

.indexHonor{
    padding-top: 50px;
}



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

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #1875ac !important;
    }
    
    .dropdown-menu-dark {
        border-color: #eee;
    }

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

    .nav-link {
        color: #fff;
    }

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

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

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

    .dropdown-item {
        color: #eee;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background-color: #1875ac;
      }

    .banner {
        margin-top: 58px;
    }

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

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

    .indextitle {
        margin-bottom: 15px;
    }

    .indextitle h2 {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .indextitle_p {
        margin-bottom: 30px;
    }

    .index_product {
        padding: 30px 0;
    }

    .indexPro_box {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .indexPro_main>div:nth-last-child(1) .indexPro_box {
        margin-bottom: 10px;
    }

    .indexPro_des h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

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

    .indexPro_btn a span {
        font-size: 14px;
    }

    .indexPro_btn a {
        padding: 8px 16px;
    }

    .indexPro_des {
        padding: 30px 18px 130px;
    }

    .index_news {
        padding: 30px 0;
    }

    .indexNews_des {
        padding: 16px 16px 24px;
    }

    .indexNews_box {
        margin-bottom: 30px;
    }

    .indexNews_box2 {
        flex-direction: column;
    }

    .indexNews_box2 .indexNews_img {
        flex: 1;
    }

    .indexNews_des h2 {
        -webkit-line-clamp: 1 !important;
        margin-bottom: 10px;
    }

    .indexNews_box2 .indexNews_des p {
        -webkit-line-clamp: 2;
        margin-bottom: 10px;
    }

    .indexNews_right>div:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .index_about {
        padding: 0px 0 40px;
    }

    .indexAbout_left {
        gap: 15px;
        padding-right: 0;
    }

    .indexAbout_left h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .indexAbout_left p {
        font-size: 18px;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_btn {
        margin-top: 20px;
        gap: 8px;
        flex-wrap: wrap;
    }

    .indexAbout_btn a {
        padding: 8px 40px;
    }

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

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

    .index_adv {
        padding: 35px 0 40px;
    }

    .indexAdv_photoimg {
        margin-bottom: 20px;
    }

    .indexAdv_main {
        width: 100%;
        margin: 10px auto 30px;
    }

    .indexAdv_main .middle-line {
        top: 16px;
    }

    .indexAdv_main .indexAdv_box {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: flex-start;
        height: 100%;
        position: relative;
    }

    .indexAdv_main .indexAdv_box .indexAdv_bot {
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .indexAdv_main .swiper-slide {
        height: 100%;
    }

    .index_contact {
        width: 100%;
        padding: 30px 40px;
        gap: 15px;
    }

    .index_contact h3 {
        font-size: 28px;
        line-height: 1.3;
    }

    footer {
        padding: 50px 0 20px;
    }

    footer .row {
        width: 100%;
    }

    .footer_box1 {
        gap: 6px;
    }

    .footer_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer_box2 {
        margin-bottom: 20px;
    }

    .footer_box3 {
        gap: 20px;
    }
    
    .footer_logo img{
        max-height: 50px;
    }
    
    footer .public_ad_header_social_media {
        margin-top: 20px;
    }

    .footer_copyrights_p {
        margin-top: 10px !important;
    }
    
    .indextitle h2{
        font-size: 26px;
    }
}

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

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #1875ac !important;
    }
    
    .dropdown-menu-dark {
        border-color: #eee;
    }

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

    .nav-link {
        color: #fff;
    }

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

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

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

    .dropdown-item {
        color: #eee;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background-color: #1875ac;
      }

    .banner {
        margin-top: 58px;
    }

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

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

    .indextitle {
        margin-bottom: 15px;
    }

    .indextitle h2 {
        font-size: 30px;
        margin-bottom: 5px;
    }

    .indextitle_p {
        margin-bottom: 30px;
    }

    .index_product {
        padding: 40px 0;
    }

    .indexPro_des h2 {
        font-size: 23px;
        margin-bottom: 10px;
    }

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

    .indexPro_btn a {
        padding: 8px 18px;
    }

    .indexPro_btn a span {
        font-size: 14px;
    }

    .indexPro_box {
        width: 100%;
        display: flex;
        margin-bottom: 30px;
        height: auto;
    }

    .indexPro_main>div:nth-last-child(1) .indexPro_box {
        margin-bottom: 10px;
    }

    .indexPro_img {
        padding-top: 0;
        flex: 0 0 45%;
    }

    .indexPro_img img {
        position: relative;
        height: 100%;
        object-fit: contain;
    }

    .indexPro_des {
        flex: 0 0 55%;
            padding: 30px 18px 38px;
        
    }
    
    .indexPro_desbot{
        position: relative;
        bottom: auto;
    left: auto;
    right: auto;
    }

    .index_news {
        padding: 40px 0;
    }

    .indexNews_box {
        margin-bottom: 30px;
    }

    .indexNews_right .indexNews_box:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .indexNews_des {
        padding: 30px 25px;
    }

    .indexNews_des h2 {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .indexNews_box2 .indexNews_des p {
        -webkit-line-clamp: 3;
        margin-bottom: 15px;
    }

    .indexPro_btn a:hover {
        letter-spacing: 0px;
    }

    .indexPro_btn a:hover i {
        margin-left: 8px;
    }

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

    .indexAbout_left {
        gap: 20px;
        padding-right: 0;
    }

    .indexAbout_left h1 {
        font-size: 28px;
        line-height: 1.1;
    }

    .indexAbout_left p {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .indexAbout_right {
        padding-left: 0;
    }

    .indexAbout_btn a {
        padding: 8px 40px;
    }

    .index_adv {
        padding: 45px 0 60px;
    }

    .indexAdv_photoimg {
        margin-bottom: 30px;
    }

    .indexAdv_main {
        margin: 20px auto 50px;
    }

    .indexAdv_main .middle-line {
        top: 16px;
    }

    .indexAdv_main .indexAdv_box {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: flex-start;
        height: 100%;
        position: relative;
    }

    .indexAdv_main .indexAdv_box .indexAdv_bot {
        order: 1;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .indexAdv_main .swiper-slide {
        height: 100%;
    }

    .index_contact {
        width: 90%;
        padding: 30px 40px;
        gap: 15px;
    }

    .index_contact h3 {
        font-size: 28px;
        line-height: 1.3;
    }

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

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

    footer {
        padding: 60px 0 60px;
    }

    footer .row {
        width: 100%;
    }

    .footer_box {
        width: 100%;
    }

    .footer_box2 {
        margin-bottom: 20px !important;
    }
    
    
    .footer_logo img{
        max-height: 60px;
    }
    
    footer .row>div{
        padding-bottom: 30px;
    }
    
    footer .public_ad_header_social_media {
        margin-top: 20px;
    }

    .footer_copyrights_p {
        margin-top: 10px !important;
    }
}

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

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #1875ac !important;
    }
    
    .dropdown-menu-dark {
        border-color: #eee;
    }

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

    .nav-link {
        color: #fff;
    }

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

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

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

    .dropdown-item {
        color: #eee;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background-color: #1875ac;
      }

    .banner {
        margin-top: 70px;
    }

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

    .indextitle {
        margin-bottom: 20px;
    }

    .indextitle h2 {
        font-size: 36px;
        margin-bottom: 5px;
    }

    .indextitle_p {
        width: 90%;
        margin: 0 auto 30px;
    }

    .index_product {
        padding: 50px 0;
    }

    .indexPro_box {
        width: 100%;
    }

    .indexPro_des {
        padding: 20px 18px 130px;
    }

    .indexPro_des h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .indexPro_des p {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .index_news {
        padding: 50px 0;
    }

    .indexNews_box {
        margin-bottom: 30px;
    }

    .indexNews_right .indexNews_box:nth-last-child(1) {
        margin-bottom: 10px;
    }

    .indexNews_box2 .indexNews_img {
        flex: 0 0 50%;
    }

    .indexNews_box2 .indexNews_des {
        flex: 0 0 50%;
    }

    .index_about {
        padding: 0px 0 60px;
    }

    .indexAbout_left {
        gap: 15px;
        padding-right: 0;
    }

    .indexAbout_right {
        margin-top: 30px;
        padding-left: 0%;
    }

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

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 400px;
    }

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

    .indexAdv_main {
        margin: 20px auto;
    }

    .index_contact h3 {
        font-size: 32px;
        line-height: 1.3;
    }

    footer {
        padding: 70px 0;
    }

    .footer_box {
        width: 100%;
    }

    .footer_box2:nth-last-child(1) {
        margin-bottom: 30px;
    }
    
    
    .footer_logo img{
        max-height: 60px;
    }
    
    footer .row>div{
        padding-bottom: 30px;
    }
    
    footer .public_ad_header_social_media {
        margin-top: 20px;
    }

    .footer_copyrights_p {
        margin-top: 10px !important;
    }
    
    .footer_main{
        display: flex;
        justify-content: space-between;
    }
    
    .footer_main .footer_box{
        flex: 0 0 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bg-dark {
        background-color: #1875ac !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #1875ac !important;
    }
    
    .dropdown-menu-dark {
        border-color: #eee;
    }

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

    .nav-link {
        color: #fff;
    }

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

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

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

    .dropdown-item {
        color: #eee;
    }

    .dropdown-item:hover, .dropdown-item:focus {
        background-color: #1875ac;
      }

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

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

    .indextitle {
        margin-bottom: 20px;
    }

    .indextitle h2 {
        font-size: 40px;
        margin-bottom: 5px;
    }

    .indextitle_p {
        width: 90%;
        margin: 0 auto 30px;
    }

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

    .indexPro_box {
        width: 100%;
    }

    .indexPro_des {
        padding: 20px 18px 138px;
    }

    .indexPro_des h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

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

    .index_news {
        padding: 60px 0;
    }

    .indexNews_des p {
        -webkit-line-clamp: 1;
    }

    .indexNews_box2 .indexNews_des h2 {
        -webkit-line-clamp: 1;
    }

    .indexNews_box2 .indexNews_des p {
        -webkit-line-clamp: 3;
    }

    .indexNews_box2 .indexNews_des {
        flex: 0 0 45%;
        padding: 30px 20px;
    }

    .index_about {
        padding: 20px 0 80px;
    }

    .indexAbout_btn a {
        padding: 10px 40px;
    }

    .indexNews_box2 .indexNews_img {
        flex: 0 0 55%;
    }

    .index_adv {
        padding: 70px 0 80px;
    }

    .index_contact h3 {
        font-size: 36px;
        line-height: 1.3;
    }

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

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

    footer {
        padding: 80px 0 90px;
    }


    .footer_box {
        width: 100%;
    }
    
    
    
    
    .footer_logo img{
        max-height: 70px;
    }
    
    footer .row>div{
        padding-bottom: 30px;
    }
    
    footer .public_ad_header_social_media {
        margin-top: 20px;
    }

    .footer_copyrights_p {
        margin-top: 10px !important;
    }
    
    .footer_main{
        display: flex;
        justify-content: space-between;
    }
    
    .footer_main .footer_box{
        margin-right: 0;
        flex: 0 0 60%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        text-align: right;
    }
}

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

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

    .headernav_box button i {
        font-size: 20px;
    }

    .nav_wrap .head_nav>li {
        margin: 0 3px;
    }

    .headernav_box {
        margin-left: 20px;
    }

    .index_product {
        padding: 80px 0;
    }

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

    .indextitle {
        margin-bottom: 25px;
    }

    .indextitle_p {
        margin-bottom: 50px;
    }

    .indexPro_des h2 {
        font-size: 26px;
    }

    .index_news {
        padding: 80px 0;
    }

    .indexNews_box2 .indexNews_des p {
        -webkit-line-clamp: 3;
    }

    .indexPro_btn a:hover {
        letter-spacing: 0px;
    }

    .indexPro_btn a:hover i {
        margin-left: 0px;
    }

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

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

    .head_layer_right {
        flex: 0 0 80%;
    }
}

@media (min-width:1401px) and (max-width:1680px) {
    .head_layer .logo-fixed img {
        max-width: 250px;
    }

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

    .headernav_box button i {
        font-size: 20px;
    }

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

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

.ilogoSwiper {
    padding-bottom: 50px;
}

.ilogoBox{
    display: block;
  position: relative;
   width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 48%;  
}
.ilogoBox img{
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.footer_copyrights_p{
    margin-top: 50px;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}
