@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: "Druk Text Wide Cy TT Heavy";
    src: url(../fonts/DrukTextWideCyTTHeavy.ttf);
}

/* @font-face {
    font-family: "Druk Text Wide Cy TT Heavy";
    src: url("//db.onlinewebfonts.com/t/deeff3aedaadade4fe1de6a56c680c13.eot");
    src: url("//db.onlinewebfonts.com/t/deeff3aedaadade4fe1de6a56c680c13.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/deeff3aedaadade4fe1de6a56c680c13.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/deeff3aedaadade4fe1de6a56c680c13.woff") format("woff"), url("//db.onlinewebfonts.com/t/deeff3aedaadade4fe1de6a56c680c13.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/deeff3aedaadade4fe1de6a56c680c13.svg#Druk Text Wide Cy TT Heavy") format("svg");
} */

* {
    font-family: 'Montserrat', sans-serif;
}

*:focus {
    outline: none;
}

.dx-toast-icon{
    display: none!important;
}

::selection {
    background: #D1171E;
    color: white;
}

img {
    width: 100%;
}

html {
    font-size: 18px;
}

body {
    margin: 0;
    padding: 0;
}

.dxc-title text{
    font-size: 18px!important;
    font-weight: 400!important;
    font-family: 'Montserrat', sans-serif!important;
}

.swiper-button-disabled {
    display: none;
}

.dx-state-active {
    background-color: #b8d765 !important;
}

/* .navbar-box::-webkit-scrollbar-thumb,
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 5px;
    background-color: lightgrey;
}

.navbar-box::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-color: grey;
} */

a {
    text-decoration: none;
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.swiper-pagination span {
    background: #b6d755;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
}

.p-lr {
    padding: 35px 155px;
}

.content {}

.footer-container {
    background-color: #eeeeee;
    padding: 70px 320px;
}

.footer-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.footer-left {
    width: 100%;
    padding-right: 40px;
}

.footer-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
}

.footer-right {
    width: 100%;
    padding-left: 40px;
    border-left: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-text-inner {
    padding-left: 40px;
}

.footer-text-inner a {
    color: black;
}

.footer-text-inner a:hover {
    color: #b8d765;
}

.footer-logo {
    width: 100%;
    max-width: 170px;
}

.footer-social {
    margin-top: 40px;
}

.footer-social-item {
    display: flex;
    flex-direction: row;
}

.footer-social-item a {
    margin-right: 40px;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    border: 1px solid #b8d765;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.footer-social-item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-item a i {
    font-size: 24px;
    color: #b8d765;
}

.footer-social-item a:hover {
    background-color: #b8d765;
}

.footer-social-item a:hover i {
    color: white;
}

.f-award-row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 530px;
    margin-bottom: 20px;
}

.f-award-row:last-child {
    margin-bottom: 0;
}

.f-award-row img {
    height: auto !important;
    width: auto !important;
}

.f-award-row img:first-child {
    margin-left: 0;
}

.bc-title {
    margin-top: 160px;
    margin-bottom: 40px;
    font-size: 46px;
    font-family: "Druk Text Wide Cy TT Heavy";
    color: white;
}

.banner-content-box {
    position: absolute;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 1;
}

#IndexAboutUsDiv {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.bc-content-text {
    width: 100%;
    max-width: 600px;
}

.bc-content-text p {
    line-height: 34px;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    color: white;
}

.bc-more {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bc-more-text {
    font-size: 18px;
    font-weight: 600;
    color: white;
    margin-right: 15px;
}

.bc-more img {
    width: 100%;
    max-width: 34px;
    transition: all .2s ease-in-out;
}

.bc-more:hover img {
    transform: scale(1.2);
}

.swiper-button-text {
    text-transform: uppercase;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #9c9c9c;
}

#IndexSwiperDiv {
    width: 100%;
    min-height: 937px;
}

#IndexSwiperDiv .swiper-slide {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}

.layer-img-inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

#IndexSwiperDiv .swiper-slide .layer-image {
    position: relative;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    min-height: 969px;
    max-height: 969px;
}

