* {
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(14, 165, 233, 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
}

h1, h2, h3, p, h1, h2, h3, p, h4, h5, h6, hr {
    margin: 0;
}

hr {
    height: 0;
    color: #C8CBD0;
    border-top-width: 1px;
    margin: 10px 0px 10px 0px;
}

main {
    display: block;
}

article {
    display: block;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

section p {
    text-align: justify;
    line-height: 1.6;
    margin-bottom: 10px;
}

.bg-\[\#EEF8F7\] {
    --tw-bg-opacity: 1;
    background-color: rgba(238, 248, 247, var(--tw-bg-opacity));
}

.esg__container {
    width: calc(100%);
    max-width: 1080px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
}

.gap-3 {
    grid-gap: 0.75rem;
    gap: 0.75rem;
}

.grid {
    display: -ms-grid;
    display: grid;
}

.mt-10 {
    margin-top: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mr-5 {
    margin-right: 5px;
    margin-top: 2px;
}

.imgbox {
    border-radius: 20px;
    width: 100%;
    overflow: hidden;

    display: inline-block;
}

.imgbox .imgbox__inner {
    width: 100%;
    padding-top: calc(85% * 2 / 3);
    height: 0;
    position: relative;
}

.imgbox .imgbox__inner .imgbox__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition-duration: 0.3s;
}

.contentBox {
    display: inline-block;
}

.contentBox p{
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #717784;
}

.leading-normal {
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-24px {
    font-size: 24px;
    line-height: 1.3;
}

.text-40px {
    font-size: 40px;
    line-height: 50px;
}

.font-bold {
    font-weight: 700;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.btn-link {
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: inherit;
}

::placeholder {
    color: #ABABAB;
}

.icon-subscribe {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-subscribe.svg) no-repeat;
    background-position: center;
}

.icon-arrow-right {
    background: url(https://kinpoweb.blob.core.windows.net/esg/frontend/images/general/icon_arrow_right.svg) no-repeat;
    background-position: center;
}


.icon-20px {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.icon-40px {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.bg-white {
    background: #FFF;
}

.text-\[\#40474A\] {
    --tw-text-opacity: 1;
    color: rgba(64, 71, 74, var(--tw-text-opacity));
}

.pl-5 {
    padding-left: 1.25rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.text-18px {
    font-size: 18px;
    line-height: 1;
}

.font-extrabold {
    font-weight: 800;
}

.input-style, .select-style, .textarea-style {
    border: 1px solid #9CA1AA;
}


.input-style, .select-style {
    left: 848.5px;
    top: 18px;
    border-radius: 100px;
    padding: 9px 15px 9px 15px;
}

.w-full {
    width: 100%;
}

input, button, select, textarea {
    /*font-family: inherit;*/
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: inherit;
}

button, select {
    text-transform: none;
}

.text-\[\#40474A\] {
    --tw-text-opacity: 1;
    color: rgba(64, 71, 74, var(--tw-text-opacity));
}

.single-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.multiline-ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.input-email-view {
    display: inline-block;
    /*width: 370px;*/
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #ABABAB;
    border-radius: 100px;
    line-height: 80px;
    vertical-align: middle;
    margin-left: 0px;
}

.news-card {
    /*width: 320px;*/
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    /*-webkit-filter: drop-shadow(0 0 0 #ccc);*/
    box-shadow: none;
    transition: all 1s;
    background: #f7f7f7;
}

.best-news-card {
    display: inline-block;
    margin: 10px;
    width: 320px;
    border-radius: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    /*-webkit-filter: drop-shadow(0 0 0 #ccc);*/
    box-shadow: none;
    transition: all 1s;
}

.news-card:hover, .best-news-card:hover {
    /*-webkit-filter: drop-shadow(3px 3px 3px #ccc);*/
    box-shadow: 3px 3px 3px #ccc;
    transition: all 1s;
}

.news-card .news-card__imgbox, .best-news-card .best-news-card__imgbox {
    position: relative;
    width: 100%;
    height: 200px;
}

.news-card .news-card__content .news-card__header, .best-news-card .best-news-card__content .best-news-card__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.news-card .news-card__content .news-card__header .news-card__text, .best-news-card .best-news-card__content .best-news-card__header .best-news-card__text {
    font-size: 18px;
    font-weight: 700;
    color: #2b7a77;
    border-radius: 30px;
    background: #eef8f7;
    padding: 3px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    width: -webkit-fill-available;
}

.news-card .news-card__imgbox .imgbox__inner .imgbox__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.best-news-card .best-news-card__imgbox .imgbox__inner .imgbox__image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 30px 30px 0px 0px;
}

.news-card .news-card__imgbox .imgbox__inner .imgbox__image:hover, .best-news-card .best-news-card__imgbox .imgbox__inner .imgbox__image:hover {
    background-size: 130%;
}

.category-text {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    display: flex;
    align-items: center;
    color: #717784;
}

.icon-sdg-tag1 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-1.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag2 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-2.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag3 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-3.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag4 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-4.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag5 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-5.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag6 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-6.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag7 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-7.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag8 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-8.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag9 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-9.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag10 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-10.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag11 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-11.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag12 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-12.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag13 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-13.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag14 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-14.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag15 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-15.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag16 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-16.svg) no-repeat;
    background-position: center;
}
.icon-sdg-tag17 {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-17.svg) no-repeat;
    background-position: center;
}

.icon-sdg-tag1-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-1-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag2-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-2-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag3-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-3-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag4-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-4-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag5-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-5-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag6-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-6-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag7-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-7-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag8-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-8-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag9-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-9-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag10-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-10-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag11-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-11-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag12-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-12-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag13-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-13-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag14-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-14-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag15-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-15-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.icon-sdg-tag16-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-16-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.icon-sdg-tag17-zh {
    background: url(../../../img/menu/7/SDG/icon-SDG-tag-17-zh.jpg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.news-card .news-card__content .news-card__header .news-card__tags i, .best-news-card .best-news-card__content .best-news-card__header .best-news-card__tags i {
    margin-left: 2px;
}

.news-card__tags, .news-card__tags_scrollbar {
    right: 0;
    /*position: absolute;*/
    top: 20px;
    height: 45px;
    width: 490px;
    /*overflow-y: scroll;*/
    overflow-y: auto;
    text-align: end;
}

.selectOption::-webkit-scrollbar {
    display: block;
}

.news-card__tags::-webkit-scrollbar {
    display: none;
}

.news-card__tags_scrollbar::-webkit-scrollbar {
    display: block;
}

.best-news-card__tags, .best-news-card__tags_scrollbar {
    /*margin-right: 20px;*/
    right: 0;
    /*position: absolute;*/
    /*top: 20px;*/
    height: 45px;
    width: 490px;
    /*overflow-y: scroll;*/
    overflow-y: auto;
    text-align: right;
}

.best-news-card__tags::-webkit-scrollbar {
    display: none;
}

.best-news-card__tags_scrollbar::-webkit-scrollbar {
    display: block;
}



.news-card .news-card__content{
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #f7f7f7;
    height: 260px;
    margin-top: 20px;
}

.best-news-card .best-news-card__content {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: #f7f7f7;
    height: 260px;
    margin-top: 20px;
}

.news-card .news-card__content .news-card__footer {
    display: flex;
    justify-content: space-between;
    margin-top: auto;
}

.best-news-card .best-news-card__content .best-news-card__footer {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.news-card .news-card__content .news-card__body .news-card__title, .best-news-card .best-news-card__content .best-news-card__body .best-news-card__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    text-align: left;
    margin-top: 5px;
}

.news-card .news-card__content .news-card__body p, .best-news-card .best-news-card__content .best-news-card__body p {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #717784;
    text-align: left;
}

.multiline-ellipsis-line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.multiline-ellipsis-line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-card .news-card__imgbox .imgbox__inner, .best-news-card .best-news-card__imgbox .imgbox__inner {
    position: absolute;
    width: 100%;
    /*padding-top: calc(100% * 1.9 / 3);*/
    height: 220px;
}

.selector-view {
    display: block;
    width: auto;
    margin-right: 0px;
}

.detail-view {
    display: block;
    width: 100%;
    height: auto;
    background-color: white;
    padding: 20px;
    max-width: 1080px;
}

.detail-title {
    font-size: 20px;
}

.detail-content {
    font-size: 16px;
    line-height: 25px;
    width: 100%;
    overflow-x: auto;
}

.recommende-news-title {
    font-size: 24px;
    line-height: 50px;
}

select {
    height: 44px;
}

.input-style, .select-style, .textarea-style {
    border: 1px solid #9CA1AA;
}


.btn-teal {
    background-color: #3AAFA9;
    color: #fff;
}

.btn-teal:hover {
    background-color: #2B7A77;
}

.btn-normal {
    display: inline-flex;
    align-items: center;
    transition: all 0.7s;
    padding: 0.5rem 2rem;
    border-radius: 40px;
    font-weight: 600;
    cursor: pointer;
}

.news-card .news-card__content .news-card__footer .btn-link, .best-news-card .best-news-card__content .best-news-card__footer .btn-link {
    font-weight: 700;
    color: #3aafa9;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 6px;
    transition: all 0.7s;
    cursor: pointer;
}

.news-card .news-card__content .news-card__footer .btn-link:hover, .best-news-card .best-news-card__content .best-news-card__footer .btn-link:hover {
    color: #2b7a77;
    padding-right: 0;
}

.news-card .news-card__content .news-card__footer .btn-link span, .best-news-card .best-news-card__content .best-news-card__footer .btn-link span {
    margin-right: 10px;
}

.news-card .news-card__content .news-card__footer time, .best-news-card .best-news-card__content .best-news-card__footer time {
    /*font-family: "Roboto";*/
    font-weight: 400;
    color: #2b7a77;
}

time {
    /*font-family: "Roboto";*/
    font-weight: 400;
    color: #2b7a77;
}

.esg__container .btn-link {
    font-weight: 700;
    color: #3aafa9;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 0px;
    transition: all 0.7s;
    cursor: pointer;
    width: fit-content;
}

.esg__container .btn-link:hover {
    color: #2b7a77;
    padding-left: 6px;
}

.esg__container .btn-link span {
    margin-right: 10px;
}


.infoSelect {
    width: calc(100% - 40px);
    height: 44px;
    display: inline-block;
    text-align: left;
    color: #3AAFA9;
    vertical-align: top;
    cursor: pointer;
    position: relative;
    /*box-shadow: 1px 3px 4px 0px rgb(0 0 0 / 50%);*/
    padding: 10px 20px;
    border: 1px solid #3AAFA9;
    border-radius: 40px;
    background-color: #FFFFFF;
}

.selectHighLight {
    background-color: #3AAFA9 !important;
}

.selectIcon {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 8px;
    background: url(../../../img/menu/7/7-1/icon-arrow-down.svg) no-repeat;
}

.arrow-up {
    background: url(../../../img/menu/7/7-1/icon-arrow-up.svg) no-repeat;
}

.select {
    /*position: absolute;*/
    position: relative;
    z-index: 3;
    width: -webkit-fill-available;
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border: 1px solid #979797;
    background-color: #ffffff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    line-height: 40px;
    cursor: pointer;
    height: 28px;
    padding: 3px;
    text-align: center;
    color: #4a4a4a;
    vertical-align: top;


}

.selectOption {
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    line-height: 40px;
    cursor: pointer;
    padding: 3px;
    text-align: center;
    color: #4a4a4a;
    margin-top: 10px;
    width: -webkit-fill-available;
    position: absolute;
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 10%);
    border-radius: 20px;
}

.selectOptionItem {
    display: contents;
    line-height: 35px;
    border-radius: 20px;
    outline: 0;
    background-color: #FFFFFF;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    color: #717784;
    height: 35px;
    padding-left: 20px;
}

.selectOptionItem:hover {
    background-color: #EEF8F7;
    border-radius: 6px;
}


.icon-linkedin {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-share-linkedin.svg) no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: auto;
}

.icon-linkedin:hover {
    background-size: contain;
}

.icon-facebook {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-share-facebook.svg) no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: auto;
}

.icon-facebook:hover {
    background-size: contain;
}

.icon-twitter {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-share-twitter.svg) no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: auto;
}

.icon-twitter:hover {
    background-size: contain;
}

.icon-link {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-share-link.svg) no-repeat;
    background-position: center;
    cursor: pointer;
    background-size: auto;
}

