
@media screen and (max-width:1700px) {
    .page-header-content .content-left {
        padding-top: 70px;
    } 
 

  

    #intro-1.hero-v3 .hero-sub {
        margin-top: 120px;
    }

    .title-55 {
        font-size: 48px;
        line-height: 58px;
    }

    .title-24 {
        font-size: 20px; 
        line-height: 30px;
    }

    .desc-24, .desc-24 p {
        font-size: 22px;
        line-height: 32px;
    }

    #intro-1.hero-v3 .img-part .left .bg-img {
        height: 200px;
    }

    #intro-1.hero-v3 .img-part .right .bg-img {
        height: 220px;
    }

    #intro-1.hero-v3 .img-part .right .item:last-child .bg-img {
        height: 161px;
    }

    .desc-18, .desc-18 p {
        font-size: 16px;
        line-height: 26px;
    }

    .title-50 {
        font-size: 42px;
        line-height: 52px;
    }

    #homepage #intro-5 .bg-img {
        height: 320px;
    }
 
    #homepage #intro-6 .news-item .bg-img {
        height: 260px;
    }

    #homepage #intro-2 .red-box .desc-18 {
        width: 100%;
    }

    #menu-new .mid {
        padding: 14px 0px;
    }

    #menu-new .top {
        padding: 7px 0 8px;
    }

    .menu-announce-mobile, .menu-announce,
    #menu-new .top .inner, #menu-new .mid .inner, #menu-new .bottom .inner {
        font-size: 12px;
    }

    #menu-new .bottom a.link-menu {
        padding-bottom: 6px;
    }

    #menu-new .main-logo {
        width: 130px;
    }

    .page-content-wrapper {
        padding-top: 195px;
    }

    .nav-content-wraps .text p {
        font-size: 20px; 
    }

    .tiw-intro .hero-left {
        margin-top: 140px;
    }

    #intro-5.gallery-wrapper .gallery-hl .image {
        height: 500px;
    }

    #intro-5.gallery-wrapper .gallery-list .item .image {
        height: 180px;
    }
}

@media screen and (max-width:1441px) {
    .title-55 {
        font-size: 40px;
        line-height: 50px;
    }


    .title-24 {
        font-size: 18px; 
        line-height: 28px;
    }

    .desc-24, .desc-24 p {
        font-size: 20px;
        line-height: 30px;
    }

    .desc-18, .desc-18 p {
        font-size: 14px;
        line-height: 20px;
    }

    #intro-1.hero-v3 .img-part .left .bg-img {
        height: 170px;
    }

    #intro-1.hero-v3 .img-part .right .bg-img {
        height: 180px;
    }

    #intro-1.hero-v3 .img-part .right .item:last-child .bg-img {
        height: 150px;
    }

    #homepage #intro-3 .boxes-list .box-event {
        padding: 25px 25px 80px;
    }

    #homepage #intro-5 .testimonials-list h3 {
        font-size: 18px;
        line-height: 22px;
    }

    #homepage #intro-5 .testimonials-list p {
        font-size: 16px;
        line-height: 22px;
    }

    #homepage #intro-6 .news-list .title-40 {
        font-size: 30px;
        line-height: 40px;
    }

    #intro-5.gallery-wrapper .gallery-hl .image {
        height: 450px;
    }

    #intro-5.gallery-wrapper .gallery-list .item .image {
        height: 150px;
    }

}

@media screen and (max-width:1366px) {
    #homepage #intro-6 .news-hl .bg-img {
        height: 300px;
    }

    
}
@media screen and (max-width:1300px) {

    .title-55 {
        font-size: 30px;
        line-height: 40px;
    }

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

    .desc-24, .desc-24 p {
        font-size: 16px;
        line-height: 22px;
    }

    #intro-1.hero-v3 .hero-sub {
        margin-top: 80px;
    }
    
    #homepage #intro-2 .red-box .inner {
        width: 100%;
    }

    #homepage #intro-3 .boxes-list {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    #homepage #intro-3 .boxes-list .box-event {
        width: 48%;
    }

    #homepage #intro-5 .testimonials-list {
        grid-template-columns: repeat(3, 1fr);
    }

    #homepage #intro-6 .news-list {
        row-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    #homepage #intro-1 .col-md-6:first-child {
        padding-bottom: 40px;
    }

    #homepage #intro-1 .col-md-6 {
        width: 100%;
    }

    #intro-1.hero-v3 .content-right .img-part .right, #intro-1.hero-v3 .content-right .img-part .left {
        width: 49%;
    }

    #intro-2 .logo-list {
        flex-wrap: wrap;
        row-gap: 30px;
    }

   .logo-list .item {
        width: 15%;
    }

    #homepage #intro-6 .news-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:  
        "main main"
        "content content";
    }
    
}

@media screen and (max-width:1200px) {
    .nav-content-wraps .text p {
        font-size: 16px;
    }
}

@media screen and (max-width:1024px) {
    .page-content-wrapper {
        padding-top: 265px;
    }

    .tiw-intro .hero-left {
        margin-top: 60px;
    }

    .tiw-intro .nav-content-wraps {
        grid-template-columns: repeat(4, 1fr);
    }

    #intro-5.gallery-wrapper .gallery {
        width: 100%;
    }

    .tiw-intro #intro-3 .counting .text {
        margin-top: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .preview-psr .arrow.arr-left {
        margin-left: 30%;
    }
    
    .preview-psr .arrow.arr-right {
        margin-right: 30%;
    }

    .preview-psr .arrow {
        width: 20%;
    }

    
}

