.v_menu_active {
    overflow-y: hidden;
}

.v_menu_active .s_navbar.active {
    box-shadow: none;
    justify-content: flex-end;
}

.s_padding {
    padding: 0 160px;
}

.mobile_modal_i {
    font-size: 20px;
    color: white;
    display: none;
    cursor: pointer;
}

.mobile_modal_i.active{
    display: flex;
}

.mobile_modal_active {
    grid-template-columns: 1fr!important;
}

.s_navbar {
    margin: 75px auto 0;
    width: 100%;
    z-index: 9;
    transition: all .3s ease-in-out;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: absolute;
}

.s_navbar.active {
    margin: 0 auto;
    padding: 20px 160px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    background-color: rgba(255, 255, 255, 0.85);
    position: fixed;
}

.s_menu_item {
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.s_menu_item>a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s_menu_item i {
    margin-right: 10px;
    font-size: 32px;
    display: none;
}

.s_menu_item.active i {
    color: var(--main-color);
    display: flex;
}

.s_menu_item h6 {
    font-size: 34px;
    font-weight: 500;
    color: var(--text-black-color);
}

.s_menu_item.active h6 {
    color: var(--main-color);
}

.s_menu_item:hover i {
    display: flex;
    color: var(--text-black-color);
}

.s_menu_item.active:hover i {
    display: flex;
    color: var(--main-color);
}

.s_menu_item:hover h6 {
    font-weight: 600;
}

.s_menu_item:last-child {
    margin-bottom: 0;
}

.s_navbar.active .s_logo {
    transition: all .3s ease-in-out;
}

.s_lang {
    right: 160px;
    bottom: 150px;
    position: absolute;
}

.s_lang>div {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    font-weight: 600;
    border: 3px solid var(--main-color);
    cursor: pointer;
    color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease-in-out;
}

.s_lang>div:hover {
    color: white;
    transition: all .3s ease-in-out;
    background-color: var(--main-color);
}

.s_lang>div:last-child {
    margin-bottom: 0;
}

.s_logo {
    width: 100%;
    max-width: 230px;
    transition: all .3s ease-in-out;
}

.s_menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.s_menu span {
    font-weight: 800;
    color: var(--main-color);
    text-transform: uppercase;
}

.s_menu img {
    margin-left: 15px;
}

.s_menu_sub_item {
    display: none;
    flex-direction: column;
}

.s_menu_sub_item.active {
    display: flex;
}

.s_menu_sub_item a {
    font-size: 26px;
    margin-bottom: 20px;
    color: var(--text-black-color);
}

.s_menu_sub_item a i{
    margin-right: 10px;
}

.s_menu_sub_item a:hover {
    color: var(--main-color);
    transition: all .3s ease-in-out;
}

.s_menu_sub_item a:last-child {
    margin-bottom: 0;
}

.s_menu_modal {
    display: none;
}

.s_navbar_section.active .s_menu_modal {
    left: 0;
    padding: 0 160px;
    width: 100%;
    height: 100vh;
    z-index: 5;
    background-color: white;
    position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    transition: all .3s ease-in-out;
}

.s_home_banner {
    position: relative;
}

.s_home_banner_inner {
    border-radius: 50px;
    width: 100%;
    height: calc(100vh - 40px);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.vhbi1 {
    background-image: url('../img/Banner_Home.png');
}

.vhbi2 {
    background-image: url('../img/Banner_Home02.png');
}

.vhbi3 {
    background-image: url('../img/Banner_Home03.png');
}

#HomeSwiper_Div ul li{
    padding: 20px;
    border-radius: 50px;
}

#HomeSwiper_Div ul.splide__pagination {
    bottom: 40px;
}

.s_follow_us {
    top: 40%;
    left: 60px;
    z-index: 1;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s_follow_us_label {
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--second-color);
    writing-mode: vertical-rl;
}

