.box-border-left {
    border-left: 3px solid;
    padding-left: 2rem;
}

.box-border-left.sub-box {
    margin-left: 3rem;
}

.lightseagreen {
    border-color: #22bebe;
}

/* box */
.box-gradient-01 {
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    background: linear-gradient(90deg, rgba(28, 44, 91, 1) 0%, rgba(14, 128, 146, 1) 25%, rgba(2, 190, 191, 1) 50%, rgba(14, 128, 146, 1) 75%, rgba(28, 44, 91, 1) 100%);
}

.box-gradient-02 {
    padding: 0.5rem 1rem;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    background: linear-gradient(90deg, #a7853d 0%, #e8d392 50%, #c7aa60 100%);
    border-left: 2px solid #026838;
}

.box-shadow-margin-01 {
    max-width: 54rem;
    margin: auto;
    margin-top: -5rem;
    margin-bottom: 1rem;
    padding: 4em;
    background-color: #fff;
    box-shadow: 0px -45px 60px rgba(128, 128, 128, 0.4);
    z-index: 1;
    position: relative;
}

.box-margin-01 {
    max-width: 30rem;
    margin: auto;
    margin-bottom: 1rem;
    z-index: 1;
    position: relative;
}
@media screen and (max-width: 991px) {
    .box-shadow-margin-01, .box-margin-01 {
        max-width: 36rem;
    }
}
@media screen and (max-width: 575px) {
    .box-shadow-margin-01, .box-margin-01 {
        margin-top: 0;
        padding: 2em;
    }
}

/* Text Color */
.color-darkblue-01 {
    color: #091642;
}

.color-darkblue-02 {
    color: #1b2c57;
}

.color-darkblue-03 {
    color: #13255f;
}

.color-blue-02 {
    color: #00536c;
}
.color-blue-03 {
    color: #009bc9;
}

.color-green-01 {
    color: #004726;
}

.color-green-02 {
    color: #026838;
}

.color-green-03 {
    color: #026838;
}

.color-gold-01 {
    color: #d5a76b;
}
.color-orange-01 {
    color: #f47735;
}

/* text-indent */
.text-indent {
    text-indent: 2.5rem;
}

/* flex */
.ac-center {
    align-content: center
}
.ac-start {
    align-content: start
}
.ac-space-between {
    align-content: space-between;
}

/* box-gradient-02 */
.box-outline-01 {
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 1.8rem;
    font-weight: 500;
    background: #fff;
    color: #f47735;
    border: 2px solid #f47735;
    border-radius: 0.6rem 0 0.6rem;
}

/* re order grid */
@media screen and (min-width: 768px) {
    .re-order-grid .sec-data:nth-child(odd)>.content-data .grids:nth-child(even) .grid:nth-child(odd) {
        order: 2;
    }

    .re-order-grid .sec-data:nth-child(even)>.content-data .grids:nth-child(odd) .grid:nth-child(odd) {
        order: 1;
    }
}

/* border */
.bcolor-darkblue-01 {
    border-color: #091642 !important;
}

.bd-img-01 {
    padding: 0.5rem;
    border-width: 0.25rem;
    border-style: solid;
    border-radius: 1rem 1rem 0 1rem;
    /* border-image: linear-gradient(to right, #3acfd5 0%, #fed270 100%) 1; */
    border-image: linear-gradient(to right, #61c8e6 0%, #fed270 100%) 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

ol>li:before {
    font-size: 24px;
}


/* Img*/
.col-img-01 {
    width: 35%;
    min-width: 6rem;
}

/*bg img abs */
.bg-img-abs {
    position: absolute;
}
.img-top-0 {
    top: -3.275rem;
    left: -17vw;
    width: 110rem;
    z-index: -1;
    filter: opacity(0.4);
}
.img-bottom-0 {
    bottom: 0;
    left: -18vw;
    width: 130vw;
    height: 100%;
    max-height: 100%;
    z-index: -1;
    object-fit: cover;
}
.img-bottom-1 {
    bottom: 0;
    left: -23vw;
    width: 130vw;
    height: 100%;
    max-height: 100%;
    z-index: -1;
    object-fit: cover;
}
@media screen and (max-width: 991px) {
    .img-top-0 {
        top: -2.85rem;
    }
}
@media screen and (max-width: 576px) {
    .img-top-0 {
        top: -1.85rem;
    }
}
@media screen and (min-width: 1500px) {
    .img-top-0,
    .img-bottom-0 {
        left: -24vw;
        width: 110vw;
    }
    .img-bottom-1 {
        left: -27vw;
        width: 110vw;
    }
}
@media screen and (min-width: 1900px) {
    .img-top-0,
    .img-bottom-0 {
        left: -28vw;
        width: 110vw;
    }
    .img-bottom-1 {
        left: -30vw;
    }
}

/* bg color abs */
.bg-abs {
    position: absolute;
    width: 130vw;
    height: 100%;
    z-index: -1;
    z-index: -1;
    left: -26vw;
}
.bg-bluesky-01 {
    background-color: #d5f5ff;
}

/* Table */
.table-responsive {
    overflow-x: auto;
}
table.table-gold-green tr th,
table.table-gold-green tr th:first-child,
table.table-gold-green tr th:last-child,
table.table-gold-green tr td,
table.table-gold-green tr td:first-child,
table.table-gold-green tr td:last-child {
    padding: 1rem 0.8rem;
}
table.table-gold-green tr th {
    background: #d6aa6d;
    color: #fff;
    text-align: center;
    border-bottom: 2px solid #000;
    font-weight: 600;
}
table.table-gold-green tr td:not(:last-child) {
    vertical-align: top;
}
table.table-gold-green tr th:first-child,
table.table-gold-green tr th:last-child {
    background: #887253;
    text-align: center;
    border-color: #55370e;
}
table.table-gold-green tr td {
    background: #f2f2f2;
}
table.table-gold-green tr td:first-child {
    background: #026838;
    text-align: center;
    color: #fff;
    width: 3rem !important;
    font-weight: 500;
}
table.table-gold-green tr td:last-child {
    background: #fff;
    color: #000;
    width: 15% !important;
}
table.table-gold-green tr td.download {
    text-align: center;
}
table.table-gold-green tr td.download a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 0.4rem;
    color: #000;
    flex-wrap: wrap;
}

/* Table */
table.table-blue-green tr th, 
table.table-blue-green tr th:first-child, 
table.table-blue-green tr th:last-child, 
table.table-blue-green tr td, 
table.table-blue-green tr td:first-child, 
table.table-blue-green tr td:last-child {
    padding: 1rem 0.8rem;
    background: #f2f2f2;
}
table.table-blue-green tr th {
    background: #1b2c57;
    color: #fff;
    border-bottom: 2px solid #FF9500;
}
table.table-blue-green tr td:not(:last-child) {
    vertical-align: top;
}
table.table-blue-green tr th:first-child, 
table.table-blue-green tr th:last-child {
    background: #0e758b;
    text-align: center;
}
table.table-blue-green tr td {
    background: #f2f2f2;
    border-bottom: 1px solid #fff;
}
table.table-blue-green tr td:first-child {
    background: #02bebf;
    text-align: center;
    color: #fff;
    width: 3rem !important;
    font-weight: 500;
}
table.table-blue-green tr td:last-child {
    background: #fff;
    color: #000;
    width: 15% !important;
}
table.table-blue-green tr td.download {
    text-align: center;
}
table.table-blue-green tr td.download a {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 0.4rem;
    color: #000;
    flex-wrap: wrap;
}

/* Table */
.table-gray {
    width: 100%;
    border-spacing: 0;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
table.table-gray tr th, 
table.table-gray tr th:first-child, 
table.table-gray th:last-child, 
table.table-gray tr td, 
table.table-gray tr td:first-child, 
table.table-gray tr td:last-child {
    padding: 0.8rem;
}
table.table-gray tr th, table.table-gray tr th {
    background: #8f8f8f;
    color: #fff;
}

/* iframe */
.media-iframe {
    width: 100%;
    height: 55vw;
}
@media screen and (min-width: 768px) {
    .media-iframe {
        height: 17vw;
    }
}
@media screen and (min-width: 992px) {
    .media-iframe {
        height: 13vw;
    }
}

/* box-title-list */
.box-title-list .box-title {
    font-weight: 600;
    border-bottom: 1px solid;
    margin-bottom: 0.5rem;
}
.box-title-list .grid {
    align-content: start;
}
.box-title-list .box-list {
    position: relative;
    display: grid;
    font-size: 24px;
    grid-template-columns: 0fr 3fr 0fr;
    align-items: center;
    grid-gap: 1rem;
    align-content: center;
    transition: ease-in-out .3s all;
}
.box-title-list .box-item {
    margin-bottom: 0 !important;
}
.box-title-list .box-list::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    content: "\f15c";
    transition: ease-in-out .3s all;
}
.box-title-list .box-list::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    opacity: 0;
    transition: ease-in-out .3s all;
}
.box-title-list .box-list:hover::after {
    opacity: 1;
}

.box-title-list.box-orange .box-title {
    color: #f47735;
}
.box-title-list.box-orange .box-list:hover::before,
.box-title-list.box-orange .box-list:hover::after {
    color: #f47735;
}
.box-title-list.box-bluesky .box-title {
    color: #009ac7;
}
.box-title-list.box-bluesky .box-list .box-item:hover {
    color: #009ac7 !important;
}
.box-title-list.box-bluesky .box-list:hover::before,
.box-title-list.box-bluesky .box-list:hover::after {
    color: #009ac7;
}

/* accrodions */
.accrodions-toggle .item {
    transition: ease-in-out .3s all;
}
.accrodions-toggle .item .header {
    position: relative;
    background-color: #fff;
    padding: 1rem 2rem 1rem 1rem;
    color: #fa6500;
    border-bottom: 1px solid #fa6500;
    cursor: pointer;
}
.accrodions-toggle .item .header::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    position: absolute;
    top: calc(50% - 0.65rem);
    right: 1rem;
    transition: ease-in-out .3s all;
}
.accrodions-toggle .item .body {
    display: none;
    padding: 1rem;
    border-bottom: 1px solid #fa6500;
}
.accrodions-toggle .item.active .header {
    background-color: #fa6500;
    color: #fff;
}
.accrodions-toggle .item.active .header::after {
    transform: rotate(180deg);
}

