@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
@media (max-width: 1400px) {
    .bannerBoxItem.banner1 .bannerPhoto {
        max-width: 50%
    }
    .bannerBoxItem.banner1 .bannerPhoto img {
        width: 100%;
    }
       .bannerBoxItem.banner2 .bannerPhoto{
        max-width: 50%
    }
    .bannerBoxItem.banner2 .bannerPhoto img {
        width: 100%;
    }
    .miniBannerBoxItem.banner4 .bannerPhoto {
    width: 40%;
        bottom: -40px
    }
    .miniBannerBoxItem.banner5 .bannerPhoto {
        width: 50%;
        bottom: -0px
    }
    .miniBannerBoxItem.banner5 .bannerPhoto  img {
        width: 100%
    }
}
@media (max-width: 1200px) {
  .refList {
    grid-template-columns: repeat(3, 1fr);
  }
    #bannerBoxes {
        margin: 80px 0
    }
    #logoSlider {
        padding: 80px 0
    }
    .boxMiniIconList {
        margin-bottom: 80px
    }
    .mb-200 {
        margin-bottom: 80px !important
    }
        header .dropdown-toggle span {
        display: none;
    }
    header .dropdown-toggle  {
        padding: 6px 10px
    }
    header .dropdown-toggle img {
        margin-right: 0;
    }
    .headerRight .btn-primary {
        font-size: 13px;
        padding: 6px 10px;
    }
    .topMenu ul li a {
        font-size: 13px;
        padding: 8px 5px
    }
}

@media (max-width: 1024px) {
  .refList {
    grid-template-columns: repeat(2, 1fr);
  }
    .sliderItem .sliderText strong {
        font-size: 32px;
        line-height: 48px
    }
    .sliderItem .sliderText p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }

}
@media (max-width: 992px) {
    .bannerBoxItem.banner1 {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #fff;
        }
        .bannerBoxItem.banner2 {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-color: #fff;
        }
    .miniBannerBoxItem.banner3 .bannerPhoto {
        right: 0;
        left: auto
    }
    .miniBannerBoxItem .text {
        justify-content: center
    }
    .miniBannerBoxItem.banner4 .text a {
        margin-top: 10px
    }
    .miniBannerBoxItem.banner4 .bannerPhoto {
        width: auto;
        right: 0
    }
      .miniBannerBoxItem.banner5 .text a {
        margin-top: 10px
    }
    .miniBannerBoxItem.banner5 .bannerPhoto {
       width: auto;
        height: 80%;
        right: 0
    }
    .boxText .photo {
        width: 100%;
    }
    .boxText .photo img {
        width: 100%;
    }
    .boxText .col-lg-6 + .col-lg-6 > .photo {
        margin-top: 40px
    }
    #bannerBoxes .bannerBoxesTitle strong {
        font-size: 36px;
        line-height: 40px;
    }
    .blueBgBox .blueBgBoxTop strong {
        font-size: 36px;
        line-height: 40px;
    }
    .futures .futuresTop strong {
        font-size: 36px;
        line-height: 40px;
    }
    .mobileMenu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(25 60 184 / 95%);
        z-index: 999;
        display: none;
          opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
    }
    .mobileMenu.open {
    display: flex;
  opacity: 1;
  transform: translateY(0);
        overflow: auto;
    }
    .mobileMenu .topMenu > ul{
        display: flex;
        flex-direction: column;
    }
    .mobileMenu .topMenu ul li + li {
        margin-left: 0;
        margin-top: 20px;
    }
    .mobileMenu .topMenu ul li a {
        font-size: 24px;
        color: #fff;
        text-align: center
    }
    .mobileMenu .topMenu ul  ul {
        position: relative;
        display: block;
        background: transparent;
        text-decoration: none;
        padding: 0;
        min-width: auto;
    }
    .mobileMenu .topMenu ul  ul li:first-child{
        margin-top: 20px
    }
    .mobileCloseMenu {
        display: flex;
    }
    body.open {
        overflow: hidden;
    }
    .blueBgBox .blueBgBoxTop p {
        padding: 0
    }
    .sliderItem .sliderText p {
        padding: 0
    }
    .contactMaps {
        margin-bottom: 20px
    }
    .contactMaps iframe {
        width: 100%;
    }
    .pageForm {
        width: 100%;
        max-width: 100%;
    }
    .pageForm .btn-primary {
        margin-top: 20px
    }
    .headerRight .btn-primary.btn-mobileMenu {
        display: flex
    }
}
@media (max-width: 768px) {
  .refList {
    grid-template-columns: 1fr;
  }
    header .logo img {
        width: 100%;
    }
    
    .sliderItem .sliderText strong {
        font-size: 18px;
        line-height: 22px;
    }
    .sliderItem .sliderText {
        text-align: center
    }
    .sliderItem .sliderText p {
        font-size: 11px
    }
    .sliderItem .sliderText a {
        display: inline-block;
        margin: auto;
        font-size: 11px;;
        width: auto;
        max-width: auto;
    }
    #bannerBoxes .bannerBoxesTitle strong {
        font-size: 24px;
        line-height: 30px
    }
    .bannerBoxItem.bigBannerBoxItem .text strong {
        font-size: 24px;
        line-height: 30px;
    }
    .bannerBoxItem.bigBannerBoxItem .text span {
        font-size: 22px;
        line-height: 24px
    }
    .bannerBoxItem.bigBannerBoxItem .text p {
        font-size: 12px;
        line-height: 15px
    }
    .bannerBoxItem.bigBannerBoxItem .text a {
        font-size: 12px
    }
    .miniBannerBoxItem strong {
        font-size: 24px;
        line-height: 30px
    }
    .miniBannerBoxItem span {
        font-size: 22px;
        line-height: 24px
    }
    .miniBannerBoxItem.banner3 .bannerPhoto {
        right: -15px
    }
        #bannerBoxes .bannerBoxesTitle strong {
    font-size: 24px;
        line-height: 30px
    }
    .blueBgBox .blueBgBoxTop strong {
         font-size: 24px;
        line-height: 30px
    }
    .futures .futuresTop strong {
       font-size: 24px;
        line-height: 30px
    }
    .blueBgBox {
        padding: 50px 0 0;
        
    }
    .boxText .col-lg-6 {
        order:2
    }
    .boxText .col-lg-6:has(.photo) {
        order:1;
    }
    .boxText .col-lg-6 .photo {
        margin-bottom: 20px
    }
    #page .services {margin: 0}
    .contactMaps {
     margin-bottom: 30px   
    }
    .blueBgBox .blueBgBoxTop strong {
        padding: 0
    }
    .boxIconList .boxIconItem .icon {
        width: 54px;
        height: 54px
    }
    .futures .futuresItem {
        margin-bottom: 20px
    }
    
}

