.menu-drag-slide-responsive-section,
.menu-drag-slide-responsive-section>.menu-on-desktop,
.menu-drag-slide-responsive-section>.menu-on-mobile {
    position: relative;
}
.menu-drag-slide-responsive-section>.menu-on-mobile {
    display: none;
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

/* --------------------------------------------------------------- */
/* --------------------- table file download --------------------- */
/* --------------------------------------------------------------- */

#table-file-download {}
#table-file-download.table-custom-section .this-tr>[class*="this-"].col-item {
    flex: 1 0 0 !important;
    text-align: left;
}
#table-file-download.table-custom-section .this-tr>[class*="this-"].col-download {
    width: 120px;
    text-align: right;
    padding-left: 0 !important;
}
.default-btn.clear.file-download-btn {
    color: rgba(var(--custom-rgb-color-black),0.5);
}
.default-btn.clear.file-download-btn:hover {
    color: rgba(var(--custom-rgb-color-secondary-2),1);
}
/* .default-btn.clear.file-download-btn .icon {
    color: rgba(var(--custom-rgb-color-secondary-2),1);
} */

.file-download-btn-group {
    position: relative;
}
.file-download-btn-group.on-mobile {
    display: none;
    margin-top: 5px;
}

#ir-content-section .table-custom-section ul.slot-text-group {
    width: calc( 100% + 6px );
    margin-left: -3px;
    margin-right: -3px;
}
#ir-content-section .table-custom-section ul.slot-text-group>li+li {
    padding: 0 !important;
    margin: 0 !important;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลบริษัท ======================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- แผนผังโครงสร้าง ----------------------- */
/* --------------------------------------------------------------- */

.img-structure-row {
    position: relative;
    text-align: center;
}
.img-structure-row::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.img-structure-row>img {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100% !important;
    z-index: 1;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ---------- งบการเงิน / คำอธิบายและการวิเคราะห์ของฝ่ายจัดการ ---------- */
/* --------------------------------------------------------------- */

#table-file-financial-statements-download.table-custom-section .this-tr>.this-td,
#table-file-financial-analysis-download.table-custom-section .this-tr>.this-td {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-doc,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-doc {
    width: 200px;
    flex: 1 0 200px !important;
    text-align: left;
}
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-annual,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-annual {
    width: 160px;
    text-align: center;
}
#table-file-financial-statements-download.table-custom-section .this-tr>.this-td.col-trimester-1:before,
#table-file-financial-statements-download.table-custom-section .this-tr>.this-td.col-trimester-2:before,
#table-file-financial-statements-download.table-custom-section .this-tr>.this-td.col-trimester-3:before,
#table-file-financial-statements-download.table-custom-section .this-tr>.this-td.col-trimester-4:before,
#table-file-financial-statements-download.table-custom-section .this-tr>.this-td.col-annual:before,
#table-file-financial-analysis-download.table-custom-section .this-tr>.this-td.col-trimester-1:before,
#table-file-financial-analysis-download.table-custom-section .this-tr>.this-td.col-trimester-2:before,
#table-file-financial-analysis-download.table-custom-section .this-tr>.this-td.col-trimester-3:before,
#table-file-financial-analysis-download.table-custom-section .this-tr>.this-td.col-trimester-4:before,
#table-file-financial-analysis-download.table-custom-section .this-tr>.this-td.col-annual:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    height: calc(100% - 30px);
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.1);

} 


/* --------------------------------------------------------------- */
/* ------------------ กราฟเปรียบเทียบข้อมูลทางการเงิน ----------------- */
/* --------------------------------------------------------------- */

.financial-graph-row,
.financial-graph-row>.financial-graph-col {
    position: relative;
}
.financial-graph-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-top: 50px;
}
.financial-graph-row>.financial-graph-col {}
.financial-graph-row>.financial-graph-col.this-col-menu {
    width: 400px;
}
.financial-graph-row>.financial-graph-col.this-col-graph {
    width: calc(100% - 400px);
    padding-left: 80px;
}

.financial-graph-menu-row,
.financial-graph-menu-row .financial-graph-menu-item {
    position: relative;
}
.financial-graph-menu-row {
    padding: 0 !important;
    margin: 30px 0 0 0 !important;
}
ul.financial-graph-menu-row.tab-menu-group>li.tab-menu-item {
    list-style: none !important;
    cursor: pointer !important;
    border-top: 1px solid rgba(233,233,233,1);
    border-bottom: 1px solid rgba(233,233,233,1);
    z-index: 1;
}
ul.financial-graph-menu-row.tab-menu-group>li.tab-menu-item+li.tab-menu-item {
    margin-top: -1px;
}
.financial-graph-menu-row .financial-graph-menu-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    line-height: 30px;
    padding: 15px 15px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -mos-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.financial-graph-menu-row .financial-graph-menu-item>.t-label {
    flex: 1 0 0;
    text-align: left;
}
.financial-graph-menu-row .financial-graph-menu-item>.t-num {
    text-align: right;
    font-size: 28px;
    font-weight: 600;
}