.swiper-button-prev {
    left: 100px;
}

.swiper-button-next {
    right: 100px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.sb-btn img {
    width: 57px;
    height: 57px;
    transition: all .2s ease-in-out;
    -webkit-animation: swiperBtnAni 3s ease-in-out infinite;
    animation: swiperBtnAni 3s ease-in-out infinite;
}

.sb-btn:hover img {
    transform: scale(1.2);
}

@-webkit-keyframes swiperBtnAni {
    0% {
        opacity: 1;
        width: 57px;
        height: 57px;
    }

    50% {
        opacity: 0.5;
        width: 67px;
        height: 67px;
    }

    100% {
        opacity: 1;
        width: 57px;
        height: 57px;
    }
}

.bc-stock-information-box {
    width: 100%;
    max-width: 610px;
    border-top-right-radius: 150px;
    border-bottom-right-radius: 150px;
    padding: 40px;
    bottom: 100px;
    position: absolute;
    background-color: rgba(255, 255, 255, .9);
}

.bc-report-announcement-box {
    position: absolute;
    right: 100px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 695px;
}

.bc-report-announcement-box .bc-more {
    margin: 20px 0 10px !important;
}

.bc-report-announcement-box .bc-title {
    margin-top: 135px;
    margin-bottom: 0;
}

.bc-stock-label {
    font-weight: 700;
    font-size: 30px;
    color: #b8d765;
    line-height: 30px;
}

.bc-stock-company-name {
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 16px;
}

.bc-stock-price-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bc-stock-detail-box {
    display: flex;
    flex-direction: column;
}

.bc-stock-detail-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.bc-stock-detail-inner img {
    max-width: 20px;
}

.bc-stock-price {
    margin-right: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.bc-stock-price span#countup {
    font-size: 60px;
    font-weight: 700;
}

.bc-stock-price span.unit {
    font-size: 30px;
}

.price-detail-value {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}

.stock-delayed {
    font-size: 14px;
    font-weight: 400;
}

.bc-ir-label {
    border-radius: 150px;
    background-color: white;
    padding: 5px 20px;
    font-size: 24px;
    font-weight: 700;
    color: #b8d765;
    margin: 20px 0 30px;
}

.bc-fr-inner {
    display: flex;
    flex-direction: row;
}

.bc-fr-item {
    margin-right: 60px;
}

.bc-fr-item img {
    width: 130px;
    height: 180px;
}

.bc-hover-download {
    display: none;
    background-color: rgba(0, 0, 0, .55);
    position: absolute;
    width: 130px;
    height: 180px;
    top: -78px;
    align-items: center;
    justify-content: center;
}

.bc-hover-download img {
    width: 35px;
    height: 35px;
}

.bc-report-year {
    margin-top: 10px;
    color: white;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}

.bc-report-title {
    color: white;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}

.bc-fr-img-inner {
    position: relative;
}

.bc-fr-img-inner:hover .bc-hover-download {
    display: flex;
}

.bc-fr-item .bc-report-title::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    transition: width 1s;
}

.bc-fr-item:hover .bc-report-title::after {
    width: 100%;
}

.bc-al-item .bc-al-title::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background: white;
    transition: width 1s;
}

.bc-al-item:hover .bc-al-title::after {
    width: 100%;
}

.bc-al-date {
    color: white;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}

.bc-al-title {
    color: white;
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#IndexBusinessOverviewDiv .bo-content-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 260px;
}

.overview-row{
    margin: 0;
    padding: 0;
}

.bc-business-overview-title {
    width: 100%;
    border-radius: 150px;
    background-color: white;
    padding: 5px 20px;
    font-size: 30px;
    font-weight: 700;
    color: #b8d765;
    margin: 20px 0 10px;
    text-align: center;
}

.bc-number-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}

.bc-bo-num {
    text-align: center;
    margin-left: 8px;
    margin-right: 4px;
    min-width: 130px;
    font-size: 75px;
    font-weight: 500;
    line-height: 63px;
}

.bc-bo-inner {
    margin-bottom: 50px;
}

.bc-bo-1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 53px;
}

