@font-face {
    font-family: 'Source Han Sans SC', sans-serif;
    src: url('https://www.texwinca.com/fonts/MiSans VF.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ping Fang SC', sans-serif;
    src: url('https://www.texwinca.com/fonts/PingFangSC.otf') format('otf');
    font-weight: normal;
    font-style: normal;
}

.figure_mobile {
    display: none!important;
}

.figure_desktop {
    display: flex!important;
}

html {
    overflow-x: hidden;
}

body {
    font-family: MiSans-VF, 'Source Han Sans SC', sans-serif !important;
}

body {
    background-color: white;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    background-color: transparent;
}

div:where(.swal2-container) div:where(.swal2-popup),
.swal2-html-container,
.swal2-container {
    padding: 0;
}

.swal2-container {
    padding-top: 3px;
}

.swal2-container img {
    width: 100%;
}

.t_iprpadding {
    padding: 60px 160px;
}

.t_iprpadding_last {
    padding: 0 160px;
}

#SustainabilityDiv .t_brand_title {
    border: none;
    padding: 0;
    font-size: 46px;
}

#SD_Master_Div,
#SD_Master_Div2,
#SD_Master_Div3,
#SD_Master_Div4,
#SD_Master_Div5,
#SD_Master_Div6 {
    width: 100%;
    flex-direction: column;
    display: flex;
}

#SD_Master_Div5 {
    padding: 40px;
}

.t_sd_content_inner {
    width: 100%;
    position: relative;
}

#Frame_Content_Div p {
    margin: 0 auto;
    width: 100%;
    max-width: 915px;
}

#Frame_Content_Div p {
    text-align: center;
}

.t_speech_button {
    margin-top: 15px;
    padding: 15px 50px;
    border-radius: 50px;
    color: white;
    border: 1px solid var(--text-color);
    background-color: var(--text-color);
    transition: all .3s ease-in-out;
    position: relative;
    display: flex;
    cursor: pointer;
}

.t_speech_button span {
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.t_speech_button:hover {
    color: white !important;
    background-color: white;
    border: 1px solid var(--text-color);
    transition: all .3s ease-in-out;
}

.t_speech_button:hover span {
    color: var(--text-color);
}

.t_practice_button span {
    font-size: 42px;
    font-weight: bold;
    color: white;
    position: relative;
    text-decoration: none;
}

.t_practice_button {
    width: 30%;
    height: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}

.t_practice_button:hover {
    color: transparent;
    transition: none;
}

.t_practice_button:hover #Practice_Environment_Button_Div,
.t_practice_button:hover #Practice_Employee_Button_Div {
    filter: blur(3px);
    text-decoration: none;
}

#Practice_Environment_Button_Div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://media.istockphoto.com/id/2162121573/zh/%E7%85%A7%E7%89%87/view-from-above-aerial-shot-stunning-view-of-ao-phang-nga-national-park-with-a-river-flowing.jpg?s=2048x2048&w=is&k=20&c=AiVCw35qClCD_vV4B5sqVWYFLwPSLxXa7ADtsDHXE3Y=');
    background-size: cover;
    position: absolute;
}

#Practice_Employee_Button_Div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://media.istockphoto.com/id/1572436997/zh/%E7%85%A7%E7%89%87/diversity-and-inclusion-at-workplace-lgbt-leadership.jpg?s=2048x2048&w=is&k=20&c=T9teMEieYqs3Imh-qZijxPRdSRB1KeRKwDVKFW9eFT4=');
    background-size: cover;
    position: absolute;
}

#Vision_Content_Div {
    gap: 160px;
    grid-template-columns: 1fr 1fr;
    display: grid;
}

#Vision_Content_Div p {
    font-size: 16px;
    text-align: left;
}

#Vision_Content_Div>div:last-child {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}

.speech_box {
    margin-top: 20px;
    column-gap: 30px;
    grid-template-columns: 1fr 1.25fr;
    display: grid;
}

.speech_right {
    align-items: center;
    flex-direction: column;
    display: flex;
}

.speech_right figure {
    width: 100%;
    max-width: 200px;
}