.tab-menu-group.financial-graph-menu-row>.tab-menu-item .financial-graph-menu-item {
    background-color: rgba(var(--custom-rgb-color-secondary-2),0);
    color: rgba(var(--custom-rgb-color-black),1);
    border-radius: 0;
}
.tab-menu-group.financial-graph-menu-row>.tab-menu-item:hover .financial-graph-menu-item {
    color: rgba(var(--custom-rgb-color-secondary-2),1);
}
.tab-menu-group.financial-graph-menu-row>.tab-menu-item.active {
    z-index: 2;
}
.tab-menu-group.financial-graph-menu-row>.tab-menu-item.active {
    border-top-color: rgba(var(--custom-rgb-color-white),1);
    border-bottom-color: rgba(var(--custom-rgb-color-white),1);
}
.tab-menu-group.financial-graph-menu-row>.tab-menu-item.active .financial-graph-menu-item {
    background-color: rgba(var(--custom-rgb-color-secondary-2),0.1);
    color: rgba(var(--custom-rgb-color-secondary-2),1);
    border-radius: 10px;
    border-bottom-color: rgba(var(--custom-rgb-color-secondary-2),0) ;
}

#financial-graph-all-group {
    position: relative;
}
#financial-graph-all-group .this-graph {
    position: relative;
    width: 100%;
    height: 350px;
    /* background-color: #ccc; */
}

/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 500px;
    flex: none !important;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 500px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"][class*="col-"],
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"][class*="col-"] {
    text-align: center;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 500px;
    text-align: left !important;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 130px;
    flex: 1 0 130px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail:last-child,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail:last-child {
    position: relative;
    overflow: hidden;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail:last-child:before,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail:last-child:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(var(--custom-rgb-color-secondary-2),0.2);
}
#table-financial-all.table-custom-section.bg-style-1 .this-tr.table-custom-item-row+.this-tr.table-custom-item-row>.this-th.col-detail:last-child,
#table-financial-all.table-custom-section.bg-style-1 .this-tr.table-custom-item-row+.this-tr.table-custom-item-row>.this-td.col-detail:last-child,
#table-financial-statistics.table-custom-section.bg-style-1 .this-tr.table-custom-item-row+.this-tr.table-custom-item-row>.this-th.col-detail:last-child,
#table-financial-statistics.table-custom-section.bg-style-1 .this-tr.table-custom-item-row+.this-tr.table-custom-item-row>.this-td.col-detail:last-child {
    border-top: 1px solid rgba(245,245,245,1) !important;
}

#table-financial-statistics.table-custom-section {
    margin-top: 50px;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-row,
.stock-quote-row>.stock-quote-col {
    position: relative;
}
.stock-quote-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
}
.stock-quote-row>.stock-quote-col.this-col-left {
    width: 280px;
}
.stock-quote-row>.stock-quote-col.this-col-right {
    width: calc(100% - 280px);
    padding-left: 20px;
}

.stock-quote-row>.stock-quote-col.this-col-left .stock-quote-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    border-radius: 10px;
    text-align: center;
    padding: 30px 20px;
}
.stock-quote-row>.stock-quote-col.this-col-left .stock-quote-card>.title,
.stock-quote-row>.stock-quote-col.this-col-left .stock-quote-card>.update {
    font-size: 20px;
    line-height: 20px;
}
.stock-quote-row>.stock-quote-col.this-col-left .stock-quote-card>.title {
    font-weight: 600;
}
.stock-quote-row>.stock-quote-col.this-col-left .stock-quote-card>.price {
    font-size: 50px;
    line-height: 40px;
    font-weight: 700;
}
.stock-quote-row>.stock-quote-col.this-col-left .stock-quote-card>.change {
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
}
.stock-quote-row>.stock-quote-col.this-col-left .stock-quote-card>.update {   
    font-weight: 400;
    margin-top: 15px;
}

.stock-quote-detail-row,
.stock-quote-detail-row>.stock-quote-detail-col {
    position: relative;
}

.stock-quote-detail-row {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    border: 1px solid rgba(var(--custom-rgb-color-black),0.15);
    border-left: none !important;
    border-right: none !important;
}
.stock-quote-detail-row+.stock-quote-detail-row {
    border-top: none !important;
}
.stock-quote-detail-row>.stock-quote-detail-col {
    text-align: center;
    padding: 20px 0;
}
.stock-quote-detail-row>.stock-quote-detail-col+.stock-quote-detail-col:before {
    position: absolute;
    content: "";
    top: 20px;
    left: 0;
    height: calc(100% - 40px);
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.15);
}
.stock-quote-detail-row>.stock-quote-detail-col.col-w-1 {
    width: 25%;
}
.stock-quote-detail-row>.stock-quote-detail-col.col-w-2 {
    width: 50%;
}
.stock-quote-detail-row>.stock-quote-detail-col.col-w-4 {
    width: 100%;
}
.stock-quote-detail-row>.stock-quote-detail-col .label {
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    padding-top: 5px;
}
.stock-quote-detail-row>.stock-quote-detail-col .detail {
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
}