.bc-bo-2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.wholesale-content {
    width: 100%;
    max-width: 438px;
    margin-top: 15px;
}

.wholesale-content p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    text-align: center;
    color: white;
}


#IndexOurCommitmentDiv .bo-content-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    right: 180px;
}

.our-commitment-content {
    width: 100%;
    max-width: 420px;
}

.our-commitment-content p {
    text-align: start;
    font-weight: 500;
    font-size: 20px;
    line-height: 34px;
    color: white;
}

#IndexOurCommitmentDiv .bc-title {
    line-height: 45px;
    margin-top: 185px;
}

#IndexOurCommitmentDiv .bc-more {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#IndexBusinessOverviewDiv .bc-more {
    margin-top: 50px;
}

#IndexBusinessOverviewDiv .bc-title {
    margin-top: 200px;
    line-height: 50px;
    text-align: center;
}

#IndexStockInformationDiv .bc-more {
    margin-top: 0;
}

#IndexStockInformationDiv .bc-more-text {
    color: #b8d765;
}

#IndexSwiperDiv {
    background-image: url(../img/background.png);
}

#IndexDiv {
    background-image: url(../img/index_obj1_center8.png);
    background-position: top center;
    background-size: cover;
}

#IndexDiv2 {
    background-image: url(../img/index_obj2_ver8.png);
    background-position: bottom center;
    background-position-y: 100px;
}

/* @media screen and (min-width: 1199px) {
    #IndexDiv2{
        min-height: 969px!important;
    }
} */

#IndexDiv3 {
    background-image: url(../img/index_obj3.png);
    background-position: bottom center;
    background-position-y: 100px;
}

#IndexDiv4 {
    background-image: url(../img/inner_obj4_ver4_4.png);
}

#IndexDiv5 {
    background-image: url(../img/index_obj5_ver4.png);
    background-position: top right;
    background-position-y: 100px;
}

/* Inner Page */

