.section-contact{
        background-image: linear-gradient(105deg, #f7f7f7 50%, #ffffff 50%) !important;
    }
    .colum-contact{
        padding-left: 150px;
        padding-top: 35px;
    }
    
    .contact-address{
        margin-top: 20px;
    }
    .section-consultation{
        margin-top: 1rem;
    }
    .colum-contact .icon-box{
    
        display: flex;
        padding: 20px 0px;
    }
    .colum-contact .icon-box .icon-box-img{
        color: var(--color-3);
    }
    .colum-contact .icon-box .icon-box-text{
        padding-left: 20px;
        color: var(--color-2);
    }
    .colum-contact p{
        font-size: 17px;
    }
    .section-contact h1{
        padding-left: 150px;
        color: var(--color-3);
    }
    .contact-post{
        text-align: left;
        margin-bottom: 2rem;
        font-weight: 300;
    }
    
    
    .form-contact .form-row p{
            width: 100%;
            display: flex;           
                
            gap: 20px;              
            align-items: center;    
       
    }
    .form-contact .form-row p span{
        width: 50%;
    }
    .form-contact label {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
    }
     .form-contact input {
        width: 100%;
        height: 50px;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
       
    }
    .form-contact textarea{
        width: 100%;
        height: 50px;
        border: 1px solid #ccc;
        border-radius: 6px;
        box-sizing: border-box;
        min-height: 80px;
        font-weight: bold;
        color: var(--color-2);
        resize: none;
    }
    textarea::placeholder {
        color: var(--color-2);
    }
    .wpcf7 span.wpcf7-list-item {
        margin-right: 10px;
    }
    
    .form-contact .wpcf7-submit {
        background-color: var(--color-3);
        color: var(--color-2);
        height: 40px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
        width: 100px;
        float: right;
        margin-right: -65px;
        margin-top: 10px;
    }
    
    .form-contact .wpcf7-submit:hover {
        box-shadow: none;
        color: var(--color-2);
        opacity: 1;
        outline: none;
    }
    
    
    .row-masonry{
        position: relative;
        height: 910.876px;
    
    }
    /* .badge.post-date,.box-blog-post .is-divider,.is-xsmall,.is-divider {
        display: none;
    } */
    .image-cover img{
        right: 0;
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
        top: 0;
        position: absolute;    
        object-position: 50% 50%;    
        object-fit: cover;
     
    }
    .box-blog-post .text-left .blog-post-inner h5 {
        font-weight: 600;
        color: var(--color-2);
        font-size: 25px;
    }
    .box-text p {
        margin-top: .1em;
        margin-bottom: .1em;
    }
    .box-blog-post .from_the_blog_excerpt {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: justify;
        font-size: 16px;
        line-height: 1.5rem;
    }
    
    h1,h2,h3,h4,h5,h6{
        color: var(--color-2);
    }
    .post.type-post p{
        font-size: 17px;
        font-weight: 200 !important;
    
    }
    
    .wpcf7 p {
    font-size: 16px;
    color: var(--color-2);
    font-weight: bold;
    }
    
    
    /* Container chứa các nút radio */
    .custom-radio-buttons {
        display: flex;
        gap: 10px;
       
        width: 100%;
        border: 1px solid #ccc;
        height: 60px;
        border-radius: 6px;
    }
    
    /* Ẩn input radio gốc */
    .custom-radio-buttons input[type="radio"] {
        display: none;
    }
    
    /* Style cho label của radio */
    .custom-radio-buttons label {
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 6px;
        background-color: #f5f5f5;
        cursor: pointer;
        font-size: 12px;
        transition: all 0.3s ease;
        text-align: center;
        display: inline-block; /* Đảm bảo kích thước như một nút */
    }
    .custom-radio-buttons .wpcf7-form-control-wrap {
        padding-top: 15px;
    }
    .custom-radio-buttons div{
       justify-content: right;
        width: 90%;
    }
    .wpcf7 .wpcf7-not-valid-tip {
        margin: 12px;
        padding: 0px;
    }
    .wpcf7 {
        width: 610px;
        margin: auto;
    }
    .project-banner{
        padding: 0px;
    }
    .nav-pagination{
        float: right;
    }
    .wpcf7 .lable-budget{
          width: 200px;
          font-weight: bold;
    
        padding-left: 10px;
        padding-top: 17px;
    }
    
    .form-dangky-button{
        background-color: var(--color-3);
        color: var(--color-2);
        height: 40px;
        border: none;
        border-radius: 6px;
        cursor: pointer;
        font-size: 16px;
        width: 100px;
        float: right;
        margin-left: 20px;
    }
    
    
    .form-contact-active{
        background-color: var(--color-3) !important;
        color: var(--color-2);
        border-color: #f8a31d !important;
    }
    .form-dangky{
        
        width: 100%;
        margin: 50px;
    }
    .form-dangky div p{
        display: flex;
    }
    .faq-container{  
        position: relative;
        border: thin solid var(--color-3);
        margin-bottom: 1rem;
    }
    .faq-container .accordion-title{
        color: var(--color-2);
        font-weight: 500;
    }
    .faq-container .accordion-title.active {
        color: var(--color-2);
    }
    .nav-pagination>li>.current, .nav-pagination>li>a:hover, .nav-pagination>li>span:hover{
        background-color: var(--color-3);
        color: var(--color-2);
        border-color: var(--color-3);
    }
    ul.links {
        font-size: 0.6em;
        margin: 5px 0;
    }
    
    .project-blogpost .box-text .button {
        margin-top: 1em;
        border-radius: 6px;
        background-color: var(--color-3);
        color: var(--color-2);
        border: none;
        text-transform: capitalize;
    }
    
    
    .project-blogpost .badge.post-date {
        display: none;
    }
    
    .archive-page-header,.entry-category,.entry-meta {
        display: none;
    }
    
    .btn-pageBlog{
        line-height: 2.6 !important;
        border-radius: 6px;
        background-color: var(--color-3) !important;
        color: var(--color-2) !important;
        border: none !important; 
        text-transform: lowercase;  
    }
    .row-main{
        margin: 0px;
        max-width: none;
    }
    .row-main .large-12 {
       padding: 0px;
    }
    .page-faqs{
        padding: 0px !important;
    }
    .page-faqs-row{
        margin: 0px !important;
    }
    .page-faqs-question{
    width: 80%;
    margin: 30px auto;
    }
    .post-sidebar{
        display: none;
    }
    .page-wrapper .row .large-9{
        margin: auto;
    }
    
    #toc_containerc ul {
        list-style: none; /* Bỏ đánh số thứ tự mặc định */
        padding-left: 0;
      }
      #toc_container ul li {
        margin: 5px 0;
        padding-left: 20px; /* Tạo khoảng cách cho biểu tượng */
        text-indent: -10px; /* Căn chỉnh biểu tượng với văn bản */
        position: relative;
      }
      .contact-title{
        margin-bottom: 20px;
      }
    
       @media (max-width: 1440px) {
        .row-project, .row-register, .row-contact,.row-faqs{
            max-width: 1250px !important;
        }
        .colum-contact {
            padding-left: 40px;
            padding-top: 35px;
        }
        .form-contact.wpcf7-submit {
            background-color: var(--color-3);
            color: var(--color-2);
            height: 40px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            width: 100px;
            float: right;
            margin-right: -10px;
            margin-top: 10px;
        }
      }
    
      /* @media (min-width: 1441px) {
        .form-contact .wpcf7-submit {
            background-color: var(--color-3);
            color: var(--color-2);
            height: 40px;
            border: none;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            width: 100px;
            float: right;
            margin-right: 0px;
            margin-top: 10px;
        }
      } */
      @media (max-width: 1280px) {
        .row-project, .row-register, .row-contact,.row-faqs{
            max-width: 1200px !important;
        }
        .colum-contact {
            padding-left: 40px;
            padding-top: 35px;
        }
       
      } 
    
      .faq-container .icon-angle-down{
        display: none;
      }
      .faq-container .accordion-item a{
        position: relative;
      }
      .faq-container .accordion-item a::after{
        content: "+"; /* Thêm dấu "+" */
        position: absolute;
        right: 3%; /* Căn sang phải */
        top: 50%;
        transform: translateY(-50%);
        font-size: 30px; /* Kích thước dấu "+" */
        color:var(--color-2); /* Màu sắc */
      }
      .faqs-download {
    margin-top: 20px;
        
      }
      .faqs-download a {
        background-color: var(--color-3);
        color: var(--color-2);
        padding: 10px 20px;
        text-decoration: none;
        border-radius: 5px;
        font-size: 16px;
        position: relative;
        font-weight: bold;
    }
    .faqs-download a:hover {
        background-color: var(--color-3);
    }
    .faqs-download a::after {
        content: "⬇"; /* Biểu tượng download */
        position: absolute;
        right: 3%; /* Vị trí bên trái liên kết */
        top: 52%;
        transform: translateY(-50%);
        font-size: 18px; /* Kích thước icon */
        color: var(--color-2); /* Màu icon */
    }
    .contact-address, .contact-email,.contact-phone,.contact-link{
        padding: 0;
    }
    .contact-address p, .contact-email p,.contact-phone p,.contact-link p{
    margin: 0;
    }