/* --------------------------------------------------------------- */
/* ---------------------- ราคาหลักทรัพย์ย้อนหลัง --------------------- */
/* --------------------------------------------------------------- */

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------ โครงสร้างผู้ถือหุ้น ------------------------ */
/* --------------------------------------------------------------- */

#chart-shareholding-structure {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
}

/* chart */
#chart-shareholding-structure #this-chart {
    position: relative;
    width: 300px;
    height: 300px;
}
#chart-shareholding-structure #this-chart .this-tooltip-chart {
    line-height: 25px !important;
    border: none !important;
}
#chart-shareholding-structure #this-chart .this-tooltip-chart .marker {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    margin-right: 10px;
    top: 2px;
}

/* chart info */
#chart-shareholding-structure .chart-info,
#chart-shareholding-structure .chart-info>.chart-info-item {
    position: relative;
}
#chart-shareholding-structure .chart-info {
    width: calc(100% - 300px);
    padding-left: 20px;
}
#chart-shareholding-structure .chart-info>.chart-info-item {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
#chart-shareholding-structure .chart-info>.chart-info-item+.chart-info-item {
    margin-top: 5px;
}
#chart-shareholding-structure .chart-info>.chart-info-item>.color {
    width: 15px;
    height: 15px;
    border-radius: 5px;
}
#chart-shareholding-structure .chart-info>.chart-info-item>.text {
    margin-left: 10px;
}

.chart-shareholding-structure-row,
.chart-shareholding-structure-row>.chart-shareholding-structure-col {
    position: relative;
}
.chart-shareholding-structure-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col {
    width: 50%;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col+.chart-shareholding-structure-col {
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-chart {
    padding-right: 60px;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    padding-left: 60px;
}

.info-shareholding-structure-highlight {
    position: relative;
}
.info-shareholding-structure-highlight+.info-shareholding-structure-highlight {
    margin-top: 40px;
}
.info-shareholding-structure-highlight>.title {
    margin-bottom: 10px;
}
.info-shareholding-structure-highlight>.info-card {
    display: flex;
    flex-wrap: nowrap;
    background-color: rgba(var(--custom-rgb-color-primary-light),1);
    padding: 30px 40px;
    border-radius: 10px;
}
/* .info-shareholding-structure-highlight>.info-card>[class*="this-col-"] {
    width: 50%;
} */
.info-shareholding-structure-highlight>.info-card>[class*="this-col-"]+[class*="this-col-"] {
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.1);
}
.info-shareholding-structure-highlight>.info-card>.this-col-left {
    width: 45%;
    padding-right: 30px;
}
.info-shareholding-structure-highlight>.info-card>.this-col-right {
    width: 55%;
    padding-left: 30px;
}
.info-shareholding-structure-highlight>.info-card>[class*="this-col-"]>.title {
    font-weight: 500;
}
.info-shareholding-structure-highlight>.info-card>[class*="this-col-"]>.detail {}
.info-shareholding-structure-highlight>.info-card>[class*="this-col-"]>.detail>.num {
    font-size: 38px;
    line-height: 40px;
    font-weight: 700;
}
.info-shareholding-structure-highlight>.info-card>[class*="this-col-"]>.detail>.text {}

/* table */
#table-shareholder.table-custom-section .this-tr>[class*="this-"][class*="col-"] {
    text-align: center;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-no {
    width: 100px;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-name {
    width: 250px;
    flex: 1 0 250px !important;
    text-align: left;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-count {
    width: 300px;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-percent {
    width: 200px;
}

/* --------------------------------------------------------------- */
/* -------------------- นโยบายและการจ่ายเงินปันผล ------------------- */
/* --------------------------------------------------------------- */

/* table */
#table-dividend-history.table-custom-section {}
#table-dividend-history.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 200px;
    flex: none !important;
}
#table-dividend-history.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 200px);
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"][class*="col-"] {
    text-align: center;
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-date-approve {
    width: 200px;
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-date-mark {
    width: 180px;
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-date-pay {
    width: 180px;
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-type {
    width: 200px;
    flex: 1 0 200px !important;
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-count {
    width: 200px;
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-unit {
    width: 100px;
}
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-date-result {
    width: 200px;
}

/* --------------------------------------------------------------- */
/* ------------------------ การประชุมผู้ถือหุ้น ------------------------ */
/* --------------------------------------------------------------- */

#info-invitation-container .panel-section>.panel-group {
    background-color: rgba(var(--custom-rgb-color-white),0.3);
}
#info-invitation-container .panel-section>.panel-group>.panel-header {
    color: rgba(var(--custom-rgb-color-primary),1);
    background-color: rgba(213,210,205,1);
}
#info-invitation-container .table-custom-container+.table-custom-container {
    margin-top: 30px;
}
 
/* --------------------------------------------------------------- */
/* ----------------------- ข้อมูลการเพิ่มทุน -------------------------- */
/* --------------------------------------------------------------- */

/* --------------------------------------------------------------- */
/* --------------------------- ปฏิทิน ----------------------------- */
/* --------------------------------------------------------------- */

/* table */
#table-calendar-investor.table-custom-section {}

#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-date {
    width: 150px;
    text-align: center;
}
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-time {
    width: 100px;
    text-align: center;
}
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 200px;
    flex: 1 0 200px !important;
    text-align: left;
}
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-description>.date-and-time {
    display: none;
    /* border-bottom: 1px dashed rgba(var(--custom-rgb-color-black),0.1);
    margin-bottom: 5px;
    padding-bottom: 5px; */
    background: linear-gradient(to right,rgba(var(--custom-rgb-color-secondary-2),0.2),rgba(var(--custom-rgb-color-secondary-2),0) 80%);
    padding: 5px 15px;
    border-radius: 0;
    margin: 5px 0 10px -15px;
}
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-file {
    width: 200px;
    text-align: center;
}

/* ============================================================================================== */
/* ==================================== เอกสารเผยแพร่และดาวน์โหลด ================================= */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ข้อมูลนำเสนอ -------------------------- */
/* --------------------------------------------------------------- */

#table-file-presentation-download {}
#table-file-presentation-download.table-custom-section .this-tr>.this-td {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-item {
    width: 200px;
    flex: 1 0 200px !important;
    text-align: left;
}
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-doc,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-video,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-sound {
    width: 180px;
    text-align: center;
}
#table-file-presentation-download.table-custom-section .this-tr>.this-td.col-download-doc:before,
#table-file-presentation-download.table-custom-section .this-tr>.this-td.col-download-video:before,
#table-file-presentation-download.table-custom-section .this-tr>.this-td.col-download-sound:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    height: calc(100% - 30px);
    border-left: 1px solid rgba(var(--custom-rgb-color-black),0.1);

}

/* --------------------------------------------------------------- */
/* --------------- รายงานประจำปี + รายงานความยั่งยืน ------------------ */
/* --------------------------------------------------------------- */

.file-report-section,
.file-report-item,
.file-report-row,
.file-report-row>.file-report-col {
    position: relative;
}

.file-report-section {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: calc(100% + 20px);
    margin: 0 -10px;
}
.file-report-item {
    width: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    padding: 0 10px;
    margin: 10px 0;
}
.file-report-row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    background-color: rgba(var(--custom-rgb-color-white),1);
    border-radius: 5px;
}
.file-report-row>.file-report-col.this-col-cover {
    width: 150px;
    height: 100%;
    padding: 5px;
}
.file-report-row>.file-report-col.this-col-cover>.img-cover {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--custom-rgb-color-black),0.05);
    border-radius: 5px;
    border: 1px solid rgba(var(--custom-rgb-color-black),0.03);
}
.file-report-row>.file-report-col.this-col-detail {
    width: calc(100% - 150px);    
    padding: 30px 30px 0 30px;
}