.black-drop {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.inner-bg {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 830px;
    background-image: url(../img/background.png);
}

.inner-banner {
    position: relative;
    width: 100%;
    height: 320px;
    background-image: url(../img/inner_obj1_ver8.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    background-size: 50%;
}

.obj-about {
    background-image: url(../img/inner_obj2_ver4.png);
    background-position: center;
    background-size: 50%;
}

.obj-ir {
    background-image: url(../img/inner_obj3_ver2.png);
    background-position: center;
    background-size: 35%;
}

.obj-sustainability {
    background-image: url(../img/inner_obj5_ver2.png);
    background-position: center;
    background-size: 50%;
}

.obj-media {
    background-image: url(../img/inner_obj4_ver4_3.png);
    background-position: center;
    background-size: 55%;
}

.obj-contact {
    background-size: 35%;
}

.inner-item-title {
    font-family: "Druk Text Wide Cy TT Heavy";
    position: relative;
    background-color: rgba(255, 255, 255, .99);
    width: 100%;
    height: 180px;
    padding-top: 65px;
    text-align: center;
    font-size: 40px;
    color: #959595;
    /* position: absolute;
    bottom: 0; */
    z-index: 2;
}

/* #AboutUsSection .inner-nav-title{
    transform: initial;
    justify-content: center;
    padding-bottom: 40px;
} */

.inner-item-title span {
    font-weight: bold;
}

.inner-content {
    padding-top: 0 !important;
    padding-bottom: 135px;
}

.i-left p {
    font-weight: 400;
    font-size: 18px;
    color: #2a2525;
}

.i-right {}

.inner-more-btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.more-btn-bg {
    border: 3px solid transparent;
    background-color: #b8d765;
    padding: 10px 40px;
    transition: all .3s ease-in-out;
}

.more-btn-bg .more-btn {
    color: white;
    transition: all .3s ease-in-out;
}

.more-btn-bg:hover {
    border: 3px solid #b8d765;
    background-color: white;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.more-btn-bg:hover .more-btn {
    color: #b8d765;
    transition: all .3s ease-in-out;
}

#CPDiv .inner-more-btn {
    margin: 80px 0 120px;
}

.comma-style-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comma-style-item {
    width: 100%;
    max-width: 1370px;
    border: 1px solid #b8d765;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
}

.comma-style-item:last-child {}

.csi-label {
    width: auto;
    color: #b6d755;
    font-weight: bold;
    font-size: 24px;
    line-height: 49px;
    background-color: white;
    text-align: center;
    margin-top: -55px;
    padding: 0 10px;
    text-transform: uppercase;
}

.csi-content {
    padding: 10px 0 20px 0;
    line-height: 49px;
    font-size: 36px;
    text-align: center;
    font-weight: 300;
}

.csi-top-comma {
    background-image: url(../img/top-comma.png);
    background-size: contain;
    width: 130px;
    height: 93px;
    background-repeat: no-repeat;
    margin-left: -116%;
    margin-top: -65px;
}

.csi-bottom-comma {
    background-image: url(../img/bottom-comma.png);
    background-size: contain;
    width: 130px;
    height: 93px;
    background-repeat: no-repeat;
    margin-right: -116%;
    margin-bottom: -45px;
}

.csi-top-comma,
.csi-bottom-comma {
    display: inline-block;
    position: relative;
    opacity: 0;
    animation: fade-in 2.5s ease-out forwards;
}

.core-value-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.cv-label {
    color: #b6d755;
    font-weight: bold;
    font-size: 24px;
    line-height: 49px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cv-desc2{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    line-height: 49px;
}

.core-value {
    width: 100%;
    max-width: 1100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cv-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cv-item:hover .cv-circle {
    scale: 1.1;
    transition: .5s ease all;
}

.cv-circle {
    width: 216px;
    height: 216px;
    border-radius: 100%;
    background-color: #b8d765;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: .5s ease all;
}

.cv-circle img {
    width: 100%;
    max-width: 70px;
}

.cv-desc {
    margin-top: 15px;
    width: 195px;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    text-align: center;
}

.cv-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: white;
    text-align: center;
}

.overview-intro-text {
    font-size: 18px;
    margin-bottom: 60px;
    text-align: left;
    color: #212529;
}

.overview-intro-text a {
    margin: 0 5px;
    font-size: 24px;
    color: #b8d765 !important;
    text-transform: uppercase;
    cursor: initial !important;
}

#RetailDiv,
#WholesaleDiv {
    margin-bottom: 60px;
}

#RetailDiv .inner-more-btn {
    justify-content: flex-start;
}

#WholesaleDiv .inner-more-btn {
    justify-content: flex-start;
}

.overview-item-label {
    font-size: 32px;
    color: #b8d765;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.board-type {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.board-type-title {
    font-size: 21px;
    font-weight: 700;
    color: #b8d765;
}