@media screen and (max-width: 810px ) {
    .custom-radio-buttons div {
        justify-content: unset;
    }

    .contact-map .col-inner {
        padding: 0 !important;
    }

    .custom-radio-buttons label {
        font-size: 11px;
    }
}

@media screen and (max-width: 430px ) {
    h1 {
        font-size: 25px;
    }
    .col {
        padding-bottom: 15px;
    }
    .wpcf7 p {
        font-size: 14px;
    }

    .col-LH-index .wpcf7, .wpcf7 {
        width: 100%;
    }

    .custom-radio-buttons {
        height: 85px;
    }

    .title-banner-home h1 {
        font-size: 14px;
    }

    .text-banner-home p {
        font-size: 13px;
    }

    .banner-index {
        padding-top: 45% !important;
    }

    .banner-all {
        padding-top: 35% !important;
    }

    .banner-all .text h1 {
        font-size: 30px;
    }

    .text-banner-home p {
        margin-bottom: .5em;
        margin-top: .5em;
    }

    .btn-banner-home {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .btn-banner-home span {
        padding: 0px 0px;
        font-size: 10px;
    }

    .text-about-index {
        margin-right: 15px;
        margin-left: 15px;
        margin-top: 10px;
    }

    .text-about-index h2 {
        font-size: 16px;
    }

    .title-about .section-title-main {
        font-size: 20px;
    }

    .img-logo-about {
        text-align: center;
    }
    .img-logo-about img {
        width: 50%;
    }

    .col-abou-VSCCT h4 {
        font-size: 15px;
    }

    .text-about-index p, .text-about-NPA p {
        font-size: 14px;
    }

    .custom-radio-buttons label {
        font-size: 9px;
    }

    .wpcf7 .lable-budget {
        width: 60%;
    }

    .row-about-NPA .col {
        padding-bottom: 10px !important;
    }

    .title-video-index h1 {
        font-size: 23px;
    }

    .blog-index .box-blog-post .box-text {
        padding-left: 0;
    }

    .blog-index .btn-page-blog {
        width: 100%;
    }

    .blog-index .post-title {
        text-align: left;
    }


    .col-su-kien-index .col-inner, .col-blog-index .col-inner {
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .row-footer .col {
        padding-bottom: 20px !important;
    }

    .text-title-footer h2 {
        padding-top: 0px;
        margin-bottom: 1rem;
    }

    .text-absolute-footer p {
        font-size: 11px;
    }

    .logo-about .col-inner {
        top: 0;
    }

    .title-about {
        margin-bottom: 15px;
    }
   
    

    .text-DVCT {
        border-left: 0;
        padding-left: 0;
    }

    .col-FAQ .FAQ-tex p {
        text-align: justify;
    }

    .col-FAQ p {
        margin-top: 2rem;
        text-align: center;
    }

    .title-FAQs h1 {
        font-size: 25px;
        text-align: center;
        margin-bottom: 20px;
    }

    .class-FAQ .accordion-title {
        font-size: 100%;
    }

    .form-dangky {
        width: 100%;
    }

    .colum-contact p {
        font-size: 14px;
    }

    .contact-map .col-inner {
        padding: 0 !important;
    }

    .text-title-LH h2 {
        font-size: 23px;
    }

    .btn-page-blog {
        font-size: 14px;
    }

    .social-icon a img {
        width: 40px !important;
        height: 40px !important;
    }

    .row-NCSAT .col-img-sodo {
        display: none;
    }

    .row-NCSAT .col {
        flex-basis: 50%;
        max-width: 50%;
    }

    .title-iconbox h1 {
        font-size: 17px;
      }

    .text-iconbox p {
        font-size: 15px;
    }

    .title-iconbox-1 {
        width: 30px;
    }

    .title-iconbox-3, .title-iconbox-4 {
        width: 45px;
    }

    .title-iconbox-2, .title-iconbox-5 {
        width: 40px;
    }

    .box-blog-post .text-left .blog-post-inner h5 {
        font-size: 20px;
    }

    .box-blog-post .from_the_blog_excerpt, .post.type-post p {
        font-size: 14px;
    }
}

@media screen and (max-width: 412px){
    .text-icon-LH-index p, .row-DKLH-allPage .text-icon-LH-index {
        font-size: 14px;
    }

    .wpcf7 p, .form-contact textarea, .form-contact input::placeholder {
        font-size: 13px;
    }
}

@media screen and (max-width: 390px) {
    h1 {
        font-size: 20px;
    }

    h3 {
        font-size: 20px;
    }

    .text-about-index h2 {
        font-size: 14px;
    }

    .text-about-index p, .text-about-NPA p {
      font-size: 12px;
    }

    .text-icon-SDA-index p {
        font-size: 13px;
    }

    .title-video-index h1 {
        font-size: 20px;
    }

    .blog-index .box-blog-post .box-text .post-title a {
        font-size: 14px;
    }

    .text-footer p {
        font-size: 13px;
    }

    .col-footer .text-footer-menu a, .col-footer .text-footer-menu p {
        color: var(--color-1);
        font-size: 15px;
    }

    .text-title-footer h2 {
        font-size: 20px;
    }

    .title-about .section-title-main {
        font-size: 18px;
    }

    .col-abou-VSCCT h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

    .text-about p, .text-DVCT p, .icon-VSCC .icon-box-text p {
        font-size: 12px;
    }
   
    .wpcf7 .lable-budget {
        width: 40%;
    }
    .wpcf7 span.wpcf7-list-item {
    margin-right: 5px;
    }
  }
  @media screen and (max-width: 300px) {
   
    .title-about {
        margin-bottom: 0px;
    }
    .title-about h2{
        margin-bottom: 0px;
    }
    .col {
        padding-bottom: 40px;
    }
   
}