@media (max-width: 576px) {
    
    .sliderItem .sliderPhoto img{
        min-height: 500px;
        object-fit: cover;
        object-position: center;
    }
    .boxText .btn {
        font-size: 12px
    }
    .miniBannerBoxItem .text {
        justify-content: flex-start
    }
    .miniBannerBoxItem.banner4 .bannerPhoto {
        bottom: -80px
    }
    .miniBannerBoxItem.banner5 .bannerPhoto {
        bottom: -40px;
    }
    footer {
        padding: 20px 0
    }
    .footerText strong {
        font-size: 18px;
        line-height: 22px
    }
    .subscribeBox {
        flex-direction: column;
        padding: 0;
    }
    .subscribeBox .subscribeInput {
        margin-bottom: 20px
    }
    .footerMenu {
        flex-direction: column
    }
    .footerMenu a + a {
        margin-left: 0;
        margin-top: 40px
    }
    .footerMeta {
        flex-direction: column
    }
    .social:after {
        display: none;
    }
    .social {
        margin-bottom: 20px
    }
    .boxIconList .boxIconItem strong {
        font-size: 14px
    }
    .boxIconList .boxIconItem p {
        font-size: 12px;
        line-height: 14px
    }
    .footerInfos {
        flex-direction: column;
        width: 100%;
    }
    .footerInfos a {
        width: 100%;
        text-align: center
    }
    .footerInfos a + a {
        margin-left: 0;
        margin-top: 10px
    }
    .headerRight .btn-primary:has(.icon) {
        width: 36px;
        height: 36px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .headerRight .btn-primary .text {
display: none;
    }
    .headerRight .btn-primary .icon  {
        display: flex;
        
    }
    
    .headerRight .btn-primary .icon img{
        width: 18px;
            filter: brightness(1) invert(1);
        
    }
    body:has(#homeSlider) > header  .headerRight .btn-primary .icon img {
    filter: brightness(1) invert(0);
}

    header .dropdown-toggle  {
        padding: 5px;
    }
    header .dropdown-toggle img {
        width: 24px
    }
    header .dropdown-toggle::after {
        display: none;
        width: 14px;
        height: 14px
    }
    header {
        margin-bottom: 24px
    }
    .pageTitle {
        font-size: 20px;
        line-height: 30px
    }
    .boxText strong {
             font-size: 20px;
        line-height: 30px
    }
    .boxText p {
        font-size: 13px;
        line-height: 15px
    }
    .contactTop {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px
    }
    .contactTop .contactItem {
        width: 100%;
    }
    .contactTop .contactItem + .contactItem {
        margin-left: 0;
        margin-top: 20px;
    }
}