.icon-link:hover {
    background-size: contain;
}

.icon-esg {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90px;
    height: 90px;
    background: url(../../../img/menu/7/7-1/icon-esg.svg) no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.esg-team-bg-view {
    margin-top: 20px;
    /* margin-bottom: 150px; */
    width: 100%;
    /*background: url(../../../img/menu/7/7-1/icon-bg-1.svg) no-repeat;*/
    background: linear-gradient(0deg, rgba(247, 247, 247, 0.6), rgba(247, 247, 247, 0.6)), url(../../../img/menu/7/7-1/icon-bg-1.jpg) center center/cover no-repeat;
    background-size: cover;
}

.esg-team-bg-view .content-view {
    display: inline-block;
    width: 60%;
    text-align: left;
    margin-left: 15px;
    padding-top: 22px;
    vertical-align: top;
}

.esg-team-bg-view .content-view .title{
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 10px;
}

.esg-team-bg-view .content-view .content{
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    font-feature-settings: 'pnum' on, 'lnum' on;
    color: #40474A;
}

.icon-arrow-left {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-arrow-left.svg) no-repeat;
    background-position: center;
    vertical-align: text-bottom;
    cursor: pointer;
}

.icon-arrow-right2 {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-arrow-right2.svg) no-repeat;
    background-position: center;
    vertical-align: text-bottom;
    cursor: pointer;
}