/* title */
.file-report-row>.file-report-col.this-col-detail>.title {
    position: relative;
    font-size: 25px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}
.file-report-row>.file-report-col.this-col-detail>.title>.t-title {}
.file-report-row>.file-report-col.this-col-detail>.title>.t-year {}

/* files */
.file-report-row>.file-report-col.this-col-detail>.files {
    position: relative;
}
.file-report-row>.file-report-col.this-col-detail>.files .file-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    padding: 10px 0;
}
.file-report-row>.file-report-col.this-col-detail>.files .file-item>.title {
    /* width: calc(100% - 150px); */
    flex: 1 0 0;
    padding-right: 10px;
    text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.file-report-row>.file-report-col.this-col-detail>.files .file-item>.download {
    /* width: 150px; */
    text-align: right;
}

/* ============================================================================================== */
/* ============================================= ห้องข่าว ========================================= */
/* ============================================================================================== */


/* ============================================================================================== */
/* =========================================== สอบถามข้อมูล ====================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ---------- ติดต่อนักลงทุนสัมพันธ์ + ช่องทางการรับเรื่องร้องเรียน ----------- */
/* --------------------------------------------------------------- */

.ir-contact-section,
.ir-contact-section>.ir-contact-title,
.ir-contact-section>.ir-contact-row {
    position: relative;
}
.ir-contact-section>.ir-contact-title+.ir-contact-row {
    margin-top: 30px;
}
.ir-contact-section>.ir-contact-title {
    display: flex;
    justify-content: center;
}
.ir-contact-section>.ir-contact-title>.title {
    position: relative;
    min-width: 350px;
    background-color: rgba(var(--custom-rgb-color-primary),0.1);
    font-size: 25px;
    line-height: 30px;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 50px;
    text-align: center;
}
.ir-contact-section>.ir-contact-row {}

/* --------------------------------------------------------------- */
/* ------------------------ คำถามที่พบบ่อย ------------------------- */
/* --------------------------------------------------------------- */

.faqs-section {
    position: relative;
}
.faqs-section>.faqs-item {
    background-color: rgba(var(--custom-rgb-color-white),1);
    border-radius: 10px;
    overflow: hidden;
}
.faqs-section>.faqs-item+.faqs-item {
    margin-top: 15px;
}
.faqs-section>.faqs-item>.panel-header {
    padding: 20px 25px;
}
.faqs-section>.faqs-item>.panel-header .item.this-label {
    display: flex;
    flex-wrap: nowrap;
}
.faqs-section>.faqs-item>.panel-header .item.this-label>.index {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100px;   
    text-align: center;
    color: rgba(var(--custom-rgb-color-base-on-secondary-2),1);
    background-color: rgba(var(--custom-rgb-color-secondary-2),1);
}
.faqs-section>.faqs-item>.panel-header .item.this-label>.question {
    width: calc(100% - 25px);
    padding-left: 15px;
}
.faqs-section>.faqs-item>.panel-body>.animate-element-container {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1);
    padding: 20px 25px;
}