.board-people-inner {
    width: 100%;
    max-width: 1000px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.board-people-item {
    background-color: #b8d765;
    border: 2px dashed lightgrey;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    margin-bottom: 20px;
    color: #2a2525;
    transition: all .3s ease-in-out;
}

.board-people-item:hover {
    border: 2px solid #b8d765;
    transition: all .3s ease-in-out;
}

.board-people-item:hover .board-name,
.board-people-item:hover .board-position,
.board-people-item:hover .board-desc {
    transition: all .3s ease-in-out;
}

.board-people-item.active {
    background-color: white;
    border: 2px solid #b8d765;
    transition: all .3s ease-in-out;
}

.board-people-item.active .board-name,
.board-people-item.active .board-position {
    color: #2a2525;
    transition: all .3s ease-in-out;
}

.board-name {
    text-align: center;
    font-weight: 600;
    color: white;
}

.board-position {
    font-weight: 500;
    text-align: center;
    color: white;
}

.board-desc {
    margin: 20px 0 0;
    padding: 0;
    text-align: justify;
}

.board-detail-box {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.board-detail {
    background-color: white;
    padding: 30px;
    width: 100%;
    max-width: 900px;
    display: flex;
    flex-direction: column;
}

.board-detail h5 {
    font-weight: 700;
    font-size: 21px;
    color: #b6d755;
}

.board-detail h6 {
    margin: 10px 0 20px;
    font-weight: 600;
    font-size: 16px;
    color: #b6d755;
}

.board-detail p {
    margin: 0;
    padding-right: 20px;
    font-size: 16px;
    max-height: 420px;
    overflow-y: auto;
}

.board-detail p::-webkit-scrollbar {
    width: 10px;
}

.board-detail p::-webkit-scrollbar-track {
    background-color: lightgrey;
}

.board-detail p::-webkit-scrollbar-thumb {
    background-color: #b6d755;
}

.board-close-btn {
    display: flex;
    justify-content: flex-end;
    font-size: 32px;
}

.board-close-btn i {
    cursor: pointer;
}

.board-close-btn i:hover {
    color: #b6d755;
}

.ci-content {
    display: flex;
    flex-direction: column;
}

.ci-item {
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-bottom: 1px dashed #b6d755;
}

.ci-item:last-child {
    border-bottom: 0;
}

.ci-label {
    width: 100%;
    max-width: 460px;
    font-weight: 600;
}

.ci-text {
    padding-left: 40px;
}

.prospectus-inner {
    display: flex;
    justify-content: center;
}

.prospectus-inner img {
    border: 3px solid lightgrey;
    width: 100%;
    max-width: 320px;
}

.prospectus-inner a:hover img {
    border: 3px solid #b8d765;
}

.prospectus-label {
    margin-top: 10px;
    color: #b8d765;
    text-align: center;
}

.prospectus-inner a:hover .prospectus-label {
    color: #b8d765;
}

.cg-content-box p {
    color: #2a2525;
}

.cg-document-inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 80px;
}

.cg-document-item {
    width: 100%;
    max-width: 1000px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: white;
    border-radius: 10px 40px 20px;
    padding: 30px 20px;
    margin-bottom: 50px;
    text-align: start;
    background-color: #457335;
    border-bottom: 6px solid #b8d765;
    border-right: 6px solid #b8d765;
    transition: all .3s ease-in-out;
}

.cg-document-item:last-child {
    margin-bottom: 0;
}

.cg-document-item:hover {
    text-decoration: none;
    background-color: #b8d765;
    border-right: 6px solid #457335;
    border-bottom: 6px solid #457335;
    color: white;
    transition: all .3s ease-in-out;
}

.cg-document-item:hover i {
    font-size: 24px;
    transition: all .3s ease-in-out;
}

.cg-document-item:hover h6 {
    font-size: 18px;
    transition: all .3s ease-in-out;
}

.cg-document-item i {
    font-size: 21px;
    transition: all .3s ease-in-out;
}

.cg-document-item h6 {
    font-weight: 500;
    font-size: 16px;
    padding-right: 10px;
    transition: all .3s ease-in-out;
}

#SustainSection .cg-document-inner {
    margin-top: 0;
}

.lc-content-box h6 {
    margin-bottom: 40px;
}

.lc-label {
    font-weight: 600;
}

.lc-text {
    font-style: italic;
}

#IntentionDiv {
    margin-bottom: 30px;
}

.ec-company-name {
    font-size: 24px;
    color: #b8d765;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.enquiry-content-box {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ec-inner {
    width: 100%;
    max-width: 765px;
    display: flex;
    flex-direction: column;
}

.ec-item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ec-item:last-child {
    margin-bottom: 0;
}


.ec-item:hover a {
    color: #b8d765;
}

.ec-item i {
    font-size: 21px;
    margin-right: 10px;
}

.ec-item h5 {
    font-size: 18px;
    margin-bottom: 6px;
}

.ec-item h6 {
    font-size: 18px;
}

.ec-item a {
    color: black;
}

.icon-item h6 {
    font-weight: bold;
    font-size: 21px;
    margin-bottom: 20px;
}

.ei-column {
    display: flex;
    flex-direction: row;
}

#DisclaimerSection p {
    text-align: justify;
}

#DisclaimerSection p b {
    color: #b8d765;
}

.sitemap-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sitemap-item {
    min-width: 270px;
    border: 1px dashed #b8d765;
    border-radius: 20px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sitemap-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    background-color: #b8d765;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: white;
}