.speech_right figure img {
    width: 100%;
}

.t_sd_development_history_item {
    width: 48.5%;
}

.t_sd_development_history_item:last-child {
    margin-bottom: 0;
}

.t_sd_development_history_item h5 {
    font-weight: 800;
    text-align: center;
}

#SGSwiperDiv,
#EnvironmentSwiperDiv {
    height: 300px;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default,
.odometer-value {
    line-height: 1;
    font-family: 'Ping Fang SC', sans-serif;
}

.t_goals_label {
    margin: 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.t_goals_label i {
    margin-right: 10px;
    font-size: 24px;
    color: green;
}

.t_goals_label h5 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 800;
}

.t_goals_category {
    margin: 0 auto;
    row-gap: 60px;
    column-gap: 80px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.t_goals_item {
    border-radius: 20px;
    column-gap: 30px;
    grid-template-columns: auto 1fr;
    align-items: center;
    display: grid;
}

.t_goals_item h6 {
    font-weight: 500;
    margin-bottom: 10px;
}

.t_goals_item p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.t_goals_item figure {
    width: 100%;
    max-width: 200px;
    height: 165px;
    border-radius: 10px;
    margin: 0;
}

.t_goals_item img {
    width: 165px;
    height: 165px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.t_goals_value {
    margin-bottom: 10px;
    align-items: flex-end;
    flex-direction: row;
    display: flex;
}

.t_goals_main {
    align-items: center;
    flex-direction: row;
    display: flex;
}

.t_goals_main>span:first-child {
    font-size: 32px;
    margin-right: 5px;
}

.t_goals_value h5 {
    line-height: 1;
    margin-bottom: 0;
    font-size: 46px;
    font-family: 'Ping Fang SC', sans-serif;
}

.t_goals_value>span {
    margin-left: 5px;
    font-size: 26px;
}

.t_goals_value i {
    margin-left: 5px;
    font-size: 28px;
}

#T2ValueDiv>span {
    font-weight: 500;
    font-size: 20px;
}

.ai-center {
    align-items: center;
}

.t_brand_left {
    display: flex;
    align-items: center;
}

#goals .t_brand_left,
#practice .t_brand_left {
    align-items: center;
}

#Practice_Content_Div {
    width: 100%;
}

#Practice_Content_Div .t_brand_title {
    text-align: center;
}

#Goals_Content_Div {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

#Goals_Content_Div>p {
    margin-bottom: 60px;
    text-align: center;
    width: 100%;
    max-width: 760px;
}

.environment_swiper>.swiper-wrapper>.swiper-slide img {
    width: 100%;
    max-width: 320px;
    height: 240px;
    object-fit: contain;
}

.environment_swiper>.swiper-wrapper>.swiper-slide {
    padding-bottom: 50px;
    row-gap: 20px;
    flex-direction: column-reverse;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.environment_swiper>.swiper-wrapper>.swiper-slide p {
    max-width: 80%;
    margin-bottom: 0;
}

.t_practice_category {
    margin: 30px 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
    display: flex;
}

.t_practice_category_item {
    cursor: pointer;
}

.t_practice_category_item.active {
    border-bottom: 2px solid #212529;
    font-weight: 800;
}

.thumbnail-swiper {
    margin: 0 auto;
    max-width: 65%;
    width: 100%;
}

.thumbnail-swiper .swiper-slide {
    align-items: center;
    justify-content: center;
    display: flex;
}

.swiper-button-next,
.swiper-button-prev {
    color: #212529;
    padding: 30px !important;
    border-radius: 50%;
    background-color: white;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
    font-weight: bold;
    color: var(--text-color);
}

.swiper-pagination-bullet-active {
    background: #212529;
}

.speech_left p {
    padding-right: 30px;
    height: 52.5vh;
    overflow-y: auto;
}

.t_figure_row {
    width: 100%;
    gap: 40px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.t_figure_row figure {
    margin: 0;
    width: 100%;
    translate: none;
    rotate: none;
    scale: none;
    overflow: hidden;
}

#milestone {
    padding: 60px 160px;
    color: white;
    background-image: url(../img/sd_milestone_bg_v2.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.t_milestone_container .t_brand_title {
    margin-bottom: 40px;
}

.t_milestone_line {
    margin-bottom: 50px;
    width: 100px;
    height: 1px;
    background-color: white;
}

#milestone .t_brand_title {
    border-color: white;
}

#milestone .t_esg_container {
    padding: 160px 0 80px;
    margin: 0 auto;
    max-width: 60%;
}

.t_vision_figure_1 {
    width: 100%;
    max-width: 390px;
    height: 235px;
}

#lowcarbon {
    border-radius: 20px;
    background-color: rgb(250, 250, 250);
    padding: 60px;
}