/* xxl */
@media (min-width: 1400px) {}

/* xxl - 1 */
@media (min-width:1500px) and (max-width: 1599.98px) {

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 400px;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 400px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 400px;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 130px;
    flex: 1 0 130px;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-detail-row>.stock-quote-detail-col .label {
    font-size: 17px;
}
.stock-quote-detail-row>.stock-quote-detail-col .detail {
    font-size: 28px;
    line-height: 30px;
}

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-chart {
    width: 45%;
    padding-right: 50px;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    width: 55%;
    padding-left: 50px;
}

#chart-shareholding-structure #this-chart {
    width: 200px;
    height: 200px;
}
#chart-shareholding-structure .chart-info {
    width: calc(100% - 200px);
    padding-left: 30px;
}
.info-shareholding-structure-highlight>.info-card {
    padding: 20px 30px;
}
.info-shareholding-structure-highlight+.info-shareholding-structure-highlight {
    margin-top: 30px;
}


}

/* xxl - 2 */
@media (min-width: 1400px) and (max-width: 1499.98px) {
    
/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 400px;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 400px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 400px;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 130px;
    flex: 1 0 130px;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-detail-row>.stock-quote-detail-col .label {
    font-size: 17px;
}
.stock-quote-detail-row>.stock-quote-detail-col .detail {
    font-size: 28px;
    line-height: 30px;
}

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-chart {
    width: 45%;
    padding-right: 50px;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    width: 55%;
    padding-left: 50px;
}

#chart-shareholding-structure #this-chart {
    width: 200px;
    height: 200px;
}
#chart-shareholding-structure .chart-info {
    width: calc(100% - 200px);
    padding-left: 30px;
}
.info-shareholding-structure-highlight>.info-card {
    padding: 20px 30px;
}
.info-shareholding-structure-highlight+.info-shareholding-structure-highlight {
    margin-top: 30px;
}

}

/* xl */
@media (min-width: 1200px) and (max-width: 1399.98px) {

.menu-drag-slide-responsive-section>.menu-on-desktop {
    display: none;
}
.menu-drag-slide-responsive-section>.menu-on-mobile {
    display: block;
}


/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 320px;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 320px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 320px;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 130px;
    flex: 1 0 130px;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-detail-row>.stock-quote-detail-col .label {
    font-size: 16px;
}
.stock-quote-detail-row>.stock-quote-detail-col .detail {
    font-size: 28px;
    line-height: 30px;
}

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-chart {
    width: 45%;
    padding-right: 50px;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    width: 55%;
    padding-left: 50px;
}

#chart-shareholding-structure #this-chart {
    width: 200px;
    height: 200px;
}
#chart-shareholding-structure .chart-info {
    width: calc(100% - 200px);
    padding-left: 20px;
}
.info-shareholding-structure-highlight>.info-card {
    padding: 20px 30px;
}
.info-shareholding-structure-highlight+.info-shareholding-structure-highlight {
    margin-top: 30px;
}

}

/* lg */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
.menu-drag-slide-responsive-section>.menu-on-desktop {
    display: none;
}
.menu-drag-slide-responsive-section>.menu-on-mobile {
    display: block;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ---------- งบการเงิน / คำอธิบายและการวิเคราะห์ของฝ่ายจัดการ ---------- */
/* --------------------------------------------------------------- */

#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-annual,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-annual {
    width: 130px;
}


/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 270px;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 270px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 270px;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 130px;
    flex: 1 0 130px;
}

/* --------------------------------------------------------------- */
/* ------------------ กราฟเปรียบเทียบข้อมูลทางการเงิน ----------------- */
/* --------------------------------------------------------------- */

.financial-graph-row>.financial-graph-col.this-col-menu {
    width: 350px !important;
}
.financial-graph-row>.financial-graph-col.this-col-graph {
    width: calc(100% - 350px) !important;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-row {
    flex-wrap: wrap;
}
.stock-quote-row>.stock-quote-col.this-col-left,
.stock-quote-row>.stock-quote-col.this-col-right {
    padding: 0;
    width: 100% !important;
}
.stock-quote-row>.stock-quote-col.this-col-right {
    margin-top: 20px;
}
.stock-quote-detail-row>.stock-quote-detail-col .label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-chart {
    width: 45%;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    width: 55%;
}

#chart-shareholding-structure {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
#chart-shareholding-structure .chart-info {
    width: 100% !important;
    padding: 30px 0 0 60px !important;
}

