.lbanner-box {
    display: none !important;
}

.lbanner-pp .lbanner_wrap {
    padding: 6.7% 0 !important;
}

.commitment_box {
    margin-top: 5%;
}

.commitment_box .layout {
    justify-content: space-between;
    align-items: flex-start;
}

.commitment_box .commitment_left {
    width: 48%;
}

.commitment_box .commitment_left .commitment_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 70px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 50px;
}

.commitment_box .commitment_left .commitment_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 552px;
}

.commitment_box .commitment_right {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 33%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.commitment_box .commitment_right img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.commitment_box .commitment_right:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.company_box {
    margin-top: 5%;
    padding: 5% 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.company_box .company_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.company_box .company_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    max-width: 786px;
    margin: 0 auto;
}

.company_box .company_wrap {
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.company_box .company_wrap .company_item {
    width: 49%;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 40px 0;
}

.company_box .company_wrap .company_item .item_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.company_box .company_wrap .company_item .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 0 auto;
    max-width: 500px;
    min-height: 60px;
}

.goals_box {
    padding: 5% 0;
    background-color: #0E0E3C;
}

.goals_box .goals_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.goals_box .goals_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.goals_box .goals_wrap {
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.goals_box .goals_wrap .goals_left {
    width: 48%;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding: 80px;
    background: #1D1C4E;
    border-radius: 10px 10px 10px 10px;
}

.goals_box .goals_wrap .goals_right {
    width: 48%;
}

.goals_box .goals_wrap .goals_right .goals_list {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.goals_box .goals_wrap .goals_right .goals_list .goals_item {
    width: 48%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.goals_box .goals_wrap .goals_right .goals_list .goals_item .item_icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

.goals_box .goals_wrap .goals_right .goals_list .goals_item .item_icon:hover {
    animation: swing .5s;
}

.goals_box .goals_wrap .goals_right .goals_list .goals_item .item_icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.goals_box .goals_wrap .goals_right .goals_list .goals_item .item_desc {
    width: calc(100% - 90px);
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.challenges_box {
    margin-top: 5%;
}

.challenges_box .challenges_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: var(--commonColor);
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.challenges_box .challenges_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.challenges_box .challenges_wrap {
    margin-top: 50px;
}

.challenges_box .challenges_wrap .challenges_list .challenges_item {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.challenges_box .challenges_wrap .challenges_list .challenges_item .item_img {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 28%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.challenges_box .challenges_wrap .challenges_list .challenges_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.challenges_box .challenges_wrap .challenges_list .challenges_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.challenges_box .challenges_wrap .challenges_list .challenges_item .item_title {
    width: 48%;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 30px;
    color: #333333;
    line-height: 47px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.challenges_box .challenges_wrap .challenges_list .challenges_item:nth-child(even) .item_img {
    order: 2;
}

.challenges_box .challenges_wrap .challenges_list .challenges_item:nth-child(even).item_title {
    order: 1;
}

.areas_box {
    margin-top: -15%;
    padding: 22% 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.areas_box .areas_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.areas_box .areas_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.areas_box .areas_wrap {
    margin-top: 70px;
}

.areas_box .areas_wrap .areas_list {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.areas_box .areas_wrap .areas_list .areas_item {
    width: 50%;
    position: relative;


}

.areas_box .areas_wrap .areas_list .areas_item:first-child {
    margin-top: 0 !important;
}

.areas_box .areas_wrap .areas_list .areas_item:nth-child(2) {
    margin-top: 142px !important;
}

.areas_box .areas_wrap .areas_list .areas_item:nth-child(even) {
    margin-top: 330px;
}

.areas_box .areas_wrap .areas_list .areas_item:nth-child(odd) {
    margin-top: 240px;
}

.areas_box .areas_wrap .areas_list .areas_item:nth-child(even) .item_desc,
.areas_box .areas_wrap .areas_list .areas_item:nth-child(even) .icon_list {
    margin-right: 0;
    margin-left: auto;
}

.areas_box .areas_wrap .areas_list .areas_item .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: rgba(61, 60, 106, .64);
    border-radius: 10px 10px 0px 0px;
    padding: 20px;
    max-width: 511px;
    position: relative;
    z-index: 9;
}

.areas_box .areas_wrap .areas_list .areas_item .icon_list {
    background: #1D1C4E;
    border-radius: 0px 0px 10px 10px;
    padding: 20px;
    max-width: 511px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 9;
}

.areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item {
    width: 31%;

}

.areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item .item_img {
    width: 117px;
    height: 117px;
    line-height: 117px;
    margin: 0 auto;
    text-align: center;
}

.areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item .item_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item .item_img:hover {
    animation: swing .5s;
}

.areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item .icon_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 27px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-top: 15px;
}

.areas_box .areas_img1 {
    width: 461px;
    height: 299px;
    overflow: hidden;
    position: absolute;
    bottom: -45%;
    right: -23%;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.areas_box .areas_img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areas_box .areas_img1:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.areas_box .areas_img2 {
    width: 454px;
    height: 298px;
    overflow: hidden;
    position: absolute;
    top: -70%;
    left: -37%;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.areas_box .areas_img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areas_box .areas_img2:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.areas_box .areas_img3 {
    width: 384px;
    height: 249px;
    overflow: hidden;
    position: absolute;
    left: -17%;
    top: -56%;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.areas_box .areas_img3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areas_box .areas_img3:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.areas_box .areas_img4 {
    width: 461px;
    height: 298px;
    overflow: hidden;
    position: absolute;
    top: 82%;
    left: -30%;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.areas_box .areas_img4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areas_box .areas_img4:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.areas_box .areas_img5 {
    width: 445px;
    height: 300px;
    overflow: hidden;
    position: absolute;
    bottom: -66%;
    right: -37%;
    z-index: 1;
    border-radius: 10px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.areas_box .areas_img5 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.areas_box .areas_img5:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.executive_speak {
    margin-top: 10%;
}

.executive_speak .layout {
    justify-content: center;
    align-items: center;
}

.executive_speak .speak_left {
    width: 50%;
    padding: 70px;
    background: #2D2C59;
    border-radius: 10px 10px 0px 0px;
    position: relative;
}


.executive_speak .speak_left .speak_title {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.executive_speak .speak_left .speak_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0 15px;
}

.executive_speak .speak_left .speak_position {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #A7A6CA;
    line-height: 30px;
    text-align: right;
    font-style: normal;
    text-transform: none;
}

.executive_speak .speak_left .speak_icon {
    width: 84px;
    height: 63px;
    opacity: 0.86;
    position: absolute;
    top: -30px;
    left: 30px;
}

.executive_speak .speak_right {
    width: 50%;
    text-align: center;
    background: #59588D;
    border-radius: 10px 10px 0px 0px;
    position: relative;
    height: 424px;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.executive_speak .speak_right img {
    max-width: 366px;
    margin: 0 auto;
    margin-top: -91px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    margin-left: -183px;
    bottom: 11%;
    object-fit: cover;
    overflow: visible !important;
}

.executive_speak .speak_right:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.supports_box {
    margin-top: 5%;
}

.supports_box .supports_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: var(--commonColor);
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.supports_box .supports_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.supports_box .supports_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.supports_box .supports_warp {
    margin-top: 50px;
}

.supports_box .supports_warp .supports_list .supports_item {
    width: 31%;
    margin-right: 30px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #A7A6D9;
    padding: 40px;
}

.supports_box .supports_warp .supports_list .supports_item:last-child {
    margin-right: 0;
}

.supports_box .supports_warp .supports_list .supports_item .item_icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--commonColor);
}

.supports_box .supports_warp .supports_list .supports_item .item_icon img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.supports_box .supports_warp .supports_list .supports_item .item_icon:hover {
    animation: swing .5s;
}

.supports_box .supports_warp .supports_list .supports_item .item_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.supports_box .supports_warp .supports_list .supports_item .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.case_studies {
    margin-top: 5%;
}

.case_studies .case_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: var(--commonColor);
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.case_studies .case_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.case_studies .case_wrap {
    margin-top: 50px;
}

.case_studies .case_wrap .case_list .case_item {
    background: #F6F6FF;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.case_studies .case_wrap .case_list .case_item .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.case_studies .case_wrap .case_list .case_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.case_studies .case_wrap .case_list .case_item:hover .item_img img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.case_studies .case_wrap .case_list .case_item .item_info {
    padding: 20px;
}

.case_studies .case_wrap .case_list .case_item .item_info .item_title {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 64px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_studies .case_wrap .case_list .case_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 120px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_studies .case_wrap .case_list .case_item .item_info .item_content {
    justify-content: flex-start;
    align-items: center;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.case_studies .case_wrap .case_list .case_item .item_info .item_content .item_name::after {
    content: '|';
    font-size: 16px;
    margin: 0 10px;
}

.case_studies .case_wrap .swiper-wrapper {
    padding-bottom: 50px;
}

.case_studies .case_wrap .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #A7A6D9;
    opacity: 1 !important;
}

.case_studies .case_wrap .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
    background: var(--commonColor);
    opacity: 1 !important;

}

.talk_box {
    margin-top: 5%;

}

.talk_box .layout {
    background: #2D2C59;
    justify-content: space-between;
    align-items: center;
}

.talk_box .talk_left {
    width: 50%;
    position: relative;
    height: 322px;
}


.talk_box .talk_left img {
    max-width: 284px;
    margin-top: -80px;
    overflow: visible !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 14%;
    bottom: 11%;
    object-fit: cover;
}



.talk_box .talk_right {
    width: 30%;
    margin-left: 0;
    margin-right: auto;
}

.talk_box .talk_right .talk_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.talk_box .talk_right .talk_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 15px 0;
}

.talk_box .talk_right .talk_btn {
    display: block;
    max-width: 210px;
    background: #FFFFFF;
    padding: 10px 25px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin: 0 auto;
    transition: all .5s ease;
}

.talk_box .talk_right .talk_btn:hover {
    background-color: #333333;
    color: #FFFFFF;
}

.news_room {
    margin-top: 5%;
    margin-bottom: 5%;
}

.news_room .layout {
    justify-content: space-between;
    align-items: center;
}

.news_room .news_left {
    width: 50%;
}

.news_room .news_left .left_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: var(--commonColor);
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news_room .news_left .left_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 47px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.news_room .news_left .left_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.news_room .news_left .left_btn {
    display: block;
    max-width: 210px;
    background: var(--commonColor);
    border: 2px solid var(--commonColor);
    padding: 10px 25px;
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    transition: all .5s ease;
}


.news_room .news_left .left_btn:hover {
    color: var(--commonColor);
    background-color: transparent;
}

.news_room .news_right {
    width: 50%;
    background: #59588D;
    padding: 55px 0;
}

.news_room .news_right .right_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}


.news_room .news_right .right_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 47px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 15px 0 25px;
}

.news_room .news_right .media_list {
    justify-content: center;
}

.news_room .news_right .media_list .media_item {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    margin-right: 15px;
    background: rgba(61, 60, 106, .36);
    border: 1px solid #E7E7FA;
    transition: all .5s ease;
}

.news_room .news_right .media_list .media_item img {
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.news_room .news_right .media_list .media_item:hover {
    background: var(--commonColor);
    animation: swing .5s;
}

@media (max-width:1700px) {
    .areas_box {
        margin-top: -16%;
        padding: 29% 0 20%;
    }
}

@media (max-width:1366px) and (min-width:951px) {
    .commitment_box .commitment_left .commitment_desc {
        font-size: 18px;
    }

    .company_box .company_wrap .company_item .item_desc {
        font-size: 18px;
    }

    .areas_box .areas_wrap .areas_list .areas_item .item_desc {
        font-size: 20px;
    }

    .supports_box .supports_desc {
        font-size: 18px;
    }

    .case_studies .case_wrap .case_list .case_item .item_info .item_title {
        font-size: 20px;
    }

    .case_studies .case_wrap .case_list .case_item .item_info .item_desc {
        font-size: 18px;
    }

    .talk_box .talk_right .talk_desc {
        font-size: 18px;
    }

    .news_room .news_left .left_desc {
        font-size: 18px;
    }
}

@media (max-width:1100px) and (min-width:951px) {
    .executive_speak .speak_left {
        visibility: visible !important;
    }

    .executive_speak .speak_right {
        visibility: visible !important;
    }

    .supports_box {
        visibility: visible !important;
    }
    .case_studies{
         visibility: visible !important;
    }
    .talk_box .talk_left{
          visibility: visible !important;
    }
    .talk_box .talk_right{
         visibility: visible !important;
    }
    .news_room .news_left{
         visibility: visible !important;
    }
    .news_room .news_right{
         visibility: visible !important;
    }
}

@media (max-width:950px) {
    .commitment_box .layout {
        flex-direction: column;
    }

    .commitment_box .commitment_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .commitment_box .commitment_left .commitment_title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }

    .commitment_box .commitment_right {
        width: 100%;
        padding-bottom: 69%;
    }

    .company_box .company_wrap {
        flex-direction: column;
    }

    .company_box .company_wrap .company_item {
        width: 100%;
        margin: 0 0 30px;
    }

    .goals_box .goals_wrap {
        flex-direction: column;
    }

    .goals_box .goals_wrap .goals_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .goals_box .goals_wrap .goals_right {
        width: 100%;
    }

    .challenges_box .challenges_wrap {
        margin-top: 30px;
    }

    .challenges_box .challenges_wrap .challenges_list .challenges_item:nth-child(even) .item_img {
        order: 1;
    }

    .challenges_box .challenges_wrap .challenges_list .challenges_item:nth-child(even) .item_title {
        order: 2;
    }

    .challenges_box .challenges_wrap .challenges_list .challenges_item {
        flex-direction: column;
    }

    .challenges_box .challenges_wrap .challenges_list .challenges_item .item_img {
        width: 100%;
        padding-bottom: 58%;
        margin-bottom: 30px;
    }

    .challenges_box .challenges_wrap .challenges_list .challenges_item .item_title {
        width: 100%;
    }

    .areas_box {
        margin-top: -52%;
        padding: 59% 0 50%;
    }

    .areas_box .areas_wrap .areas_list {
        flex-direction: column;
    }

    .areas_box .areas_wrap .areas_list .areas_item:nth-child(even) {
        margin-top: 60px !important;
        margin-right: 0;
        margin-left: auto;
    }

    .areas_box .areas_wrap .areas_list .areas_item:nth-child(odd) {
        margin-top: 55px !important;
        margin-left: 0;
        margin-right: auto;
    }

    .areas_box .areas_wrap {
        margin-top: 30px;
    }

    .areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item .item_img {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item .icon_desc {
        font-size: 16px;
        line-height: 30px;
    }

    @media (max-width:800px) {
        .areas_box {
            margin-top: -64%;
            padding: 76% 0 6%;
        }

        .areas_box .areas_wrap .areas_list .areas_item .icon_list {
            flex-wrap: wrap;
        }

        .areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item {
            width: 48%;
            margin-bottom: 15px;
        }
    }


    .areas_box .areas_img1 {
        width: 265px;
        height: 180px;
        bottom: -10%;
        right: -50%;
    }

    .areas_box .areas_img5 {
        width: 340px;
        height: 235px;
        bottom: 42%;
        left: -70%;
    }

    .areas_box .areas_img2 {
        width: 260px;
        height: 180px;
        top: -40%;
        left: 20%;
    }

    .areas_box .areas_img4 {
        width: 340px;
        height: 235px;
        top: auto;
        left: auto;
        bottom: 10%;
        right: -70%;
    }

    .areas_box .areas_img3 {
        width: 260px;
        height: 180px;
        left: -55%;
        top: -5%;
    }

    @media (max-width:786px) {
        .areas_box .areas_img1 {
            display: none;
        }

        .areas_box .areas_img5 {
            display: none;
        }

        .areas_box .areas_img2 {
            display: none;
        }

        .areas_box .areas_img4 {
            display: none;
        }

        .areas_box .areas_img3 {
            display: none;
        }

        .areas_box .areas_wrap .areas_list .areas_item {
            width: 100%;
            margin: 0 0 30px;
        }

        .areas_box .areas_wrap .areas_list .areas_item .item_desc {
            margin: 0 !important;
            max-width: none;
        }

        .areas_box .areas_wrap .areas_list .areas_item .icon_list {
            margin: 0 !important;
            max-width: none;
            flex-direction: column;
        }

        .areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item {
            width: 100%;
            display: flex;
            justify-content: flex-start;
            align-items: center;
        }

        .areas_box .areas_wrap .areas_list .areas_item .icon_list .icon_item .icon_desc {
            width: calc(100% - 80px);
            text-align: left;
        }
    }

    .executive_speak .layout {
        flex-direction: column;
    }

    .executive_speak .speak_left {
        width: 100%;
    }

    .executive_speak .speak_right {
        width: 100%;
        height: 0;
        padding-bottom: 71.3%;
    }

    .executive_speak .speak_right img {
        bottom: 0;
        margin-top: 0;
    }

    .supports_box .supports_warp {
        margin-top: 30px;
    }

    .supports_box .supports_warp .supports_list {
        flex-direction: column;
    }

    .supports_box .supports_warp .supports_list .supports_item {
        width: 100%;
        margin: 0 0 30px;
    }

    .talk_box .layout {
        padding: 20px;
    }

    .talk_box .talk_left {
        display: none;
    }

    .talk_box .talk_right {
        width: 95%;
        margin: 0 auto;
    }

    .news_room .layout {
        flex-direction: column;
    }

    .news_room .news_left {
        width: 100%;
    }

    .news_room .news_right {
        width: 100%;
    }

}