.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 1px;
    position: initial;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.text-center {
    text-align: center;
}

.dis-inline {
    display: inline-table;
}

.pd-0 {
    padding: 0px !important;
}
.m-0{
    margin: 0;
}

.head-title {
    display: inline-block;
    color: #fff !important;
    background-color: #3fb02c;
    border: none;
    padding: 10px 35px;
    border-radius: 54px 54px 0 54px;
    width: 100%;
}

.ir-row {
    max-width: 1180px !important;
    padding: 50px 0px;
    margin: 0 auto;
}

.ir-row h2 {
    font-weight: 400;
    color: #747474;
}

.sub-row {
    max-width: 1100px !important;
    padding: 50px 15px;
    padding-top: 70px;
}

.sub-row h2 {
    color: #5bb846;
    margin: 0 0 30px;
    text-align: center;
}

.text-red {
    color: #ff4242 !important;
}

.text-green {
    color: #5bb947 !important;
}

.line-bot {
    border-bottom: 1px solid #898a8d;
    opacity: 0.2;
    margin: 15px 0px !important;
}

@media (max-width: 991px) {
    .ir-row {
        padding: 30px 0px;
    }
    .space-section {
        margin-bottom: 60px !important;
    }
}


/* ?Butt All */

.centered-container {
    display: inline-flex;
    float: right;
}

.link {
    color: #747474;
    cursor: pointer;
    font-weight: 400;
    font-size: 22px;
    text-decoration: none;
}

.link--arrowed {
    /* display: inline-block; */
    height: 2rem;
    line-height: 2rem;
}