/* List Style */
.bullet-orange li::marker {
    color: #fa6500;
}
.list-thai-01 {
    list-style-type: thai;
}
.list-thai-01 li::before {
    display: none;
}

/* Tab Style */
.tab-left-circle .tab-header {
    padding: 1rem;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
}
.tab-left-circle .tab-header.active {
    color: #fa6500;
}
.tab-left-circle .tab-header::before {
    content: '';
    position: absolute;
    border: 1px solid transparent;
    border-radius: 6rem;
    width: 6rem;
    height: 6rem;
    top: calc(50% - 3.1rem);
    left: calc(50% - 3.1rem);
}
.tab-left-circle .tab-header.active::before {
    border-color: #fa6500;
}
@media screen and (max-width: 575px) {
    .tab-headers {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        padding: 1rem 0 0.5rem;
    }
}

/* bg radius */
.bg-radius {
    position: relative;
    background: #13255f;
    border-radius: 2rem;
    width: 2rem;
    height: 2rem;
    padding: 0.3rem;
    margin: auto;
    color: #fff;
    text-align: center;
}



.energy-title-container {
    background-color: #F86F38;
    text-align: left;
    padding: 8px 0;
    margin: 20px auto;
    width: 100%;
    max-width: 1200px;
    text-indent: 2.5rem;
}

.energy-title-text {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1.5;
}

.energy-img-01 {
    padding: 0.5rem;
    border-width: 0.25rem;
    border-style: solid;
    border-radius: 1rem 1rem 0 1rem;
    /* border-image: linear-gradient(to right, #3acfd5 0%, #fed270 100%) 1; */
    border-image: linear-gradient(to right, #F86F38 0%, #13255F 100%) 1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.energy-img-border {
padding: 0.5rem;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);

}