.info-shareholding-structure-highlight>.info-card {
    padding: 20px 30px;
    flex-wrap: wrap;
}
.info-shareholding-structure-highlight>.info-card>.this-col-left,
.info-shareholding-structure-highlight>.info-card>.this-col-right {
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
}
.info-shareholding-structure-highlight>.info-card>.this-col-right {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1) !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
}

/* --------------------------------------------------------------- */
/* ------------------------ โครงสร้างผู้ถือหุ้น ------------------------ */
/* --------------------------------------------------------------- */

#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-count {
    width: 150px;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-percent {
    width: 250px;
}

/* ============================================================================================== */
/* ==================================== เอกสารเผยแพร่และดาวน์โหลด ================================= */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ข้อมูลนำเสนอ -------------------------- */
/* --------------------------------------------------------------- */

#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-doc,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-video,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-sound {
    width: 150px;
}

}

/* md */
@media (min-width: 768px) and (max-width: 991.98px) {

.menu-drag-slide-responsive-section>.menu-on-desktop {
    display: none;
}
.menu-drag-slide-responsive-section>.menu-on-mobile {
    display: block;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 230px;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 230px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 230px;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 130px;
    flex: 1 0 130px;
}

/* --------------------------------------------------------------- */
/* ------------------ กราฟเปรียบเทียบข้อมูลทางการเงิน ----------------- */
/* --------------------------------------------------------------- */

.financial-graph-row {
    flex-wrap: wrap;
    margin-top: 30px;
}
.financial-graph-row>.financial-graph-col.this-col-menu {
    width: 400px !important;
    margin: 0 auto !important;
}
.financial-graph-row>.financial-graph-col.this-col-graph {
    padding: 10px 0 0 0 !important;
    width: 100% !important;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ---------- งบการเงิน / คำอธิบายและการวิเคราะห์ของฝ่ายจัดการ ---------- */
/* --------------------------------------------------------------- */

#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-annual,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-annual {
    display: none !important;
}

#table-file-financial-statements-download.table-custom-section .file-download-btn-group.on-mobile,
#table-file-financial-analysis-download.table-custom-section .file-download-btn-group.on-mobile {
    display: block !important;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-row {
    flex-wrap: wrap;
}
.stock-quote-row>.stock-quote-col.this-col-left,
.stock-quote-row>.stock-quote-col.this-col-right {
    padding: 0;
    width: 100% !important;
}
.stock-quote-row>.stock-quote-col.this-col-right {
    margin-top: 20px;
}

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

.chart-shareholding-structure-row {
    flex-wrap: wrap;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col {
    flex: none !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    margin-top: 50px !important;
}

/* #chart-shareholding-structure {
    width: 300px;
    margin: 0 auto;
}
#chart-shareholding-structure {
    flex-wrap: wrap;
} */
#chart-shareholding-structure .chart-info {
    padding-left: 50px !important;    
}
.info-shareholding-structure-highlight>.info-card {
    padding: 20px 30px;
}
.info-shareholding-structure-highlight>.info-card>.this-col-left {
    padding-right: 25px;
}
.info-shareholding-structure-highlight>.info-card>.this-col-right {
    padding-left: 25px;
}

/* --------------------------------------------------------------- */
/* ------------------------ โครงสร้างผู้ถือหุ้น ------------------------ */
/* --------------------------------------------------------------- */

#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-name {
    width: 220px;
    flex: 1 0 220px !important;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-count {
    width: 100px;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-percent {
    width: 190px;
}

/* --------------------------------------------------------------- */
/* --------------------------- ปฏิทิน ----------------------------- */
/* --------------------------------------------------------------- */

/* table */
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-date,
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-time,
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-file {
    display: none !important;
}
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-description>.date-and-time {
    display: block;
    font-weight: 500;
    color: rgba(var(--custom-rgb-color-secondary-2),1);
    margin-left: -20px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ============================================================================================== */
/* ==================================== เอกสารเผยแพร่และดาวน์โหลด ================================= */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ข้อมูลนำเสนอ -------------------------- */
/* --------------------------------------------------------------- */

/* #table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-item {
    width: 100%;
    flex: none !important;
}
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-doc,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-video,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-sound {
    display: none !important;
} */


#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-doc,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-video,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-sound {
    width: 130px;
}


/* --------------------------------------------------------------- */
/* --------------- รายงานประจำปี + รายงานความยั่งยืน ------------------ */
/* --------------------------------------------------------------- */

.file-report-section {
    width: 100%;
    margin: -5px 0;
}
.file-report-item {
    width: 100%;
    margin: 5px 0;
    padding: 0 !important;
}
.file-report-row>.file-report-col.this-col-cover {
    width: 160px;
}
.file-report-row>.file-report-col.this-col-detail {
    width: calc(100% - 160px);
    padding: 40px 40px 0 40px;
}

}

/* sm - xs */
@media (max-width: 767.98px) {

.menu-drag-slide-responsive-section>.menu-on-desktop {
    display: none;
}
.menu-drag-slide-responsive-section>.menu-on-mobile {
    width: 100%;
    display: block;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลบริษัท ======================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- แผนผังโครงสร้าง ----------------------- */
/* --------------------------------------------------------------- */

.img-structure-row>img {
    width: 100% !important;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ---------- งบการเงิน / คำอธิบายและการวิเคราะห์ของฝ่ายจัดการ ---------- */
/* --------------------------------------------------------------- */

#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-statements-download.table-custom-section .this-tr>[class*="this-"].col-annual,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-1,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-2,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-3,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-trimester-4,
#table-file-financial-analysis-download.table-custom-section .this-tr>[class*="this-"].col-annual {
    display: none !important;
}
#table-file-financial-statements-download.table-custom-section .file-download-btn-group.on-mobile,
#table-file-financial-analysis-download.table-custom-section .file-download-btn-group.on-mobile {
    display: block !important;
}

/* --------------------------------------------------------------- */
/* ------------------ กราฟเปรียบเทียบข้อมูลทางการเงิน ----------------- */
/* --------------------------------------------------------------- */

.financial-graph-row {
    flex-wrap: wrap;
    margin-top: 30px;
}
.financial-graph-row>.financial-graph-col.this-col-menu,
.financial-graph-row>.financial-graph-col.this-col-graph {
    width: 100% !important;
}
.financial-graph-row>.financial-graph-col.this-col-graph {
    padding: 10px 0 0 0 !important;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-row {
    flex-wrap: wrap;
}
.stock-quote-row>.stock-quote-col.this-col-left,
.stock-quote-row>.stock-quote-col.this-col-right {
    padding: 0;
    width: 100% !important;
}
.stock-quote-row>.stock-quote-col.this-col-right {
    margin-top: 20px;
}
.stock-quote-detail-row {
    flex-wrap: wrap !important;
    border: none !important;
}
.stock-quote-detail-row>.stock-quote-detail-col {
    width: 100% !important;
    border-bottom: 1px solid rgba(var(--custom-rgb-color-black),0.15);
    display: flex;
    flex-wrap: nowrap;
    padding: 10px 0 !important;
}
.stock-quote-detail-row>.stock-quote-detail-col:before {
    display: none !important;
}
.stock-quote-detail-row>.stock-quote-detail-col>.label,
.stock-quote-detail-row>.stock-quote-detail-col>.detail {
    padding: 0 !important;
}
.stock-quote-detail-row>.stock-quote-detail-col>.label {
    text-align: left;
    flex: 1 0 0 !important;
    font-weight: 400 !important;
    padding-right: 10px !important;
}
.stock-quote-detail-row>.stock-quote-detail-col>.detail {
    text-align: right;
    font-weight: 600 !important;
}

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

.chart-shareholding-structure-row {
    flex-wrap: wrap;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col {
    flex: none !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    margin-top: 50px !important;
}

#chart-shareholding-structure {
    flex-wrap: wrap;
}
#chart-shareholding-structure .chart-info {
    width: 100%;
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
}

/* --------------------------------------------------------------- */
/* ------------------------ โครงสร้างผู้ถือหุ้น ------------------------ */
/* --------------------------------------------------------------- */

#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-no {
    width: 70px;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-name {
    width: calc(100% - 70px);
    flex: none !important;
}
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-count,
#table-shareholder.table-custom-section .this-tr>[class*="this-"].col-percent {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* --------------------------- ปฏิทิน ----------------------------- */
/* --------------------------------------------------------------- */

/* table */
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-date,
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-time,
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-file {
    display: none !important;
}
#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-description>.date-and-time {
    display: block;
    font-weight: 500;
    color: rgba(var(--custom-rgb-color-secondary-2),1);
}

}