.sitemap-sub-item-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.sitemap-sub-title {
    margin-bottom: 10px;
    color: black;
    font-size: 14px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.sitemap-sub-title:hover {
    color: #b8d765;
    font-weight: bold;
    transition: all .3s ease-in-out;
}

.sa-inner {
    padding: 60px 0;
}

.sa-content-inner {
    padding: 40px 0 0;
    width: 100%;
    display: flex;
    flex-direction: row;
}

.sa-inner:last-child .sa-row {
    margin-bottom: 40px;
}

#SaContentDiv .csi-content {
    padding: 40px 0 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

#SaContentDiv .comma-style-item {
    max-width: 1550px;
    margin-bottom: 0;
}

.sa-gs-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sa-gs-content i {
    margin: 20px 0;
    font-size: 32px;
}

.sa-gs-title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: bold;
    color: #f4823b;
    border-radius: 100%;
}

.sgc-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sgc-label {
    margin: 10px 0;
    font-size: 18px;
    color: #b8d765;
    font-weight: 600;
}

.sgc-content ul {
    padding-left: 18px;
}

.sgc-content li {
    margin-bottom: 10px;
    text-align: start;
    list-style-type: disc;
}

.sgc-item {
    /* display: none; */
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.sgc-ul {
    display: flex;
    flex-direction: row;
}

.sgc-ul>div {
    width: 50%;
}

.sgc-item.active {
    /* display: flex; */
}

.sa-arrow-down {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    transform: rotate(270deg);
}

.sa-arrow-down i {
    font-size: 36px;
}

.sa-row {
    margin-bottom: 100px;
}

.sa-row-label {
    font-size: 24px;
    font-weight: 700;
    color: #b6d755;
}

.sa-row-content {
    margin-top: 20px;
}

.sa-gs-color1 {
    color: #f4823b;
}

.sa-gs-color2 {
    color: #c85d8e;
}

.sa-gs-color3 {
    color: #00b6b5;
}

.sa-gs-text-color1 {
    color: #f4823b;
}

.sa-gs-text-color2 {
    color: #c85d8e;
}

.sa-gs-text-color3 {
    color: #00b6b5;
}

#SSswiperDiv {
    width: 100%;
    display: flex;
    justify-content: center;
}

#SSswiperDiv .swiper-wrapper {
    width: 100%;
    max-width: 1050px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

#SSswiperDiv .swiper-button-next,
#SSswiperDiv .swiper-button-prev {
    top: auto;
    bottom: 10px;
}

#SSswiperDiv .swiper-button-next {
    right: 20px;
}

#SSswiperDiv .swiper-button-prev {
    left: auto;
    right: 120px;
}

#SSswiperDiv i {
    font-size: 64px;
    color: #b8d765;
}

#SSswiperDiv .swiper-button-disabled {
    display: flex;
}

.ss-bg {
    width: 100%;
    height: 400px;
    background-size: cover;
    border-radius: 20px;
    cursor: pointer;
}

.ss-bg-1 {
    background-image: url(../img/operation.jpg);
    background-position: left;
}

.ss-bg-2 {
    background-image: url(../img/sa/people_ver2.jpg);
    background-position: center;
}

.ss-bg-3 {
    background-image: url(../img/environment.jpg);
    background-position: bottom;
}

.ss-bg-4 {
    background-image: url(../img/sa/community_ver2.jpg);
    background-position: bottom center;
}

.ss-label {
    font-size: 21px;
    font-weight: 700;
    color: #b8d765;
    text-transform: uppercase;
    margin: 40px 0;
}

.ss-content {
    padding: 20px 30px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    color: white;
}

.swiper-slide-active .ss-content {
    display: flex;
}

.ss-title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}

.ss-title img{
    width: 100%;
    max-width: 48px;
    filter: brightness(0) invert(1);
}

.ss-bg:hover .ss-desc {
    display: block;
}

.ss-bg:hover .ss-content {
    background-color: rgba(0, 0, 0, 0.75);
}

.ss-desc {
    display: none;
    font-size: 16px;
}

