/*
Theme Name: NVT Services Solutions
Description: Website được tạo bởi AciT
Author: AciT
Template: flatsome
Version: 3.0
*/
/*************** ADD CUSTOM CSS HERE.   ***************/
blockquote, dl, figure, form, ol, p, pre, ul{
    margin-bottom: 1em;
}
.p0,.p0 .col{
    padding-bottom: 0 !important;
}
.text-36{
    font-size: 36px !important;
}
.text-24{
    font-size: 18px !important;
}
.w-65{
    width: 65%;
    margin: auto;
}
.align-center{
    align-items: center !important;
}
.justify-center{
    justify-content: center !important;
}
.taj{
    text-align: justify;
}
.ttu{
    text-transform: uppercase;
}
.row.pb-0 > .col{
    padding-bottom: 0 !important;
}

/* HEADER */
.header-wrapper.stuck .header-bg-color{
    background: #fff;
}
.header-bottom{
    display: none;
}
.header-main {
    padding-top: 10px;
    padding-bottom: 10px;
}
#logo img{
    max-height: 70px !important;
}
.stuck #logo img{
    height: 50px !important;
}
.header-search-form{
    max-width: 240px;
}
.header-search-form input[type=search]{
    height: 44px;
    border-color: #686868;
    background-color: #fff;
}
.header-search-form button[type=submit]{
    width: 44px;
    height: 44px;
    background: linear-gradient(180deg, #0DB04B 0%, #006231 100%);
}
.header-search-form button[type=submit] i{
    color: #fff;
}
.header-main .nav > li > a{
    font-weight: 500;
    font-size: 18px !important;
}
.ftInf h3{
    font-size: 28px !important;
}
.lstFt li{
    display: flex;
    align-items: center;
    padding-left: 32px;
    position: relative;
    list-style: none;
    font-size: 20px;
    min-height: 45px;
    margin-left: 0 !important;
}
.lstFt li::before{
    content: '';
    display: block;
    width: 35px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: 22px;
    background-position: left center;
    background-repeat: no-repeat;
}
.lstFt li:first-child:before{
    background-image: url(asset/img/icon-addr.png);
}
.lstFt li:nth-child(2):before{
    background-image: url(asset/img/icon-phone.png);
}
.lstFt li:last-child:before{
    background-image: url(asset/img/icon-mail.png);
}
.ftMenu{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.ftMenu .menu-item{
    width: 33.3333%;
}
.ftMenu .menu-item a, .ftMenu .menu-item a:hover{
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.ftSocial{
    padding-right: 100px;
    margin-top: 50px;
}
.ftSocial .img{
    width: 50px !important;
    cursor: pointer;
}
.absolute-footer{
    background-color: transparent;
    color: #fff !important;
    position: absolute;
    width: 100%;
    bottom: 0;
}

/* HOME */
.banner-text{
    font-size: 24px;
}
.banner-text h2{
    font-size: 36px;
}
.button-01{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 175px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    border: none;
    background: linear-gradient(180deg, #009FDB 0%, #2D2E85 100%);
}
.button-01 i{
    font-size: 20px;
}
.button-02{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 520px;
    height: 75px;
    min-height: unset;
    margin-bottom: 10px;
    border-radius: 20px;
    text-transform: uppercase !important;
    font-size: 32px;
    color: #fff;
    border: none;
    background: linear-gradient(180deg, #0DB04B 0%, #006231 100%);
}
.button-right{
    margin-left: auto;
}
.button-center{
    margin-left: auto;
    margin-right: auto;
}
.secTitle .section-title{
    font-size: 40px;
    margin-bottom: 0;
}
.secTitle .section-title b{
    opacity: 0;
    height: 0px;
}
.secTitle.text-36 .section-title{
    font-size: 36px;
}
.sechome01-textbox h3{
    font-size: 26px;
}
.w-80{
    width: 80%;
    margin: auto;
}
.secDV-des{
    font-size: 18px;
}
.secDV-box{
    border-radius: 20px;
    overflow: hidden;
}
.secDV-box .icon-box-img{
    margin-bottom: 0;
    border-radius: 20px 20px 0 0;
}
.secDV-box .icon-box-text, .secDuan .post-item .box-text{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 75px;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(13, 176, 75, .9) 0%, rgba(0, 98, 49, .9) 100%);
}
.secDV-box .icon-box-text h5, .secDuan .post-item .box-text h5{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: #fff;
    text-transform: math-auto;
    text-align: center;
}
.secDuan .post-item .box{
    border-radius: 20px;
    overflow: hidden;
}
.secDuan .post-item .box-text .is-divider,.secTintuc .post-item .is-divider{
    display: none;
}

.secTintuc .post-item .box-image{
    border-radius: 10px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);

}
.secTintuc .post-item h5.post-title{
    font-size: 18px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.secTintuc .post-item p.from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.ykkh-item{
    background-color: transparent !important;
}
.ykkh-item .text-box{
    max-width: 1000px;
    font-size: 20px;
}
.ykkh-item .testimonial-text{
    font-size: 20px;
}
.testimonial-name-divider{
    display: none;
}
.ykkh-item .testimonial-name{
    font-size: 24px;
    font-weight: 600;
    display: block;
}

.secDoitac .sp-logo-carousel-pro-section, .secDoitac .sp-lcp-carousel-wrapper{
    padding-bottom: 0 !important;
}
.secDoitac .sp-lcp-item{
    margin-bottom: 10px;
}

.ftmCt-text{
    font-size: 18px;
}
.frm1 input,.frm1 select{
    width: 100%;
    height: 50px;
    background-color: #D9D9D9;
    border-radius: 12px;
    padding: 0 15px;
    border: none;
    margin-bottom: 12px;
}
.frm1 input:focus{
    background-color: #D9D9D9;
}
.frm1 input[type="submit"]{
    min-height: unset;
    height: 65px;
    line-height: 65px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(180deg, rgba(13, 176, 75) 0%, rgba(0, 98, 49) 100%);
}
.wpcf7-spinner{
    display: none !important;
}
.headerPage{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    height: 220px;
}
.headerPage h1.entry-title{
    font-size: 40px;
    color: #fff;
    margin-bottom: 0;
}
.headerPage .rank-math-breadcrumb p{
    margin: 0;
}
.headerPage .rank-math-breadcrumb a, .headerPage .rank-math-breadcrumb span{
    font-size: 20px;
    color: #fff !important;
    font-weight: 400;
}
.gtBox-gtclText h3{
    text-transform: uppercase;
}
.gtBox-Text img{
    margin-bottom: 0px !important;
}
.gtTieuchi p{
    margin-bottom: 0;
    font-size: 24px;
}

.lien-he-title h2.section-title-normal, .lien-he-title h2.section-title-normal span{
    border: none
}
.lien-he-info ul li{
    list-style: none;
    font-weight: 500;
    position: relative;
    padding-left: 32px;
    margin-bottom: 15px;
    margin-bottom: 10px;
    margin-left: 0;
}
.lien-he-info ul li::before{
    content: '';
    width: 35px;
    height: 37px;
    position: absolute;
    top: 5px;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 22px;
}
.lien-he-info ul li:first-child:before{
    background-image: url(https://nvt.1991blog.com/wp-content/uploads/2025/07/lien-he-ic-1.png);
}
.lien-he-info ul li:nth-child(2):before{
    background-image: url(https://nvt.1991blog.com/wp-content/uploads/2025/07/lien-he-ic-2.png);
}
.lien-he-info ul li:nth-child(3):before{
    background-image: url(https://nvt.1991blog.com/wp-content/uploads/2025/07/lien-he-ic-3.png);
}
.lien-he-info ul li:last-child:before{
    background-image: url(https://nvt.1991blog.com/wp-content/uploads/2025/07/lien-he-ic-4.png);
}

.pageDV-text h2{
    font-size: 40px;
    color: rgb(13, 176, 75);
    text-align: center;
    text-transform: uppercase;
}
.pageDV-text h3{
    text-align: center;
    font-size: 28px;
    color: #2D2E85;
    text-transform: uppercase;
}
.pageDV-text img{
    margin-bottom: 0 !important;
}
.pageDV-text p{
    text-align: justify;
}
.pageDV-goi{
    border-radius: 20px;
    overflow: hidden;
}
.pageDV-goi .box-text{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(13, 176, 75, .9) 0%, rgba(0, 98, 49, .9) 100%);
}
.pageDV-goi .box-text h3{
    margin-bottom: 0;
    margin-top: 0;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
}
.pageDV-goi-list{
    margin-top: 15px;
    padding-left: 15px;
}
.pageDV-goi-list ul li{
    margin-bottom: 0;
}
.colh-100 .pageDV-boxQT{
    height: 100%;
}
.pageDV-boxQT{
    overflow: hidden;
    border-radius: 20px;
    background-color: #F3FBF6;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    font-size: 16px;
}
.pageDV-boxQT h3{
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 80px;
    background: linear-gradient(180deg, rgba(13, 176, 75) 0%, rgba(0, 98, 49) 100%);
}
.pageDV-boxQT h4, .pageDV-boxQT p{
    padding-left: 15px;
    padding-right: 15px;
}
.pageDV-boxQT h4{
    padding-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}
.pageDV-boxQT p{
    text-align: justify;
}
.pageDV2-alignTop{
    align-items: flex-start;
}

.pageDV-goi .box-text{
    height: 80px;
}
.dv3-goi .box-text h3{
    font-size: 20px;
    text-transform: none;
}
.dv4-box1{
    height: 100%;
    background-color: rgb(243, 251, 246);
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 30px 20px 5px;
}
.dv4-box1 img{
    display: block;
    width: 150px;
    margin: 0 auto 10px;
}

.dv4-box2{
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    padding: 30px 20px 5px;
}
.pageDV-text.dv4-box2 h3{
    font-size: 24px;
}
.head-tin-tuc-va-su-kien, .headSingle, .headSearch{
    background: url(https://nvt.1991blog.com/wp-content/uploads/2025/07/bg-tin-tuc.png) center center no-repeat;
    background-size: cover;
}
.head-du-an{
    background: url(https://nvt.1991blog.com/wp-content/uploads/2025/07/bg-du-an.png) center center no-repeat;
    background-size: cover;
}




/* Tuyển dụng */
.tdPst-box{
    display: flex;
    align-items: center;
    background: rgb(13, 176, 75, 5%);
    border: 2px solid #0DB04B;
    border-radius: 12px;
    padding: 12px 20px;
    font-size: 18px;
    margin-bottom: 1rem;
}
.tdPst-left{
    flex: 1;
}
.tdPst-title {
    margin-bottom: 7px;
    font-size: 22px;
}
.tdPst-title a{
    color: #0DB04B;
}
.tdPst-meta span{
    margin-right: 20px;
    min-width: 150px;
    display: inline-block;
}
.td-button{
    width: 195px;
    margin-right: 0;
    margin-bottom: 7px;
}

.head-tuyen-dung-post{
    background: url(https://nvt.1991blog.com/wp-content/uploads/2025/07/bg-tuyen-dung.png) center center no-repeat;
    background-size: cover;
}

#content-tuyen-dung{
    background: rgb(13, 176, 75, 5%);
    border: 2px solid #0DB04B;
    border-radius: 12px;
    padding: 12px 20px;
}
#header-tuyen-dung{
    display: flex;
    align-items: center;
    font-size: 18px;
    position: relative;
    padding-bottom: 30px;
}
#header-tuyen-dung:after{
    content: '';
    display: block;
    width: 90%;
    max-width: 800px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0DB04B;
}
.header-tuyen-dung-left{
    flex: 1;
}
.button-ung-tuyen{
    width: 260px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
    margin-bottom: 0.5em;
    max-width: unset !important;
}
.button-ung-tuyen-botton{
    width: 300px;
    height: 55px;
    border-radius: 20px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 20px;
}

.sbBox{
    background-color: #F3F3F3;
    padding: 20px;
    margin-bottom: 30px;
}
.sbBox-title h3{
    font-size: 20px;
    text-transform: uppercase;
}

#sbTags a{
    display: inline-block;
    background-color: #0DB04B;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border-radius: 5px;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}
#sbFrm{
    /* background: url('https://nvt.1991blog.com/wp-content/uploads/2025/07/dv2-img-7.png') right bottom no-repeat;
    background-size: cover; */
    background: rgb(13, 176, 75, 5%);
}
#sbFrm .sbBox-title h3{
    font-size: 36px;
    color: #0DB04B;
}
.ctfSidebar{
    margin-left: -5px !important;
    margin-right: -5px !important;
}
.ctfSidebar .col{
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
}
.ctfSidebar select, .ctfSidebar input{
    display: block;
    height: 45px;
    border-radius: 5px;
    background-color: #F7F7F7;
    padding: 0 5px;
}
.ctfSidebar select:focus, .ctfSidebar input:focus{
    box-shadow: unset;
    background-color: #F7F7F7;
}
.ctfSidebar .wpcf7-list-item{
    margin-right: 0 !important;
}
.ctfSidebar .wpcf7-list-item label{
    display: flex;
}
.ctfSidebar .wpcf7-list-item input[type=checkbox]{
    width: 32px;
    height: 30px;
    background-color: transparent;
    border: 1px solid #fff;
    margin-right: 10px;
}
.ctfSidebar .wpcf7-list-item span.wpcf7-list-item-label{
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: justify;
}
.ctfSidebar .button{
    width: calc(100% + 40px);
    max-width: unset !important;
    height: 50px;
    border-radius: 0 0 40px 0;
    border: none;
    position: absolute;
    top: calc(100% + 30px);
    left: -20px;
    margin: 0;
}
.ctfSidebar .wpcf7-spinner{
    display: none !important; 
}
.post .entry-header h1.entry-title{
    font-size: 40px;
    color: #0DB04B;
    margin-bottom: 0;
}

.dichvu-why-wrap .col-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 20px;
    height: 100%;
    background-color: #F3FBF6;
    padding: 50px 0;
    
}
.dichvu-why-box .icon-box-img{
    margin-bottom: 35px;
}
.dichvu-why-box .icon-box-text{
    padding-left: 15px;
    padding-right: 15px;
}


.header-search-form-wrapper .flex-col{
    padding-right: 0 !important;
}
#logo{
        width: 170px !important;
    }
@media screen and (max-width: 1280px) {
    #logo {
        width: 150px !important
    }
}
@media screen and (max-width: 1024px){
    #logo {
            width: 142px !important;
        }
    
    .logo-left .logo {
            margin-right: 20px;
        }

    .nav-spacing-xlarge>li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 991.98px){
    .header-main .flex-left{
        flex: 1 !important;
    }
    .banner-text{
        font-size: 16px;
    }
    .banner-text h2 {
        font-size: 25px;
        line-height: 1.4;
    }
    .secTintuc .post-item h5.post-title, .headerPage .rank-math-breadcrumb a, .headerPage .rank-math-breadcrumb span, .pageDV-boxQT h4 {
        font-size: 18px !important;
    }
    .sechome01-textbox, .secDV-des, .secDV-box .box-text h4, .secDuan .post-item .box-text h5, .ftmCt-text, .text-24, .ftMenu .menu-item a, .ftMenu .menu-item a:hover, .pageDV-goi .box-text h3 {
        font-size: 16px !important;
    }
    .pageDV-boxQT h3, .button-02, .pageDV-text h3{
        font-size: 26px;
    }
    .secTitle .section-title, .headerPage h1.entry-title, .pageDV-text h2 {
        font-size: 32px !important;
    }
    .tdPst-title{
        font-size: 22px;
    }
    .tdPst-box, #header-tuyen-dung{
        font-size: 16px;
    }
    .button-01{
        font-size: 14px;
    }
    .tdPst-meta{
        display: flex;
        flex-wrap: wrap;
    }
    .tdPst-meta span{
        width: 50%;
        margin: 0;
        padding: 7px 0;
    }
    .hAbout-img{
        margin: auto;
    }




    .sechome01-img{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .sechome01-textbox h3{
        text-align: center !important;
    }
    .ftLogo{
        margin: auto;
    }
    .ftInf .text-left{
        padding-right: 0 !important;
    }
    .ftMenu .menu-item a{
        text-align: center !important;
        justify-content: center !important;
    }
    .headerPage {
        height: 100px;
    }
    .pageDV-goi .box-text{
        height: 60px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .pageDV-boxQT h3{
        height: 65px;
    }
    .button-02{
        height: 75px;
        max-width: 70%;
    }
    .reverseMobi{
        flex-direction: column-reverse;
    }
    .dv4-box1, .dv4-box2{
        padding: 15px 10px 0px;
    }
    .td-button{
        width: 160px;
    }
    .button-ung-tuyen{
        height: 50px;
        font-size: 16px;
        width: 220px;
    }
    .single-page{
        font-size: 16px !important;
    }
    .contact-popup .popup-title{
        font-size: 36px;
    }
    .dvForm input[type="text"], .dvForm input[type="tel"], .dvForm input[type="email"], .dvForm textarea{
        height: 50px;
    }
    .dvForm input.wpcf7-submit, .dvForm button{
        height: 60px;
        font-size: 26px;
    }

    .secDuan .post-item .box-text{
        height: 60px;
    }

    .frm1 input, .frm1 select{
        height: 45px;
    }
    .frm1 input[type="submit"]{
        font-size: 20px;
        height: 55px;
        line-height: 55px;
    }

    .gtTieuchi p{
        font-size: 20px;
    }
    .dv4-box1 .pageDV-text h3{
        font-size: 20px !important;
    }
    .pageDV-text.dv4-box2 h3{
        font-size: 16px !important;
    }

    .td-feature h2{
        font-size: 26px !important;
    }




}


@media screen and (max-width: 849px) {
    .medium-logo-center .logo {
        margin: 0 15px !important;
    }
    .searchform-wrapper .button i{
        top: 0
    }
}

@media (max-width: 549px) {
    .header-main {
        height: 90px !Important;
    }
}







/* Custom styles for Contact Form 7 inside popup */
/* Overlay */
.popup-overlay {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
}

/* Popup box */
.contact-popup {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 10px 20px;
    border-radius: 10px;
    width: 90%;
    max-width: 700px;
    z-index: 999999999;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

/* Popup title */
.contact-popup .popup-title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #1ca049;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.dvForm .col{
    padding-bottom: 20px !important;
}
/* Form fields */
.dvForm input[type="text"],
.dvForm input[type="tel"],
.dvForm input[type="email"],
.dvForm input[type="file"],
.dvForm textarea {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: none;
    border-radius: 12px;
    background: #D9D9D9;
    margin-bottom: 0;
    font-size: 18px;
}
.dvForm textarea{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Submit button */
.dvForm input.wpcf7-submit, .dvForm div.button{
    width: 100%;
    height: 60px;
    min-height: unset !important;
    line-height: 60px;
    border-radius: 10px;
    font-size: 26px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    margin-bottom: 0 !important;
}
.dvForm div.button{
    background-color: #D9D9D9;
    color: #333;
}
.dvForm input.wpcf7-submit {
    background: linear-gradient(to bottom, #0DB04B, #006231);
    color: white;
}

.wpcf7-response-output{
    display: none;
}
.blog-wrapper{
    padding-top: 0;
}

/* css input file in cv */
#vcFile {
    cursor: pointer;
    appearance: none;
    padding-top: 10px;
    padding-left: 0;
}
#vcFile::-webkit-file-upload-button {
    visibility: hidden;
    width: 0px;
}
#vcFile::after {
    content: 'Tải lên CV';
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #686868;
    pointer-events: none;
    padding-right: 35px;
    background: url('https://nvt.1991blog.com/wp-content/uploads/2025/07/cvFile-bg.png') right center no-repeat;
    background-size: 28px;
}
.label_file{
    font-size: 14px;
    color: #A9A9A9;
    font-weight: 400;
}
.label_file span{
    color: #FF6969;
}
.single-tuyen_dung #menu-item-1812 a{
    color: #0db04b;
}

@media (max-width: 549px){
    .contact-popup{
        padding-left: 0;
        padding-right: 0;
    }
    .contact-popup .popup-title{
        font-size: 32px;
    }
    .dvForm input[type="text"], .dvForm input[type="tel"], .dvForm input[type="email"], .dvForm textarea{
        /* height: 40px; */
        border-radius: 4px;
        font-size: 16px;
    }
    .dvForm input.wpcf7-submit, .dvForm button{
        height: 45px;
        line-height: 45px;
        border-radius: 10px;
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .dvForm input.wpcf7-submit, .dvForm div.button {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
}


.banner p{
    margin-top: 0.5em !important;
}