@font-face {
    font-family: 'SVN-Gotham';
    src: url('../fonts/SVN-GothamLight.woff2') format('woff2'),
    url('../fonts/SVN-GothamLight.woff') format('woff'),
    url('../fonts/SVN-GothamLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('../fonts/SVN-GothamBold.woff2') format('woff2'),
    url('../fonts/SVN-GothamBold.woff') format('woff'),
    url('../fonts/SVN-GothamBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SVN-Gotham';
    src: url('../fonts/SVN-Gotham.woff2') format('woff2'),
    url('../fonts/SVN-Gotham.woff') format('woff'),
    url('../fonts/SVN-Gotham.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


.swiper-control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-top: 24px;
}
.swiper-control-btn {
    cursor: pointer;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    align-items: center;
    column-gap: 24px;
    z-index: 5;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
}
.swiper-control.posi .swiper-control-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-control.posi .swiper-control-btn.swiper-prev {
    left: 2rem;
}
.swiper-control.posi .swiper-control-btn.swiper-next {
    right: 2rem;
}
.swiper-control-btn i {
    color: #404040;
    font-size: 40px;
    font-weight: 400;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

.dnw-swiper-pagination {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.dnw-swiper-pagination .swiper-pagination-bullet {
    border-radius: 10px;
    background-color: #cdcdcd;
    opacity: 100%;
    width: 12px;
    height: 5px;
    margin: 0 7px !important;
}
.dnw-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-color);
    width: 35px;
}

.page-numbers.nav-pagination{
    width: 100%;
}
body .nav-pagination.links li{
    margin: 0;
}
body .nav-pagination>li>a,
body .nav-pagination>li>span {
    border: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    color: var(--primary-color);
    background-color: #F2F1EC;
    transition: 0.6s;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
    margin-right: 8px;
}
body .nav-pagination>li i{
    font-size: 26px;
}

body .nav-line-bottom>li>a{
    position: relative;
}
body .nav-line-bottom>li>a:before{
    width: 0;
    transition: 0.6s;
    transform: initial;
    left: 0;
}
body .nav-line-bottom>li.active>a:before, body .nav-line-bottom>li:hover>a:before{
    width: 100%;
}
#header.header.transparent .header-wrapper:not(.stuck) .header-nav-main.nav > li > a:before{
    background-color: #fff;
}
#header .nav:hover>li:not(:hover)>a:before {
    opacity: 1;
}

#search-lightbox form .search-field{
    border-radius: 60px;
}
#search-lightbox form button.submit-button{
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50% !important;
    height: 55px;
    width: 55px;
    min-height: auto;
    min-width: auto;
    font-size: 20px;
}
body .mfp-bg.mfp-ready{
    opacity: .8;
}

#search-lightbox .autocomplete-suggestion .search-name{
    font-size: 16px;
    line-height: 22px;
}



/*-------------------------box-cat-project------------------------------*/
.box-cat-project .box-item-cat{
    position: relative;
}
/*.box-cat-project .box-item-cat:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);*/
/*    z-index: 1;*/
/*    pointer-events: none;*/
/*}*/
.box-cat-project .overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent 75%);
    display: flex;
    align-items: flex-end;
    padding: 1.5rem;
    color: white;
    position: absolute;
    overflow: hidden;
}
.box-cat-project .background-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    font-weight: 900;
    color: rgb(255 255 255 / 35%);
    letter-spacing: 2px;
    white-space: nowrap;
    z-index: 0;
    pointer-events: none;
    text-transform: uppercase;
    transition: all 0.6s ease;
}
.box-item-cat:hover .background-title {
    transform: translate(-50%, -200%);
    opacity: 0;
}
.box-cat-project .info {
    z-index: 1;
}
.box-cat-project .box-item-cat .h3,
.box-cat-project .box-item-cat h3{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*padding: 15px;*/
    color: #fff;
    z-index: 2;
    margin: 0;
}
.box-cat-project  .info p {
    color: #fff;
    margin: 0.2rem 0 0;
    font-size: 0.9rem;
    opacity: 0.9;
}
.box-cat-project .hover-icon {
    position: absolute;
    bottom: 1.5rem;
    right: 15px;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    z-index: 2;
}