.next-btn-link {
    font-weight: 700;
    color: #717784;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-right: 30px;
    transition: all 0.7s;
}

.next-btn-link:hover {
    color: #2b7a77;
    padding-right: 20px;
}

.prev-btn-link {
    font-weight: 700;
    color: #717784;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding-left: 30px;
    transition: all 0.7s;
}

.prev-btn-link:hover {
    color: #2b7a77;
    padding-left: 20px;
}

.prev-page-text, .next-page-text {
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    cursor: pointer;
    vertical-align: text-bottom;
}

.prev-page-title{
    width: 500px;
    display:inline-block;
    vertical-align: text-bottom;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    cursor: pointer;
    text-align: left;
    margin-left: 5px;
}

.next-page-title {
    width: 500px;
    display:inline-block;
    vertical-align: text-bottom;
    /*font-family: 'Roboto';*/
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: 'pnum' on, 'lnum' on;
    cursor: pointer;
    text-align: right;
    margin-right: 5px;
}

.icon-arrow-left2 {
    margin-top: 220px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-arrow-left2.svg) no-repeat;
    background-position: center;
    vertical-align: top;
    cursor: pointer;
}

.icon-arrow-right3 {
    margin-top: 220px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../../../img/menu/7/7-1/icon-arrow-right3.svg) no-repeat;
    background-position: center;
    vertical-align: top;
    cursor: pointer;
}