.s_social_icon {
    margin-top: 10px;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    cursor: pointer;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_social_icon:hover {
    background-color: var(--main-color);
    transition: all .3s ease-in-out;
}

.s_social_icon:hover i {
    color: white;
    transition: all .3s ease-in-out;
}

.s_social_icon i {
    font-size: 24px;
    color: var(--main-color);
}

.s_scroll {
    left: 160px;
    bottom: -50px;
    z-index: 1;
    position: absolute;
    animation: aniScrollLabel 1.5s ease-in-out infinite;
}

.s_scroll_label {
    padding: 50px 0 75px 5px;
    font-weight: 600;
    border-left: 2px solid var(--main-color);
    color: var(--main-color);
    writing-mode: vertical-rl;
}

@keyframes aniScrollLabel {
    0% {
        bottom: -50px;
    }

    50% {
        bottom: -40px;
    }

    100% {
        bottom: -50px;
    }
}

.s_home_absolute {
    top: 30%;
    left: 13%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s_home_slogan {
    font-size: 84px;
    font-weight: 900;
    color: var(--main-color);
    text-transform: uppercase;
}

.s_home_slogan2 {
    margin: 20px 0 60px;
    font-size: 48px;
    font-weight: 700;
    color: var(--main-color);
}

.s_home_slogan,
.s_home_slogan2 {
    opacity: 1;
}

.s_home_link_button a {
    padding: 20px 30px;
    transition: all .3s ease-in-out;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.s_home_link_button:hover a {
    transition: all .3s ease-in-out;
    color: white;
    background-color: var(--main-color);
}

.s_home_label {
    font-size: 36px;
    color: var(--main-color);
    font-style: italic;
}

.s_home_aboutus {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s_home_aboutus_content {
    padding: 80px 0 0 160px;
    gap: 120px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.v_home_aboutus_left h6 {
    font-size: 48px;
    font-weight: 500;
    color: var(--main-color);
    display: flex;
    flex-direction: column;
}

.v_home_aboutus_left p:nth-child(2) {
    padding: 60px 0;
    font-weight: 500;
    line-height: 1.5;
    text-align: justify;
}

.v_home_learnmore {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.v_home_learnmore_button {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_home_learnmore_button span {
    color: var(--main-color);
}

.v_home_learnmore_icon {
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid var(--main-color);
    transition: all .3s ease-in-out;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.v_home_learnmore_icon:hover i {
    font-size: 38px;
    animation: arrowIcon 1s linear infinite;
}

@keyframes arrowIcon {
    0% {
        transform: translateX(0%);
    }

    25% {
        transform: translateX(5%);
    }

    50% {
        transform: translateX(0%);
    }

    75% {
        transform: translateX(-5%);
    }

    100% {
        transform: translateX(0%);
    }
}

.v_home_learnmore_icon i {
    font-size: 32px;
    transition: all .3s ease-in-out;
    color: white;
}

.v_home_stock_mv {
    padding: 80px 30px 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, #eaf5ff 40%, #eaf5ff 90%, rgba(255, 255, 255, 1) 90%);
}

.v_home_stock {
    padding: 60px 130px;
    width: 100%;
    border-radius: 50px;
    box-shadow: 0px 53px 40px 1px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 53px 40px 1px rgba(0, 0, 0, 0.012);
    -moz-box-shadow: 0px 53px 40px 1px rgba(0, 0, 0, 0.012);
    background-color: white;
    display: flex;
    justify-content: space-between;
}

.v_home_stock_left {
    width: 35%;
    border-right: 2px solid rgb(235, 235, 235);
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.v_home_stock_left span {
    line-height: 1.4;
    font-style: italic;
    color: var(--text-black-color);
}

.v_home_stock_label {
    margin-bottom: 20px;
    font-size: 36px;
    color: var(--main-color);
    font-style: italic;
}

.v_home_stock_right {
    padding-left: 100px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.v_home_stock_price_item {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_home_stock_price_value {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.v_home_stock_price_value>span {
    padding-bottom: 13px;
}

.v_home_stock_price_value2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.v_home_stock_price_value h6 {
    margin: 0 10px 0 30px;
    font-size: 64px;
    font-weight: 900;
    line-height: 0.8;
    color: var(--main-color);
}

.v_home_stock_price_value2 h6 {
    font-size: 48px;
    font-weight: 900;
}

.v_home_stock_price_value2>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_home_stock_price_value2>div>h6:last-child {
    margin-left: 5px;
}

.v_home_stock_price_icon {
    display: flex;
    flex-direction: column;
}

.v_home_stock_price_icon>div {
    width: 17px;
    height: 0;
    border-top: 11px solid transparent;
    border-right: 10px solid #ccced0;
    border-bottom: 11px solid transparent;
}

.v_home_stock_price_icon .up {
    transform: rotate(90deg);
}

.v_home_stock_price_icon .up.active {
    border-right: 10px solid #0d9902;
}

.v_home_stock_price_icon .down {
    transform: rotate(270deg);
}

.v_home_mv {
    padding: 160px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s_home_mv_center_img {
    padding-top: 120px;
    position: relative;
}

.s_home_mv_img {
    position: relative;
}

.s_home_mv_img .v_home_learnmore {
    bottom: -30px;
    left: 0;
    z-index: 1;
    position: absolute;
    justify-content: center;
}

.s_home_mv_img .v_home_learnmore_icon {
    margin-left: 0;
}

.s_home_mv_slogan {
    font-size: 96px;
    font-weight: 800;
    color: var(--second-color);
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
}

.shms1 {
    left: -30%;
    top: 30%;
}

.shms2 {
    right: -30%;
    top: 50%;
}

.v_home_ouradvantage {
    padding: 160px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s_home_oa {
    width: 100%;
    padding-top: 60px;
    position: relative;
}

.s_home_oa_circle {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_home_oa_circle img {
    width: 100%;
    max-width: 550px;
    animation: rotate 35s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.s_home_oa .v_home_learnmore {
    position: absolute;
    justify-content: center;
}

.s_home_oa .v_home_learnmore_icon {
    margin-left: 0;
}

.s_home_oa_slogan {
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    position: absolute;
}

.shos1 {
    top: 160px;
    font-size: 130px;
    z-index: -1;
    color: var(--main-color);
}

.shos2 {
    right: 0;
    bottom: -50px;
    font-size: 120px;
    z-index: -1;
    color: var(--second-color);
}

.shos1.active {
    animation: dirRight 2s linear forwards;
}

.shos2.active {
    animation: dirLeft 2s linear forwards;
}

@keyframes dirRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes dirLeft {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.v_home_latestnews {
    padding: 160px 0 160px 160px;
    background-color: #e7f5ff;
    display: flex;
    flex-direction: row;
}

.v_home_latestnews_left {
    min-width: 465px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v_home_latestnews_left .v_home_learnmore {
    width: auto;
}

.v_home_latestnews_right {
    width: calc(100% - 360px);
}

.v_hexagon_item {
    padding: 60px;
    width: 100%;
    height: 430px;
    background-image: url(../img/HomeNews_1_Fill_BG.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.v_hexagon_item:hover {
    background-image: url(../img/HomeNews_1_Hover_BG.png);
}

#HomeNewsSwiper_Div .swiper-slide:nth-child(2n) .v_hexagon_item {
    background-image: url(../img/HomeNews_2_Fill_BG.png);
    z-index: 1;
}

#HomeNewsSwiper_Div .swiper-slide:nth-child(2n) .v_hexagon_item:hover {
    background-image: url(../img/HomeNews_2_Hover_BG.png);
}

#HomeNewsSwiper_Div .swiper-slide {
    margin-left: -40px;
}

#HomeNewsSwiper_Div .swiper-slide:first-child {
    margin-left: 0;
}

.v_hexagon_item:hover .v_home_news_date,
.v_hexagon_item:hover .v_home_news_title {
    color: white;
}

.v_home_news_date {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    color: var(--text-black-color);
}

.v_home_news_title {
    font-size: 22px;
    line-height: 1.5;
    color: var(--text-black-color);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.v_home_partnering {
    background-size: 65%;
    height: 250px;
    background-position: 100% 20%;
    background-image: url('../img/Home_Partnering.png?ver=1');
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    overflow: hidden;
}

.v_home_partnering_left {
    padding: 20px;
    padding-right: 80px;
    width: 50%;
    border-radius: 0 150px 150px 0;
    background: linear-gradient(90deg, rgba(237, 156, 76, 1) 0%, rgba(228, 95, 60, 1) 40%);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.v_home_partnering_left h6 {
    font-size: 32px;
    font-weight: 400;
    font-style: italic;
    color: white;
}

.v_home_partnering_left .v_home_learnmore {
    width: auto;
}

.v_home_partnering_left .v_home_learnmore_icon {
    border: 3px solid transparent;
    background-color: white;
}

.v_home_partnering_left .v_home_learnmore_icon i {
    color: var(--main-color);
}

.s_footer {
    padding: 100px 160px 60px;
    width: 100%;
    border-bottom: 5px solid #e1a942;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.s_footer img {
    width: 100%;
    max-width: 240px;
}

.s_footer_sitemap {
    margin-top: 80px;
    width: 100%;
    gap: 100px;
    grid-template-columns: 1fr 1fr 1fr 1fr auto;
    display: grid;
}

.s_footer_sitemap_item ul {
    margin-top: 10px;
    margin-bottom: 40px;
}

.s_footer_sitemap_item ul:last-child {
    margin-bottom: 0;
}

.s_footer_sitemap_item li {
    margin-bottom: 10px;
}

.s_footer_sitemap_item li:last-child {
    margin-bottom: 0;
}

.s_footer_sitemap_item li a {
    font-size: 16px;
    color: var(--main-color);
}

.s_footer_sitemap_title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.5;
    text-transform: uppercase;
    color: var(--main-color);
}

.s_footer_sitemap_title a {
    color: var(--main-color);
}

.s_footer_bottom_text {
    font-size: 16px;
    padding: 30px 10px;
    border-top: 15px solid #e77542;
    text-align: center;
}

.s_inner_banner_bg {
    padding: 30px;
    height: 75vh;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 49%, #eaf5ff 40%);
    transition: all 1s ease-in-out;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.s_inner_banner_bg.scrolling{
    height: 50vh;
    transition: all 1s ease-in-out;
}

.s_inner_banner_bg.scrolling .s_inner_banner{
    height: 83%;
}

.s_banner_shadow {
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    border-radius: 50px;
    position: absolute;
}

.s_inner_banner {
    width: 100%;
    height: 88%;
    border-radius: 50px;
    position: relative;
}

.s_inner_banner_title {
    font-weight: 900;
    font-size: 48px;
    color: var(--main-color);
    text-transform: uppercase;
}

.s_inner_content_box {
    padding: 80px;
}

.s_inner_content_box2 {
    padding: 80px 240px;
}

.s_inner_content_box3 {
    padding: 80px 380px;
}


.s_inner_content_title {
    font-size: 36px;
    font-weight: 700;
    color: var(--main-color);
    text-transform: uppercase;
}

#CG_Div .s_inner_content_title {
    width: 95%;
    margin: 0 auto;
}

.s_inner_desc {
    line-height: 1.5;
    padding-top: 40px;
    color: var(--text-black-color);
}

.s_inner_row {
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
    display: grid;
}

.s_inner_row2 {
    margin-top: 40px;
    gap: 80px;
    grid-template-columns: 1.5fr 1fr;
    display: grid;
}

.s_inner_row2 .s_inner_desc {
    padding-top: 0;
}

.s_inner_right {
    border-radius: 25px;
    width: 100%;
    height: 330px;
    overflow: hidden;
}

.s_inner_right img {
    border-radius: 25px;
    width: 100%;
    height: 330px;
    transition: all .3s ease-in-out;
    overflow: hidden;
    object-fit: cover;
}

.s_inner_right img:hover {
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}

#InvestorInquiries_Div .s_inner_right,
#InvestorInquiries_Div .s_inner_right img {
    height: 330px;
}

.s_board {
    margin: 60px auto 0;
    width: 100%;
    max-width: 1200px;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    position: relative;
}

.s_board_item {
    padding: 10px 10px 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.s_board_item:hover {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

.s_board_img {
    width: 280px;
    height: 240px;
    max-height: 320px;
    position: relative;
}

.s_board_item img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.s_board_item h5 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    color: var(--main-color);
}

.s_board_item h6 {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    color: var(--text-black-color);
}

.s_board_modal {
    top: 0;
    left: 0;
    padding: 20px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.s_board_modal.active {
    display: flex;
}

.s_board_modal_whitebox {
    margin: 0 auto;
    padding: 80px 60px;
    width: 100%;
    max-height: 75%;
    max-width: 1200px;
    gap: 40px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    position: relative;
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
}

.s_board_modal_left {
    border-radius: 20px;
    display: flex;
    align-items: center;
    overflow-y: hidden;
}

.s_board_modal_left img {
    width: 100%;
    max-width: 300px;
    border-radius: 20px;
    object-fit: cover;
}

.s_board_modal_right {
    padding-right: 20px;
    width: 75%;
    overflow-y: auto;
}

.s_board_modal_right h5 {
    font-size: 24px;
    font-weight: 700;
}

.s_board_modal_right h6 {
    font-size: 16px;
    font-weight: 500;
}

.s_board_desc {
    margin-top: 10px;
    font-size: 16px;
    color: var(--text-black-color)
}

.s_board_close {
    z-index: 10000;
    top: 20px;
    right: 20px;
    position: absolute;
    cursor: pointer;
}

.s_board_close i {
    font-size: 42px;
}

.s_board_close i:hover {
    color: var(--hover-color);
}

.s_tp {
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
}

.s_tp_title {
    margin: 60px 0 20px;
    font-weight: 700;
    color: var(--text-black-color);
}

.s_tp_item {
    margin: 40px 0 0;
    width: 100%;
    cursor: pointer;
}

.s_tp_top {
    padding: 20px 40px;
    border-radius: 10px;
    background-color: rgb(240, 240, 240);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.s_tp_top i {
    font-size: 24px;
    transition: all .3s ease-in-out;
    color: var(--text-black-color);
}

.s_tp_label {
    font-size: 20px;
    font-weight: 600;
    color: var(--text-black-color);
}

.s_tp_content {
    padding: 40px;
    display: none;
    flex-direction: column;
}

.s_tp_item.active .s_tp_content {
    display: flex;
}

.s_tp_item.active i {
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.s_tp_content ul {
    margin-top: 20px;
    padding-left: 20px;
}

.s_tp_content ul li {
    margin-top: 20px;
    color: var(--text-black-color);
    list-style-type: lower-alpha;
}

.s_sp {
    margin: 60px 0 0;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    display: grid;
}

.s_sp_item {
    width: 100%;
    padding: 30px;
    border-radius: 20px;
    border-left: 5px solid var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.s_sp_date {
    font-size: 20px;
    font-weight: 700;
}

.s_sp_col {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 16px;
}

.s_sp_link {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.s_sp_link a {
    font-size: 16px;
    color: var(--text-black-color);
}

.s_sp_link a:hover {
    color: var(--hover-color);
}

.s_pb {
    margin: 60px 0 0;
}

.s_pb_facility {
    gap: 60px;
    grid-template-columns: 1.5fr 3fr;
    align-items: center;
    display: grid;
}

.s_pb_facility_label {
    font-weight: 600;
    font-size: 48px;
    text-align: right;
    color: var(--second-color);
}

.s_pb_2 {
    margin: 120px 0;
}

.s_pb_item {
    gap: 60px;
    grid-template-columns: 1.5fr 3fr;
    align-items: center;
    display: grid;
}

.s_pb_left {
    border-radius: 25px;
}

.s_pb_left img {
    width: 100%;
    height: 260px;
    border-radius: 25px;
    object-fit: cover;

}

.s_pb_right p {
    font-weight: 400;
    line-height: 1.5;
}

.swiper-row {
    margin-top: 60px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

#GovernanceSwiper_Div .swiper-row {
    width: 95%;
    margin: 60px auto 0;
}

.swiper-page {
    top: -8px;
    right: 125px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-black-color);
    position: absolute;
}

#PB_Div .swiper-button-prev,
#PB_Div .swiper-button-next {
    top: 0;
    position: relative;
}

#PB_Div .swiper-button-row {
    display: flex;
    justify-content: flex-end;
}

#PB_Div .swiper-button-prev {
    left: -50px;
}

#PB_Div .s_pb_production_label {
    text-align: start;
}

#GovernanceSwiper_Div .swiper-button-prev,
#GovernanceSwiper_Div .swiper-button-next {
    top: 0;
    position: relative;
}

#GovernanceSwiper_Div .swiper-button-row {
    display: flex;
    justify-content: flex-end;
}

#GovernanceSwiper_Div .swiper-button-prev {
    left: -50px;
}

#GovernanceSwiper_Div .s_pb_production_label {
    text-align: start;
}

.s_pb_production_label {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    color: var(--text-black-color);
    text-align: center;
}

.s_qs .s_pb_production_label {
    margin-bottom: 40px;
    font-size: 48px;
    color: var(--second-color);
}

.s_qs_right img {
    width: 100%;
    max-width: 547px;
    height: 330px;
    border-radius: 25px;
}

.s_qs_category {
    margin-top: 60px;
    gap: 60px;
    grid-template-columns: 2fr 1.25fr;
    align-items: flex-start;
    display: grid;
}

.s_qs_category .s_tp_content {
    padding-bottom: 0;
}

.s_qs_category .s_tp_item {
    margin: 0 0 40px;
}

.s_qs_category .s_tp_item:last-child {
    margin-bottom: 0;
}

.s_ct {
    margin: 60px 0 0;
}

.s_ct_flagship {
    gap: 60px;
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.s_ct_flagship_label {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.s_ct_flagship_label h6 {
    font-size: 52px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--second-color);
}

.s_ct_flagship_line {
    display: none;
    width: 150px;
    height: 7px;
    background-color: var(--main-color);
}

.s_ct_flagship_row {
    border-radius: 20px;
    padding: 20px 40px;
    background-color: rgb(240, 240, 240);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.s_ct_flagship_row i {
    font-size: 24px;
}

.s_ct_flagship_item_label {
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.s_ct_flagship_desc {
    padding: 40px 40px 0;
    flex-direction: column;
    display: none;
}

.s_ct_flagship_desc p {
    font-size: 16px;
}

.s_ct_flagship_content.active .s_ct_flagship_desc {
    display: flex;
}

.s_ct_flagship_content.active i {
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
}

.s_ct_flagship_content {
    margin-bottom: 40px;
    border-radius: 0 0 0 20px;
}

.s_ct_flagship_content:last-child {
    margin-bottom: 0;
}

.s_ct_key_item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s_ct_key_item h6 {
    border-bottom: 2px solid var(--text-black-color);
    margin-bottom: 15px;
}

.s_ct_product1 {
    padding: 0 240px 160px;
}

.s_ct_product2 {
    padding: 160px 240px 160px;
}

.s_ct_product2 .s_ct_flagship {
    display: flex;
    flex-direction: row;
}

.s_ct_product2 .s_ct_flagship_row {
    border-radius: 20px;
}

.s_ct_product2 .s_ct_flagship_content {
    border-radius: 20px;
}

.s_ct_product_bg {
    width: 100%;
    height: 200px;
    background-image: url('../img/SM09.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.s_pp {
    margin: 100px 0 0;
    grid-template-columns: auto 2.5fr;
    gap: 60px;
    display: grid;
}

.s_pp_menubar {
    display: flex;
    flex-direction: column;
}

.s_pp_menubar_item {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 5px 15px;
    border-left: 3px solid transparent;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.s_pp_menubar_item:last-child {
    margin-bottom: 0;
}

.s_pp_menubar_item:hover {
    border-left: 3px solid var(--text-black-color);
    transition: all .3s ease-in-out;
}

.s_pp_menubar_item.active {
    border-left: 3px solid var(--main-color);
}

.s_pp_right {
    width: 100%;
    position: relative;
}

.s_pp_right p {
    font-size: 16px;
}

.s_pp .s_cg_pdf a {
    border: none;
    background-color: white;
}

.sppri1 {
    background-image: url('../img/SM03.jpg');
}

.sppri2 {
    background-image: url('../img/SM17.jpg');
}

.sppri3 {
    background-image: url('../img/SN1011.jpg');
}

.sppri4 {
    background-image: url('../img/SM06.jpg');
}

.sppri5 {
    background-image: url('../img/SM09.jpg');
}

.s_pp_right_item {
    min-height: 550px;
    width: 100%;
    border-radius: 20px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    transition: all .3s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    flex-direction: row;
    position: relative;
}

.s_pp_right_item.active {
    display: flex;
}

.s_pp_right_item img {
    width: 360px;
    height: 360px;
    border-radius: 20px;
}

.s_pp_content {
    width: 100%;
    padding: 40px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.s_pp_content p {
    color: white;
}

.s_pp_content ul {
    padding: 20px 0;
    margin-left: 20px;
}

.s_pp_content ul li {
    margin-bottom: 15px;
    font-size: 16px;
    list-style-type: disc;
    color: white;
}

.s_pp_content ul li:last-child {
    margin-bottom: 0;
}

.s_pp_title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    color: white;
}

.s_partnership_contact {
    margin: 60px 0;
}

.s_partnership_contact a {
    color: var(--text-black-color);
}

.s_partnership_contact a:hover {
    color: var(--main-color);
}

.s_psp {
    margin: 60px 0;
}

.s_psp_item {
    margin-top: 40px;
}

.s_psp_item p {
    padding-top: 20px;
}

.s_psp_label {
    font-weight: 700;
    font-size: 20px;
    color: var(--text-black-color);
}

.s_psp_item ul {
    margin-left: 20px;
}

.s_psp_item ul li {
    margin-top: 20px;
    list-style-type: disc;
}

.s_psp_partner {
    margin: 0 !important;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.s_psp_partner li {
    margin-top: 0 !important;
    padding: 20px;
    border-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    list-style-type: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_psp_partner li:hover img {
    transform: scale(1.1);
    transition: all .3s ease-in-out;
}

.s_psp_partner img {
    width: 100%;
    max-width: 180px;
    transition: all .3s ease-in-out;
}

.s_psp_item2 {
    margin-top: 60px;
}

.s_psp_item2 .s_psp_label {
    font-size: 28px;
    font-weight: 800;
    color: var(--second-color);
}

.s_psp_item2 p {
    margin-bottom: 60px;
}

.s_ec {
    margin: 60px 0 0;
    display: flex;
    flex-direction: column;
}

.s_ec_desc {
    margin-top: 40px;
    display: grid;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
}

.s_ec_item {
    padding: 20px 30px;
    border-radius: 10px;
    border-left: 5px solid var(--main-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.s_ec_item.active {
    display: flex;
}

.s_ec_item h6 {
    font-size: 16px;
    font-weight: 600;
}

.s_ec_item h5 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 0;
}

.s_ec_date {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}

.s_milestone {
    margin: 60px 0 0;
    gap: 7.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.s_milestone_year {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.s_milestone_centerline {
    position: absolute;
    left: 50%;
    height: 100%;
    width: 2px;
    background: var(--text-black-color);
    transform: translateX(-50%);
}

.s_milestone_item {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: left;
    display: inherit;
}

.s_milestone_item.active .s_milestone_centercircle {
    border: 2px solid var(--second-color);
    background-color: var(--main-color);
    transition: all .3s ease-in-out;
}

.s_milestone_item.active .s_milestone_center_year {
    color: white;
    transition: all .3s ease-in-out;
}

.s_milestone_item.active .s_milestone_month {
    font-weight: 700;
    color: var(--main-color);
    transition: all .3s ease-in-out;
}

.s_milestone_item.active .s_milestone_label {
    transition: all .3s ease-in-out;
}

.s_milestone_item:nth-child(2n+1) {
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: right;
}

.s_milestone_item:nth-child(2n+1) .s_milestone_desc {
    padding-right: 90px;
    padding-left: 0px;
    margin-left: 0px;
    width: calc(50%);
    justify-content: flex-end;
}

.s_milestone_centercircle {
    left: calc(50% - 60px);
    border: 2px solid var(--text-black-color);
    border-radius: 10px;
    padding: 10px;
    width: 120px;
    background-color: white;
    content: "";
    position: absolute;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all .3s ease-in-out;
}

.s_milestone_desc {
    min-height: 180px;
    padding-left: 90px;
    padding-right: 0px;
    margin-left: 0px;
    width: calc(50%);
    display: flex;
    align-items: center;
}

.s_milestone_center_year {
    font-size: 24px;
    font-weight: 600;
    color: var(--text-black-color);
    transition: all .3s ease-in-out;
}

.s_milestone_center_year {
    display: flex;
    flex-direction: column;
}

.s_milestone_center_year i {
    padding-bottom: 10px;
}

.s_milestone_month {
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    color: var(--text-black-color);
    transition: all .3s ease-in-out;
}

.s_milestone_label {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-black-color);
}

.s_milestone_col {
    margin-bottom: 30px;
}

.s_milestone_col:last-child {
    margin-bottom: 0;
}

.s_ds {
    margin: 60px 0 0;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

.s_ds_item {
    padding: 30px;
    border-radius: 10px;
    border-left: 5px solid var(--main-color);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.s_ds_company {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.s_ds_director {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.s_ds_company i {
    font-size: 22px;
}

.s_ds_company h6 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.s_ds_director i {
    font-size: 20px;
}

.s_ds_director h6 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
}

.s_ds_company_name {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.s_ds_director_name {
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.s_contactus {
    margin: 60px 0 0;
}

.s_contactus_label {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 800;
}

.s_contactus_location {
    padding-bottom: 40px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.s_contactus_line {
    margin: 40px auto;
    width: 95%;
    height: 1px;
    background-color: lightgrey;
}

.s_contactus_mail {
    padding: 60px 0;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.s_cli_label {
    font-size: 20px;
    font-weight: 700;
}

.s_cli_address {
    margin: 20px 0 40px;
}

.s_cli_address:last-child {
    margin-bottom: 0;
}

.s_cli_address_label {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 18px;
}

.s_cli_row {
    margin-top: 10px;
}

.s_cli_col {
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
}

.s_cli_col:last-child {
    margin-bottom: 0;
}

.s_cli_col i {
    margin-right: 10px;
}

.s_cli_col a {
    color: var(--text-black-color);
}

.s_cli_col a:hover {
    text-decoration: underline;
    color: var(--hover-color);
}

.s_mail_item h6 {
    margin-bottom: 20px;
}

.s_jobs {
    margin: 60px 0 0;
}

.s_jobs a {
    color: var(--text-black-color);
}

.s_jobs a:hover {
    text-decoration: underline;
    color: var(--hover-color);
}

.s_cg {
    margin: 60px 0 0;
}

.s_cg_committee_item {
    margin: 20px auto 0;
    width: 100%;
    max-width: 95%;
    border-radius: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: white;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
}

.s_cg_committee_item:hover .s_cg_committee_right img {
    transform: scale(1.05);
}

.s_cg_committee_label {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--main-color);
}

.s_cg_committee_left {
    width: 60%;
    padding: 40px;
}

.s_cg_committee_left p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.s_cg_committee_left ul {
    margin-top: 20px;
    margin-left: 16px;
}

.s_cg_committee_left ul li {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    list-style-type: disc;
}

.s_cg_committee_right {
    border-radius: 0 20px 20px 0;
    width: 40%;
    overflow: hidden;
}

.s_cg_img {
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.s_cg_committee_right img {
    border-radius: 0 20px 20px 0;
    width: 100%;
    height: 100%;
    transition: transform 0.2s ease-in-out;
    object-fit: cover;
}

.s_cg_committee_item .s_cg_pdf {
    margin-top: 40px;
}

.s_cg_pdf {
    margin-top: 60px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.s_cg_pdf a {
    padding: 20px 30px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.s_cg_pdf a:hover {
    background-color: var(--main-color);
}

.s_cg_pdf a:hover i,
.s_cg_pdf a:hover span {
    color: white;
}

.s_cg_pdf a i {
    margin-right: 10px;
    color: var(--main-color);
}

.s_cg_pdf a span {
    color: var(--main-color);
    font-size: 16px;
}

.s_cg_pdf2 {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
}

.s_cg_pdf_item {
    margin-bottom: 30px;
    width: 100%;
    border-left: 3px solid var(--main-color);
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.s_cg_pdf_item:last-child {
    margin-bottom: 0;
}

.s_cg_pdf_item h6 {
    margin: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--text-black-color);
}

.s_cg_pdf_item a {
    padding: 20px 30px;
    height: 36px;
    border-radius: 50px;
    border: 1px solid var(--main-color);
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.s_cg_pdf_item a:hover {
    background-color: var(--main-color);
}

.s_cg_pdf_item a:hover span,
.s_cg_pdf_item a:hover i {
    color: white;
}

.s_cg_pdf_item a i {
    margin-right: 10px;
    color: var(--main-color);
}

.s_cg_pdf_item a span {
    color: var(--main-color);
    font-size: 16px;
}

#News_Div {
    grid-template-columns: repeat(1, 1fr);
}

#News_Div .s_ec_title {
    width: 90%;
    padding-bottom: 20px;
}

#News_Div .s_ec_item h6 {
    font-size: 18px;
}

#News_Div .s_ec_item h5 {
    font-size: 22px;
    line-height: 1.5;
}

#News_Div .s_view_button span {
    font-size: 20px;
}


#Year_Div {
    width: 100%;
}

#Year_Div .swiper-slide {
    padding: 40px;
    text-align: center;
}

.s_media_enquiries {
    margin: 60px 0 0;
}

.s_media_enquiries p {
    margin-bottom: 40px;
}

.s_media_enquiries a {
    font-weight: 600;
    color: var(--text-black-color);
}

.s_media_enquiries a:hover {
    color: var(--main-color);
}

.s_ir_inner {
    margin: 60px 0 0;
}

.s_ir_info_title {
    margin-bottom: 10px;
    font-weight: 700;
}

.s_ir_info2 {
    margin: 60px 0 0;
    gap: 60px;
    grid-template-columns: repeat(1, 1fr);
    display: grid;
}

.s_ir_info_item2 {
    padding: 25px 20px;
    border-radius: 10px;
    border-left: 5px solid var(--main-color);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    flex-direction: column;
    justify-content: space-between;
}

.s_ir_info_item2 p {
    font-size: 18px;
    line-height: 1.5;
}

.s_ir_info_item2 p a:hover {
    color: var(--main-color);
}

.s_certs {
    display: flex;
    flex-direction: column;
}

.s_certs_item {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
}

.s_certs_label {
    margin-bottom: 20px;
    font-weight: 700;
}

.s_ir_dcc ul {
    padding-top: 40px;
    padding-left: 20px;
}

.s_ir_dcc li {
    margin-bottom: 20px;
    line-height: 1.5;
    list-style-type: disc;
}

.s_ir_dcc_footnote {
    margin-top: 60px;
}

.s_ir_dcc_footnote_label {
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
}

.s_ir_dcc_footnote ul {
    padding-top: 20px;
}

.s_ir_dcc_footnote li {
    font-size: 14px;
    font-style: italic;
    list-style-type: decimal;
}

.s_ir_dcc_footnote li a {
    color: var(--main-color);
}

.s_fe_label {
    margin-bottom: 20px;
    font-weight: 600;
}

.s_fe_item {
    margin-bottom: 25px;
}

.s_fe_button {
    width: 100%;
    display: flex;
    justify-content: center;
}

.s_fe_button a {
    padding: 20px 30px;
    border: 1px solid var(--main-color);
    transition: all .3s ease-in-out;
    color: var(--main-color) !important;
    cursor: pointer;
}

.s_fe_button a:hover {
    transition: all .3s ease-in-out;
    color: white !important;
    background-color: var(--main-color);
}

.s_np_year {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.s_np_content {
    margin-top: 60px;
    gap: 60px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.s_np_content.esg-center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_np_content.esg-center .s_np_item {
    max-width: 435px;
}

.s_np_item {
    border-radius: 25px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.s_np_desc {
    border-radius: 0 0 50px 50px;
    padding: 30px;
    background-color: white;
}

.s_np_date {
    font-size: 16px;
}

.s_np_title {
    margin: 20px 0 0;
    line-height: 1.3;
    font-weight: 600;
    display: -webkit-box;     
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;    
    overflow: hidden;  
    text-overflow: ellipsis; 
}

.s_np_thumbnail {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#NewsDiv .s_np_thumbnail img {
    height: 245px;
    border-radius: 25px;
    width: 100%;
    object-position: bottom right;
    object-fit: cover;
    overflow: hidden;
}

#PressDiv .s_np_thumbnail img {
    height: 245px;
    border-radius: 25px;
    width: 100%;
    object-position: bottom right;
    object-fit: cover;
    overflow: hidden;
}

#ESGDiv .s_np_thumbnail img {
    height: 245px;
    border-radius: 25px;
    width: 100%;
    object-position: bottom right;
    object-fit: cover;
    overflow: hidden;
}

.s_np_th_year_text {
    left: 20px;
    font-size: 22px;
    color: var(--text-black-color);
    position: absolute;
}

.s_np_item:hover {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.s_np_item:hover .s_np_desc {
    transition: all .3s ease-in-out;
}

.s_np_item:hover .s_np_thumbnail{
    border-radius: 25px;
}

.s_np_item:hover .s_np_thumbnail img {
    transform: scale(1.05);
    border-radius: 25px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}


.s_np_item:hover .s_np_thumbnail h6{
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}

.s_np_item:hover .s_np_date,
.s_np_item:hover .s_np_title {}

.s_view_button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.s_view_button a {
    display: flex;
    align-items: center;
}

.s_view_button a:hover i,
.s_view_button a:hover span {
    color: var(--main-color);
    transition: all .3s ease-in-out;
}

.s_view_button i {
    color: var(--text-black-color);
}

.s_view_button span {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 600;
    color: var(--text-black-color);
}

.s_cc {
    margin: 60px 0 0;
}

.s_cc h6 span {
    font-weight: 900;
    color: var(--main-color);
}

.s_cc_6 {
    margin: 60px auto 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.s_cc_item {
    padding: 0 0 20px 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.s_cc_item:nth-child(even) {
    margin-top: 160px;
}

.s_cc_label {
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 2px;
}

.s_cc_label span {
    font-size: 36px;
    color: var(--main-color);
}

.s_cc_icon {
    width: 90px;
    height: 90px;
    border-radius: 200px;
    border: 2px solid var(--text-black-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_cc_icon img {
    width: 100%;
    max-width: 55px;
}

.s_cc_desc {
    font-size: 24px;
    margin: 0;
    border: solid 2px;
    border-radius: 20px;
    padding: 25px;
    color: var(--main-color);
    position: relative;
}

.s_cc_desc p::before {

    width: 80px;
    bottom: -3px;
    left: 50px;
    z-index: 2;
    border: 6px solid #fff;
    content: "";
    position: absolute;
}

.s_cc_desc p::after {
    content: "";
    position: absolute;
    border: 2px solid #f15922;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.s_cc_desc p {
    width: 100%;
    line-height: 1.5;
    text-align: center;
}

#InvestorInquiries_Div .s_inner_row {
    margin-top: 60px;
    align-items: flex-start;
}

#InvestorInquiries_Div .s_ir_inner {
    margin-top: 0;
}

#InvestorInquiries_Div input,
#InvestorInquiries_Div textarea {
    padding: 5px 10px;
    color: var(--text-black-color);
}

#InvestorInquiries_Div a {
    color: var(--text-black-color);
}

#InvestorInquiries_Div a:hover {
    color: var(--main-color);
}

.s_cc_row {
    margin-top: 60px;
    grid-template-columns: 1fr 3fr;
    display: grid;
}

.s_cc_left {}

.s_cc_left_item {
    margin-bottom: 20px;
    padding: 5px 15px;
    border-left: 3px solid transparent;
    cursor: pointer;
}

.s_cc_left_item.active {
    border-left: 3px solid var(--main-color);
}

.s_cc_right .s_cc_desc.active .s_cc_left_item .s_cc_label {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
}

.s_cc_left_item .s_cc_label span {
    font-size: 24px;
    color: var(--text-black-color);
}

.s_cc_right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s_cc_right .s_cc_desc {
    width: 100%;
    max-width: 100%;
    display: none;
}

.s_cc_right .s_cc_desc.active {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s_cc_right .s_cc_desc img {
    margin-bottom: 15px;
    width: 100%;
    max-width: 65px;
}

#HomeDisclaimer_Div {
    position: relative;
}

#HomeDisclaimer_Div span {
    transition: all .3s ease-in-out;
    cursor: pointer;
}

#HomeDisclaimer_Div span:hover {
    transition: all .3s ease-in-out;
    color: var(--hover-color);
}

.ui-dialog .ui-dialog-title,
.ui-dialog p {
    font-size: 14px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: url('../img/close.png') no-repeat;
    background-size: contain;
    border: none;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: none;
}

#CG_BG_Div {
    padding: 40px;
    height: auto;
}

.s_cg_whistleblowing {
    padding: 40px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .89);
    width: 100%;
    max-width: 75%;
}

.s_cg_whistleblowing p a {
    color: var(--text-black-color);
}

.s_cg_whistleblowing_label {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: var(--main-color);
}

.s_cg_whistleblowing a:hover {
    color: var(--second-color);
}

.s_footer_awards {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}

.s_footer_awards img {
    margin: 0 10px;
    width: 100%;
}