@media screen and (max-width:991px) {
    #testimonial-popup .pop-tes-content .right {
        text-align: center;
        margin: 20px 0;
    }

    .pop-tes-arrow {
        justify-content: center;
    }   

    .tiw-intro .hero-v3 .row {
        display: flex;
        flex-wrap: wrap;
    }

    .tiw-intro .hero-v3 .row .col-md-5 { 
        order: 2;
        width: 100%;
    }

    .tiw-intro .hero-v3 .row .col-md-7 {
        order: 1;
        width: 100%;
    }

    .tiw-intro #intro-3 .counting {
        width: 100%;
    }

    .tiw-intro .nav-content-wraps {
        grid-template-columns: repeat(3, 1fr);
    }

    .form-wrap .frm-left {
        width: 100%;
    }

    .page-header-content .content-left {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width:768px) {
    #homepage #intro-2 .col-md-4 {
        padding-bottom: 30px;
    }

    #homepage #intro-2 .red-box .desc-18 {
        margin-top: 10px;
    }

    #homepage #intro-2 .red-box .inner {
        margin: 0;
    }

    #homepage #intro-2 .red-box {
        padding: 30px;
    }

    #homepage #intro-2 .red-box .cta {
        margin-top: 30px;
    }

    #homepage #intro-4 .video-frame {
        margin-bottom: 30px;
    }

    #homepage #intro-5 .testimonials-list {
        grid-template-columns: repeat(2, 1fr);
    } 

    #homepage #intro-6 .news-list {
        grid-template-columns: repeat(1, 1fr);
    }

    .title-50 {
        font-size: 25px;
        line-height: 32px;
    }

    #homepage #intro-6 .news-hl .bg-img {
        height: 300px;
    }

    #homepage #intro-6 .news-list {
        grid-template-columns: repeat(1, 1fr);
        grid-template-areas:  
        "main"
        "content";
    }

    #test-arrow-desktop {
        display: none;
    }

    #test-arrow-mobile {
        display: block;
    }

    #testimonial-popup .pop-tes-arrow {
        right: 0 !important; 
        bottom: 12px !important;
        left: 0 !important;
        justify-content: center;
        /* z-index: 9999; */
        height: max-content;
    }
 

}

@media screen and (max-width:600px) {
    #testimonial-popup .modal-body .pop-tes-content {
        height: 95% !important;
        max-height: unset !important;
    }


    .page-header-content .content-left { 
        padding-top: 20px;
    }

    .nav-tabs-wraps .navs-item a {
        font-size: 12px;
    }

    .nav-tabs-wraps .navs {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .nav-tabs-wraps .navs-item {
        width: 100%;
    }

    .container-custom {
        width: 90%;
    }

    .form-wrap .radio-container {
        font-size: 12px;
    }

    .radio-wrapper {
        gap: 5px;
    }

    .price-input {
        font-size: 12px;
    }

    #intro-5.gallery-wrapper .gallery-hl .image {
        height: 250px;
    }

    #intro-5.gallery-wrapper .gallery-list .item .image {
        height: 120px;
    }

    .tiw-intro .nav-content-wraps {
        grid-template-columns: repeat(2, 1fr);
    }

    .nav-content-wraps .images {
        height: 60px;
    }

    .nav-content-wraps {
        row-gap: 40px;
    }

    .page-content-wrapper {
        padding-top: 200px;
    }

    .tiw-intro .hero-left {
        margin-top: 40px;
    }
    
    .tiw-intro #intro-3 .counting {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .tiw-intro #intro-3 .counting .item {
        width: 48%;
    }

    #intro-1.hero-v3 .hero-sub {
        margin-top: 30px;
    }

    .desc-24, .desc-24 p,
    .title-24 {
        font-size: 14px;
        line-height: 20px;
    }

    .button-custom {
        width: auto;
        text-align: center;
    }


    #intro-1.hero-v3 .img-part .left .bg-img {
        height: 130px;
    }

    #intro-1.hero-v3 .img-part .right .bg-img {
        height: 140px;
    }

    #intro-1.hero-v3 .img-part .right .item:last-child .bg-img {
        height: 109px;
    }

   .logo-list .item {
        width: 49%;
    }

    #homepage #intro-3 .boxes-list .box-event {
        width: 100%;
    }

    #homepage #intro-3 .box-event {     
        padding: 35px 25px;
    }

    .button-custom.btn-black {
        display: block;
    }

    .button-custom.btn-black span {
        font-size: 10px;
    }

    #homepage #intro-4 .video-frame {
        height: 200px;
    }

    #homepage #intro-5,
    #homepage #intro-4 {
        padding-top: 0px;
    }

    #homepage #intro-4 .item .right, #homepage #intro-4 .item .left {
        width: 40%;
    }

    #homepage #intro-4 .mt80 {
        margin-top: 20px;
    }

    #homepage #intro-5 .testimonials-list {
        grid-template-columns: repeat(1, 1fr);
    }

    #homepage #intro-6 .news-list .bg-img {
        height: 200px;
    }

    .title-40 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    #homepage #intro-6 .news-hl .inner {
        flex-wrap: wrap;
    }

    #homepage #intro-6 .news-hl .right, #homepage #intro-6 .news-hl .left {
        width: 100%;
    }

    #homepage #intro-6 .news-hl .right .mt60 {
        margin-top: 20px;
    }
    
    #homepage #intro-6 .news-hl .right {
        padding: 0 10px 40px;
    }


    .frm-group-v2 select, .frm-group-v2 input,
    .checkbox-list label,
    .frm-group-v2 label {
        font-size: 14px !important;
    }
  
}