.link--arrowed .arrow-icon {
    position: relative;
    top: 3px;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.link--arrowed .arrow-icon--circle {
    transition: stroke-dashoffset 0.3s ease;
    stroke-dasharray: 95;
    stroke-dashoffset: 95;
}

.link--arrowed:hover .arrow-icon {
    transform: translate3d(5px, 0, 0);
}

.link--arrowed:hover .arrow-icon--circle {
    stroke-dashoffset: 0;
}


/* ?End Butt All */


/* TODO IR INDEX *****************************************/


/* ?Banner */

.head-banner-ir {
    background-image: url(../images/header-investor.jpg) !important;
    min-height: 621px;
}

.cover-text-banner {
    color: #222;
}

.cover-text-banner span {
    font-size: 40px;
}

.cover-text-banner p {
    font-size: 55px;
    margin: 0 !important;
    font-weight: bold;
    padding: 10px 0px;
    line-height: 0.7;
}

@media (max-width: 991px) {
    .head-banner-ir {
        background-image: url(../images/header-investor-991.jpg);
    }
}

@media (max-width: 767px) {
    .head-banner-ir {
        background-attachment: initial !important;
        background-position: center right !important;
    }
}


/* ?End Banner */


/* ?Nav menu */

.nav-menu-ir {
    position: relative;
    z-index: 99;
}

.bg-nav-menu {
    background: #f7f7f7;
    color: #ffffff;
    background-image: linear-gradient( 90deg, rgba(63, 176, 44, 1) 0%, rgba(138, 199, 70, 1) 100%);
    border-radius: 0 0 80px 80px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.menu-right {
    float: right;
    display: flex;
}

.width-short {
    display: inline-block;
    transition: 0.3s;
}

.coverOffset-menu a {
    display: inline-flex;
}

.cover-bt-shocut {
    padding: 20px;
    border-left: 1px solid rgb(255 255 255 / 15%);
    color: #ffffff;
}

.cover-bt-shocut:hover {
    background: rgb(77 136 48 / 14%);
    /* color: #cccccc; */
    transition-duration: 300ms;
}

.cover-bt-shocut img {
    margin-right: 10px;
    height: 100%;
}

.cover-bt-shocut p {
    margin: 0;
    text-transform: uppercase;
}

.cover-Language {
    padding: 20px;
    border-left: 1px solid rgb(255 255 255 / 15%);
    border-right: 1px solid rgb(255 255 255 / 15%);
    color: #747474;
}

.cover-Language img:hover {
    filter: saturate(50%) !important;
}

.Language {
    width: 100%;
    display: flex;
}

.Language p {
    margin: 0;
    margin-right: 10px;
}

.filter-saturate-0 {
    filter: saturate(0%) !important;
}

@media (max-width: 767px) {
    .cover-bt-shocut {
        display: none;
    }
}


/* ***************Section2******************** */

.bg-section2 {
    background-image: url(../images/bg-stock.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Tab */

ul.tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #f7f7f7;
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px;
    font-size: 22px;
    text-align: center;
    cursor: pointer;
    width: 49.1%;
}

ul.tabs li.current {
    background: #89c64d;
    color: #fff;
}

.tab-content {
    display: none;
    background: #f7f7f7;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    padding: 30px;
}

.tab-content.current {
    display: inherit;
}

.cover-stock-symbol {
    display: flex;
}

.gap-stock-symbol {
    background: #f7f7f7;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ffffff;
    padding: 10px;
    line-height: 1.1;
}

.gap-stock-symbol span {
    font-size: 19px;
}

.gap-stock-symbol p {
    font-size: 22px;
    color: #5bb846;
    margin: 0;
}


/* Stock */

.card-stock {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0px 15px;
    margin-bottom: 30px;
    color: #fff !important;
    background-color: #3fb02c;
    box-shadow: rgb(14 135 20) 0px 7px 29px 0px;
    border: none;
    border-radius: 54px 54px 0 54px;
}

.card-stock .item {
    box-sizing: border-box;
    width: 20%;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.card-stock .content {
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    padding: 10px 20px;
}

.card-stock .content>p {
    margin: 0;
}

.card-stock .content>span {
    font-size: 17px;
    font-weight: 400;
}


/* chart */

.echarts {
    height: 315px
}

#nature,
.echarts {
    width: 100%;
    max-width: 100%
}

#nature {
    height: 370px
}

.card-chart {
    background: rgb(255 255 255 / 80%);
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 7px;
}

.card-title {
    margin: 0;
    color: #222;
    font-size: 25px;
}

.card-text {
    margin: 0;
    color: #222;
    font-size: 22px;
}

@media (max-width: 1199px) {
    .card-stock .content {
        padding: 10px 0px;
    }
}

@media (max-width: 991px) {
    .bg-section2 {
        background-attachment: inherit;
    }
    .card-stock .item {
        width: 50%;
        border-bottom: 1px solid rgb(255 255 255 / 15%);
        border-right: 1px solid rgb(255 255 255 / 15%);
    }
}

@media (max-width: 799px) {
    .card-chart {
        margin-bottom: 30px;
    }
}

@media (max-width: 575px) {
    .card-stock .item {
        width: 100%;
    }
}


/* ***************End Section2******************** */


/* ***************Section3******************** */

.bg-section3 {
    background-image: url(../images/bg-section3.png);
    background-repeat: repeat;
    background-attachment: inherit;
    background-position: center right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.bg-section3 h2 {
    color: #ffffff;
}

.card-cover-new {
    background: #ffffff;
    color: #000 !important;
    padding: 30px 0 0 30px;
    border-radius: 7px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

.card-cover-new .header {
    display: inline-block;
    color: #fff;
    border: none;
    padding: 5px 20px;
    border-radius: 54px 0 0 54px;
    background: #3fb02c;
    width: 100%;
    margin: 0;
}

.card-new {
    display: inline-block;
    margin-right: 30px;
    /* padding-right: 20px; */
}

.card-new .date {
    margin-bottom: 10px;
    color: #222222;
}

.card-new .content {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-new .butt {
    display: flow-root;
    color: #58ba47;
    margin-bottom: 20px;
}

.butt-2 { /* edit 11/03/24*/
    display: flow-root;
    color: #58ba47;
    margin-bottom: 0;
}

.card-cover-new-2 {
    background: #ffffff;
    color: #000 !important;
    padding: 30px;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.card-new .line {
    border-bottom: 1px solid #d6d6d6;
}

@media (max-width: 1199px) {
    .text-lg-left {
        text-align: left;
    }
}
@media (max-width: 991px) {
    .card-cover-new {
        margin-bottom: 30px;
    }
}


/* ***************End Section3******************** */


/* ***************Section 4******************** */

.head-title-download {
    width: 100%; /*edit 07/03/24*/
    /* width: 91.5%; */
}

.download-bg {
    background-color: #FFF; /* edit 07/03/24 */
    /* background-image: url(../images/bg-download.jpg); */
    background-repeat: no-repeat;
    background-position: 60% 50%;
    background-size: cover;
    height: auto;
    width: 100%;
}

.list-group-view-load {
    display: inline-flex;
}

.list-group-view-load a {
    color: #3fb02c;
}

.list-group-view-load p {
    width: 160px;
    margin: 0px;
    font-size: 22px;
}

.list-group-view-load .icon {
    margin-right: 10px;
}

.list-group-download {
    background: hsla(0, 0%, 100%, .85);
    padding: 10px 30px;
    border-radius: 7px;
    position: relative;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 0;
    font-size: 22px;
}

.list-group-download .line {
    border-bottom: 1px solid #d6d6d6;
}

.list-group-download p {
    margin: 0;
}

.list-group-download .list-group-item {
    margin: 0;
    list-style: none;
    padding: 20px 0 0; /*edit 07/03/24*/
    /* padding: 20px 0px; */
}

.list-group-download .list-group-item a {
    color: #3fb02c;
}

.list-group-download .list-group-item a:hover {
    color: #a0ce4e;
    text-decoration: none;
}

.list-group-download .list-group-item .title {
    display: -webkit-box;
    margin: 0;
}

.list-group-item .pdf {
    margin-right: 10px;
    height: 40px;
    width: 40px;
}

.list-group-item .dis-inflex {
    display: inline-flex;
}

/*edit 07/03/24*/
.list-group-item .dis-inflex.align-center {
    display: inline-flex;
    align-items: center;
}

.list-group-item .right {
    text-align: right;
}

@media (max-width: 1199px) {
    .res-center {
        text-align: center;
        margin-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .download-bg {
        /* background-image: url(../images/bg-download-991.jpg); */ /*edit 07/03/24*/
        background-position: 50% 50%;
    }
    .head-title-download {
        width: 100%;
    }
    /* .res-center {
        text-align: center;
        margin-bottom: 30px;
    } */
    .list-group-download .list-group-item {
        padding: 20px 0 10px; /*edit 07/03/24*/
    }
}

@media (max-width: 575px) {
    .list-group-item .right {
        text-align: right;
        margin-top: 20px;
    }
}


/* ***************End Section 4******************** */


/* ***************Section 5******************** */

.bg-section5-email {
    max-width: 100% !important;
    background-image: url(../images/bg-email.jpg);
    padding: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    height: 242px;
    border-radius: 80px 80px 0 0;
    margin-top: 50px;
}

.cover-gap-email {
    padding: 30px 15px;
    text-align: center;
    color: white;
}

.cover-gap-email h2 {
    margin-bottom: 0px;
    font-size: 37.5px;
    color: #fff;
}

.cover-gap-email p {
    margin: 0 0 30px 0;
    font-size: 22px;
}

.butt-email {
    width: 200px;
    background: #ffffff;
    padding: 10px;
    text-align: center;
    color: #222222;
    font-size: 22px;
    border-radius: 10px;
    margin: 0 auto;
    display: grid;
}

.butt-email:hover {
    box-shadow: rgb(14 135 20) 0px 7px 29px 0px;
}

@media (max-width: 991px) {
    .butt-email {
        width: 50%;
    }
    .bg-section5-email {
        height: auto;
        margin-top: 30px;
    }
}


/* ***************End Section 5******************** */


/* TODO END IR INDEX *****************************************/


/* TODO shareholder *****************************************/

.cover-gap-cpie {
    flex-wrap: wrap!important;
    align-items: center!important;
    display: flex!important;
}

.table-responsive.shareholder {
    padding: 0rem 1rem;
    margin-bottom: 2rem;
    margin-top: 5rem;
}

.table-responsive.shareholder tbody {
    box-shadow: rgb(0 0 0 / 10%) 0px 4px 12px;
}

.shareholder tr .title-head {
    background-color: #3fb02c;
    color: #ffffff;
    border-left: 1px solid rgb(229 228 227 / 25%);
    border-right: 1px solid rgb(229 228 227 / 25%);
    border-bottom: 1px solid rgb(229 228 227 / 25%);
    text-align: center !important;
    font-weight: 500;
}

.shareholder tr:nth-child(even) {
    background-color: #f1f1f1;
}

.shareholder tr .title-head:first-child {
    width: 10%;
}

.shareholder tr .title-head:nth-child(3) {
    width: 10%;
}

.shareholder tr .title-head:nth-child(4) {
    width: 21%;
}

.shareholder tr .title-head:nth-child(5) {
    width: 10%;
}

.shareholder tr .title-head:last-child {
    width: 21%;
}

.shareholder tr.sum {
    background-color: #3d4438;
    color: #fff;
}


/* Common Class */

.pd-5 {
    padding: 5px;
}

.pd-10 {
    padding: 10px;
}

.pd-20 {
    padding: 20px;
}

.pd-30 {
    padding: 30px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.font-30 {
    font-size: 30px;
    line-height: 1.46em;
}

.font-24 {
    font-size: 24px;
    line-height: 1.5em;
}

.font-20 {
    font-size: 20px;
    line-height: 1.5em;
}

.font-18 {
    font-size: 18px;
    line-height: 1.6em;
}

.font-16 {
    font-size: 16px;
    line-height: 1.75em;
}

.font-14 {
    font-size: 14px;
    line-height: 1.85em;
}

.font-12 {
    font-size: 12px;
    line-height: 2em;
}

.weight-300 {
    font-weight: 300;
}

.weight-400 {
    font-weight: 400;
}

.weight-500 {
    font-weight: 500;
}

.weight-600 {
    font-weight: 600;
}

.weight-700 {
    font-weight: 700;
}

.weight-800 {
    font-weight: 800;
}

.text-blue {
    color: #1b00ff;
}

.text-dark {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.height-100-p {
    height: 100%;
}

.bg-white {
    background: #ffffff;
}

.border-radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-100 {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.box-shadow {
    -webkit-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
    box-shadow: 0px 0px 28px rgba(0, 0, 0, .08);
}


/* widget style 1 */

.widget-style1 {
    padding: 20px 10px;
    margin-bottom: 10px;
    height: 150px;
}

.widget-style1 .circle-icon {
    width: 60px;
}

.widget-style1 .circle-icon .icon {
    width: 60px;
    height: 60px;
    background: #ecf0f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget-style1 .widget-data {
    width: 75%;
    padding-left: 15px;
    line-height: 1.1;
}


/* ? table ********************/


/*table*/

.table-data {
    overflow: auto;
    padding: 10px 0;
    margin-bottom: 25px;
    overflow-y: hidden !important;
}

.table-width {
    width: 1150px;
}

.text-sub1-DividendPolicyPayment {
    color: #AD8700;
    font-size: 18px;
    font-weight: 200;
    font-style: normal;
    line-height: 1.8;
    margin-bottom: 25px;
}

table th {
    padding: 5px 10px;
    text-align: center;
    background: #ffffff;
    color: #74748a;
    font-size: 22px;
    font-family: 'Sarabun';
    font-weight: 500;
}

div.table-data table tbody tr.Head-table-MajorShareholder th {
    padding: 30px 0 30px 0;
}

table tr td:first-child {
    border-left: 0;
}

table tr.even td {
    background: rgb(221 221 221 / 15%);
    padding: 10px;
}

table tr.even {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    height: 70px;
}

table tr.evenImportant td {
    background: #f9f9f9;
    font-weight: 600;
}

.topicTeble {
    color: #000000;
    background: #e8e8e8;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-weight: 500;
}

.topicTeble2 {
    color: #ffffff;
    background: #3fb02c;
    font-size: 22px;
    font-weight: 400;
    width: 160px;
    text-align: center;
    border-left: 1px solid rgb(255 255 255 / 15%);
    border-right: 1px solid rgb(255 255 255 / 15%);
    border-bottom: 1px solid rgb(255 255 255 / 15%);
}

td.topicTeble2 {
    padding: 9px 15px !important;
    font-weight: 400;
}

@media (max-width: 991px) {
    .widget-style1 {
        height: auto;
    }
}


/* TODO END shareholder *****************************************/


/* TODO director *****************************************/

.go-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 32px;
    height: 32px;
    overflow: hidden;
    top: 0;
    right: 0;
    background-color: #00838d;
    border-radius: 0 4px 0 32px;
}

.go-arrow {
    margin-top: -4px;
    margin-right: -4px;
    color: white;
    font-family: courier, sans;
}

.card4 {
    display: block;
    top: 0px;
    position: relative;
    margin-bottom: 50px;
    border-radius: 4px;
    /* padding: 32px 24px; */
    /* margin: 12px; */
    /* box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px; */
    text-decoration: none;
    overflow: hidden;
}

.card4 .go-corner {
    background-color: #00838d;
    height: 100%;
    width: 16px;
    padding-right: 9px;
    border-radius: 0;
    transform: skew(6deg);
    margin-right: -36px;
    align-items: start;
    background-image: linear-gradient( -45deg, #5bb846 1%, #127a01 100%);
    transition-duration: 300ms;
}

.card4 .go-arrow {
    transform: skew(-6deg);
    margin-left: -2px;
    margin-top: 9px;
    opacity: 0;
}

.card4 h3 {
    margin-top: 8px;
}

.card4:hover .go-corner {
    margin-right: -42px;
    width: 29px;
    transform: skew( 13deg);
}

.card4:hover .go-arrow {
    opacity: 1;
}

.cover-text-direc {
    border-left: 4px solid #5bb846;
    padding-left: 10px;
    height: 100px;
}

.cover-text-direc h6 {
    margin: 20px 0 10px 0;
    color: #222;
    font-size: 26px;
    line-height: 0.9;
}

.cover-text-direc p {
    font-size: 22px;
    margin: 0;
    line-height: 1;
    color: #747474;
    display: inline-flex;
}


/* ? MODEL ****************/

.modal-header-direc {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    background: #6bb730;
    text-align: center;
}

.modal-direc {
    display: none;
    overflow: auto;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-dialog-direc {
    /* margin-top: 70px; */
    width: 500px;
    margin: 20px auto;
}

.modal-dialog-direc p {
    margin: 0;
}

.modal-body-direc table {
    border: 1px #E0E0E0 solid;
    padding: 10px;
    background: #eee;
    margin: 10px 0 25px 0;
}

.modal-body-direc table tr td {
    padding: 10px 10px;
}

.modal-wide .modal-body-direc {
    overflow-y: auto;
    font-size: 22px;
    padding: 20px;
}

.modal-wide .modal-body-direc h6 {
    margin: 0;
    font-size: 26px;
    color: #127a01;
}

.gap-name-modal {
    text-align: center;
    background: #f7faf6;
    padding: 10px;
    margin-top: 20px;
}

.gap-name-modal h6 {
    color: #222 !important;
}

.gap-name-modal p {
    margin: 0;
    color: #222;
    line-height: 1;
    margin-top: 10px;
}

.cover-img-sub-model {
    text-align: center;
}

.cover-img-sub-model img {
    width: 180px;
    font-size: 26px;
    border-radius: 50%;
    box-shadow: 0px 0px 28px rgb(0 0 0 / 8%);
    color: #127a01;
}

.yes {
    background: rgb(125, 177, 82);
    color: #fff;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 14px;
}

.no {
    background: #E95456;
    color: #fff;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 14px;
}


/* ? End MODEL ****************/

@media (max-width:767px) {
    .modal-dialog-direc {
        width: 95%;
        margin: 20px auto;
    }
    .cover-text-direc {
        height: 130px;
    }
}


/* TODO End director *****************************************/


/* TODO governance *****************************************/


/* ?Download pdf */

.cover-card-download {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
}

.card-download {
    position: relative;
    border-radius: 7px;
    fill: #747474;
    padding: 20px 10px;
    line-height: 2.2;
    border: 1px solid #c6c6c6;
    color: #747474;
    flex: 0 0 80%;
    max-width: 100%;
    background-color: #ffffff;
    -webkit-clip-path: polygon( 0% 0%, calc(100% - 4rem) 0%, 100% 4rem, 100% 100%, 0% 100%, 0% 0%);
    clip-path: polygon( 0% 0%, calc(95% - 1rem) 0%, 101% 2rem, 100% 100%, 0% 100%, 0% 0%);
}

.card-download p {
    margin: 0;
    line-height: 1.2;
    margin-bottom: 10px;
    height: 60px;
}

.card-download::after {
    position: absolute;
    top: 0;
    right: 0px;
    width: 0rem;
    height: 0rem;
    border-left: solid 1rem #e6e6e6;
    border-bottom: solid 1rem #e6e6e6;
    border-top: solid 6px transparent;
    border-right: solid 16px transparent;
    content: "";
}

.card-download:hover {
    background-color: #89c64d;
    color: #ffffff;
    transition-duration: 600ms;
    fill: #ffffff;
}

.card-download:hover:after {
    border-left: solid 1rem #127a01;
    border-bottom: solid 1rem #127a01;
    transition-duration: 600ms;
}

.icon-pdf {
    position: relative;
    right: 0;
    width: 30px;
    top: 10px;
    margin-right: 20px;
    left: 0;
}


/* ?End Download pdf */

@media (max-width: 1100px) {
    .card-download p {
        height: 80px;
    }
}

@media (max-width: 991px) {
    .card-download {
        -webkit-clip-path: polygon( 0% 0%, calc(100% - 4rem) 0%, 100% 4rem, 100% 100%, 0% 100%, 0% 0%);
        clip-path: polygon( 0% 0%, calc(98% - 1rem) 0%, 101% 2rem, 100% 100%, 0% 100%, 0% 0%);
    }
}

@media (max-width: 767px) {
    .card-download p {
        height: auto;
    }
    .cover-card-download {
        grid-template-columns: auto;
    }
}

.cover-card-download-3 {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr; */
    justify-items: stretch;
    align-items: stretch;
    column-gap: 20px;
    row-gap: 20px;
}

@media (max-width: 767px) {
    .cover-card-download-3 {
        grid-template-columns: auto;
    }
}


/* TODO End governance *****************************************/


/* TODO Awards *****************************************/


/* Timeline */

.timeline {
    border-left: 4px solid #5bb846;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: rgba(255, 255, 255, 0.03);
    /* color: #333; */
    /* font-family: 'Source Sans Pro', sans-serif; */
    /* margin: 50px auto; */
    /* letter-spacing: 0.5px; */
    position: relative;
    /* line-height: 1.4em; */
    font-size: 26px;
    padding: 0px;
    list-style: none;
    text-align: left;
    /* font-weight: 1; */
    /* max-width: 66%; */
}

.timeline .event {
    border-bottom: 1px dashed #7db152;
    /* padding-bottom: 25px; */
    margin-bottom: 30px;
    position: relative;
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: relative;
    display: block;
    top: 0;
}

.timeline .event:before {
    color: #ffffff;
    background: rgb(125, 177, 82);
    content: attr(data-date);
    text-align: center;
    width: 130px;
    border-radius: 8px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.cover-gap-score {
    width: 100%;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    text-align: center;
    color: #222;
    padding: 20px;
    line-height: 1;
    margin-bottom: 30px;
}

.cover-gap-score p {
    margin: 0;
}

.cover-gap-score h6 {
    font-size: 50px;
    margin: 0;
}

.under-cover-score {
    text-align: center;
    display: inline-block;
}

.under-cover-score img {
    margin-bottom: 30px;
    padding: 0px 15px;
}

.under-cover-score p {
    text-align: left;
    padding: 0px 15px;
    margin-bottom: 30px;
    margin-top: 0px;
}


/* TODO End Awards *****************************************/


/* TODO Profile *****************************************/

.cover-img-town {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    text-align: center;
}

.cover-img-town img {
    width: 100%;
}

.cover-img-town div {
    padding: 20px;
    margin-bottom: 30px;
}

.cover-img-town div img {
    width: 50%;
}

.cover-img-town h6 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 26px;
}

.cover-img-town p {
    margin: 0;
}

.cover-gap-profiile {
    border-left: 2px solid #5bb846;
    margin-bottom: 30px;
}

.cover-gap-profiile h6 {
    font-size: 26px;
    margin: 0;
    padding-left: 15px;
}

.cover-gap-profiile p {
    margin: 0;
    margin-top: 10px;
    padding-left: 15px;
}


/* TODO End Profile *****************************************/


/* TODO Contact *****************************************/

.tab-content-contact {
    /* padding: 10px; */
    margin-top: 50px;
}

.cover-gap-contact {
    padding: 0px 40px;
}

.cover-gap-contact h6 {
    font-size: 26px;
    font-weight: bold;
    color: #5bb846;
    margin: 0px !important;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    text-decoration: underline;
    color: #5bb846 !important;
}

.cover-from-contact {
    background: #f7f7f7;
    padding: 40px 80px;
    margin-top: 30px;
}

.cover-from-contact h2 {
    margin-bottom: 10px;
}

.label-contact {
    display: inline-block;
    max-width: 100%;
    font-size: 22px;
    margin-bottom: 5px;
    font-weight: 600;
}

.sent-butt {
    background: #5bb846;
    color: #fff;
    margin-top: 30px;
    font-size: 22px;
    width: 120px;
}

@media (max-width: 991px) {
    .cover-gap-contact {
        padding: 0px 0;
    }
    .cover-from-contact {
        padding: 40px 15px;
    }
}

@media (max-width: 767px) {
    .nav-tabs.nav-tabs-dropdown,
    .nav-tabs-dropdown {
        border: 1px solid #dddddd;
        border-radius: 5px;
        overflow: hidden;
        position: relative;
    }
    .nav-tabs.nav-tabs-dropdown::after,
    .nav-tabs-dropdown::after {
        content: "âŒ„";
        position: absolute;
        top: 8px;
        right: 15px;
        z-index: 2;
        pointer-events: none;
    }
    .nav-tabs.nav-tabs-dropdown.open a,
    .nav-tabs-dropdown.open a {
        position: relative;
        display: block;
    }
    .nav-tabs.nav-tabs-dropdown.open>li.active>a,
    .nav-tabs-dropdown.open>li.active>a {
        background-color: #eeeeee;
    }
    .nav-tabs.nav-tabs-dropdown li,
    .nav-tabs-dropdown li {
        display: block;
        padding: 0;
        vertical-align: bottom;
    }
    .nav-tabs.nav-tabs-dropdown>li>a,
    .nav-tabs-dropdown>li>a {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        border-color: transparent;
    }
    .nav-tabs.nav-tabs-dropdown>li>a:focus,
    .nav-tabs-dropdown>li>a:focus,
    .nav-tabs.nav-tabs-dropdown>li>a:hover,
    .nav-tabs-dropdown>li>a:hover,
    .nav-tabs.nav-tabs-dropdown>li>a:active,
    .nav-tabs-dropdown>li>a:active {
        border-color: transparent;
    }
    .nav-tabs.nav-tabs-dropdown>li.active>a,
    .nav-tabs-dropdown>li.active>a {
        display: block;
        border-color: transparent;
        position: relative;
        z-index: 1;
        background: #fff;
    }
    .nav-tabs.nav-tabs-dropdown>li.active>a:focus,
    .nav-tabs-dropdown>li.active>a:focus,
    .nav-tabs.nav-tabs-dropdown>li.active>a:hover,
    .nav-tabs-dropdown>li.active>a:hover,
    .nav-tabs.nav-tabs-dropdown>li.active>a:active,
    .nav-tabs-dropdown>li.active>a:active {
        border-color: transparent;
    }
}


/* TODO End Contact *****************************************/


/* TODO annual *****************************************/

.cover-img-ann {
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    text-align: center;
}

.cover-img-ann img {
    width: 100%;
    /* padding: 20px 30px; */
}

.cover-img-ann div {
    padding: 20px 10px;
    margin-bottom: 30px;
    border-top: 1px solid #5bb846;
    height: 70px;
}

.cover-img-ann p {
    line-height: 0.9;
    margin: 0;
}


/* Table */

.table-download {
    width: 855px !important;
}

table tr.download td {
    background: #ffffff;
    padding: 10px;
    font-size: 25px;
    border-bottom: 1px solid #dddddd;
    font-weight: 600;
}

table tr.download th {
    background: #ffffff;
    padding: 10px;
    font-size: 25px;
    border-bottom: 1px dashed #5bb846 !important;
    text-align: right;
}

table tr.download th.center {
    /* text-align: center !important; */
    color: #5cbb47;
    text-align: left !important;
}

table tr.download th.left {
    text-align: left !important;
    color: #5cbb47;
}

table tr.download th.right {
    font-size: 22px !important;
}

table tr.download th.left img {
    width: 70px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

table tr.download th.left .title {
    position: relative;
    top: 35px;
    left: 40px;
    margin: 0;
    display: -webkit-inline-box;
}

.tb-icon-dw {
    width: 18px;
    position: relative;
    top: 3px;
    margin-right: 7px;
}

.cover-butt-ann {
    background: #5cbb47;
    color: #fff;
    fill: #fff;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
}

.cover-one-report {
    text-align: center;
}

@media (max-width: 991px) {
    .cover-one-report {
        text-align: center;
        width: 267px;
        margin: 0 auto;
        margin-bottom: 50px;
    }
}

@media (max-width: 575px) {
    table tr.download th.left {
        display: grid;
    }
    table tr.download th.left .title {
        position: inherit;
        margin: 0 !important;
        margin-top: 1rem !important;
    }
}


/* TODO End annual *****************************************/

.panel-group .panel {
    border-radius: 0 !important;
    box-shadow: none !important;
    margin-bottom: 20px;
    border-color: rgb(238 238 238 / 0%) !important;
}

.panel-default>.panel-heading {
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px !important;
}

.panel-title {
    margin: 0;
    background: white;
}

.panel-title>a {
    display: block !important;
    padding: 15px !important;
    text-decoration: none !important;
    color: #5bb846 !important;
    font-size: 26px;
    font-weight: 400;
}

.more-less {
    float: right !important;
    color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding-bottom: 20px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-bottom: 1px dashed #5bb846 !important;
}

.panel-body p {
    margin: 10px 0px;
}

.cover-gap-butt-pv {
    display: inline-flex;
    height: auto;
    background: #5bb846;
    font-size: 22px;
    border-radius: 8px;
    width: auto;
    color: #fff;
    fill: #fff;
    float: left;
    justify-content: center;
    padding: 1rem 2rem;
    margin-right: 10px;
}

.cover-gap-butt-pv svg {
    width: 30px;
    height: 30px;
    margin-right: 1.5rem;
}

.cover-gap-butt-pv p {
    margin: 0;
}

@media (max-width: 575px) {
    .cover-gap-butt-pv {
        display: grid;
        width: 40%;
    }
    .cover-gap-butt-pv svg {
        margin: 0 auto;
    }
}


/* TODO  meeting *****************************************/


/* *  section1 *****/

.gap-topic-meet {
    padding: 0px;
    color: #222222;
    background: white;
    font-weight: bold;
}

.meet th {
    padding: 0px 20px;
    text-align: left;
}

.meet td {
    background: #fff;
    padding: 0px 20px 0px 0px;
}

.meet td img {
    position: absolute;
    right: 0;
}

.meet th img {
    position: absolute;
    right: 0;
}

element.style {
    display: inline-flex;
    padding: 0px 15px;
}


/* *  End section1 *****/


/* *  section2 *****/

.radius-edit {
    font-family: 'db_ozone_xregular';
    font-size: 20px !important;
    background: #fff;
    box-shadow: inset 0 1px 5px rgb(0 0 0 / 0%) !important;
    border-radius: 4px !important;
}

.bg-gray-from {
    display: inline-block;
    background-color: #f7f7f7;
    padding: 50px;
    margin: 0px 15px;
}

.cover-head-howto {
    display: inline-flex;
    padding: 0px 15px;
}

.cover-head-howto h2 {
    color: #222 !important;
}

.cover-head-howto i {
    color: #222 !important;
    margin-right: 10px;
}

.agm-doc-list {
    margin: 0 !important;
}

.agm-doc-list .line-list {
    margin-bottom: 15px;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px #ccc dashed;
}

.butt-send {
    text-align: center;
    margin-bottom: 20px;
}

.butt-send button {
    font-size: 22px;
}

.butt-send span {
    color: #fff;
}

@media (max-width: 767px) {
    .bg-gray-from {
        padding: 30px 15px;
    }
    .cover-head-howto {
        padding: 0;
    }
    .lr-from-0 {
        padding: 0;
    }
}


/* TODO End meeting *****************************************/


/* TODO cookie *****************************************/

.cover-cookie-card {
    background-color: rgb(255 255 255);
    border-color: rgb(173 173 173);
    color: rgb(0, 0, 0);
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 5px;
    align-items: center;
    flex-direction: row;
    margin: 0.9em;
    padding: 1.6em;
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    line-height: 22px !important;
    color: #6f6f6f;
    overflow: hidden;
    position: fixed;
    transition: opacity 1s ease 0s;
    z-index: 9999;
    font-weight: 400;
    box-shadow: -4px 3px 10px 0px rgb(68 68 68 / 6%);
    font-size: 22px;
}

.cookie-card-pic {
    width: 80px;
    height: auto;
}

.cover-cookie-card span.t1 {
    display: block;
    flex: 1 1 auto;
    margin-right: 1em;
    max-width: 100%;
    line-height: 1.3;
    margin-left: 15px;
}

.cover-cookie-card span.t1 a {
    color: #a0ce4e;
    transition: 0.25s;
    font-weight: 600;
}

.cover-cookie-card span.t1 a:hover {
    color: #9c9c9c;
    transition: 0.25s;
}

.bt-accept-cookie a.accept {
    font-family: 'Roboto', 'Prompt', sans-serif;
    font-weight: normal;
    line-height: 29px !important;
    font-size: 17px;
    color: #ffffff;
    background-color: #8ac746;
    padding: 10.5px 50px;
    height: 45px;
    margin-right: 20px;
    transition: 0.25s;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.bt-accept-cookie a.accept:hover {
    background-color: #757575;
    transition: 0.25s;
}

.bt-accept-cookie a.accept:active,
.bt-accept-cookie a.accept:focus {
    outline: none;
    border: none;
}


/* cookies policy */

.a-cookies-policy {
    color: #9c9c9c !important;
    font-size: 20px;
    transition: 0.25s;
}

.a-cookies-policy:hover {
    color: #8a8a8a !important;
    transition: 0.25s;
}

#cookies_policy .text-sub-p.b {
    margin-bottom: 8px;
    margin-top: 20px;
}

#cookies_policy .text-sub-p.b b {
    color: rgb(125, 177, 82);
}

#cookies_policy .text-sub-p a {
    font-family: 'sukhumvitset-text';
    font-size: 14px;
}

#cookies_policy .dl-horizontal dt {
    margin-bottom: 0px;
    width: auto;
    font-size: 26px;
    line-height: 30px;
    float: left;
}

#cookies_policy .dl-horizontal dd {
    margin-left: 60px;
    width: auto;
}

#cookies_policy .dl-horizontal dd a {
    font-family: 'sukhumvitset-text';
    font-size: 14px;
    line-height: 21px;
}

@media (max-width: 767px) {
    #cookies_policy .dl-horizontal dt {
        float: left;
    }
}

@media (max-width: 767px) {
    .cover-cookie-card {
        display: block;
    }
    .cover-cookie-card span.t1 {
        display: inline-block;
        flex: 1 1 auto;
        margin-right: 1em;
        max-width: 61%;
        line-height: 1.3;
        margin-left: 0px;
        float: left;
        font-size: 20px;
    }
    .cookie-card-pic {
        width: 110px;
        height: auto;
        display: block;
    }
    .cookie-card-pic {
        margin-bottom: 10px;
        margin-top: 0px;
    }
}

@media (max-width: 545px) {
    .cover-cookie-card span.t1 {
        max-width: 100%;
        padding-right: 0px;
        margin-bottom: 15px;
    }
}

@media (max-width: 426px) {
    .cover-cookie-card {
        padding: 15px 0px 20px 5px;
    }
    .cookie-card-pic {
        margin: auto;
        width: 90px;
        margin-bottom: 10px;
    }
    .cover-cookie-card span.t1 {
        max-width: 100%;
        margin-bottom: 15px;
        text-align: center;
        margin-right: 0px;
        padding: 3px 15px 3px 15px;
        font-size: 20px;
    }
    .bt-accept-cookie {
        text-align: center;
    }
    .bt-accept-cookie a.accept {
        margin-right: 0px;
        font-size: 20px;
    }
}

.title-heading-left .topic1 {
    color: #222222;
    font-size: 40px;
    padding-bottom: 10px;
    display: inline-block;
}

.title-heading-left .topic2 {
    color: #222222;
    font-size: 60px;
    font-weight: 600;
}

.menu-active {
    background-color: #898989 !important;
    color: #7abc64 !important;
}

.fusion-mobile-menu-design-modern .fusion-mobile-menu-text-align-left .fusion-open-submenu {
    padding-right: 35px;
    padding-top: 10px !important;
}


/* CORPORATE GOVERNANCE & COMPANY DOCUMENT */

.box-dis-flex ul {
    padding: 0;
}

.box-dis-flex ul li {
    display: flex;
    list-style: none;
}

.box-dis-flex .title {
    width: 200px;
    margin: 0;
}

.box-dis-flex p {
    margin: 0;
    margin-bottom: 0px !important;
}

@media (max-width: 575px) {
    .box-dis-flex .title {
        width: 150px;
    }
}


/* Materiality-matrix */

.matrix .flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0px 0px;
}

.matrix .item {
    box-sizing: border-box;
    width: 33.33%;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.matrix .content {
    color: #242424;
    box-sizing: border-box;
    border: 1px solid rgb(228 228 228);
    height: 240px;
    padding: 40px 20px;
}

.scoring .flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0px -9px;
}

.scoring .item {
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 0px;
    padding: 0px 9px;
}

.scoring .content {
    color: #242424;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
}

@media (max-width: 1199px) {
    .matrix .content {
        height: 290px;
    }
}

@media (max-width: 991px) {
    .matrix .item {
        width: 50%;
    }
    .matrix .content {
        height: 270px;
    }
}

@media (max-width: 767px) {
    .matrix .item {
        width: 100%;
    }
    .matrix .content {
        height: auto;
    }
    .scoring .item {
        width: 100%;
    }
}


/* ***************Table******************** */

table.table-res {
    border-bottom: 1px dashed #5bb846;
}

table.table-res .title-head {
    text-align: left;
    padding: 0.7rem 2rem !important;
    line-height: 1.2;
}

table.table-res .content {
    text-align: left;
}

table.table-res span {
    font-size: 22px;
    line-height: 1;
}

table.table-res tr th {
    font-size: 25px;
    padding: 0.7rem 0 !important;
}

table.table-res tr td {
    text-align: center;
    padding: 0.7rem !important;
}

table.table-res tr td:first-child {
    color: #3fb02c;
    font-weight: 600;
}


/* ***************org-chart******************** */

.org.table-responsive {
    display: contents;
}

@media (max-width: 1099px) {
    .org.table-responsive {
        display: block;
        width: 100%;
        border: none;
        margin-bottom: 5rem;
    }
}

.org-chart {
    display: block;
    clear: both;
    margin-bottom: 30px;
    position: relative;
    /**
    * For IE 6/7 only
    * Include this rule to trigger hasLayout and contain floats.
    */
    /* Box colors */
    /* 1 column */
    /* 2 column */
    /* 3 column */
    /* DEPARTMENTS COLUMNs */
}

.org-chart.cf:before,
.org-chart.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.org-chart.cf:after {
    clear: both;
}

.org-chart.cf {
    *zoom: 1;
}

.org-chart ul {
    padding: 0;
    margin: 4rem 0;
    list-style: none;
}

.org-chart ul li {
    position: relative;
    cursor: pointer;
}

.org-chart ul li span {
    display: grid;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    color: black;
    font-size: 2rem;
    /* box-shadow: 4px 4px 9px -4px rgb(0 0 0 / 40%); */
    -webkit-transition: all linear .1s;
    -moz-transition: all linear .1s;
    transition: all linear .1s;
    border-radius: 2rem 2rem 0 0;
    background: #d8d8d8;
    padding: 1rem;
    height: 90px;
    align-items: center;
}

.org-chart .lvl-b {
    background: #92d14f;
    color: #ffffff;
    justify-content: center;
    height: 214px;
}

.org-chart .board {
    width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
}

.org-chart .board:before {
    content: "";
    display: block;
    position: absolute;
    height: 91rem;
    width: 0px;
    border-left: 2px solid #e0f2ce;
    margin-left: 49.5%;
    top: 15px;
}

@media (max-width: 1099px) {
    .org-chart .board:before {
        margin-left: 45.6rem;
    }
}

.org-chart ul.columnHead {
    height: 90px;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

@media (max-width: 1099px) {
    .org-chart ul.columnHead {
        width: 910px;
    }
}

.org-chart ul.columnHead li {
    width: 30%;
    margin: 0px auto;
}

.org-chart ul.columnSecretary {
    height: 90px;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

@media (max-width: 1099px) {
    .org-chart ul.columnSecretary {
        width: 910px;
    }
}

.org-chart ul.columnSecretary li {
    width: 30%;
    margin: 0px auto;
    float: right;
}

.org-chart ul.columnSecretary li span {
    background-color: #ebebeb;
}

.org-chart ul.columnSecretary:before {
    content: "";
    display: block;
    position: relative;
    width: 40%;
    height: 10px;
    border-top: 2px dotted #e0f2ce;
    margin: 0 auto;
    top: 50px;
    right: -174px;
}

@media (max-width: 1099px) {
    .org-chart ul.columnSecretary:before {
        right: -186px;
    }
}

.org-chart ul.columnOne {
    height: 90px;
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

.org-chart ul.columnOne li {
    width: 30%;
    margin: 0px auto;
    top: 20px;
}

.org-chart ul.columnTwo {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 12rem;
}

@media (max-width: 1099px) {
    .org-chart ul.columnTwo {
        width: 910px;
    }
}

.org-chart ul.columnTwo li span {
    background-color: #c5d445;
    height: 200px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.org-chart ul.columnTwo li:first-child {
    width: 30%;
    float: left;
}

.org-chart ul.columnTwo li {
    width: 30%;
    float: right;
}

.org-chart ul.columnTwo li:last-child::before {
    content: "";
    display: block;
    width: 10%;
    border-top: 2px dotted #e0f2ce;
    right: -30px;
    top: 146px;
    position: absolute;
}

.org-chart ul.columnTwo:before {
    content: "";
    display: block;
    position: relative;
    width: 80%;
    border-top: 2px dotted #e0f2ce;
    height: 10px;
    margin: 0 auto;
    top: 155px;
}

.org-chart ul.columnTwo-center {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 11rem;
}

@media (max-width: 1099px) {
    .org-chart ul.columnTwo-center {
        width: 910px;
    }
}

.org-chart ul.columnTwo-center li:first-child {
    width: 30%;
    margin-left: 5%;
}

.org-chart ul.columnTwo-center li:first-child::before {
    content: "";
    display: block;
    width: 42.4rem;
    border-top: 2px dotted #e0f2ce;
    right: -243px;
    top: 135px;
    transform: rotate(270deg);
    position: absolute;
}

.org-chart ul.columnTwo-center li {
    width: 30%;
    float: right;
}

.org-chart ul.columnTwo-center:before {
    content: "";
    display: block;
    position: relative;
    width: 38%;
    top: 100px;
    right: -40px;
    height: 22px;
    border-top: 2px dotted #e0f2ce;
    margin: 0 auto;
}

.org-chart ul.columnTwo-center li span {
    background-color: #c5d445;
    height: 200px;
}

.org-chart ul.columnThree {
    position: relative;
    width: 100%;
    display: block;
    clear: both;
}

@media (max-width: 1099px) {
    .org-chart ul.columnThree {
        width: 910px;
    }
}

.org-chart ul.columnThree li:first-child {
    width: 30%;
    float: left;
    margin-left: 0;
}

.org-chart ul.columnThree li {
    width: 30%;
    margin-left: 5%;
    float: left;
}

.org-chart ul.columnThree li:last-child {
    width: 30%;
    float: right;
    margin-left: 0;
    position: absolute;
    right: -305px;
}

.org-chart ul.columnThree li:last-child::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    left: -182px;
    height: 63px;
    margin: 0 auto;
    border-left: 2px solid #e0f2ce;
}

.org-chart ul.columnThree li:nth-child(even)::before {
    content: "";
    display: block;
    width: 15.7%;
    border-top: 2px dotted #e0f2ce;
    right: -45px;
    top: 50px;
    position: absolute;
}

.org-chart ul.columnThree li:last-child::before {
    content: "";
    display: block;
    width: 10%;
    border-top: 2px dotted #e0f2ce;
    right: 276px;
    top: 50px;
    position: absolute;
}

.org-chart ul.columnThree:before {
    content: "";
    display: block;
    position: relative;
    width: 105%;
    left: 135px;
    height: 22px;
    margin: 0 auto;
    border-top: 2px solid #e0f2ce;
    border-left: 2px solid #e0f2ce;
    border-right: 2px solid #e0f2ce;
}

.org-chart .departments {
    width: 100%;
    display: block;
    clear: both;
    margin-top: 12rem;
}

@media (max-width: 1099px) {
    .org-chart .departments {
        width: 1140px;
    }
}

.org-chart .departments:before {
    content: "";
    display: block;
    width: 74%;
    height: 22px;
    border-top: 2px solid #e0f2ce;
    border-left: 2px solid #e0f2ce;
    border-right: 2px solid #e0f2ce;
    margin: 0 auto;
    top: 0px;
}

.org-chart .department {
    width: 21%;
    float: left;
    margin: 0px 2rem;
}

.org-chart .department:after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 22px;
    border-left: 2px solid #e0f2ce;
    left: 50%;
    top: -22px;
}

.org-chart .department:first-child:after {
    display: none;
}

.org-chart .department:last-child:after {
    display: none;
}

.org-chart .departments-bottom {
    width: 100%;
    display: block;
    clear: both;
    margin: auto 14rem;
    margin-top: 12rem;
}

@media (max-width: 1099px) {
    .org-chart .departments-bottom {
        width: 1140px;
    }
}

.org-chart .department-bottom {
    width: 21.2%;
    float: left;
    margin: 0px 2rem;
    margin-top: 50px !important;
}

.org-chart .department-bottom::before {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 28.5rem;
    top: -285px !important;
    border-left: 2px solid #e0f2ce;
    left: 47.5%;
    
}

.org-chart .department-bottom:first-child:after {
    display: none;
}

.org-chart .department-bottom:last-child:after {
    display: none;
}


/* *************** Sustainability Report ******************** */
.sustainability-text {
    text-align: left;
}
.content-sustainability-report {
    margin-bottom: 15px;
}
.content-sustainability-report .cover-one-report {
    padding: 25px 40px;
    margin-top: 30px;
    border: 1px solid rgb(173 173 173 / 7%);
    background-color: rgb(156 156 156 / 15%);
}
.content-sustainability-report .cover-one-report p.t1 {
    color: #5dbb47;
}
.content-sustainability-report .cover-one-report p {
    font-size: 28px;
    color: #fff;
}
.content-sustainability-report .cover-img-ann {
    margin: 10px 0 30px 0;
}
.content-sustainability-report .cover-one-report a p.cover-butt-ann {
    width: 250px;
    margin: auto;
}

@media (max-width: 1199px) {
    .content-sustainability-report .cover-one-report {
        padding: 25px 20px;
    }
    .content-sustainability-report .cover-one-report a p.cover-butt-ann {
        width: 90%;
    }
}
@media (max-width: 991px) {
    .cover-one-report {
        text-align: center; 
        width: auto; 
        margin: 0 auto;
        margin-bottom: 50px;
    }
    .content-sustainability-report .cover-one-report {
        padding: 30px 40px;
    }
    .content-sustainability-report .cover-img-ann {
        margin: 10px 0 25px 0;
    }
}
@media (max-width: 767px) {
    .content-sustainability-report .cover-one-report a p.cover-butt-ann {
        width: 250px;
    }
}
@media (max-width: 425px) {
    .content-sustainability-report .cover-img-ann {
        width: 220px;
    }
}
@media (max-width: 360px) {
    .content-sustainability-report .cover-one-report a p.cover-butt-ann {
        width: 90%;
    }
}
.name{
font-size: 21px;
margin-bottom: 5px;
}
.role{
    font-size: 18px;
}
.director-img{
    border: 2px solid #fff;
    width: 60px;
    border-radius:100px;
}
.og-scroll{
    max-width: 100% !important;
 
}
@media (max-width: 991px) {
.og-scroll{
    max-width: 800px !important;
    overflow-x: scroll !important;
}
}
@media (max-width: 595px) {
    .og-scroll{
        max-width: 500px !important;
        overflow-x: scroll !important;
    }
    }


    .icon-download {
        position: relative;
        right: 0;
        width: 30px;
        top: 0px;
        margin-right: 0px;
        left: 0;
    }
    .text-download{
        margin-right: 15px;
        color: #494949;
    }
    .text-download-acc{
       font-size: 26px;
        color: #494949;
        margin-right: 10px;
    }
    .block-content-accoor{
        height: auto;
    }
    .tab-download-fixed{
        position: fixed;
        bottom: 0;
        background-color: #eee;
        height: 60px;
    }
    .scrollbar {
        height: 50vh;
        width: 100%;
        border: 1px solid #dee2e6;
        overflow-y: scroll;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 40px;
    }
    .block-download {
        display: flex;
        flex-direction: row;
        border: 0.5px solid #dee2e6;
        border-radius: 8px;
    }
    .width-mobile {
        width: auto;
    }
    .panel{
        border: 0;
    }
    .panel-heading{
border-bottom: 0;
    }
    .img-acc{
        width: 60%;
    }
   
    @media (max-width: 600px) {
        .text-download {
            margin-right: 0px;
            color: #494949;
            display: block;
            font-size: 18px;
        }
        .text-download-acc{
            margin-right: 0px;
            color: #494949;
            display: block;
            font-size: 18px;
            margin-top: 20px;
        }
        .icon-download {
            position: relative;
            right: 0;
            width: 15px;
            top: 0px;
            margin-right: 15px;
            margin-bottom: 5px;

            left: 0;
        }
    }
    .download-button{
        padding: 15px;
        padding-right: 0;
    }
    .cursor{
        cursor: pointer !important;
    }
    .block-text-acc-report{
        padding: 30px;
        font-size: 24px;


    }
    .text-left-acc{
        text-align: left;
       
    }
    .tab-custom{
        width: 50% !important;
        text-align: center;
    }
    @media  screen and (max-width:767px) {
        .tab-custom{
        width: 100% !important;
        text-align: center;
      
    }
    .tab-content {
        padding: 0 !important;
    }
    }


    .report-section {
        display: flex;
        gap: 2rem;
        justify-content: center;
        flex-wrap: wrap;
      }
      
      .report-card {
        background-color: #ffffff;
    padding: 24px;
    border-radius: 0 0 10px 10px;
    max-width: 320px;
    box-shadow: 0 15px 14px rgb(49 69 244 / 10%);
    text-align: center;
    border-top: 10px solid #686a6a;
      }
      .report-buttons .btn:active{
        -webkit-box-shadow: none;
        box-shadow: none;
      }
      .report-buttons .btn:hover{
        opacity: 0.5;
        transition: all .5s ease;
      }
      
      .report-card h2 {
        font-size: 26px;
        color: #000;
        margin-bottom: 15px;
        font-weight: 500;
      }
      .report-buttons a{
        font-size: 21px;
      }
      .report-buttons .btn__icon img{
        box-shadow: none;
      }
      .report-card img {
        width: 200px;
        height: auto;
        border-radius: 5px;
        margin-bottom: 20px;
        box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
      }
      
      .report-buttons {
        display: flex;
        justify-content: center;
        align-items: center;
      
        color: white;
        padding: 0.75rem 1rem;
        border-radius: 6px;
        column-gap: 6px;
        font-size: 1rem;
      }
      
      .report-buttons .btn {
        text-decoration: none;
        color: white;
        font-weight: 500;
        display: flex;
        column-gap: 6px;
        align-items: center;
      }
      .report-buttons .btn-online {
        background-color: #fcb22f;
      }
      
      .report-buttons .btn-download {
        background-color: #5f5f61;
      }

     
      .report-buttons .btn__icon img{
        margin-bottom: 0;
      }
      .report-buttons .btn__icon{
        width: 24px;
      }
      
      .report-buttons .divider {
        color: white;
        font-size: 1.25rem;
      }
      
      @media screen and (max-width: 768px) {
        .report-card {
          max-width: 90%;
        }
      
        .report-section {
          flex-direction: column;
          align-items: center;
        }
      }
      .award-card p{
        font-size: 21px;
      }
      .award-card img{
      width: 100%;
      height: auto;
      padding: 20px;
      }
      .form-control{
        font-size: 18px;
      }



      .award-section .row {
        display: flex;
        flex-wrap: wrap;
      }
      
      .award-section .award-card {
        display: flex;
        flex-direction: column;
        height: 100%;
        margin-bottom: 30px; /* à¸à¸±à¸™à¸Šà¸™à¸£à¸°à¸«à¸§à¹ˆà¸²à¸‡à¹à¸–à¸§ */
      }
      
      .award-section .cover-img-town {
        flex: 1; /* à¸—à¸³à¹ƒà¸«à¹‰ content à¸‚à¸¢à¸²à¸¢à¹€à¸•à¹‡à¸¡à¸žà¸·à¹‰à¸™à¸—à¸µà¹ˆ card */
        display: flex;
        flex-direction: column;
      }
      
      a:focus {
        outline: none !important;
      }