﻿.detail-news-title {
    margin: 0;
    color: #551b15;
    font-family: iCR;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.WBannerCareerChild a img {
    width: 100%;
    height: 100%;
}

section.p-details h3 {
    color: #551b15;
    font-family: iCR;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 15px 0;
}

    section.p-details h3 strong {
        font-weight: normal;
    }

ul.p-news-list__type2.rs .p-news-img__type2 {
    height: auto;
}

.p-news-list__type2 {
    width: 100%;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 10px;
    padding: 10px 0;
}

.p-news-content__type2.decorPdCateTitle h3.title {
    height: auto;
    font-size: 18px;
    line-height: 145%;
    text-align: center;
}

.view-new-home-child span {
}

.listNewsChildRight.side-news-item {
    padding-bottom: 5px;
}

.cate-child-career.decorPdCate {
    padding-left: 0;
    padding-bottom: 8px;
    padding-right: 12px;
    color: #2B99FF;
    font-family: 'MontserratR';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.7%;
    text-transform: capitalize;
}

.p-news-content__type2.decorPdCateTitle {
    padding-bottom: 0;
    padding-left: 0;
    margin-top: 8px;
}

.p-news-img__type2 .cate {
    position: absolute;
    color: #fff;
    z-index: 2;
    font-size: 11px;
    text-transform: capitalize;
    background-color: #505050c2;
    font-family: 'MontserratM';
    padding: 5px 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    max-width: 90%;
    right: 0;
}

li.ItemCareerHome {
    list-style: none;
}

ul.ListHomeCareer {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 17px;
    row-gap: 17px;
}

.WImgCareerHome img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 5px;
    transition: all .3s;
    overflow: hidden;
}

li.ItemCareerHome:hover .WImgCareerHome img {
    transform: scale(1.1);
}

.WBottomHomeCareer {
    margin-top: 33px;
}

.WImgCareerHome {
    overflow: hidden;
    border-radius: 5px;
}

.WImgContentCareerHome {
    position: relative;
    border-radius: 5px;
}

.WContentCareerHome {
    position: absolute;
    bottom: 0;
}