#Lowcarbon_Content_Div {
    margin: 0 auto;
    width: 100%;
    max-width: 1320px;
    column-gap: 160px;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr 4fr;
    display: grid;
}

.lowcarbon_label {
    color: var(--text-color);
    flex-direction: column;
    display: flex;
}

.lowcarbon_label h6 {
    margin-bottom: 10px;
    font-size: 28px;
}

#Lowcarbon_Content_Div p {
    text-align: left;
}

.lowcarbon_category {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
}

.lowcarbon_item {
    width: 100%;
    height: 500px;
    padding: 40px 5px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
    position: relative;
    align-items: center;
    flex-direction: column;
    display: flex;
    transition: all .3s ease-in-out;
    background-size: cover;
    background-position: center;
}

.lowcarbon_item:hover {
    transform: translateY(-10px);
}

.lowcarbon_title {
    min-height: 75px;
    font-size: 22px;
    font-weight: 600;
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.lowcarbon_desc {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.lowcarbon_desc p {
    margin-bottom: 5px;
    margin-top: 10px;
    text-align: center !important;
    color: white;
}

.lowcarbon_desc p span {
    font-size: 20px;
}

.t_esg_desc {
    margin: 0 auto;
    width: 100%;
    max-width: 840px;
}

.t_esg_desc p {
    text-align: center;
}

.t_menu_bar {
    column-gap: 50px;
    padding: 90px 160px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    display: flex;
}

.t_menu_bar>div,
.t_menu_bar>a {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.5;
    color: rgba(0, 0, 0, 0.35);
    cursor: pointer;
    display: flex;
}

.t_menu_bar>a:hover,
.t_menu_bar>div:hover {
    color: var(--hover-text-color);
    text-decoration: none;
}

#VisionMasterDiv {
    padding: 0 160px 60px;
}

#FrameworkMasterDiv {
    padding: 80px 160px 40px;
}

.t_milestone_category {
    margin-bottom: 60px;
    color: var(--white-color);
}

.t_milestone_category:last-child {
    margin-bottom: 0;
}

.t_milestone_category h6 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
}

.t_milestone_content {
    column-gap: 50px;
    flex-direction: row;
    display: flex;
}

.t_milestone_details {
    border-top: 1px solid rgba(255, 255, 255, .75);
    padding-top: 15px;
}

.t_milestone_details p {
    font-weight: normal;
    text-align: left;
}

.t_milestone_details p:last-child {
    margin-bottom: 0;
}

.t_milestone_row {
    margin-top: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    display: flex;
}

.t_milestone_row i {
    color: white;
}

.t_milestone_title {
    font-weight: 600;
    font-size: 18px;
}

.t_milestone_item {
    width: 18%;
}

.t_milestone_year {
    line-height: 1;
    font-size: 46px;
    font-family: 'Ping Fang SC', sans-serif;
}

#esg .t_brand_left {
    align-items: center;
}

.t_SDGs {
    transform: scale(1.3);
}

