.detail-list-new .relatedNew .detailCate .category {
    color: var(--tm);
    font-weight: 700;
}

.detail-list-new .relatedNew .detailCate .date {
    color: rgba(0, 0, 0, 0.7);
}

/* Old */
.main .detail-new h4 {
    font-family: 'FS Magistral'!important;
    text-align: center!important;
    font-size: 50px!important;
}

.main .detail-new h4 p span {
    font-size: 45px!important;
}

.main .list-new {
    margin: 0px auto;
}

.main .list-new .titleNew {
    font-weight: 800;
    font-size: 24px;
    color: #03017E;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px;
    font-family: 'Lato'!important;
}

.main .list-new .itemAllNew .imageItem {
    margin-bottom: 20px;
}

.main .list-new .itemAllNew .imageItem img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.main .list-new .itemAllNew .nameItem {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.main .list-new .itemAllNew .nameItem a {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.main .list-new .itemAllNew .nameItem a:hover {
    color: #3e4194
}


.main .list-new .itemAllNew .cateItem {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}

.main .list-new .itemAllNew .cateItem span {
    color: #03017E;
}

.main .list-new .itemAllNew .cateItem .created_at {
    color: rgba(0, 0, 0, 0.7);
}

.main .list-new .slide-new .owl-prev {
    position: absolute;
    top: 80px;
    left: -62px;
    font-size: 20px;
    background: linear-gradient(270.1deg, #03017E 0%, #6683C5 100%);
    padding: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main .list-new .slide-new .owl-prev i {
    color: #fff;
    position: absolute;
    top: 9px;
    left: 14px;
}

.main .list-new .slide-new .owl-next {
    position: absolute;
    top: 80px;
    right: -62px;
    font-size: 20px;
    background: linear-gradient(270.1deg, #03017E 0%, #6683C5 100%);
    padding: 17px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main .list-new .slide-new .owl-next i {
    color: #fff;
    position: absolute;
    top: 9px;
    left: 18px;
}

.main .list-new-category {
    margin-bottom: 30px;
}

.main .list-new-category .titleNewCate:first-chill {
    margin-top: 0px!important;
}


.main .list-new-category .titleNewCate {
    margin-bottom: 30px;
    margin-top: 30px;
}

.main .list-new-category .titleNewCate .titleNew {
    font-family: 'FS Magistral' !important;
    font-weight: 800;
    font-size: 24px;
    text-transform: uppercase;
    color: #03017E;
}

.main .list-new-category .titleNewCate .showMoreNew {
    float: right;
    margin-top: 10px;
}

.main .list-new-category .titleNewCate .showMoreNew a {
    font-weight: 400;
    font-size: 20px;
    color: #03017E;
}


.main .list-new-category .imageNewCate {
    margin-bottom: 15px;
}

.main .list-new-category .imageNewCate img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 20px;
    transition: 0.3s;
}

.main .list-new-category .imageNewCate img:hover {
    transform: scale(1.1);
}


.main .list-new-category .listOnlyNew {
    margin-bottom: 50px;
}

.main .list-new-category .listOnlyNew .nameNewCate {
    margin-bottom: 10px;
}

.main .list-new-category .listOnlyNew .nameNewCate a {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.main .list-new-category .listOnlyNew .nameNewCate a:hover {
    color: #3e4194
}

.main .list-new-category .listOnlyNew .cateNewCate {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #03017E;
}

.main .list-new-category .listOnlyNew .cateNewCate .created_at {
    color: rgba(0, 0, 0, 0.7);
}

.main .list-new-category .listOnlyNew .btnLoadMore {
    text-align: center;
    margin: 0px auto;
    margin-bottom: 50px;
}

.main .list-new-category .listOnlyNew .btnLoadMore button {
    background: linear-gradient(270.1deg, #03017E 0%, #6683C5 100%);
    border-radius: 10px;
    color: #fff;
    padding: 5px 30px 7px;
    border: none;
}

.main .list-new-category .listOnlyNew .btnLoadMore button:hover {
    background: linear-gradient(270.1deg, #3e4194 0%, #ec3438 100%);
}

.detail-list-new .detailNew {
    background: #F8F6FE;
    box-shadow: 0px 4px 10px rgba(100, 71, 169, 0.1);
    border-radius: 30px;
    padding: 30px;
    border: 1px solid #D2D2D2;
    margin: 50px 0px;
}

.detail-list-new .detailNew .detail_name {
    font-family: 'FS Magistral';
    font-weight: 700;
    font-size: 32px;
    color: #03017E;
    text-align: justify;
    margin-bottom: 20px;
    line-height: 40px;
}

.detail-list-new .detailNew .detailCate {
    font-weight: 700;
    font-size: 14px;
    color: #03017E !important;
}

.detail-list-new .detailNew .created_at {
    color: rgba(0, 0, 0, 0.7);
}

.detail-list-new .detailNew .detailDes img {
    max-width: 100%;
    max-height: 100%;
    object-fit: scale-down;
}

.detail-list-new .social-sharing .list-share {
    padding-left: 0px!important;
    text-align: right;
}

.detail-list-new .social-sharing .list-share li {
    display: inline-block;
    margin-top: 30px;
}

.detail-list-new .social-sharing .list-share li .fa-facebook,.fa-linkedin {
    background: linear-gradient(270.1deg, #03017E 0%, #6683C5 100%);
    color: white!important;
}

.detail-list-new .social-sharing .list-share li .fa {
    padding: 5px;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
}

.detail-list-new .relatedNew .title {
    font-family: 'FS Magistral';
    margin: 50px 0px 20px;
    font-weight: 800;
    font-size: 18px;
    text-transform: uppercase;
    color: #03017E;
}

.detail-list-new .itemRelated {
    margin-bottom: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 0.75rem;
    background-color: #F8F6FE;

}

.detail-list-new .itemRelated .itemImageRelated {
    margin-bottom: 20px;
}

.detail-list-new .itemRelated .itemImageRelated img {
    border-radius: 10px;
    width: 100%;
}

.detail-list-new .itemRelated .itemImageRelated a {
    display: flex;
    height: fit-content;
    margin: 1rem;
}

.detail-list-new .itemRelated .itemNameRelated a {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
    color: #000000;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.detail-list-new .itemRelated .itemNameRelated a:hover {
    color: #3e4194;
}

.detail-list-new .itemRelated .itemNameRelated {
    margin-bottom: 10px;
}

.detail-list-new .itemRelated .itemCreatedRelated {
    font-weight: 700;
    font-size: 14px;
    color: #03017E;
}

.detail-list-new .itemRelated .itemCreatedRelated .created_at {
    color: rgba(0, 0, 0, 0.7);
}

.categoryNewCate {
    margin-top: 80px;
}

.categoryNewCate .listOnlyNew {
    margin-bottom: 40px;
}

.categoryNewCate .listOnlyNew .imageNewCate {
    margin-bottom: 20px;
}

.categoryNewCate .listOnlyNew .imageNewCate img {
    width: 100%;
    height: 230px;
    border-radius: 20px;
    object-fit: cover;
    transition: 0.3s;
}
.categoryNewCate .listOnlyNew .imageNewCate img:hover {
    transform: scale(1.1);
}

.categoryNewCate .listOnlyNew .nameNewCate {
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.categoryNewCate .listOnlyNew .nameNewCate:hover a {
    color: #3e4194;
}

.categoryNewCate .listOnlyNew .nameNewCate a {
    font-weight: 700;
    font-size: 18px;
    color: #000000;
}

.categoryNewCate .listOnlyNew .cateNewCate {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 700;
}

.categoryNewCate .listOnlyNew .cateNewCate span {
    color: #03017E;
}

.categoryNewCate .listOnlyNew .cateNewCate .created_at {
    color: rgba(0, 0, 0, 0.7);
}

.categoryNewCate .home-project {
    margin-bottom: 30px;
}

.categoryNewCate .home-project ul {
    text-align: center;
    margin: 0px auto;
}

.storyHome {
    background: #F5F5F5;
}

.storyHome .title-story {
    font-weight: 800;
    font-size: 24px;
    color: #03017E;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin: 50px 0px;
    text-align: center;
    font-family: 'Lato'!important;
}

.storyHome .listStory {
    margin-bottom: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
}

.storyHome .listStory .image {
    margin-bottom: 20px;
}

.storyHome .listStory .image img {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 230px;
    object-fit: cover;
}

.storyHome .listStory .name {
    
    margin: 0px 20px 25px;
}

.storyHome .listStory .name a {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 25px;
    -webkit-line-clamp: 50;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 700;
    font-size: 18px;
    color: #03017E;
}

.storyHome .listStory .name a:hover {
    color: #3e4194;
}

.storyHome .home-project {
    margin: 30px 0px;
}

.storyHome .home-project ul {
    text-align: center;
    margin: 0px auto;
}

.storyHome .home-project ul li {
    margin-right: 8px;
    padding: 0;
}

.storyHome .home-project ul li.active a {
    color: #fff;
    width: 30px!important;
    background: #3e4194!important;
    border: 1px solid #3e4194!important;
    height: 30px!important;
    padding: 6px 10px;
    border-radius: 0%;
    font-weight: normal;
    font-size: 13px;
    position: relative;
    top: -2px;
}

.storyHome .home-project ul li a {
    color: #161615;
    text-decoration: none;
    border: 1px solid #E5E5E5!important;
    width: 30px!important;
    height: 30px!important;
    padding: 6px 10px;
    font-weight: bold;
    font-size: 14px;
}

/*responsive màn homepage*/
/*iphone*/
@media (max-width: 767px) {
    .main .list-new .slide-new .owl-next {
        display: none;
    }

    .main .list-new .slide-new .owl-prev {
        display: none;
    }

    .desk-fixed {
        top: 275px;
        right: 30px;
    }

    .main .list-new-category .imageNewCate {
        padding: 0px 15px;
    }

    .main .list-new-category .titleNewCate .titleNew {
        margin-left: 15px;
    }

    .main .list-new-category .titleNewCate .titleNew {
        font-size: 20px;
    }

    .main .list-new-category .titleNewCate .showMoreNew {
        margin-top: 0;
    }

    .main .list-new-category .titleNewCate .showMoreNew {
        margin-right: 15px;
    }

    .main .list-new-category .listOnlyNew .nameNewCate {
        padding: 0px 15px;
    }

    .main .list-new-category .listOnlyNew .cateNewCate {
        padding: 0px 15px;
    }

    .sendContact .vacancies_10 .vacancies {
        margin: 20px auto;
    }

    .detail-list-new .detailNew .detail_name {
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
    }         
}

/*ipad */
@media (min-width: 768px) and (max-width: 1023px) {

}

/*ipad pro*/
@media (min-width: 1024px) and (max-width: 1366px) {

}

@media (min-width: 1367px) and (max-width: 1399px) {

}

@media (min-width: 1400px) and (max-width: 1600px) {

}