* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.classify-page img {
    width: 100%;
}

.en-breadcrumb {
    display: flex;
    width: 1400px;
    margin: 12px auto;
}

.en-breadcrumb li a,
.en-breadcrumb li {
    color: #6A6B6D;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.en-breadcrumb li::after {
    content: '>';
    display: block;
    margin: 0 6px;
}

.en-breadcrumb li:last-child::after {
    display: none;
}

.bannerCont {
    position: relative;
    height: 600px;
    width: 100%;
    background-size: auto 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/banner.webp);
}

.bannerCont img {
    display: none;
}

.bannerInfo {
    position: absolute;
    left: calc((100% - 1400px)/2);
    top: 50%;
    transform: translateY(-50%);
}

.bannerInfo h1 {
    color: #2A2B2E;
    font-size: 52px;
    font-weight: 700;
    line-height: 120%;
}

.bannerInfo p {
    margin-top: 12px;
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}

.classify-page-cont {
    margin: 0 auto;
    padding: 80px 0;
}

.classify-page-info {
    margin: 0 auto;
    width: 1400px;
}

.classify-page-title {
    color: #2A2B2E;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 60px;
}

.whyCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.whyInfo {
    text-align: center;
}

.whyInfo h3 {
    margin-top: 16px;
    color: #292929;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.whyInfo p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.whyImg {
    width: 120px;
    margin: 0 auto;
}

.classify-page-cont.greyBg {
    background-color: #fafbfc;
}

.findInfo {
    display: flex;
}

.findCard h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.findCard p {
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.one-solution {
    position: relative;
    display: flex;
    align-items: center;
}

.one-solution-img {
    width: 688px;
    flex-shrink: 0;
    margin-right: 62px;
    overflow: hidden;
}

.one-solution-img img {
    transition: transform .36s linear;
}

.one-solution-info h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.one-solution-info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    box-orient: vertical;
    line-clamp: 4;
    overflow: hidden;
    color: #9B9FA8;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 12px;
}

.one-solution a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.solutionCont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.solutionInfo {
    position: relative;
}

.solutionImg {
    overflow: hidden;
}

.solutionImg img {
    transition: all .36s linear;
}