.t_SDGs_wrapper {
    position: relative;
    margin: 120px auto 120px;
    width: 650px;
    height: 650px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t_SDGs_wrapper .center {
    margin: 0 auto;
    width: 455px;
    height: 455px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.t_SDGs_icon {
    --total: 17;
    position: absolute;
    top: 45%;
    left: 45%;
    transform:
        rotate(calc(360deg / var(--total) * var(--index))) translate(280px) rotate(calc(-360deg / var(--total) * var(--index)));
    transform-origin: center center;
}

.t_SDGs_icon.inactive {
    opacity: .1;
    transition: all .3s ease-in-out;
}

.t_SDGs_icon.active img {
    transform: scale(1.3);
    transition: all .3s ease-in-out;
}

.t_SDGs_icon img {
    width: 100%;
    max-width: 70px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.t_speech_col {
    flex-direction: column;
    display: flex;
}

#Speech_Content_Div {
    justify-content: center;
    align-items: center;
    display: flex;
}

.t_speech_col figure {
    width: 100%
}

.t_speech_col img {
    width: 100%;
}

.t_speech_col p {
    margin-bottom: 20px;
}

.t_speech_col h5,
.t_speech_col h6 {
    text-align: center;
}

.center-img {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.center-img img {
    width: 100%;
    max-width: 80%;
}

.center-img-inner-top-text h6,
.center-img-inner-bottom-text h6 {
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 2.5px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Source Han Sans SC', sans-serif !important;
}

.t_measures {
    row-gap: 60px;
    margin-top: 30px;
    flex-direction: column;
    display: flex;
}

.t_measures_item p {
    margin: 0 auto;
    width: 100%;
    max-width: 915px;
}

.t_measures_item2 {
    margin-bottom: 90px;
}

.t_measures_item2:last-child {
    margin-bottom: 0;
}

.t_measures_item2 h4 {
    font-size: 28px;
    font-weight: 600;
}

.t_measures_title_line {
    margin: 20px 0 20px;
    width: 40px;
    height: 4px;
    background-color: green;
}

.t_measures_title_line2 {
    margin: 20px 0 20px;
    width: 40px;
    height: 4px;
    background-color: blue;
}

.t_measures_title_line3 {
    margin: 20px 0 20px;
    width: 40px;
    height: 4px;
    background-color: orange;
}

.t_measures_subtitle {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 600;
}

.t_measures_inner_content {
    column-gap: 100px;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
}

.t_measures_ic_left {
    row-gap: 30px;
    flex-direction: column;
    display: flex;
}

.t_measures_ic_left img {
    width: 100%;
}

.t_mic_left_top_item {
    padding: 20px 20px;
    width: 100%;
    height: 410px;
    background-image: url('../img/measures1_v2.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: flex-end;
    display: flex;
}

.t_mic_lti_title h5 {
    font-size: 28px;
    color: white;
}

.t_mic_lti_title p {
    margin-bottom: 0;
    font-weight: 200;
    color: white;
}

.t_mic_left_bottom {
    column-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
}

.t_mic_left_bottom img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.t_mic_left_bottom_item:first-child img {
    object-position: left;
}

.t_mic_left_bottom_item figure {
    margin-bottom: 0;
}

.t_mic_left_bottom_item p {
    margin-top: 10px;
    text-align: left;
}

.t_measures_ic_right .t_measures_item2 p {
    text-align: left;
}

#SocietyDiv > p {
    text-align: center;
}

.t_social_category {
    margin-top: 60px;
    justify-content: center;
    flex-direction: row;
    display: flex;
}

.t_sc_item {
    border-bottom: 0 solid var(--text-color);
    padding-bottom: 20px;
    width: 200px;
    row-gap: 15px;
    opacity: .5;
    align-items: center;
    flex-direction: column;
    display: flex;
    cursor: pointer;
}

.t_sc_item img {
    width: 100%;
    max-width: 35px;
}

.t_sc_item:nth-child(2) img {
    max-width: 40px;
}

.t_sc_item:hover {
    opacity: 1 !important;
}

.t_sc_item.active {
    border-bottom: 2px solid var(--text-color);
    opacity: 1;
}

.t_sc_item h6 {
    margin-bottom: 0;
    font-size: 20px;
}

.t_social_content {
    row-gap: 30px;
    margin: 60px auto 0;
    width: 100%;
    max-width: 820px;
    flex-direction: column;
    display: flex;
}

.t_scc_item figure {
    width: 100%;
    margin-bottom: 0;
}

.t_scc_item img {
    border-radius: 20px 0 0 20px;
    min-width: 480px;
    max-width: 480px;
    min-height: 360px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.t_scc_item:nth-child(even) img {
    border-radius: 0 20px 20px 0;
}

.t_scc_item {
    border-radius: 30px;
    flex-direction: row;
    display: flex;
}

.t_scc_item:nth-child(even) {
    flex-direction: row-reverse;
}

.t_scc_item:nth-child(4n+2) .t_sc_desc {
    background-color: rgb(140, 82, 71);
    border-radius: 20px 0 0 20px;
}

.t_scc_item:nth-child(4n+3) .t_sc_desc {
    background-color: rgb(189, 127, 55);
}

.t_scc_item:nth-child(4n+4) .t_sc_desc {
    background-color: rgb(175, 151, 129);
    border-radius: 20px 0 0 20px;
}

.t_sc_desc {
    border-radius: 0 20px 20px 0;
    width: 100%;
    padding: 30px;
    background-color: rgb(108, 111, 78);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    position: relative;
}

.t_sc_desc h6 {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 18px;
}

.t_sc_desc a {
    bottom: 20px;
    right: 30px;
    color: white;
    position: absolute;
}

.t_scc_item p {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    color: white;
}

#SD_Master_Div3 {
    margin: 0 auto;
    padding: 60px 30px;
    width: 100%;
    max-width: 1400px;
}

#ProductDiv {
    margin: 0 auto;
    width: 100%;
    max-width: 1600px;
}

#SustainabilityContentDiv .t_iprpadding { 
    margin: 0 auto;
    padding: 60px 20px;
    width: 100%;
    max-width: 1100px;
}

.t_society_content {
    width: 100%;
    flex-direction: column;
    display: flex;
}

.t_society_title {
    margin-bottom: 40px;
    font-weight: 500;
    font-size: 26px;
}

.t_society_date {
    font-weight: 300;
}

#SocietySwiperDiv {
    width: 100%;
    margin: 40px auto 0;
}

