.download-cv-top a {
    height: 48px;
    width: 172px;
    background: var(--color-highlight);
    text-align: center;
    line-height: 48px;
    color: #fff;
    margin-left: 50px;
    padding: 0;
    display: inline-block;
    border-radius: 8px;
}

.box-header-menu>.container>.row>div:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.box-about-home {
    position: relative;
    background: #F3F4F6;
    padding: 40px;
    margin-top: -73px;
    z-index: 9;
}

.box-about-home svg {
    position: absolute;
    left: 70px;
    top: 11px;
    z-index: 0;
}

.box-about-home .title-section {
    font-size: 36px;
    font-weight: 900;
    color: #374151;
    margin-bottom: 25px;
    padding: 0 51px;
    position: relative;
    z-index: 1;
}

.box-about-home .dsc {
    margin-bottom: 20px;
}

.box-about-home-02 .info-left .item {
    display: flex;
    height: 56px;
    align-items: center;
    padding: 0 10px;
    border-radius: 6px;
}

.box-about-home-02 .info-left .item:nth-child(2n+1) {
    background: #F3F4F6;
}

.box-about-home-02 .info-left .item span {
    display: inline-flex;
    align-items: center;
    flex: 0 0 50%;
    max-width: 50%;
}

.box-about-home-02 .info-left .item span>svg {
    margin-right: 10px;
}

.box-home-01 {
    margin-bottom: 60px;
}

.box-about-home-02 .inter-images .img:before {
    content: '';
    position: absolute;
    left: -11px;
    width: 100%;
    height: 100%;
    background: var(--color-highlight);
    top: 11px;
    border-radius: 20px;
    z-index: 0;
}

.box-about-home-02 .inter-images .img img {
    border-radius: 20px;
}

.box-home-02 {
    margin-bottom: 60px;
}

.box-about-home-02 .info>.row {
    margin-right: -45px;
    margin-left: -45px;
}

.box-about-home-02 .info>.row>div {
    padding-right: 45px;
    padding-left: 45px;
}

.slogan-landing {
    color: #9CA3AF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.box-home-03 {
    background: #F9FAFB;
    padding-top: 60px;
    padding-bottom: 60px;
}

.banner-home img {
    width: 100%;
    object-fit: cover;
    height: 49vw;
}

.box-proset .content .item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.box-proset .content .item .img {
    flex: 0 0 54px;
    max-width: 54px;
    margin-right: 15px;
}