.solutionInfo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.solutionInfo h3 {
    margin-top: 16px;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.solutionInfo p {
    margin-top: 12px;
    color: #9B9FA8;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solutionText {
    height: 144px;
}

.linkBtn {
    margin-top: 24px;
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.linkBtn::after {
    content: '';
    width: 20px;
    height: 20px;
    margin-left: 8px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/arrow.svg);
    transition: all .36s linear;
}

.classify-page-tab {
    position: relative;
}

.classify-page-tab.border::before {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #e3e5e6;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}

.classify-page-tab div {
    color: #6A6B6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding: 16px 24px;
    position: relative;
    cursor: pointer;
}

.classify-page-tab div.active {
    background-color: #FFFFFF;
    color: #E60039;
    line-height: 150%;
    pointer-events: none;
}

.classify-page-tab div.active::before {
    content: '';
    display: block;
    height: 100%;
    width: 3px;
    background-color: #E60039;
    position: absolute;
    left: 0;
    top: 0;
}

.findCont {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.findCont .classify-page-conts {
    width: 925px;
    flex-shrink: 0;
}

.tabCont-head {
    text-align: left;
    display: none;
}

.classify-page-cards {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.classify-page-card h3 {
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.classify-page-card ul {
    margin-top: 16px;
}

.classify-page-card ul li,
.classify-page-card ul li a {
    display: flex;
    align-items: center;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.classify-page-card ul li::before {
    content: '•';
    display: block;
    padding: 0 4px;
}

.classify-page-card ul li a {
    text-decoration: underline;
}

.classify-page-card ul li a::after {
    content: '';
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../RJ-img/arrow-grey.svg);
    transition: all .18s linear;
}

.classify-page-card ul li {
    margin-bottom: 8px;
}

.classify-page-card ul li:last-child {
    margin-bottom: 0;
}

.classify-page-card p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.tabCont {
    display: none;
    text-align: center;
}

.tabCont:first-child {
    display: block;
}

.findCont .cardBtn {
    margin-top: 40px;
    display: inline-block;
    color: #E60039!important;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    border: 1px solid #E60039;
    padding: 15px 30px;
    border-radius: 30px;
    transition: background-color .083s linear;
}

.resourcesCont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.resourcesCont .classify-page-conts {
    width: 1044px;
    flex-shrink: 0;
}

.classify-page-lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.classify-page-list {
    position: relative;
    text-align: left;
}

.classify-page-list a,
.classify-page-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6;
}

.classify-page-list-img {
    overflow: hidden;
}

.classify-page-list-img img {
    transition: transform .36s linear;
}

.classify-page-list h3,
.classify-page-box h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #2A2B2E;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: 500;
    margin-top: 16px;
    min-height: 44px;
}

.classify-page-box h3 {
    margin-top: 0;
}

.moreBtn {
    display: flex;
    align-items: center;
    color: #E60039;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 24px;
}

.moreBtn::after {
    content: '';
    background-image: url(../RJ-img/arrow.svg);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    margin-left: 8px;
    transition: all .36s linear;
}

.classify-page-list.videolist .classify-page-list-img {
    position: relative;
}

.classify-page-list.videolist .classify-page-list-img::before {
    content: '';
    width: 48px;
    height: 48px;
    background-image: url(../RJ-img/play.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: opacity .36s linear;
}

.classify-page-list.videolist .classify-page-list-img::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    transition: opacity .36s linear;
}

.classify-page-box {
    position: relative;
    text-align: left;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #D5D5D5;
    background: #FFF;
}

.classify-page-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    row-gap: 40px;
}

.classify-page-main-card {
    text-align: center;
}

.classify-page-main-card-img {
    position: relative;
}

.classify-page-main-card-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.classify-page-main-card img {
    width: 320px;
}

.classify-page-main-card h3 {
    margin-top: 16px;
    color: #2A2B2E;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
}

.classify-page-main-card p {
    margin-top: 16px;
    color: #6A6B6D;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    padding: 0 16px;
}

.classify-page-main-card ul {
    margin-top: 16px;
    text-align: center;
}

.classify-page-main-card ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2A2B2E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.classify-page-main-card ul li a {
    text-decoration: underline;
}

.classify-page-main-card ul li::before {
    content: '•';
    display: block;
    margin-right: 4px;
}

.classify-page-main-card ul li::after {
    content: '';
    display: block;
    background-image: url(../RJ-img/arrow-grey.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    margin-left: 8px;
    transition: transform .16s linear;
}

@media screen and (min-width:1068px) {
    .solutionInfo:hover .solutionImg img {
        transform: scale(1.1);
    }
    .solutionInfo:hover .linkBtn::after {
        margin-left: 20px;
    }
    .classify-page-list:hover .classify-page-list-img img {
        transform: scale(1.1);
    }
    .classify-page-list:hover .moreBtn::after,
    .classify-page-box:hover .moreBtn::after,
    .one-solution:hover .moreBtn::after {
        margin-left: 20px;
    }
    .classify-page-list.videolist:hover .classify-page-list-img::after {
        opacity: 1;
    }
    .classify-page-list.videolist:hover .classify-page-list-img::before {
        opacity: 1;
    }
    .n-project-btn.red:hover {
        background: #F23E5E;
    }
    .en-breadcrumb li a[href]:hover {
        text-decoration: underline;
    }
    .findCont .cardBtn:hover {
        background: rgba(230, 0, 57, 0.03);
    }
    .classify-page-tab div:hover {
        background-color: #FFF;
    }
    .one-solution:hover img {
        transform: scale(1.04);
    }
    .classify-page-card ul li a:hover::after {
        margin-left: 12px;
        background-image: url(../RJ-img/arrow.svg);
    }
    .classify-page-card ul li:hover,
    .classify-page-card ul li a:hover {
        color: #E60039;
    }
    .classify-page-main-card ul li:hover,
    .classify-page-main-card ul li:hover a {
        color: #E60039;
    }
    .classify-page-main-card ul li:hover::after {
        transform: translateX(12px);
        background-image: url(../RJ-img/arrow.svg);
    }
}

@media screen and (max-width:1560px) {
    .bannerCont {
        height: unset;
        padding-top: 34.8%;
        margin-bottom: 68px;
        background-position: 56%;
    }
}

@media screen and (max-width:1440px) {
    .bannerInfo {
        left: calc((100% - 1200px)/2);
    }
    .bannerInfo h1 {
        font-size: 44px;
    }
    .bannerInfo p {
        font-size: 16px;
    }
    .classify-page-info {
        width: 1200px;
    }
    .classify-page-title {
        margin-bottom: 52px;
        font-size: 30px;
    }
    .whyImg {
        width: 104px;
    }
    .whyInfo p {
        margin-top: 14px;
        font-size: 14px;
    }
    .classify-page-cont {
        padding: 68px 0;
    }
    .classify-page-tab div {
        font-size: 16px;
    }
    .classify-page-tab div {
        padding: 12px 20px;
    }
    .findCont .classify-page-conts {
        width: 796px;
    }
    .classify-page-card h3 {
        font-size: 18px;
    }
    .classify-page-card p {
        font-size: 14px;
    }
    .findCont .cardBtn {
        font-size: 18px;
        padding: 12px 24px;
    }
    .classify-page-cards {
        gap: 32px;
    }
    .resourcesCont .classify-page-conts {
        width: 898px;
    }
    .en-breadcrumb {
        width: 1200px;
    }
    .one-solution-img {
        width: 592px;
        margin-right: 54px;
    }
}

@media screen and (max-width:1280px) {
    .bannerInfo {
        left: calc((100% - 1024px)/2);
    }
    .bannerInfo h1 {
        font-size: 38px;
    }
    .bannerCont {
        margin-bottom: 48px;
    }
    .classify-page-info {
        width: 1024px;
    }
    .classify-page-title {
        font-size: 28px;
    }
    .whyImg {
        width: 88px;
    }
    .whyInfo h3 {
        font-size: 18px;
    }
    .whyInfo p {
        margin-top: 10px;
    }
    .classify-page-title {
        margin-bottom: 44px;
    }
    .findCont .classify-page-conts {
        width: 720px;
    }
    .findCont .cardBtn {
        font-size: 16px;
    }
    .resourcesCont .classify-page-conts {
        width: 764px;
    }
    .classify-page-lists {
        grid-template-columns: repeat(2, 1fr);
    }
    .en-breadcrumb {
        width: 1068px;
    }
    .one-solution-img {
        width: 504px;
        margin-right: 46px;
    }
    .classify-page-card ul li,
    .classify-page-card ul li a {
        font-size: 14px;
    }
    .classify-page-main-card p {
        font-size: 14px;
    }
    .classify-page-main-card h3,
    .classify-page-main-card p,
    .classify-page-main-card ul {
        margin-top: 12px;
    }
}

@media screen and (max-width:1068px) {
    .en-breadcrumb {
        width: 750px;
    }
    .bannerInfo {
        left: calc((100% - 750px)/2);
    }
    .bannerInfo h1 {
        font-size: 32px;
    }
    .bannerInfo p {
        font-size: 14px;
        max-width: 50%;
    }
    .classify-page-info {
        width: 750px;
    }
    .whyCont {
        gap: 16px;
    }
    .whyInfo h3 {
        font-size: 16px;
    }
    .whyImg {
        width: 68px;
    }
    .findCont .classify-page-conts {
        width: 486px;
    }
    .classify-page-tab div {
        font-size: 14px;
    }
    .classify-page-card h3 {
        font-size: 16px;
    }
    .classify-page-card p {
        margin-top: 10px;
    }
    .classify-page-title {
        font-size: 24px;
    }
    .resourcesCont .classify-page-conts {
        width: 558px;
    }
    .solutionInfo h3 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .one-solution-img {
        width: 368px;
        margin-right: 34px;
    }
    .one-solution-info h3 {
        font-size: 18px;
    }
    .one-solution-info p {
        font-size: 14px;
    }
    .classify-page-main {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:768px) {
    .en-breadcrumb {
        display: none;
    }
    .bannerInfo {
        top: unset;
        transform: unset;
        left: 0;
        padding: 40px 20px 0 20px;
    }
    .bannerInfo p {
        font-size: 20px;
        max-width: unset;
    }
    .bannerCont img {
        display: block;
    }
    .bannerCont {
        padding-top: 0;
        margin-bottom: 0;
    }
    .classify-page-cont {
        padding: 60px 0;
    }
    .classify-page-info {
        width: 100%;
        padding: 0 20px;
    }
    .whyCont {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .whyImg {
        width: 80px;
    }
    .whyInfo h3 {
        font-size: 18px;
    }
    .whyInfo p {
        margin-top: 16px;
    }
    .classify-page-title {
        margin-bottom: 40px;
    }
    .classify-page-tab {
        display: none;
    }
    .findCont .classify-page-conts {
        width: 100%;
    }
    .classify-page-cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .classify-page-card h3 {
        font-weight: 600;
    }
    .resourcesCont .classify-page-conts {
        width: 100%;
    }
    .classify-page-card p {
        margin-top: 16px;
        font-size: 16px;
    }
    .tabCont-head {
        display: flex;
        align-items: center;
        color: #6A6B6D;
        font-size: 20px;
        font-weight: 400;
        line-height: 150%;
        margin-bottom: 16px;
        justify-content: space-between;
    }
    .tabCont {
        display: block;
        border-top: 1px solid #e3e5e6;
        padding-top: 16px;
        margin-bottom: 16px;
    }
    .tabCont.active {
        margin-bottom: 32px;
    }
    .classify-page-cards,
    .findCont .cardBtn,
    .classify-page-lists {
        display: none;
    }
    .tabCont:last-child {
        border-bottom: 1px solid #e3e5e6;
    }
    .tabCont.active .tabCont-head {
        color: #2A2B2E;
        font-weight: 600;
        margin-bottom: 32px;
    }
    .tabCont-head::after {
        content: '';
        background-image: url(../RJ-img/down.svg);
        width: 24px;
        height: 24px;
        background-size: cover;
    }
    .tabCont.active .tabCont-head::after {
        transform: rotate(180deg);
    }
    .tabCont.active .cardBtn {
        display: inline-block;
    }
    .tabCont.active .classify-page-lists,
    .tabCont.active .classify-page-cards {
        display: grid;
    }
    .tabCont:last-child.active {
        padding-bottom: 32px;
    }
    .solutionCont {
        grid-template-columns: repeat(1, 1fr);
        gap: 44px;
    }
    .solutionInfo p,
    .classify-page-list h3 {
        overflow: unset;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        overflow: unset;
        text-overflow: unset;
        min-height: unset;
    }
    .solutionText {
        min-height: unset;
    }
    .classify-page-lists {
        grid-template-columns: repeat(1, 1fr);
    }
    .classify-page-card ul li,
    .classify-page-card ul li a {
        text-decoration: unset;
        color: #E60039;
    }
    .classify-page-card ul li a::after {
        background-image: url(../RJ-img/arrow.svg);
        margin-left: 4px;
    }
    .one-solution {
        flex-wrap: wrap;
    }
    .one-solution-img {
        margin-right: 0;
        width: 100%;
    }
    .one-solution-info {
        margin-top: 16px;
    }
    .one-solution-info h3 {
        font-size: 16px;
    }
    .classify-page-main {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 48px;
    }
    .classify-page-main-card h3 {
        font-size: 18px;
    }
}

@media screen and (max-width:540px) {
    .bannerInfo h1 {
        font-size: 24px;
    }
    .bannerInfo p {
        font-size: 16px;
    }
    .classify-page-title {
        font-size: 22px;
    }
    .classify-page-card h3 {
        font-size: 18px;
    }
    .classify-page-main-card img {
        width: 100%;
    }
}

.connentCont {
    padding: 50px 0;
    background-image: url(../RJ-img/connect_1440.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
}

.connectInfo {
    margin-left: calc((100% - 1400px)/2);
}

.connectInfo h2 {
    color: #FFF;
    font-size: 36px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 36px;
}

.greyBg+#connectSection {
    padding-top: 0;
}

@media screen and (max-width:1440px) {
    .connectInfo {
        margin-left: calc((100% - 1200px)/2);
    }
    .connectInfo h2 {
        font-size: 32px;
        margin-bottom: 32px;
    }
}

@media screen and (max-width:1280px) {
    .connentCont {
        padding: 40px 0;
        background-image: url(../RJ-img/connect_1024.webp);
    }
    .connectInfo {
        margin-left: calc((100% - 1024px)/2);
    }
    .connectInfo h2 {
        margin-bottom: 24px;
        font-size: 28px;
    }
}

@media screen and (max-width:1068px) {
    .connectInfo {
        margin-left: calc((100% - 750px)/2);
    }
    .connectInfo h2 {
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .connectInfo {
        margin-left: 0;
        padding: 0 40px;
    }
    .connectInfo h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    .connentCont {
        background-image: url(../RJ-img/connect_600.webp);
        text-align: center;
        background-position: center;
    }
    .connectInfo {
        text-align: left;
        padding: 0 20px;
    }
}

@media screen and (max-width:380px) {
    .connectInfo h2 br {
        display: none;
    }
}

.n-project-btn {
    height: 46px;
    padding: 0 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    backdrop-filter: blur(2.5px);
    -webkit-backdrop-filter: blur(2.5px);
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    transition: .16s linear;
    box-sizing: border-box;
}

.n-project-btn.red {
    color: #FFF;
    background: #E60039;
}

.btnfr {
    margin-top: 0!important;
}

#contactSection {
    margin-top: 80px;
}

@media screen and (max-width:768px) {
    #contactSection {
        margin-top: 0;
    }
}