.box-cat-project .box-item-cat:hover .hover-icon {
    opacity: 1;
    transform: translateX(0);
}
/*-------------------------partner-slider------------------------------*/
.partner-slider .swiper {
    width: 90%;
    margin: 0 auto;
}
.partner-img {
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    max-width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.partner-img img {
    object-fit: contain;
    max-width: 100%;
}
.partner-slider .swiper-pagination {
    display: none;
}
.partner-slider .swiper-control-btn.swiper-prev {
    left: 0 !important;
}
.partner-slider .swiper-control-btn.swiper-next {
    right: 0 !important;
}

/*-----------------------------------Nhan su-------------------------------------*/
.staffing-card {
    margin-bottom: 25px;
}
.staffing-card .staffing-image {
    position: relative;
    border-radius: 10px;
}
.staffing-card .staffing-image a img {
    border-radius: 10px;
}
.staffing-card .staffing-image .social {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s;
    padding-left: 0;
    padding-right: 0;
}
.staffing-card .staffing-image .social li {
    list-style-type: none;
    margin-right: 10px;
}
.staffing-card .staffing-image .social li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    background-color: #407881;
    border-radius: 50px;
    text-align: center;
}
.staffing-card .staffing-image .social li a svg {
    height: 20px;
    width: 20px;
    stroke: #ffffff;
}
.staffing-card .staffing-image .social li a:hover {
    background-color: #B24445;
}
.staffing-card .staffing-image .social li:last-child {
    margin-right: 0;
}
.staffing-card .staffing-content {
    padding-top: 30px;
}
.staffing-card .staffing-content h3, .staffing-card .staffing-content .h3 {
    font-size: 20px;
    margin-bottom: 0;
}
.staffing-card .staffing-content h3 a, .staffing-card .staffing-content .h3 a {
    color: var(--primary-color);
}
.staffing-card .staffing-content h3 a:hover, .staffing-card .staffing-content .h3 a:hover {
    color: #111;
}
.staffing-card .staffing-content span {
    font-size: 15px;
    color: #777;
    letter-spacing: 0.3px;
    display: block;
}
.staffing-card .staffing-content .list {
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-top: 25px;
    margin-bottom: 0;
}
.staffing-card .staffing-content .list li {
    list-style-type: none;
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 0;
}
.staffing-card .staffing-content .list li a {
    display: inline-flex;
    padding: 7px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #FFCD8B;
    letter-spacing: 0.32px;
    font-size: 15px;
    transition: 0.6s;
    color: #002345;
}
.staffing-card .staffing-content .list li svg{
    width: 22px;
    height: 22px;
}
.staffing-card .staffing-content .list li a:hover {
    background-color: #FFCD8B;
}
.staffing-card .staffing-content .list li:last-child {
    margin-right: 0;
}
.staffing-card:hover .staffing-image .social {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.swiper-initialized .col.swiper-slide {
    padding: 0;
    flex-basis: initial;
    max-width: none;
}


.row-full-width .dnw-box-nhan-su2 .row{
    max-width: 100% !important;
}
.dnw-box-nhan-su2 .staffing-card{
    position: relative;
}
.dnw-box-nhan-su2 .staffing-card::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 100%);
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.dnw-box-nhan-su2 .staffing-card .staffing-content{
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    overflow: hidden;
    z-index: 3;
}

.dnw-box-nhan-su2 .staffing-card .staffing-content h3,
.dnw-box-nhan-su2 .staffing-card .staffing-content .h3{
    font-size: 16px;
    color: white;
	line-height: 22px;
}
.dnw-box-nhan-su2 .staffing-card{
    margin-bottom: 0;
}
.dnw-box-nhan-su2 .staffing-card .staffing-content span {
    font-size: 14px;
    color: white;
	line-height: 20px;
}
.dnw-box-nhan-su2 .staffing-card .staffing-image{
    border-radius: 0;
}

.emp-slider .swiper-wrapper {
    flex-direction: row;
    margin-bottom: -0.8rem;
}
.emp-slider .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 0.8rem;
}