.box-proset .content .item .img img {
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.box-about-qtlv.box-project-qtlv .top  .name {
    position: absolute;
    top: calc(50% + 35px);
    left: 50%;
    transform: translate(-50%, -50%);
}
.box-proset .content .item .inter-text {
    flex: 1 1;
}

.box-proset .content .item .inter-text .name-value {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.box-proset .content .item .inter-text .name-value span.name {
    font-size: 20px;
    font-weight: 700;
}

.box-proset .content .item .inter-text .name-value .value {
    font-weight: 700;
}

.box-proset .content .item .inter-text .data-prs {
    background: #57443a6e;
    width: 100%;
    height: 10px;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 0;
}

.box-proset .content .item .inter-text .data-prs>span {
    background: var(--color-highlight);
    display: block;
    height: 10px;
    border-radius: 60px;
}
.box-proset .content {
    padding-left: calc((100% - 1170px) / 2);
}
.box-proset {
    /* padding-left: calc((100% - 1170px)/2); */
    padding-bottom: 120px;
    padding-top: 60px;
}

.box-proset .inter-images {
    padding-left: 40px;
}

.box-proset .inter-images .img:before {
    width: 45px;
    height: 45px;
    content: '';
    position: absolute;
    bottom: -55px;
    left: 170px;
    background: #57443a6e;
    border-radius: 50%;
}

.box-proset .inter-images .img img {border-bottom-left-radius: 200px;}

.box-proset .inter-images .img:after {
    width: 211px;
    height: 211px;
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    background: #57443a6e;
    border-radius: 50%;
    z-index: -1;
}


.box-project .item-project.article-project {
    overflow: hidden;
    margin-bottom: 0;
    position: relative;
    height: 100%;
    background: #ddd;
}

.box-project>.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
}

.box-project>.row>div {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.box-project .item-project.article-project .inner-content {
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 100%;
    z-index: 9;
    opacity: 0;
    transition: 1s;
    background: #fff;
    padding: 15px;
}

.box-project .item-project.article-project:hover .inner-content {
    bottom: 0;
    opacity: 1;
}

.box-project .item-project.article-project .inner-image {
    margin-bottom: 0 !important;
}

.box-project .item-project.article-project .inner-content .article-title a {
    color: #000;
    font-weight: 700;
}

.box-project .link-more {
    text-align: center;
    margin-top: 15px;
}

.box-project .link-more a {
    color: #fff;
    background: var(--color-main);
    display: inline-flex;
    height: 48px;
    align-items: center;
    width: 170px;
    text-align: center;
    justify-content: center;
}
.box-project .link-more a svg {
    margin-left: 5px;
}

.box-home-06 {
    margin-bottom: 60px;
}
footer {
    background: #f9f9f9;
}

.title-footer {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.logo-footer img {
    height: 80px;
}
.copyright {
    padding-bottom: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.box-follow .list {
    display: flex;
    align-items: center;
}

.box-follow .list .item {
    margin-right: 15px;
}

.box-follow .list .item .icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.box-about-qtlv {
    text-align: center;
}

.box-about-qtlv .inter-conent {
    max-width: 864px;
    margin-left: auto;
    margin-right: auto;
}

.box-about-qtlv .top {
    position: relative;
    margin-bottom: 30px;
}

.box-about-qtlv .top .title {
    font-size: 223.43px;
    font-weight: 900;
    color: #F1F1F1;
    letter-spacing: 55px;
    line-height: 1;
}
.box-about-qtlv .top .name {
    font-family: "Italianno", cursive;
    font-size: 144px;
    line-height: 1;
    /* position: absolute; */
    /* top: calc(50% + 35px); */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

.box-about-qtlv .top .slogan {
    position: absolute;
    top: calc(50%  - 9px);
    left: calc(50%  - 68px);
    transform: translate(-50%, -50%);
    font-size: 36px;
}
.box-banner-qtlv>.row>div:nth-child(1) .item .img {
    padding-top: 50%;
}

.box-banner-qtlv  .item .img {
    border-radius: 12px;
    overflow: hidden;
}

.box-banner-qtlv>.row>div:nth-child(3) .item {
    max-width: 250px;
}
.box-qtlv-01 {
    margin-top: 50px;
    margin-bottom: 60px;
}

.box-light-hight {
    position: relative;
    padding-top: 145px;
    padding-bottom: 60px;
    margin-top: -80px;
}

.box-light-hight .list .item {
    text-align: right;
    padding-right: 40px;
    position: relative;
}

.box-light-hight .list .item .year {
    font-size: 30px;
    font-weight: 700;
}

.box-light-hight .list .item .name {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.box-light-hight:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 100%;
    background: #9CA3AF;
}

.box-light-hight .list .item .description {
    font-size: 14px;
    color: #374151;
}
.box-light-hight .list .item-highlight:nth-child(2n+2)>.row>div:nth-child(1) {
    order: 2;
}

.box-light-hight .list .item-highlight:nth-child(2n+2)  .item {
    text-align: left;
    padding-right: 0;
    padding-left: 40px;
}

.box-light-hight .list .item:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -15px;
    width: 23px;
    height: 1px;
    background: #9CA3AF;
}

.box-light-hight .list .item-highlight:nth-child(2n+2) .item::before {
    right: inherit;
    left: -15px;
}

.box-light-hight .top {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background: #ced1d7;
    border-radius: 50%;
}

.box-light-hight .top:before {content: '';position: absolute;top: 3px;left: 3px;width: 9px;height: 9px;background: #fff;border-radius: 50%;}

.box-light-hight .bottom:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 9px;
    height: 9px;
    background: #fff;
    border-radius: 50%;
}

.box-light-hight .bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 15px;
    height: 15px;
    background: #ced1d7;
    border-radius: 50%;
}

.box-light-hight .list .item-highlight {
    margin-bottom: 50px;
}

.box-qtlv-03 {
    padding-bottom: 50px;
}

.banner-dinh-huong {
    position: relative;
}

.banner-dinh-huong .img img {
    width: 100%;
    height: 38vw;
    object-fit: cover;
}

.banner-dinh-huong .content {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    height: auto;
}

.banner-dinh-huong .content .inter {
    text-align: center;
}

.banner-dinh-huong .content .inter svg {
    margin-bottom: 30px;
}

.banner-dinh-huong .content .inter .title {
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.banner-dinh-huong .content .inter .dsc {
    color: #fff;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.box-about-qtlv.box-project-qtlv .title {
    font-size: 160px;
}

.box-project-page .article-item {
    background: #F3F4F6;
}

.box-project-page .article-item {
    background: #F3F4F6;
    margin-bottom: 30px;
    padding: 0;
}

.box-project-page .article-item>.row {
    align-items: center;
}

.box-project-page .article-item .inner-content .article-category a {
    color: #000;
}

.box-project-page .article-item .inner-content .article-category {
    display: block;
    margin-bottom: 5px;
}

.box-project-page .article-item .inner-content .link a {
    display: inline-block;
    color: #000;
}
.box-project-page .article-item .inner-content {
    padding-right: 20px;
    padding-left: 10px;
}

.box-project-page .article-item .inner-content .link a svg {
    margin-left: 5px;
}

.article-project .name {
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}


.article-page-lq .title-section {
    text-align: left !important;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 30px;
}

.article-page-lq .article-item {
    background: #F3F4F6;
    padding: 0;
}

.article-page-lq .article-item .inner-content {
    padding: 15px;
}

.article-page-lq .article-item .inner-image {
    margin-bottom: 0 !important;
}

.box-ct-da-03 {
    margin-bottom: 50px;
}

.box-ct-da-02 {
    padding-bottom: 40px;
}

.box-img-contact {
    background: aliceblue;
    text-align: center;
    padding: 100px 0 70px;
}

.box-contact-01 {
    padding-left: calc((100% - 1170px)/2);
    background: #f9f9f9;
}

.box-contact-01>.row {
    display: flex;
    align-items: center;
}

.box-img-contact .img {
    position: relative;
}

.box-img-contact .content {
    /* position: absolute; */
    /* bottom: 8px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* width: 100%; */
}

.box-img-contact .content .dsc {
    font-family: "Italianno", cursive;
    font-size: 80px;
    line-height: 1;
    margin-top: 25px;
}

.box-img-contact .content .title {
    position: absolute;
    left: calc(50% - 65px);
    transform: translateX(-50%);
    top: 8px;
    font-size: 36px;
}
.box-img-contact .image .img img {
    object-fit: contain;
}


.contact-info-website .title-contact {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-info-website .title-contact>span {
    color: #374151;
    position: relative;
}

.contact-info-website .dsc {
    margin-bottom: 20px;
    max-width: 500px;
    color: #374151;
}

.contact-info-website .info p {
    margin-bottom: 20px;
}

.contact-info-website .title-contact>span:after {
    content: '';
    position: absolute;
    left: calc(100% + 30px);
    width: 270px;
    background: #000;
    height: 0.5px;
    top: 50%;
    transform: translateY(-50%);
}

.contact-info-website .info p span {
    display: inline-block;
    margin-right: 5px;
    color: #374151;
}
.box-contact-01 .title-footer {
    display: none;
}

.article-item .inner-content .link a {
    color: #000;
    font-size: 14px;
}

.article-item .inner-content .link a svg {
    margin-left: 5px;
}

article.article-detail .name {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
}

.article-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.article-content h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.article-content h4 {
    margin-bottom: 10px;
    font-size: 15px;
}
.article-content ul {
    padding-left: 20px;
}

@media (max-width:1200px){
    .header-menu-mb {
        padding: 15px 0;
    }
    
    .header-menu-mb >.container>.row>div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
    }
    .box-about-home {
        padding: 25px 15px;
        margin-top: 0;
    }
    
    .box-home-01 {
        padding-top: 30px;
        margin-bottom: 30px;
    }
    
    .box-about-home .title-section {
        font-size: 16px;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .box-about-home svg {
        width: 40px;
        left: 15px;
        top: 0;
    }
    
    .box-about-home .dsc {
        font-size: 13px;
        margin-bottom: 15px;
    }
    
    .box-about-home .dsc:last-child {
        margin-bottom: 0;
    }
    .title-section {
        font-size: 21px;
        margin-bottom: 20px;
    }
    
    .box-about-home-02 .info-left {
        margin-bottom: 20px;
    }
    
    .box-home-02 {
        margin-bottom: 40px;
    }
    
    .box-home-03 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    .article-item .article-title {
        font-size: 14px;
    }
    
    .article-item .article-description {
        display: -webkit-box;
        max-width: 100%;
        font-size: 14px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
   
    .box-proset {
        padding-bottom: 90px;
        padding-top: 30px;
    }
    
    .box-proset .content .info-left {
        padding-left: 15px;
        padding-right: 20px;
    }
    
    .box-proset .content .item .inter-text .name-value span.name {
        font-size: 17px;
    }
    .item-project.article-project .inner-image .img {
        padding-top: 56% !important;
    }
    
    .box-project .item-project.article-project .inner-content {
        position: inherit !important;
        opacity: 1;
        bottom: inherit;
        padding: 10px;
        background: #ddd;
    }
    
    .box-project .item-project.article-project .inner-content .article-title {
        text-align: center;
        margin-bottom: 0;
        display: -webkit-box;
        max-width: 100%;
        font-size: 13px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .box-home-06 {
        margin-bottom: 30px;
    }
    .box-about-qtlv .top .title {
        font-size: 46.43px;
        letter-spacing: 24px;
    }
    
    .box-about-qtlv .top .slogan {
        font-size: 24px;
        left: 50%;
    }
    
    .box-about-qtlv .top .name {
        font-size: 63px;
        top: calc(50% + 17px);
    }
    .box-qtlv-01 {
        margin-top: 25px;
        margin-bottom: 30px;
    }
    
    .box-banner-qtlv>.row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .box-banner-qtlv>.row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .box-banner-qtlv>.row>div:nth-child(3) .item {
        max-width: 70%;
    }
    .box-light-hight .list .item {
        padding-right: 20px;
    }
    
    .box-light-hight .list .item-highlight:nth-child(2n+2) .item {
        padding-left: 15px;
    }
    
    .box-light-hight .list .item .name {
        font-size: 16px;
    }
    
    .box-light-hight .list .item .year {
        font-size: 22px;
    }
    
    .box-light-hight {
        margin-top: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-top: 15px;
    }
    
    .box-light-hight .list .item:before {
        width: 15px;
    }
    
    .box-light-hight .list .item .description {
        font-size: 12px;
    }
    
    .box-light-hight .list .item-highlight {
        margin-bottom: 20px;
    }
    
    .article-detail .name{
        font-size: 18px;
    }
    .row {
        margin-right: -5px;
        margin-left: -5px;
    }
    
    .row>div {
        padding-right: 5px;
        padding-left: 5px;
    }
    .no-gutters {
        margin-right: 0;
        margin-left: 0;
    }
    .box-proset .content .item .img img {
        width: 46px;
        height: 46px;
    }
    .box-proset .content .item .img {
        flex: 0 0 46px;
        max-width: 46px;
    }
    .banner-dinh-huong .img img {
        height: 40vw;
    }
}

@media (max-width:767px){
    .banner-dinh-huong .img img {
        height: 72vw;
    }
    .box-project-page .article-item .inner-content {
        padding: 15px;
    }
    .footer-mid-mb>.container>.row>div {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
}
.box-about-home-02 .inter-images {
    margin-bottom: 15px;
}

.logo-section a {
    color: var(--color-highlight);
    font-family: "Italianno", cursive;
    font-size: 46px;
    line-height: 1;
}
.box-project .item-project.article-project .inner-content h3 {
    font-size: 1.8rem;
}