.selectIcon-rotate {
    margin-top: -3px;
    margin-right: 5px;
    transform: rotate(180deg);
    transition: all 0.3s;
}


/*.rslides {*/
/*    position: relative;*/
/*    list-style: none;*/
/*    overflow: hidden;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    margin: 0;*/
/*}*/

/*.rslides li {*/
/*    -webkit-backface-visibility: hidden;*/
/*    position: absolute;*/
/*    display: none;*/
/*    width: 100%;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.rslides li:first-child {*/
/*    position: relative;*/
/*    display: block;*/
/*    float: left;*/
/*}*/

@media (min-width: 800px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .input-email-view {
        margin-left: 160px;
    }

    .esg__container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .contentBox {
        display: inline-block;
        width: calc(38%);
        margin: 15px;
        vertical-align: top;
        margin-top: 40px;
        margin-left: 50px;
    }

    .imgbox {
        width: 55%;
    }

    .imgbox .imgbox__inner {
        padding-top: calc(100% * 2 / 3);
    }

    .news-card {
        display: inline-flex;
        width: 100%;
        min-height: 240px;
    }

    .news-card .news-card__imgbox {
        width: 36%;
        height: auto;
    }

    .news-card .news-card__content {
        width: 64%;
        padding: 30px 40px;
    }

    .news-card .news-card__imgbox .imgbox__inner {
        height: 100%;
    }

    .news-card__tags {
        right: 0;
        top: 20px;
    }

    .news-card .news-card__content .news-card__header .news-card__text {
        width: 150px;
    }

    .news-card .news-card__content {
        margin-top: 0px;
    }

    .selector-view {
        display: inline-block;
        width: 30%;
        margin-right: 10px;
    }

    .detail-view {
        padding-top: 20px;
    }

    .detail-title {
        font-size: 40px;
        line-height: 50px;
    }

    .detail-content {
        font-size: 20px;
        line-height: 30px;
    }

    .icon-esg {
        margin-top: 35px;
        margin-bottom: 35px;
        width: 125px;
        height: 125px;
    }

    .esg-team-bg-view .content-view .title{
        font-size: 22px;
    }

    .esg-team-bg-view .content-view .content{
        font-size: 18px;
    }

    .recommende-news-title {
        font-size: 40px;
        line-height: 100px;
    }

    .esg-team-bg-view .content-view{
        width: 40%;
        margin-left: 20px;
        padding-top: 55px;
    }

    .esg-team-bg-view {
        margin-top: 50px;
        margin-bottom: 150px;
        width: 100%;
        background: linear-gradient(0deg, rgba(247, 247, 247, 0.6), rgba(247, 247, 247, 0.6)), url(../../../img/menu/7/7-1/icon-bg-1.jpg) center center/cover no-repeat;
        background-size: cover;
    }

    .prev-page-text, .next-page-text {
        font-size: 20px;
    }

    .prev-page-title, .next-page-title {
        font-size: 20px;
    }

    /*.rslides {*/
    /*    display: block;*/
    /*}*/

    /*.rslides li {*/
    /*    display: inline;*/
    /*}*/

    /*.rslides li:first-child {*/
    /*    display: block;*/
    /*}*/

}