@media screen and (min-width: 1201px) {
    .dnw-box-nhan-su2 .staffing-card::before {
        opacity: 0;
    }
    .dnw-box-nhan-su2 .staffing-card .image-cover{
        filter: grayscale(100%);
    }
    .dnw-box-nhan-su2 .staffing-card .staffing-content-wrap{
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 100%);
        transition: 0.6s ease;
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition-delay: 0s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -o-transition-delay: 0s;
    }
}
@media (hover: hover) {
    .dnw-box-nhan-su2 .staffing-card:hover::before {
        opacity: 1;
    }
    .dnw-box-nhan-su2 .staffing-card:hover .image-cover{
        filter: grayscale(0);
    }
    .dnw-box-nhan-su2 .staffing-card:hover .staffing-content-wrap {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }
}

    /*Blog*/
.post-item .box{
    border-radius: 10px;
    overflow: hidden;
}
.blog-post-inner .is-divider{
    display: none;
}
.blog-post-inner .cat-label{
    display: inline-flex;
    padding: 5px 10px;
    justify-content: center;
    align-items: center;
    background-color: var(--fs-color-secondary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #fff;
    border-radius: 5px;
    transition: 0.6s;
    margin-bottom: 20px;
}
.blog-post-inner .post-title{
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blog-post-inner .post-title a{
    display: block;
}
.blog-post-inner .post-meta{
    font-size: 15px;
    letter-spacing: 0.2px;
    opacity: 1;
    color: #66798C;
}

.post-item .box-vertical{
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 20px;
}
.blog-vertical.row-box-shadow-2 .col-inner{
    box-shadow: none;
    background: transparent !important;
}
.post-item .box-vertical .box-text{
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.post-item .box-vertical .blog-post-inner .post-title{
    font-size: 16px;
    margin-bottom: 18px;
    line-height: 1.5;
}
.blog-vertical .col.post-item{
    padding-bottom: 0;
}
.blog-vertical .image-cover{
    border-radius: 100%;
}

/*Widget*/
.widget:not(.widget_search){
    border-radius: 7px;
    background: #ffffff;
    padding: 35px 25px;
    margin-bottom: 25px;
}
.widget_search .flex-row{
    display: block;
}
.widget_search input[type=search]{
    background-color: #fff;
    border-color: #fff;
    border-radius: 50px;
    height: 55px;
}
.widget_search button.submit-button{
    height: 55px;
    width: 55px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}
.widget .widget-title{
    font-size: 20px;
    margin-bottom: 25px;
    display: block;
}
.widget .is-divider{
    display: none;
}
.widget_categories ul li{
    display: flex;
}
.flatsome_recent_posts .recent-blog-posts-li {
    border-top: 0 !important;
    border-bottom: 1px solid rgba(160, 177, 193, 0.2);
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.flatsome_recent_posts .recent-blog-posts-li .badge{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.flatsome_recent_posts .recent-blog-posts-li a{
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
}
.flatsome_recent_posts .recent-blog-posts-li .post-meta{
    font-size: 15px;
    margin-top: 20px;
    align-items: center;
    letter-spacing: 0.3px;
}
.flatsome_recent_posts .recent-blog-posts{
    padding: 0;
}
.flatsome_recent_posts .recent-blog-posts-li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}
.widget_tag_cloud .tagcloud a{
    padding: 5px 15px;
    border-radius: 5px;
    display: inline-block;
    background-color: #F2F1EC;
    color: var(--primary-color);
    letter-spacing: 0.7px;
    margin-top: 8px;
    margin-right: 8px;
    font-size: 14.5px !important;
    font-weight: 500;
}
.widget .tagcloud a:hover {
    color: #fff !important;;
}

.archive-page-header h1, .archive-page-header .h1 {
    font-size: 40px;
    position: relative;
    z-index: 1;
}

/*Single post*/
.blog-archive,
.single-post,
.single-post #main, .single-post #wrapper{
    background-color: #F8F8F5;
}
.blog-single .article-content {
    border-radius: 15px;
    overflow: hidden;
}
.blog-single .article-content .image img{
    width: 100%;
}
.blog-single .article-content .inner {
    padding: 35px;
    background-color: #ffffff;
}
.blog-single .article-content .inner .meta {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
.blog-single .article-content .inner .meta li {
    display: flex;
    align-items: center;
    list-style-type: none;
    font-size: 15px;
    letter-spacing: 1.04px;
    margin-right: 45px;
    position: relative;
    line-height: 1;
    color: #66798C;
}
.blog-single .article-content .inner .meta li::before {
    position: absolute;
    content: "";
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    height: 5px;
    width: 5px;
    background-color: #B24445;
    border-radius: 50%;
}
.blog-single .article-content .inner .meta li svg {
    stroke: var(--primary-color);
    width: 15px;
    height: 15px;
    margin-right: 7px;
}
.blog-single .article-content .inner .meta li:last-child {
    margin-right: 0;
}
.blog-single .article-content .inner .meta li:last-child:before {
    display: none;
}
.blog-single .article-content .inner .meta li a {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #cfcfcf;
    color: var(--primary-color);
    letter-spacing: 0.7px;
    font-size: 14.5px;
    font-weight: 500;
}
.blog-single .article-content .inner h1, .blog-single .article-content .inner .h1 {
    font-size: 37px;
    margin-bottom: 15px;
    line-height: 1.3;
}
.blog-single .article-content .inner p {
    letter-spacing: 0.33px;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: 400;
    font-size: 17px;
}
.blog-single .article-content .inner h3, .blog-single .article-content .inner .h3 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
}
.blog-single .article-footer {
    border-radius: 15px;
    background: #ffffff;
    padding: 35px 35px 0;
    margin-top: 25px;
}
.blog-single .article-footer .title-tags {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
    margin-right: 10px;
}
.blog-single .article-footer .tags {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.blog-single .article-footer .tags li {
    list-style-type: none;
    margin-right: 12px;
    display: inline-block;
}

.blog-single .article-footer .tags li a {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    background-color: #cfcfcf;
    color: var(--primary-color);
    letter-spacing: 0.7px;
    font-size: 13px;
    font-weight: 500;
}
.blog-single .article-footer .tags li:last-child {
    margin-right: 0;
}
.blog-single .article-footer .social {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}
.blog-single .article-footer .social li {
    list-style-type: none;
    margin-right: 12px;
}
.blog-single .article-footer .social li span {
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 600;
}
.blog-single .article-footer .social li a {
    margin-right: 20px;
}
.blog-single .article-footer .social li a:last-child {
    margin-right: 0;
}
.blog-single .article-footer .social li a svg {
    width: 17px;
    height: 17px;
    transition: 0.6s;
    stroke: var(--primary-color);
}
.blog-single #comments .comment-respond{
    border-radius: 15px;
    background: #ffffff;
    padding: 35px;
    margin-top: 25px;
}

.blog-single .post{
    margin-bottom: 0;
}
.blog-single .related-posts,
.blog-single #comments{
    margin-top: 30px;
}
.blog-single .related-posts ~ #comments{
    margin-top: 0;
}
.blog-single .related-posts  .title-related-posts{
    font-size: 20px;
    line-height: 1.5;
    color: var(--primary-color);
    font-weight: bold;
}

.blog-single .related-posts .blog-post-inner .post-title{
    font-size: 18px;
}




/*------------------------------------Single project----------------------------------------*/
.banner-project{
    height: 40.5092592593vw;
}
.banner-project img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-head{
    margin-bottom: 30px;
}
.detail-head p{
    font-weight: 700;
    color: rgb(0 0 0 / 50%);
    margin-bottom: 16px;
    line-height: 1.2;
}

.detail-head h1{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    color: #404040;
    margin: 0;
}

.detail-intro {
    padding: 30px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.detail-intro p{
    margin: 0;
}
.dsmall {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -12px;
    margin-bottom: -24px;
}
.detail-intro-list {
    justify-content: space-between;
}
.dsmall-item {
    padding: 0 12px;
    margin-bottom: 24px;
}
.txt-over {
    overflow: hidden;
}
.txt-over span {
    display: inline-block;
}
.detail-intro-des {
    font-weight: 700;
}

/*------------------------------------Project----------------------------------------*/
.mb-32 {
    margin-bottom: 32px;
}
.page-archive-project.page-wrapper{
    padding-top: 60px;
}
.dnw-title-page{
    font-size: 35px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.head-control-wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 16px;
    row-gap: 16px;
}
.head-control-wrapper h1{
    width: auto;
}
.head-control-wrapper .nav-project {
    overflow-x: auto;
}
.head-control-wrapper .nav-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}
.head-control-wrapper .nav-list .nav-item {
    color: rgba(64, 64, 64, 0.5);
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
.head-control-wrapper .nav-list .nav-item:not(:first-child) {
    margin-left: 32px;
}
.head-control-wrapper .nav-list .nav-item.active {
    color: #404040;
}
.head-control-wrapper .nav-list .nav-item a{
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.list-project{
    margin: 0 -2px;
    margin-bottom: -4px;
}
.list-project .col{
    padding: 0 2px;
    margin-bottom: 4px;
}
.list-project .project-item .box{
    position: relative;
}
.list-project .project-item .project-img{
    display: block;
    padding-top: calc((300 / 400) * 100%);
    position: relative;
    overflow: hidden;
}
.list-project .project-item .project-img::before,
.list-project .project-item .project-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
    z-index: 1;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.list-project .project-item .project-img::after{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
}
.list-project .project-item .project-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-project .project-item .project-content {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 24px;
    right: 24px;
    pointer-events: none;
    overflow: hidden;
}
.list-project .project-item .project-name {
    font-weight: 700;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -ms-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    margin: 0;
}
.list-project .project-item .project-address{
    font-weight: 300;
    display: block;
    font-size: 16px;
}


/*------------------------------------Banner home----------------------------------------*/
.section.sec-banner{
    padding: 0 !important;
}
.banner-home {
    height: inherit;
    position: relative;
    overflow: hidden;
}

.scroll-downs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    height: 55px;
    bottom: 1%;
    z-index: 2;
}
.scroll-downs .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
}
.scroll-downs .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #1e1e1e;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}
@media screen and (max-width: 1200px) {
    .scroll-downs {
        display: none;
    }
}

.cursor-custom {
    width: 5rem;
    height: 5rem;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.cursor-custom i {
    color: white;
    font-size: 1.4rem;
    font-weight: 300;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
}
.icon-right {
    margin-left: 0.8rem;
}
.icon-left {
    margin-right: 0.8rem;
}
.cursor-custom svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.banner-slider {
    position: relative;
    height: inherit;
}
.banner-slider .swiper {
    height: inherit;
}

.banner-slider .swiper-wrapper {
    height: inherit;
}
.banner-slider .swiper-slide {
    height: inherit;
}
.banner-home .swiper-slide {
    transition: 1s ease 0.6s !important;
}
.banner-slider .swiper-slide:not(.swiper-slide-active){
    opacity: 0 !important;
}
.banner-home .banner-wrap {
    height: 50vw;
}
.banner-home .banner-img {
    position: relative;
    height: 100%;
    width: 100vw;
}
.banner-home .banner-img::before {
    content: "";
    background: radial-gradient(65.42% 101.21% at 50% 50%, rgba(20, 20, 20, 0) 0%, #141414 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}
.banner-posi {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.banner-posi .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.banner-content {
    width: 84rem;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}
.banner-name, .banner-title {
    font-size: 36px;
    color: white;
    text-transform: uppercase;
    line-height: 1.6;
    margin: 0;
}
.banner-home .swiper-control{
    margin: 0;
}
.swiper-control.posi .swiper-control-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-control.posi .swiper-control-btn.swiper-prev {
    left: 20px;
}
.swiper-control.posi .swiper-control-btn.swiper-next {
    right: 20px;
}
.banner-slider .swiper-control i {
    color: white;
}
@media screen and (min-width: 1201px) {
    .banner-home .banner-wrap {
        height: inherit;
    }
}


/*------------------------------------Demo----------------------------------------*/
footer p{
    margin-bottom: 10px;
}
.footer-title{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 25px;
}
.footer-title *{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin-bottom: 0;
}
.footer-contact a,
.footer-contact p{
    margin-bottom: 0;
    color: #fff;
}
.footer-contact strong{
    color: #797979;
}


.img-sf01 img{
    border-radius: 150px;
}
.img-sf02 img{
    border-radius: 0px 0px 150px 150px;
}
.img-sf03 img{
    border-radius: 0px 0px 0px 150px;
}
.img-sf04 img{
    border-radius: 150px;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.col-img-ab-3 .star-wrap{
    position: absolute;
    right: -65px;
    top: -70px;
    width: auto;
}
.col-img-ab-3 .star-wrap img {
    border-radius: 0;
    animation-name: rotateme;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin: 0 !important;
}
.col-img-ab-3 .star-wrap p{
    margin: 0;
}
.col-img-ab-3 .star-wrap .rating{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.col-img-ab-3 .star-wrap .rating strong{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}
.col-img-ab-3 .star-wrap .rating p{
    letter-spacing: 0.65px;
    font-weight: 700;
    font-size: 12px;
    display: block;
    margin: 0;
    margin-top: 7px;
    line-height: 1;
}
.align-items-end{
    align-items: end;
}

.dnw-title-line{
    position: relative;
    padding-left: 70px;
}
.dnw-title-line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 45px;
    background-color: var(--primary-color);
}

.box-img-about-home{
    position: relative;
}
.box-img-about-home:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: -30px;
    left: -60px;
    background-color: #f4f4f4;
}

.slider-banner-about{
    padding: 0 !important;
    background-color: rgb(244, 244, 244);
}
.slider-banner-about .swiper-slide {
    height: inherit;
}
.slider-banner-about .img {
    height: 40.5092592593vw;
    position: relative;
}
.slider-banner-about .img-inner {
    height: 100%;
    width: 100vw;
}
.slider-banner-about .img-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}

.text-about-2 *,
.text-about-3 *{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
}
.text-about-2{
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
}
.text-about-3{
    font-size: 60px;
    font-weight: 700;
    line-height: 1.1;
    margin-left: 22%;
    -webkit-text-stroke-width: 0.2rem;
    -webkit-text-stroke-color: rgba(64, 64, 64, 0.3);
    color: transparent;
}

.contact-map p{
    margin: 0 !important;
}

#rank-math-toc {
    background: #f8f8f8;
    padding: 16px 20px;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: inherit;
}

#rank-math-toc h2 {
    font-size: 18px;
    margin-bottom: 12px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 6px;
    font-weight: 600;
}
/* Reset styles cho mục lục Rank Math */
#rank-math-toc nav ul,
#rank-math-toc nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Hiển thị cấp bậc rõ ràng */
#rank-math-toc nav ul {
    padding-left: 1.2em;
    margin-bottom: 0.5em;
}

#rank-math-toc nav li {
    margin-bottom: 4px;
}