/* sm */
@media (min-width: 576px) and (max-width: 767.98px) {

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 170px;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 170px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 170px;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 120px;
    flex: 1 0 120px;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-detail-row>.stock-quote-detail-col>.label,
.stock-quote-detail-row>.stock-quote-detail-col>.detail {
    font-size: 20px !important;
    line-height: 25px !important;
}


/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

#chart-shareholding-structure {
    width: 300px;
    margin: 0 auto;
}
#chart-shareholding-structure .chart-info {
    padding-left: 30px !important;    
}
.info-shareholding-structure-highlight>.info-card {
    padding: 20px 30px;
}
.info-shareholding-structure-highlight>.info-card>.this-col-left {
    padding-right: 25px;
}
.info-shareholding-structure-highlight>.info-card>.this-col-right {
    padding-left: 25px;
}

/* --------------------------------------------------------------- */
/* --------------------------- ปฏิทิน ----------------------------- */
/* --------------------------------------------------------------- */

#table-calendar-investor.table-custom-section .this-tr>[class*="this-"].col-description>.date-and-time {
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ============================================================================================== */
/* ==================================== เอกสารเผยแพร่และดาวน์โหลด ================================= */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ข้อมูลนำเสนอ -------------------------- */
/* --------------------------------------------------------------- */

#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-item {
    width: 100%;
    flex: none !important;
}
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-doc,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-video,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-sound {
    display: none !important;
}
#table-file-presentation-download  .file-download-btn-group.on-mobile {
    display: block;
}