.WTitleDesCareerHome h3 {
    color: #FFF;
    font-family: 'MontserratB';
    margin: 0;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 33px */
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.WTitleDesCareerHome span {
    color: #FFF;
    font-family: 'MontserratR';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.WNumberCareerHome span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 155px;
    height: 31px;
    flex-shrink: 0;
    border-radius: 32px;
    background: linear-gradient(91deg, #FFAE11 2.63%, #FF621F 95.14%);
}

.WNumberCareerHome {
    margin-top: 12px;
}

.WTitleDesCareerHome {
    padding-left: 27px;
    padding-bottom: 30px;
}

.WImgContentCareerHome:before {
    content: "";
    position: absolute;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.45) 0.71%, rgba(0, 0, 0, 0.00) 98.75%), linear-gradient(0deg, rgba(43, 153, 255, 0.65) 0%, rgba(6, 31, 255, 0.00) 100%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.WHomeCareer {
    padding-bottom: 72px;
}

/*Danh Sach Doanh Nghiep*/
.WTLeftCareerCompanyHome h2 {
    margin: 0;
    color: #4D4D4D;
    font-family: 'MontserratB';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 57px */
    text-transform: uppercase;
}

.WDesCareerCompanyHome {
    position: relative;
}

    .WDesCareerCompanyHome:after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 329px;
        height: 2px;
        flex-shrink: 0;
        background: linear-gradient(91deg, #7EE0FF 15.04%, #0083FC 98.78%);
    }

    .WDesCareerCompanyHome:before {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 58px;
        height: 2px;
        background: #025ADE;
        z-index: 1;
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    }

.WTLeftCareerCompanyHome:hover .WDesCareerCompanyHome:before {
    width: 329px;
}

.WDesCareerCompanyHome span {
    display: block;
    color: #4D4D4D;
    font-family: 'MontserratR';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

.WTopCareerCompanyHome {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 54px;
}

li.ItemCareerCompanyHome {
    list-style: none;
}

ul.ListContentCareerCompanyHome {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(4,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 22px;
}

.WBottomCareerCompanyHome {
    margin-top: 28px;
}

.WTitleItemCareerCompanyHome h4 {
    margin: 0;
    color: var(--default-color-1);
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 145%; /* 30px */
    letter-spacing: -0.6px;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

.same-cate .WDesItemCareerCompanyHome {
    margin-top: 8px;
}

.WContentCareerCompanyHome {
    padding-bottom: 60px;
    position: relative;
}

    .WContentCareerCompanyHome:nth-child(5) {
        background: rgba(241, 241, 241, 0.80);
    }

    .WContentCareerCompanyHome:nth-child(3) {
        background: rgba(241, 241, 241, 0.80);
    }

    .WContentCareerCompanyHome:nth-child(4) {
        background: url("/Design/img/DoanhNghiep/DecorBack3.png") no-repeat;
        background-size: cover;
    }

    .WContentCareerCompanyHome:nth-child(2):before {
        content: "";
        position: absolute;
        top: 40px;
        left: -21px;
        width: 734px;
        height: 317px;
        background: url("/Design/img/DoanhNghiep/DecorBack1.png") no-repeat;
    }

.WDesItemCareerCompanyHome span {
    display: block;
    color: #4D4D4D;
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

.WAddressItemCareerCompanyHome span svg path {
    fill: #4CAF50;
}

.WAddressItemCareerCompanyHome span {
    color: #f1b91a;
    font-family: 'Montserrat-SemiBold';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.7%; /* 19.418px */
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
}

    .WAddressItemCareerCompanyHome span svg {
        position: relative;
        top: 3px;
    }

.WLinkCareerCompaHome {
    display: flex;
    width: 133px;
    height: 39px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 42px;
    border: 1px solid #FDDFB2;
    background: #FFF3E8;
}

li.ItemCareerCompanyHome:hover .WLinkCareerCompaHome {
    background: #551b15;
    border: 1px solid #551b15;
}

    li.ItemCareerCompanyHome:hover .WLinkCareerCompaHome span {
        color: #f6c11c;
    }

.WLinkCareerCompaHome span {
    color: #f6c11c;
    text-align: center;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 22.5px */
    letter-spacing: -0.3px;
}

.WViewCareerCompaHome span {
    color: #90A3BF;
    font-family: 'Montserrat-SemiBold';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.WImgCareerCompanyHome {
    overflow: hidden;
    border-radius: 5px;
}

    .WImgCareerCompanyHome img {
        display: block;
        width: 100%;
        height: 195px;
        border-radius: 5px;
        object-fit: cover;
        overflow: hidden;
        transition: all .3s;
    }

li.ItemCareerCompanyHome:hover .WImgCareerCompanyHome img {
    transform: scale(1.1);
}

.WContentItemCareerCompanyHome {
    border-radius: 15px;
    border: 1px solid #DCE2E4;
    background: rgba(255, 255, 255, 0.50);
    box-shadow: 0px 4px 9px 0px rgba(203, 230, 239, 0.25);
}

.WTitleDesItemCareerCompanyHome {
    margin-left: 10px;
    margin-top: 16px;
    margin-right: 18px;
    margin-bottom: 18px;
}

.WdetailLinkViewItemCareerCompanyHome {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
}

.WAddressItemCareerCompanyHome {
    margin-top: 10px;
}

.WContentCareerCompanyHome:nth-child(1) {
    background: url("/Design/img/DoanhNghiep/DecorBack.png") no-repeat;
    background-size: cover;
}

.WLinkDetailViewAll a {
    display: flex;
    width: 156px;
    height: 45px;
    padding: 0px 20px;
    justify-content: center;
    align-items: center;
    color: var(--primary-0, #FFF);
    text-align: center;
    font-family: 'MontserratSB';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: -0.32px;
}

.WLinkDetailViewAll:hover {
    background: #0083FC;
}

.WLinkDetailViewAll {
    display: flex;
    width: 156px;
    height: 45px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 41px;
    background: #FF8A18;
    margin: auto;
    margin-top: 36px;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}
/*End*/
/*RS*/
@media(max-width:1200px) {
    .WTitleDesCareerHome h3 {
        font-size: 18px;
    }

    .WImgCareerHome img {
        height: 280px;
    }

    .WTLeftCareerCompanyHome h3 {
        font-size: 28px;
    }

    .WTitleDesItemCareerCompanyHome {
        margin-left: 18px;
        margin-top: 16px;
        margin-right: 18px;
        margin-bottom: 18px;
    }

    .WDesItemCareerCompanyHome span {
        font-size: 13px;
    }

    .WAddressItemCareerCompanyHome span {
        color: #2B99FF;
        font-family: 'MontserratR';
        font-size: 13px;
        line-height: normal;
    }
}

@media(max-width:1023px) {
    ul.ListHomeCareer {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 17px;
        row-gap: 17px;
    }

    ul.ListContentCareerCompanyHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 19px;
        row-gap: 22px;
    }

    .WTLeftCareerCompanyHome h2 {
        font-size: 19px;
    }

    .WDesCareerCompanyHome span {
        font-size: 14px;
    }

    .WRightImgCareerCompanyHome img {
        width: 74%;
        margin: auto;
    }
}

@media(max-width:739px) {
    .WContentCareerCompanyHome .grid.wide {
        position: relative;
    }

    .WRightImgCareerCompanyHome {
        width: 202px;
    }

    .WImgCareerHome img {
        height: 150px;
    }

    .WRightImgCareerCompanyHome img {
        width: 100%;
    }

    .WDesItemCareerCompanyHome span {
        font-size: 12px;
        height: 36px;
    }

    .WViewCareerCompaHome span {
        font-size: 8px;
        display: flex;
    }

        .WViewCareerCompaHome span svg {
            width: 11px;
            position: relative;
            top: -2px;
            left: -2px;
        }

    ul.ListHomeCareer {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .WTitleDesCareerHome {
        padding-left: 4px;
        padding-bottom: 6px;
    }

        .WTitleDesCareerHome h3 {
            font-size: 12px;
        }

        .WTitleDesCareerHome span {
            font-size: 13px;
            width: 95%;
            height: 26px;
        }

    .WHomeCareer {
        padding-bottom: 15px;
    }

    ul.ListContentCareerCompanyHome {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 10px;
        row-gap: 10px;
    }

    .WImgCareerCompanyHome img {
        display: block;
        width: 100%;
        height: 120px;
    }

    .WAddressItemCareerCompanyHome span {
        color: #2B99FF;
        font-family: 'MontserratR';
        font-size: 11px;
    }

    .WdetailLinkViewItemCareerCompanyHome {
        display: flex;
        margin-top: 10px;
    }

    .WLinkCareerCompaHome {
        display: flex;
        width: 53%;
        margin-top: 6px;
        padding: 0 2px;
        height: 23px;
    }

        .WLinkCareerCompaHome span {
            font-size: 8px;
            top: 0;
        }

    .WViewCareerCompaHome {
        margin-top: 7px;
    }

    .WContentCareerCompanyHome:nth-child(2):before {
        content: "";
        position: absolute;
        top: 40px;
        left: -21px;
        width: 100%;
        height: 68%;
        background: url(/Design/img/DoanhNghiep/DecorBack1.png) no-repeat;
    }

    .WDesCareerCompanyHome:after {
        width: 150%;
    }

    .WLinkDetailViewAll a {
        width: 125px;
        font-size: 13px;
        padding: 0px 5px;
    }

    .WLinkDetailViewAll {
        width: 125px;
    }

    .WTopCareerCompanyHome {
        padding-top: 10px;
    }

    .WDesItemCareerCompanyHome span {
        font-size: 12px;
        display: none;
        height: 36px;
    }
}

@media(max-width:430px) {
    .WTitleDesCareerHome h3 {
        font-size: 12px;
    }

    .WTitleDesCareerHome span {
        font-size: 10px;
    }

    .WImgCareerCompanyHome img {
        display: block;
        width: 100%;
        height: 125px;
    }

    .WTitleItemCareerCompanyHome h4 {
        margin: 0;
        color: #0083FC;
        font-family: 'MontserratSB';
        font-size: 13px;
        height: 39px;
        -webkit-line-clamp: 2;
    }

    .WAddressItemCareerCompanyHome {
        margin-top: 3px;
    }

    .WTitleDesItemCareerCompanyHome {
        margin-left: 10px;
        margin-top: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .WAddressItemCareerCompanyHome span {
        color: #2B99FF;
        font-family: 'MontserratR';
        font-size: 11px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 35px;
    }
}