/* Style link */
#rank-math-toc nav a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    transition: color 0.3s ease;
    display: inline-block;
}

#rank-math-toc nav a:hover {
    color: var(--primary-color);
}

/* Tùy chọn: biểu tượng dấu chấm nhỏ cho mỗi mục */
#rank-math-toc nav li::before {
    content: "•";
    color: var(--primary-color);
    margin-right: 6px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    transform: translateY(-1px);
}


.dnw-tab-about .nav::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(64, 64, 64, 0.2);
    height: 0.1rem;
    transition: 1.6s ease;
    -webkit-transition: 1.6s ease;
    -moz-transition: 1.6s ease;
    -ms-transition: 1.6s ease;
    -o-transition: 1.6s ease;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.dnw-tab-about .nav li{
    margin-right: 75px;
}
.dnw-tab-about .nav li a{
    font-size: 34px;
    text-transform: initial;
}
.dnw-tab-about .nav li:not(.active) a{
    color: #959595;

}

.bg-gray{
    background-color: rgb(244, 244, 244);
}

@media (min-width: 992px) {
    .section-about .col-text-about {
        margin-left: -10%;
        z-index: 2;
        max-width: 40%;
        flex-basis: 40%;
    }
    .section-about .col-text-about .col-inner {
        max-width: 500px;
        background-color: rgb(255, 255, 255);
        padding: 30px 30px 30px 30px;
        position: absolute;
        bottom: 0;
        box-shadow: 5px 5px 10px;
    }
    .section-about .col-text-about .col-inner:before {
        content: '';
        width: 120px;
        height: 5px;
        background: var(--primary-color);
        position: absolute;
        top: -15px;
        right: -15px;
    }
    .section-about .col-text-about .col-inner:after {
        content: '';
        height: 120px;
        width: 5px;
        background: var(--primary-color);
        position: absolute;
        top: -15px;
        right: -15px;
    }
}