#SocietySwiperDiv img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    max-width: 82.5%;
}

#SocietySwiperDiv .swiper-button-prev {
    left: -20px;
}

#SocietySwiperDiv .swiper-button-next {
    right: -20px;
}

#SocietySwiperDiv .swiper-slide {
    justify-content: center;
    align-items: center;
    display: flex;
}

.swiper-button-next, .swiper-button-prev {
    background-color: transparent;
}

.t_sc_date {
    margin-top: 10px!important;
    font-size: 14px!important;
    font-weight: 300;
}

@media screen and (max-width: 1600px) {
    .t_goals_item img {
        width: 120px;
        height: 120px;
    }

    #Lowcarbon_Content_Div {
        max-width: 100%;
        column-gap: 80px;
    }
}

@media screen and (max-width: 1500px){
    #milestone {
        padding: 60px;
    }
}

@media screen and (max-width: 1400px) {
    #milestone {
        padding: 60px 40px;
    }

    .t_iprpadding {
        padding: 60px 40px;
    }

    .t_milestone_content {
        column-gap: 30px;
    }
}

@media screen and (max-width: 1199px) {

    #SustainabilityDiv .t_brand_title,
    .t_brand_title {
        font-size: 38px;
    }

    .t_menu_bar {
        padding: 90px 30px 0;
    }

    .t_SDGs_wrapper {
        margin: 60px auto;
    }

    .t_SDGs {
        transform: scale(1);
    }

    #Vision_Content_Div {
        gap: 60px;
    }

    #VisionMasterDiv {
        padding: 0 60px 60px;
    }

    #FrameworkMasterDiv {
        padding: 80px 60px 40px;
    }

    #Vision_Content_Div .t_figure_row {
        margin: 0;
    }

    .t_milestone_content {
        column-gap: 20px;
    }

    .t_milestone_year {
        font-size: 32px;
    }

    .t_milestone_row {
        column-gap: 10px;
    }

    .t_milestone_title {
        font-size: 16px;
    }

    .t_milestone_item {
        width: 100%;
    }

    .t_milestone_category h6 {
        font-size: 28px;
    }

    .t_goals_category {
        column-gap: 40px;
        grid-template-columns: repeat(2, 1fr);
    }

    .t_measures_inner_content {
        column-gap: 40px;
    }

    .t_goals_item figure {
        height: auto;
    }

    #Lowcarbon_Content_Div {
        grid-template-columns: 1fr 2.5fr;
    }

    .lowcarbon_title {
        font-size: 18px;
    }

    .lowcarbon_desc p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .t_footer_sitemap_item:last-child {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    #FrameworkMasterDiv {
        padding: 80px 20px 40px;
    }

    .t_SDGs_wrapper {
        margin: 20px auto;
        width: 100%;
        max-width: 580px;
        height: 580px;
    }

    .t_SDGs {
        transform: scale(.85);
    }

    .t_milestone_content {
        row-gap: 40px;
        flex-wrap: wrap;
    }

    .t_measures_inner_content {
        flex-direction: column;
        display: flex;
    }

    .t_measures_ic_left {
        margin-bottom: 60px;
    }

    .t_measures_item2 {
        margin-bottom: 60px;
    }

    #Lowcarbon_Content_Div {
        row-gap: 20px;
        flex-direction: column;
        display: flex;
    }

    #lowcarbon {
        padding: 40px;
    }
}