.sa-inner:last-child .comma-style-item {
    margin-bottom: 0;
}

#AboutUsSection .swiper-slide,
#AboutUsSection .swiper-slide img {
    border-radius: 20px;
}

#OverviewDiv .swiper {
    max-width: 640px;
    margin-bottom: 40px;
}

.overview-btn-inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.overview-content {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}

.pushin-layer.color {
    background-color: #b8d765;
}

.pushin-layer.color .overview-title {
    color: white;
}

.pushin {
    width: 100%;
}

.pushin img {
    width: 100%;
    max-width: 360px;
}

.pushin p {
    margin: 20px 0 0;
    font-size: 18px;
    max-width: 720px;
    text-align: justify;
}

.pushin .inner-more-btn {
    margin-top: 20px;
}

.overview-title {
    font-size: 24px;
    font-weight: bold;
    color: #b8d765;
    text-transform: uppercase;
}

.overview-img-inner {
    display: flex;
    flex-direction: row;
}

.overview-img-inner img {
    width: 100%;
    max-width: 360px;
}

.oi-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 720px;
}

.oi-center p {
    text-align: justify;
    margin: 20px 0;
}

.oi-center .inner-more-btn {
    margin: 0 0 20px 0;
    justify-content: center !important;
}

.oi-center-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.oi-master {
    display: flex;
    justify-content: center;
}

.oi-box {
    width: 100%;
    padding: 20px;
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#CpSwiperDiv .swiper-button-prev,
#RetailSwiperDiv .swiper-button-prev,
#WholesaleSwiperDiv .swiper-button-prev {
    left: 40px;
}

#CpSwiperDiv .swiper-button-next,
#RetailSwiperDiv .swiper-button-next,
#WholesaleSwiperDiv .swiper-button-next {
    right: 40px;
}

.cu-item {
    margin-bottom: 40px;
    border-radius: 20px;
    border: 2px dashed #b8d765;
    display: flex;
    flex-direction: row;
}

.cu-item:last-child {
    margin-bottom: 0;
}

.cu-label {
    min-width: 150px;
    border-radius: 20px 0 0 20px;
    padding: 0 30px;
    background-color: #b8d765;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
}

.cu-label i {
    font-size: 21px;
    margin-bottom: 8px;
}

.cu-label h6 {
    font-size: 18px;
}

.cu-content {
    padding: 30px;
    width: 100%;
    text-align: right;
}

.cu-content h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.cu-content h6 {
    font-size: 18px;
    color: #212529;
}

.cu-content a {
    font-size: 18px;
    color: #212529;
}

.cu-content a:hover {
    text-decoration: none;
    color: #b8d765;
}


@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 1600px) {
    .p-lr {
        padding: 30px 50px;
    }

    .navbar-container.active.p-lr {
        padding: 30px 50px;
    }
}

@media screen and (max-width: 1400px) {
    .p-lr {
        padding: 30px 50px; 
    }

    .navbar-container.active.p-lr {
        padding: 30px 50px;
    }

    #CPDiv .row{
        padding: 0;
    }
}

.sa-d3-row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.sa-d3-title {
    font-weight: 700;
    font-size: 21px;
    color: #457335;
    text-align: center;
    width: 100%;
}

.sa-d3-inner {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 60px;
}

.sa-d3-item {
    width: 33%;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.sa-d3-top {
    border-radius: 10px;
    background-color: #f4823b;
    padding: 30px;
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 18px;
}

.sa-d3-middle {
    padding: 30px 20px;
}

.sa-d3-m1 {
    color: #f4823b;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}

.sa-d3-middle ul {
    margin-left: 20px;
}

.sa-d3-middle ul li {
    list-style-type: disc;
    font-size: 16px;
    margin-bottom: 5px;
}

.sa-committee-row{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: nowrap;
}

.sa-d3-m1.active{
    border-bottom: 2px solid #c85d8e;
}

.cursor-point{
    cursor: pointer;
}

.sa-d3-m1.cursor-point:hover{
    border-bottom: 2px solid #c85d8e;
}

.sa-d3-m1{
    text-align: center;
}