@media screen and (min-width: 1201px) {
    .row-full-width{
        padding: 0 56px;
    }
    .partner-img {
        opacity: 0.4;
    }
    .partner-img:hover {
        opacity: 1;
    }
    .list-project .project-item .project-name{
        opacity: 0;
        visibility: hidden;
        transform: translate(0, 100%);
    }
    .list-project .project-item .box:hover .project-img::before {
        opacity: 0;
    }
    .list-project .project-item .project-img::after {
        opacity: 0;
    }
    .list-project .project-item .box:hover .project-img::after {
        opacity: 1;
    }
    .list-project .project-item .box:hover .project-name {
        opacity: 1;
        visibility: visible;
        transform: translate(0, 0);
    }
}

@media (max-width: 1200px) {
    .text-about-2,
    .text-about-3{
        font-size: 45px;
    }
    .head-control-wrapper .nav-project{
        width: 100%;
    }
    .swiper-control-btn i {
        font-size: 24px;
    }
	.dnw-box-nhan-su2 .staffing-card .staffing-content{
		    bottom: 12px;
		left: 12px;
		right: 12px;
	}
	

	.dnw-box-nhan-su2 .staffing-card .staffing-content span {
		font-size: 12px;
		color: white;
		line-height: 18px;
	}
}
@media (max-width: 849px) {
    .col-table-full-width > .col-inner{
        max-width: 100% !important;
    }
    .banner-name, .banner-title,
    .dnw-title-page,
    .detail-head h1{
        font-size: 30px;
    }
    .text-about-2,
    .text-about-3{
        font-size: 35px;
        margin-left: 0;
        text-align: center;
    }
    .title-center-mb h2{
        text-align: center;
    }
    .title-center-mb h2 br{
        display: none;
    }
    .banner-name, .banner-title, .dnw-title-page, .detail-head h1{
        font-size: 26px;
    }
    .banner-home .swiper-control {
        display: none;
    }
    .dnw-tab-about .nav li a {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .banner-home .banner-wrap {
        height: 80vw;
    }
    .banner-name, .banner-title, .dnw-title-page, .detail-head h1{
        font-size: 24px;
    }
}
@media (max-width: 767px) {
    .archive-page-header h1, .archive-page-header .h1 {
        font-size: 30px;
    }
    .box-cat-project .background-title,
    .box-cat-project .info p{
        display: none;
    }
    .box-cat-project .overlay{
        padding: 15px;
    }
    .blog-single .article-content .inner {
        padding: 15px;
    }
    .blog-single .article-content .inner h1, .blog-single .article-content .inner .h1{
        font-size: 30px;
    }
    .blog-post-inner .post-title {
        font-size: 18px;
    }
    .footer-title {
        font-size: 20px;
    }
    .dnw-tab-about .nav li a {
        font-size: 24px;
    }
}

@media (max-width: 549px) {
    .footer-bottom-2 .img{
        margin: 0 auto;
    }
    .footer-bottom-2 .text-right{
        text-align: center;
        padding-bottom: 15px;
    }
    .banner-home .banner-wrap {
        height: 120vw;
    }
    .banner-name, .banner-title, .dnw-title-page, .detail-head h1{
        font-size: 18px;
    }
}

@media (max-width: 400px) {
    .banner-home .banner-wrap {
        height: 150vw;
    }
}