/* --------------------------------------------------------------- */
/* --------------- รายงานประจำปี + รายงานความยั่งยืน ------------------ */
/* --------------------------------------------------------------- */

.file-report-section {
    width: 100%;
    margin: -5px 0;
}
.file-report-item {
    width: 100%;
    margin: 5px 0;
    padding: 0 !important;
}
.file-report-row>.file-report-col.this-col-cover {
    width: 160px;
}
.file-report-row>.file-report-col.this-col-detail {
    width: calc(100% - 160px);
    padding: 40px 40px 0 40px;
}

}

/* xs */
@media (max-width: 575.98px) {

/* --------------------------------------------------------------- */
/* --------------------- table file download --------------------- */
/* --------------------------------------------------------------- */

#table-file-download.table-custom-section .this-tr>[class*="this-"].col-download {
    display: none !important;
}
.file-download-btn-group.on-mobile {
    display: block;
}

/* ============================================================================================== */
/* =========================================== ข้อมูลทางการเงิน ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ตารางงบการเงิน ------------------------ */
/* --------------------------------------------------------------- */

/* table */
#table-financial-all.table-custom-section {}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-fix {
    width: 130px;
}
#table-financial-all.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll,
#table-financial-statistics.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 130px);
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-description,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-description {
    width: 130px;
}
#table-financial-all.table-custom-section .this-tr>[class*="this-"].col-detail,
#table-financial-statistics.table-custom-section .this-tr>[class*="this-"].col-detail {
    width: 120px;
    flex: 1 0 120px;
}

/* ============================================================================================== */
/* ======================================== ข้อมูลราคาหลักทรัพย์ ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ราคาหลักทรัพย์ ------------------------ */
/* --------------------------------------------------------------- */

.stock-quote-detail-row>.stock-quote-detail-col>.label,
.stock-quote-detail-row>.stock-quote-detail-col>.detail {
    font-size: 19px !important;
    line-height: 25px !important;
}

/* ============================================================================================== */
/* ========================================= ข้อมูลสำหรับผู้ถือหุ้น ==================================== */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------- shareholding structure -------------------- */
/* --------------------------------------------------------------- */

#chart-shareholding-structure {
    width: 300px;
    margin: 0 auto;
    justify-content: center;
}
#chart-shareholding-structure #this-chart {
    width: 250px;
    height: 250px;
}
#chart-shareholding-structure .chart-info {
    padding-left: 30px !important;
}
#chart-shareholding-structure .chart-info>.chart-info-item+.chart-info-item {
    margin-top: 0;
}

.info-shareholding-structure-highlight+.info-shareholding-structure-highlight {
    margin-top: 30px;
}
.info-shareholding-structure-highlight>.info-card {
    padding: 20px 30px;
    flex-wrap: wrap;
}
.info-shareholding-structure-highlight>.info-card>.this-col-left,
.info-shareholding-structure-highlight>.info-card>.this-col-right {
    padding: 0 !important;
    border: none !important;
    width: 100% !important;
}
.info-shareholding-structure-highlight>.info-card>.this-col-right {
    border-top: 1px solid rgba(var(--custom-rgb-color-black),0.1) !important;
    margin-top: 15px !important;
    padding-top: 15px !important;
}
.chart-shareholding-structure-row>.chart-shareholding-structure-col.this-col-info {
    margin-top: 30px !important;
}

/* --------------------------------------------------------------- */
/* -------------------- นโยบายและการจ่ายเงินปันผล ------------------- */
/* --------------------------------------------------------------- */

#table-dividend-history.table-custom-section .table-custom-row>.table-custom-col.this-col-fix,
#table-dividend-history.table-custom-section .this-tr>[class*="this-"].col-date-approve {
    width: 180px;
}
#table-dividend-history.table-custom-section .table-custom-row>.table-custom-col.this-col-scroll {
    width: calc(100% - 180px);
}

/* ============================================================================================== */
/* ==================================== เอกสารเผยแพร่และดาวน์โหลด ================================= */
/* ============================================================================================== */

/* --------------------------------------------------------------- */
/* ------------------------- ข้อมูลนำเสนอ -------------------------- */
/* --------------------------------------------------------------- */

#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-item {
    width: 100%;
    flex: none !important;
}
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-doc,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-video,
#table-file-presentation-download.table-custom-section .this-tr>[class*="this-"].col-download-sound {
    display: none !important;
}

/* --------------------------------------------------------------- */
/* --------------- รายงานประจำปี + รายงานความยั่งยืน ------------------ */
/* --------------------------------------------------------------- */

.file-report-section {
    width: 100%;
    margin: -5px 0;
}
.file-report-item {
    width: 100%;
    margin: 5px 0;
    padding: 0 !important;
}
.file-report-row>.file-report-col.this-col-cover {
    width: 140px;
}
.file-report-row>.file-report-col.this-col-detail {
    width: calc(100% - 140px);
    padding: 20px 20px 0 20px;
}

}

/* xs custom */
@media (max-width: 399.98px) {}