@media screen and (max-width: 800px) {
    .t_scc_item img {
        min-width: 400px;
        max-width: 400px;
        height: 220px;
    }

    .t_scc_item p {
        font-size: 16px;
    }

    .t_goals_category {
        row-gap: 30px;
    }

    .t_goals_value h5 {
        font-size: 32px;
    }

    .t_goals_main {
        line-height: 1;
    }

    .t_mic_left_bottom {
        grid-template-columns: 1fr;
    }

    .t_mic_left_bottom img {
        height: 240px;
    }
}

@media screen and (max-width: 767px) {
    .t_goals_category {
        column-gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }

    .t_menu_bar>div,
    .t_menu_bar>a {
        font-size: 18px;
        text-align: center;
    }

}

@media screen and (max-width: 640px) {

    .figure_desktop {
        display: none!important;
    }

    .figure_mobile {
        margin-bottom: 30px!important;
        display: flex!important;
    }

    #VisionMasterDiv {
        padding: 0 30px 60px;
    }

    .t_figure_row {
        max-width: 100%;
    }

    .t_aboutus_figure_2 {
        max-width: 100%;
    }

    #Vision_Content_Div {
        flex-direction: column-reverse;
        display: flex;
    }

    .t_scc_item img {
        min-width: initial;
        width: 100%;
        max-width: 100%;
        height: 220px;
    }

    .t_scc_item {
        flex-direction: column !important;
    }

    .t_scc_item img {
        border-radius: 20px 20px 0 0 !important;
    }

    .t_sc_desc {
        border-radius: 0 0 20px 20px !important;
    }

    .t_sc_item img {
        max-width: 30px;
    }

    .t_sc_item h6 {
        font-size: 16px;
    }

    .t_SDGs {
        transform: scale(.65);
    }

    .t_SDGs_wrapper {
        height: 380px;
    }

    .lowcarbon_category {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .lowcarbon_item {
        height: 390px;
    }

    .lowcarbon_title {
        min-height: 55px;
    }

    .lowcarbon_item:hover {
        transform: translateY(0);
    }

    .t_mic_left_top_item {
        height: 340px;
    }

    .t_menu_bar {
        row-gap: 15px;
        column-gap: 30px;
        flex-direction: column;
    }

    .pie-container {
        width: min(90vw, 400px);
    }
    
    .swal2-close {
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .t_SDGs_wrapper {
        height: 400px;
    }
}

@media screen and (max-width: 414px) {
    .t_SDGs_wrapper {
        height: 360px;
    }

    .t_SDGs_wrapper .center {
        margin-left: 30px;
    }

    .t_SDGs {
        transform: scale(.45);
    }
}
