.our_business_container {
    background-color: rgba(0, 0, 0, 1);
}

.banner_sect {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 5;
}

.business_banner {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    z-index: 5;
}

.breadcrumb_sect {
    width: 100%;
    height: auto;
    padding: 6px 16px 12px 16px;
    background-color: rgba(0, 67, 112, 0.7);
    /*background: linear-gradient(140deg, rgba(7, 41, 69, 0.7) 7%, rgba(74, 132, 180, 0.2) 73%, rgba(7, 41, 69, 0.7) 100%);*/
    z-index: 15;
    position: relative;
    margin-top: -40px;
    float: left;
    text-align: right;
    border-top-right-radius: 2px;
    -webkit-backdrop-filter: saturate(200%) blur(12px);
    backdrop-filter: saturate(200%) blur(12px);
}

.power_breadcrumb_sect {
    width: 100%;
    height: auto;
    padding: 10px 16px 6px 16px;
    z-index: 80;
    position: relative;
    margin-top: 150px;
    margin-bottom: 120px;
    float: left;
    text-align: right;
    border-top-right-radius: 2px;
}

.breadcrumb_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1148px;
    text-align: left;
}

ul.breadcrumb {
    padding: 0px;
    margin: 0px;
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    color: #fff;
    text-align: left;
}

ul.breadcrumb li {
    display: inline;
    font-size: 16px;
    color: #ffffff;
    font-family: 'arial';
    font-weight: 600;
}

ul.breadcrumb li a {
    color: #a7a7a7;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'arial';
    font-weight: 400;
}

ul.breadcrumb li a:hover {
    color: #ffffff;
    text-decoration: none;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: rgba(120, 120, 119, 0.5);
    content: "\007C";
    vertical-align: 0.5px;
}


/* Start tab */

.tab {
    float: left;
    width: 25%;
    padding: 40px;
}


/* Pillar Themes */

.renewables_themes {
    background: rgb(23, 51, 73);
    background: linear-gradient(0deg, rgb(5 15 23 / 59%) 20%, rgb(15 40 61) 100%);
}

.renewables_col {
    color: rgb(152 197 227);
    filter: saturate(1);
}

.powergent_themes {
    background: rgb(23, 51, 73);
    background: linear-gradient(0deg, rgb(5 15 23 / 59%) 20%, rgb(15 40 61) 100%);
}

.powergent_col {
    color: rgb(152 197 227);
    filter: saturate(1);
}

.gas_themes {
    background: rgb(23, 51, 73);
    background: linear-gradient(0deg, rgb(5 15 23 / 59%) 20%, rgb(15 40 61) 100%);
}

.gas_col {
    color: rgb(152 197 227);
    filter: saturate(1);
}

.infrastructure_themes {
    background: rgb(23, 51, 73);
    background: linear-gradient(0deg, rgb(5 15 23 / 59%) 20%, rgb(15 40 61) 100%);
}

.infrastructure_col {
    color: rgb(152 197 227);
    filter: saturate(1);
}

.tab button {
    display: block;
    background-color: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.5);
    padding: 8px 24px 12px 24px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s all;
    font-size: 17px;
    border-radius: 2px;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
    max-width: 400px;
    font-family: 'arial';
}

.tab button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 1);
    transition: 0.3s all;
}

.tab button.active {
    background: rgb(255, 255, 255, 0.8);
    background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 52%);
    color: rgba(34, 34, 34, 0.9);
    -webkit-text-stroke-width: 0.5px !important;
    border-left: 8px rgba(255, 255, 255, 0.5);
    filter: saturate(1.5);
    text-align: right;
    transition: 0.3s all;
    text-transform: uppercase;
}

.tabcontent {
    float: right;
    padding: 0px 12px;
    border: 0px solid #ccc;
    width: 75%;
    height: 1000px;
    border-left: none;
    position: relative;
}

.in-color {
    color: #f8f8f8 !important;
    background: #3a5c75;
    background: linear-gradient(140deg, rgb(20 57 87) 0%, rgb(37 82 118) 56%, rgb(28 62 91) 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-text-stroke-width: 0.1px !important;
    border-left: 0px groove rgba(255, 255, 255, 0.1);
}

.out-color {
    color: #333;
    background: rgb(136, 136, 136);
    background: linear-gradient(140deg, rgba(220, 220, 220, 1) 7%, rgba(169, 176, 182, 1) 73%, rgba(180, 180, 180, 1) 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-text-stroke-width: 0.1px !important;
    border: 0px solid rgba(255, 255, 255, 0.3);
}

.map_frame {
    width: auto;
    height: -webkit-fill-available;
    margin: auto;
}


/* Start tab */

.business_sect {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 64px 2% 56px 2%;
    background-color: rgba(239, 242, 244, 0.8);
    z-index: 15;
    position: relative;
}

.business_sect2 {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 64px 2% 80px 2%;
    background-color: rgba(239, 242, 244, 0.8);
    z-index: 15;
    position: relative;
}

.business_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1167px;
    text-align: center;
    margin-bottom: 32px;
}

.business_cont2 {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1167px;
    text-align: center;
    margin-bottom: 32px;
}

.business_cont_title {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-size: 40px;
    font-family: arial;
    line-height: 48px;
    color: rgba(16, 60, 95, 1);
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}

.business_cont_head {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 48px;
    color: rgba(255, 255, 255, 1);
    -webkit-text-stroke-width: 0.8px;
    letter-spacing: 0.5px;
}

.business_cont_sub {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    /*max-width: 980px;*/
    display: table-cell;
    color: #000000;
    font-size: 16px;
}

.business_cont_sub p {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    /*max-width: 980px;*/
    display: table-cell;
    color: #d8d8d8;
    font-size: 15px;
    font-family: 'Poppins', 'Sarabun', sans-serif !important;
}

.business_sect_cont {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 80px 2% 80px 2%;
    background-image: url(../img/wmap_bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 65%;
    background-size: cover;
    background-color: rgba(213, 213, 213, 1);
    z-index: 15;
    position: relative;
}

.business_col_sect {
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
    max-width: 1000px;
    background-color: rgba(16, 60, 95, 1);
    padding: 0px;
}

.business_col {
    width: 100%;
    height: auto;
    margin: 1.5% auto;
    max-width: 1000px;
    text-align: center;
    padding: 2% 3%;
    border-radius: 2px;
    color: #d8d8d8;
    border: 0px solid #d8d8d8;
}

.business_cont_l {
    width: 30%;
    height: auto;
    float: left;
    position: relative;
}

.business_cont_r {
    width: 65%;
    height: auto;
    float: right;
    position: relative;
    text-align: left;
}

.business_cont2_l {
    width: 30%;
    height: auto;
    float: right;
    position: relative;
}

.business_cont2_r {
    width: 65%;
    height: auto;
    float: left;
    position: relative;
    text-align: left;
}

.business_cont_txt {
    width: 100%;
    height: auto;
    float: right;
    position: absolute;
    text-align: left;
    top: 50%;
    right: 0%;
    transform: translate(-0%, 0%);
}

.business_cont2_txt {
    width: 100%;
    height: auto;
    float: right;
    position: absolute;
    text-align: right;
    top: 50%;
    right: 0%;
    transform: translate(-0%, 0%);
}

.business_type {
    width: 100%;
    height: auto;
    margin: 48px auto 48px auto;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    padding: 16px;
    border-radius: 4px;
}

.business_type_col {
    width: 33.33%;
    height: auto;
    /* margin: 1%; */
    transition: 0.4s;
    color: rgba(59, 59, 59, 1);
    border: 0px solid rgba(255, 255, 255, 0.05);
}

.business_type_col:hover {
    color: rgba(0, 67, 112, 1);
}

.business_type_col_2 {
    width: 16.66%;
    height: auto;
    /* margin: 1%; */
    transition: 0.4s;
    padding-bottom: 0%;
    color: rgba(59, 59, 59, 1);
    border: 0px solid rgba(255, 255, 255, 0.027);
}

.business_type_col_2:hover {
    color: #6ab96f;
}

.business_type_t {
    width: 100%;
    height: auto;
    margin: 0px auto 12px auto;
    padding: 0% 8% 2% 8%;
    transform: scale(1);
    transition: all 0.2s;
    filter: saturate(1);
}

.business_type_t:hover {
    transform: scale(1.1);
    transition: all 0.3s;
    filter: saturate(1.5);
}

.business_type_b {
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 25px;
    font-family: 'dbheaventlite' !important;
    -webkit-text-stroke-width: 0.9px !important;
    letter-spacing: 0.5px;
    font-weight: 400 !important;
}

.business_core_img {
    max-width: 1170px;
    width: 100%;
    height: auto;
    margin: 0px auto 0px auto;
}

.img_pow_thumbs {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.95;
}

.img_busi_ico {
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    max-width: 120px;
}

.img_busi_bor {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.renewables_sect {
    width: 100%;
    height: 110vh;
    margin: auto;
    padding: 280px 2% 80px 2%;
    background-repeat: no-repeat;
    background-position: center 65%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-color: rgba(0, 0, 0, 1);
    z-index: 15;
    position: fixed;
    top: 0%;
}

.power_sect {
    width: 100%;
    height: 110vh;
    margin: auto;
    padding: 280px 2% 80px 2%;
    background-repeat: no-repeat;
    background-position: center 65%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-color: rgba(0, 0, 0, 1);
    z-index: 15;
    position: fixed;
    top: 0%;
}

.gas_sect {
    width: 100%;
    height: 110vh;
    margin: auto;
    padding: 280px 2% 80px 2%;
    background-repeat: no-repeat;
    background-position: center 65%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-color: rgba(0, 0, 0, 1);
    z-index: 15;
    position: fixed;
    top: 0%;
}

.infrastructure_sect {
    width: 100%;
    height: 110vh;
    margin: auto;
    padding: 280px 2% 80px 2%;
    background-repeat: no-repeat;
    background-position: center 65%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-attachment: fixed;
    background-color: rgba(0, 0, 0, 1);
    z-index: 15;
    position: fixed;
    top: 0%;
}

.news_sect_bg {
    margin: auto;
    z-index: 1;
    position: fixed;
    top: 0%;
}

.news_bg_fixed {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 51% 0%;
    background-size: cover;
}

.gas_bg_fixed {
    width: 100vw;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: cover;
}

.power_cont2 {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1170px;
    text-align: center;
    margin-bottom: 32px;
    padding: 0% 2%;
    position: relative;
    z-index: 50;
    display: flex;
}

.power_cont_qa {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1170px;
    text-align: left;
    margin-bottom: 0px;
    padding: 0% 2%;
    position: relative;
    z-index: 50;
}

.power_sect_title {
    width: max-content;
    height: auto;
    position: relative;
    letter-spacing: 0.5px;
    text-align: left;
}

.power_title_txt {
    text-transform: uppercase;
    font-size: 56px;
    font-family: 'dbheaventlite' !important;
    line-height: 56px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.power_title_txt h1 {
    text-transform: uppercase;
    font-size: 56px;
    font-family: 'dbheaventlite' !important;
    line-height: 56px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.power_title_txt h2 {
    font-size: 36px;
    font-family: 'dbheaventlite' !important;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: none;
}

.power_details {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1170px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    margin-bottom: 56px;
    border-radius: 4px;
    position: relative;
    z-index: 50;
}

.power_details_l {
    width: 49.8%;
    height: auto;
    float: left;
    text-align: left;
    padding: 40px;
    /*-webkit-backdrop-filter: saturate(100%) blur(8px);
    backdrop-filter: saturate(100%) blur(8px);*/
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.power_details_r {
    width: 49.99%;
    height: auto;
    float: right;
    text-align: right;
    /* padding: 8px; */
    /* border: 5px solid rgba(255, 255, 255, 0.05); */
}

.power_title {
    width: 100%;
    height: auto;
    float: left;
    font-size: 40px;
    line-height: 40px;
    font-family: 'dbheaventlite' !important;
    color: #f8f8f8;
    letter-spacing: 1px;
    -webkit-text-stroke-width: 0.2px !important;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.power_logo {
    width: 44%;
    height: auto;
    max-width: 158px;
    float: left;
    margin-top: -53px;
    margin-right: 20px;
    padding-bottom: 2%;
}

.solar_logo {
    width: 44%;
    height: auto;
    max-width: 158px;
    float: left;
    margin-top: -75px;
    margin-right: 20px;
    padding-bottom: 3%;
}

.power_logo_img {
    width: 100%;
    height: auto;
    max-width: 180px;
}

.power_txt {
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
    font-family: arial;
    color: #ffffff;
    letter-spacing: 0.8px;
}

.infa_logo {
    width: 77%;
    height: auto;
    max-width: 158px;
    float: left;
    margin-top: -64px;
    margin-right: 20px;
    padding-bottom: 2%;
}

.gas_logo {
    width: 44%;
    height: auto;
    max-width: 158px;
    float: left;
    margin-top: -44px;
    margin-right: 32px;
    padding-bottom: 2%;
}

.power_mw_sect {
    width: 100%;
    height: auto;
    float: left;
    padding: 8px 0px;
}

.power_mw_sect_l {
    width: 65%;
    height: auto;
    float: left;
    color: #d8d8d8;
    font-size: 25px;
    line-height: 26px;
    -webkit-text-stroke-width: 0px !important;
    font-family: 'dbheaventlite' !important;
}

.power_mw_sect_r {
    width: 27%;
    height: auto;
    float: right;
    text-align: right;
    font-family: 'arial';
    font-size: 16px;
}

.power_cir_cont {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1150px;
}

.power_qa_htitle h2 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: rgba(16, 60, 95, 1);
    letter-spacing: 0px;
    margin: 32px 0px 8px 0px;
    text-align: center;
}

.power_qa_title h2 {
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
    font-size: 40px;
    line-height: 40px;
    font-weight: 600;
    color: rgba(16, 60, 95, 1);
    letter-spacing: 0px;
    text-transform: uppercase;
    text-align: center;
}

.power_qa_sect {
    width: 96%;
    height: auto;
    display: block;
    background: rgb(255 255 255);
    border-radius: 6px;
    padding: 16px 4% 32px 4%;
    margin: 0px auto 32px auto;
}

.power_qa_modal {
    width: 96%;
    height: auto;
    padding: 20px 2% 32px 3%;
    margin: 16px auto;
    max-width: 1170px;
    display: block;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 0px solid rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: relative;
    z-index: 50;
}

.read_more_btn {
    width: max-content;
    height: auto;
    font-size: 22px;
    line-height: 20px;
    text-align: center;
    margin: 32px auto 8px auto;
    border-radius: 4px;
    font-family: 'dbheavent';
    color: rgba(255, 255, 255, 1) !important;
    padding: 9px 10px 9px 16px;
    transition: 0.3s;
    cursor: pointer;
    background: linear-gradient(140deg, rgb(51 99 138 / 27%) 0%, rgb(74 132 180 / 41%) 73%, rgb(53 101 141 / 33%) 100%);
}

.read_more_btn:hover {
    color: rgba(255, 255, 255, 1);
    background: linear-gradient(140deg, rgb(51 99 138 / 27%) 0%, rgba(74, 132, 180, 0.677) 73%, rgb(53 101 141 / 33%) 100%);
    transition: 0.3s;
}

ul.txtlist {
    list-style-type: disc;
    list-style: disc;
    margin-block-start: 20px;
    margin-block-end: 24px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

ul.txtlist li {
    margin-bottom: 8px;
    list-style: disc;
    color: rgb(216 216 216);
}

ol.txtlist {
    margin-block-start: 20px;
    margin-block-end: 24px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

ol.txtlist li {
    margin-bottom: 8px;
    color: rgb(216 216 216);
}

ol.txtlist li::marker {
    vertical-align: top;
    font-family: 'Poppins', 'Sarabun', sans-serif !important;
    font-size: 15px;
    font-weight: 600;
    color: rgb(255 255 255);
}

.txt_qab {
    font-weight: 600 !important;
    color: rgb(255 255 255);
}

.ico_s_quote {
    font-size: 20px;
    line-height: 44px !important;
    height: 32px;
    display: block;
    color: rgb(104 104 104 / 30%);
    text-align: left;
    display: none;
}

.ico_a_quote {
    font-size: 26px;
    line-height: 56px !important;
    height: 44px;
    display: block;
    color: rgb(106 185 111);
    text-align: right;
}

.power_type_list {
    margin: 16px 0px 0px 8px;
    padding: 0px 0px 0px 12px;
}

.power_qa_ques h2 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: rgb(255 255 255);
    letter-spacing: 1px;
    margin: 4px 0px 8px 0px;
    font-family: 'dbheaventlite';
}

.power_qa_ques h3 {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: rgb(255 255 255);
    letter-spacing: 1px;
    margin: 8px 0px;
    font-family: 'dbheaventlite';
}

.power_qa_answ p {
    font-size: 15px;
    color: rgb(216 216 216);
    line-height: 26px;
    font-family: 'Poppins', 'Sarabun', sans-serif !important;
}

.power_map {
    width: 100%;
    height: auto;
    margin: auto;
    max-width: 1170px;
    display: block;
    flex-wrap: wrap;
    margin-top: 64px;
    margin-bottom: 56px;
    /*-webkit-backdrop-filter: saturate(100%) blur(8px);
    backdrop-filter: saturate(100%) blur(8px);*/
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-left: 1px solid rgba(255, 255, 255, 0.05);
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    padding: 0%;
    border-radius: 4px;
    position: relative;
    z-index: 50;
}

.blurbg_fr {
    -webkit-backdrop-filter: saturate(100%) blur(8px);
    backdrop-filter: saturate(100%) blur(8px);
}

.power_map_img {
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 53%;
    left: 50%;
}

.power_thai_img {
    height: auto;
    max-width: 500px;
    z-index: 2;
    opacity: 0.85;
}

.map_pc {
    display: unset;
}

.map_mobi {
    display: none;
}

.power_map_city {
    width: 100%;
    height: auto;
    margin: auto;
    position: static;
}

.power_flag_img {
    height: auto;
    max-width: 50px;
    z-index: 2;
    margin-right: 8px;
    vertical-align: -4px;
}

.power_city_img {
    height: auto;
    max-width: 100%;
    z-index: 2;
    filter: brightness(1.1);
}

.power_map_title {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    margin-top: 40px;
    margin-bottom: 24px;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    font-family: arial;
    line-height: 40px;
    color: rgba(16, 60, 95, 1);
    letter-spacing: 0.5px;
    -webkit-text-stroke-width: 1px
}

.power_map_tag {
    min-width: 220px;
    height: auto;
    line-height: 22px;
    padding: 6px 12px 8px 14px;
    border-radius: 4px;
    z-index: 3;
}

.map_mobile_list {
    width: 100%;
    height: auto;
    display: unset;
    flex-wrap: unset;
}

.in_out_pillar {
    height: auto;
    position: absolute;
    bottom: 3.5%;
    right: 0%;
    display: flex;
    width: 322px;
    margin-left: 80%;
    font-family: arial;
}

.in_out_pillar_txt {
    width: auto;
    height: auto;
    display: flex;
    margin: 0.5% 16px 4px 0.5%;
    font-size: 16px;
}

.in_out_pillar_txt2 {
    width: auto;
    height: auto;
    display: flex;
    margin: 0.5% 0% 4px 12px;
    font-size: 16px;
}

.bul_gre {
    margin-top: 1px;
}

.bul_gre::before {
    content: url(../img/working_ico2.svg);
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
    line-height: 15px;
    margin-right: 4px;
    ;
}

.bul_blue::before {
    content: url(../img/underconstruction_ico2.svg);
    font-size: 28px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 19px;
    margin-right: 4px;
}

.bul_blue {
    margin-top: 1px;
}

.map_province_txt {
    font-size: 16px;
    -webkit-text-stroke-width: 0.3px !important;
    text-transform: capitalize;
    line-height: 26px;
    font-family: 'Poppins', 'Sarabun', sans-serif;
    letter-spacing: 0px;
}

.map_in_txt {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 1);
    text-indent: 2px;
    font-family: 'Poppins', 'Sarabun', sans-serif;
}

.map_in_txt::before {
    content: url(../img/working_ico.svg);
    top: 0px;
    position: relative;
    -webkit-animation: blinker 1s linear infinite;
    -moz-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
}

@-webkit-keyframes blinker {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
        filter: brightness(100%);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
        filter: brightness(150%);
    }
    100% {
        opacity: 0.8;
        transform: scale(0.5);
        filter: brightness(100%);
    }
}

@-moz-keyframes blinker {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
        filter: brightness(100%);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
        filter: brightness(150%);
    }
    100% {
        opacity: 0.8;
        transform: scale(0.5);
        filter: brightness(100%);
    }
}

@keyframes blinker {
    0% {
        transform: scale(0.5);
        opacity: 0.8;
        filter: brightness(100%);
    }
    50% {
        opacity: 1;
        transform: scale(0.9);
        filter: brightness(150%);
    }
    100% {
        opacity: 0.8;
        transform: scale(0.5);
        filter: brightness(100%);
    }
}

.map_out_txt {
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.3);
    text-indent: 2px;
    font-family: 'arial';
}

.map_out_txt::before {
    content: url(../img/underconstruction_ico.svg);
    top: 1px;
    position: relative;
}

ul.indent {
    list-style-position: outside;
    list-style: none;
    padding-inline-start: 0px;
    display: flex;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

.l_4px {
    margin-left: 4px;
}


/*  */

.map_ani {
    -webkit-animation: zoomSlow 2s infinite ease-in-out;
    -moz-animation: zoomSlow 2s infinite ease-in-out;
    animation: zoomSlow 2s infinite ease-in-out;
}

@-webkit-keyframes zoomSlow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes zoomSlow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes zoomSlow {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}


/*  */

.map_ani2 {
    -webkit-animation: zoomSlow2 3s infinite ease-in-out;
    -moz-animation: zoomSlow2 3s infinite ease-in-out;
    animation: zoomSlow2 3s infinite ease-in-out;
}

@-webkit-keyframes zoomSlow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(9);
        opacity: 0;
    }
}

@-moz-keyframes zoomSlow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(9);
        opacity: 0;
    }
}

@keyframes zoomSlow2 {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(9);
        opacity: 0;
    }
}

.map_th1 {
    width: 94px;
    position: absolute;
    top: 32.6%;
    left: 48.5%;
    z-index: 2;
}

.map_th2 {
    width: 50px;
    position: absolute;
    top: 40.8%;
    left: 47.6%;
    z-index: 2;
}

.map_th3 {
    width: 36.6px;
    position: absolute;
    top: 38.2%;
    left: 41.8%;
    z-index: 2;
}

.map_th4 {
    width: 30.2px;
    position: absolute;
    top: 39.45%;
    left: 38.4%;
    z-index: 2;
}

.map_th5 {
    width: 59.3px;
    position: absolute;
    top: 43.9%;
    right: 43.1%;
    z-index: 2;
}

.map_th6 {
    width: 45.5px;
    position: absolute;
    top: 46.2%;
    right: 46.2%;
    z-index: 2;
}

.map_th7 {
    width: 45.2px;
    position: absolute;
    top: 48.9%;
    right: 44.8%;
    z-index: 2;
}

.map_th8 {
    width: 30.2px;
    position: absolute;
    top: 42.1%;
    left: 39.4%;
    z-index: 2;
}

.map_th9 {
    width: 47.2px;
    position: absolute;
    top: 44%;
    left: 27.5%;
    z-index: 2;
}

.map_th10 {
    width: 55.4px;
    position: absolute;
    top: 84.1%;
    left: 36.4%;
    z-index: 2;
}

.map_th11 {
    width: 30.4px;
    position: absolute;
    top: 44%;
    left: 39.6%;
    z-index: 2;
}

.map_om1 {
    width: 190.8px;
    position: absolute;
    top: 50.1%;
    left: 38.5%;
    z-index: 2;
}

.map_gm1 {
    width: 6.8px;
    position: absolute;
    top: 18.6%;
    left: 15.6%;
    z-index: 2;
    padding-bottom: 1.5%;
}

.map_vn1 {
    width: 73px;
    position: absolute;
    top: 58%;
    left: 63.7%;
    z-index: 2;
}

.map_vn2 {
    width: 35px;
    position: absolute;
    top: 76%;
    left: 47.5%;
    z-index: 2;
}

.map_vn3 {
    width: 40px;
    position: absolute;
    top: 84.8%;
    left: 48.4%;
    z-index: 2;
}

.card_float {
    position: absolute;
    margin-bottom: 0px;
}

.power_local_th1 {
    width: auto;
    top: 18.5%;
    right: 5%;
}

.power_local_th2 {
    width: auto;
    top: 31%;
    right: 2%;
}

.power_local_th3 {
    width: auto;
    top: 21%;
    left: 0%;
}

.power_local_th4 {
    width: auto;
    top: 29%;
    left: -2%;
}

.power_local_th5 {
    width: auto;
    top: 50.8%;
    right: 4%;
}

.power_local_th6 {
    width: auto;
    top: 61%;
    right: 7%;
}

.power_local_th7 {
    width: auto;
    top: 68.7%;
    right: 9%;
}

.power_local_th8 {
    width: auto;
    top: 37%;
    left: 1%;
}

.power_local2_th8 {
    width: auto;
    top: 39%;
    left: -4%;
}

.power_local3_th8 {
    width: auto;
    top: 32.5%;
    left: -2%;
}

.power_local_th9 {
    width: auto;
    top: 45%;
    left: 4%;
}

.power_local2_th9 {
    width: auto;
    top: 49.5%;
    left: 4%;
}

.power_local3_th9 {
    width: auto;
    top: 49.2%;
    left: 4%;
}

.power_local_th10 {
    width: auto;
    bottom: 18%;
    right: 19%;
}

.power_local_th11 {
    width: auto;
    top: 47.9%;
    right: 12%;
}

.power_local_om1 {
    width: auto;
    top: 64%;
    right: 2%;
}

.power_mortor_th1 {
    width: auto;
    top: 35%;
    left: 1%;
}

.power_mortor_th2 {
    width: auto;
    top: 35.5%;
    right: 5%;
}

.power_local_gm1 {
    width: auto;
    top: 29%;
    left: -3%;
}

.power_local_vn1 {
    width: auto;
    top: 53%;
    right: 3%;
}

.power_local_vn2 {
    width: auto;
    top: 65%;
    left: 15%;
}

.power_local_vn3 {
    width: auto;
    top: 78.8%;
    right: 2%;
}


/* Add by pdr 27 Sep*/

.sm-font h2,
.sm-font h3 {
    font-size: 20px;
    text-align: left;
    font-family: 'Poppins', 'Sarabun', sans-serif !important;
    color: rgba(255, 255, 255, 1);
}

.sm-font h1 {
    font-size: 30px;
}

@media only screen and (max-width: 1200px) {
    .power_details {
        width: 96%;
    }
    .power_map {
        width: 96%;
    }
}

@media only screen and (max-width: 1120px) {
    .tab {
        width: max-content;
        float: none;
        background-color: unset;
        display: flex;
        margin: auto;
        padding: 26px 8px 16px 8px;
    }
    .tabcontent {
        width: 100%;
    }
    .tab button {
        text-align: center;
        font-size: 17px;
        padding: 10px 24px 12px 24px;
        min-width: 200px;
    }
    .tab button.active {
        border: 0px;
    }
    .power_mortor_th1 {
        left: 7%;
    }
    .map_frame {
        width: 90%;
    }
    .in_out_pillar {
        right: 0%;
    }
    .tab button.active {
        text-align: center;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%);
    }
}

@media only screen and (max-width: 991px) {
    .business_cont_txt {
        top: 50%;
        right: 0%;
        transform: translate(-0%, 0%);
    }
    .business_col {
        margin: 2% auto;
        padding: 3% 3% 4.5% 3%;
    }
    .power_sect_title {
        margin: auto;
    }
    .power_logo {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 16px;
        margin-right: unset;
    }
    .solar_logo {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 16px;
        margin-right: unset;
    }
    .infa_logo {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 16px;
        margin-right: unset;
    }
    .gas_logo {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 16px;
        margin-right: 32px;
    }
    .power_cont2 {
        max-width: 96%;
    }
    .power_cont_qa {
        max-width: 96%;
    }
    .power_breadcrumb_sect {
        margin-bottom: 64px;
    }
    .map_province_txt {
        font-size: 16px;
        line-height: 32px;
    }
    .map_in_txt {
        font-size: 14px;
        line-height: 22px;
    }
    .map_out_txt {
        font-size: 14px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 960px) {
    .map_frame {
        height: auto;
        margin: auto;
        position: relative;
        width: 100%;
    }
    .map_mobile_list {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .tabcontent {
        width: 100%;
        height: auto;
        padding: 13px 5% 40px 5%;
    }
    .card_float {
        position: static;
        margin: 1%;
        width: 48%;
        float: left;
    }
    .in-color {
        background: linear-gradient(140deg, rgba(51, 99, 138, 0.6) 0%, rgba(74, 132, 180, 0.6) 73%, rgba(53, 101, 141, 0.6) 100%);
    }
    .in_out_pillar {
        position: relative;
        float: right;
        text-align: right;
        right: unset;
        bottom: unset;
        margin-bottom: 24px;
        width: 322px;
        margin-left: 80%;
    }
    .in_out_pillar_txt {
        float: left;
        display: flex;
        margin: 0.5% 0.5% 4px 16px;
    }
    .in_out_pillar_txt2 {
        float: right;
        display: flex;
        margin: 0.5% 0% 4px 12px;
    }
    .in-color {
        border: 0px;
    }
    .out-color {
        border: 0px;
    }
    .power_map_img {
        position: relative;
        transform: unset;
        top: -20px;
        left: unset;
        margin: auto;
        text-align: center;
        display: table;
    }
    .power_thai_img {
        max-width: 400px;
        margin-top: 8px;
    }
    .power_map_tag {
        text-align: left;
        padding: 8px 20px 16px 20px;
    }
    .power_local_th1 {
        right: 0%;
    }
    .power_local_th2 {
        right: 0%;
    }
    .power_local_th3 {
        left: 0%;
    }
    .power_local_th4 {
        left: 0%;
    }
    .power_local_th5 {
        right: 0%;
    }
    .power_local_th11 {
        right: 0%;
    }
    .power_local_th6 {
        right: 0%;
    }
    .power_local_th7 {
        right: 0%;
    }
    .power_local_th8 {
        left: 0%;
    }
    .power_local_th9 {
        left: 0%;
    }
    .power_local_th10 {
        right: 0%;
    }
    .power_local_om1 {
        top: 62%;
        right: 0%;
    }
    .map_pc {
        display: none;
    }
    .map_mobi {
        display: unset;
    }
    .map_gm1 {
        width: 2%;
        top: 19.2%;
        left: 15.8%;
    }
    .map_vn1 {
        width: 14.8%;
        top: 58.4%;
        left: 63.6%;
    }
    .map_vn2 {
        width: 28px;
    }
    .map_vn3 {
        width: 30px;
        top: 84.4%;
        left: 48.8%
    }
}

@media only screen and (max-width: 835px) {
    .business_type_col_2 {
        width: 32.98%;
    }
    .img_busi_ico {
        max-width: 140px;
    }
    .business_type_b {
        font-size: 24px;
    }
    .power_cont2 {
        display: block;
    }
    .power_cont_qa {
        display: block;
    }
    .power_sect_title {
        width: 96%;
        float: left;
        padding-left: 1%;
    }
    .gas_logo {
        margin-bottom: 0px;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 768px) {
    .power_details {
        width: 95%;
    }
    .power_map {
        width: 95%;
    }
    .business_col_sect {
        padding: 0px 0px 4% 0px;
    }
    .business_type_col {
        width: 48.8%;
        padding: 12px 12px 45px 12px;
    }
    .business_sect_cont {
        padding: 80px 4% 80px 4%;
    }
    .power_local_om1 {
        top: 68%;
        right: 0%;
        padding: 8px 12px 16px 12px;
    }
    .map_province_txt {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 4px;
    }
    .power_sect {
        padding: 280px 6% 80px 6%;
    }
    .renewables_sect {
        padding: 280px 6% 80px 6%;
    }
    .gas_sect {
        padding: 280px 6% 80px 6%;
    }
    .infrastructure_sect {
        padding: 280px 6% 80px 6%;
    }
    .power_details_l {
        width: 100%;
        padding: 5%;
    }
    .power_details_r {
        width: 100%;
    }
    .tab button {
        text-align: center;
        font-size: 17px;
        padding: 10px 24px 12px 24px;
        min-width: 120px;
    }
    .tab button.active {
        padding: 10px 24px 12px 24px;
    }
    .img_busi_ico {
        max-width: 144px;
    }
    .img_busi_bor {
        border-right: 0px solid rgba(0, 0, 0, 0.3);
    }
    .business_type_b {
        font-size: 26px;
        line-height: 30px;
    }
    .news_bg_fixed {
        background-position: 35% 0%;
    }
    .business_type_col_2 {
        width: 48.8%;
        padding: 12px 12px 45px 12px px;
    }
    .power_qa_modal {
        width: 95%;
        padding: 16px 4% 36px 4%;
    }
}

@media only screen and (max-width: 700px) {
    .power_thai_img {
        height: auto;
        max-width: 80%;
        z-index: 2;
    }
    .map_th1 {
        width: 14.9%;
        position: absolute;
        top: 32.65%;
        left: 48.8%;
        z-index: 2;
    }
    .map_th2 {
        width: 7.7%;
        position: absolute;
        top: 40.85%;
        left: 48.25%;
        z-index: 2;
    }
    .map_th3 {
        width: 5.8%;
        position: absolute;
        top: 38.15%;
        left: 43.4%;
        z-index: 2;
    }
    .map_th4 {
        width: 5.2%;
        position: absolute;
        top: 39.4%;
        left: 40.6%;
        z-index: 2;
    }
    .map_th5 {
        width: 9.5%;
        position: absolute;
        top: 43.85%;
        left: 46.1%;
        z-index: 2;
    }
    .map_th6 {
        width: 7.6%;
        position: absolute;
        top: 46.1%;
        left: 45.9%;
        z-index: 2;
    }
    .map_th7 {
        width: 7.4%;
        position: absolute;
        top: 48.75%;
        left: 46.8%;
        z-index: 2;
    }
    .map_th8 {
        width: 23.81px;
        position: absolute;
        top: 41.3%;
        left: 41.7%;
        z-index: 2;
    }
    .map_th9 {
        width: 8%;
        position: absolute;
        top: 43.9%;
        left: 31.6%;
        z-index: 2;
    }
    .map_th10 {
        width: 8.8%;
        position: absolute;
        top: 84%;
        left: 39.3%;
        z-index: 2;
    }
    .map_th11 {
        width: 30.4px;
        position: absolute;
        top: 43.8%;
        left: 41.6%;
        z-index: 2;
    }
    .map_om1 {
        width: 31%;
        position: absolute;
        top: 50.2%;
        left: 40.7%;
        z-index: 2;
    }
    .map_gm1 {
        top: 18.6%;
        left: 21.8%;
    }
    .map_vn1 {
        width: 11.8%;
        top: 58%;
        left: 60.8%;
    }
    .map_vn2 {
        width: 28px;
    }
    /* Stop Animation on Mobile */
    /*.map_ani {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        animation: none !important;
    }
    .map_ani2 {
        -webkit-animation: none !important;
        -moz-animation: none !important;
        animation: none !important;
    }*/
    /* Stop Animation on Mobile */
}

@media only screen and (max-width: 768px) {
    .business_type_t {
        padding: 0%;
    }
}

@media only screen and (max-width: 685px) {
    .breadcrumb_cont {
        text-align: center;
    }
    .business_sect {
        padding: 56px 6% 56px 6%;
    }
    .business_sect_cont {
        padding: 64px 6% 80px 6%;
    }
    .business_cont_l {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 24px;
        position: relative;
    }
    .business_cont_r {
        width: 100%;
        height: auto;
        float: right;
        position: relative;
        text-align: left;
    }
    .business_sect2 {
        padding: 80px 6% 80px 6%;
    }
    .business_cont2_r {
        width: 100%;
    }
    .business_cont2_l {
        width: 100%;
        height: auto;
        float: right;
        position: relative;
        margin-bottom: 24px;
    }
    .business_cont2_txt {
        top: unset;
        right: unset;
        transform: unset;
        position: relative;
        text-align: left;
    }
    .business_cont_txt {
        top: unset;
        right: unset;
        transform: unset;
        position: relative;
    }
    .business_col_sect {
        padding: 0px 2%;
    }
    .business_col {
        margin: 5% auto 1% auto;
        padding: 3%;
    }
    .business_cont_title {
        font-size: 30px;
        line-height: 40px;
    }
    .in_out_pillar {
        float: none;
        margin: 0px auto 24px auto;
    }
    .power_thai_img {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 640px) {
    .business_type {
        padding: 0px;
    }
    .corp_vid_col {
        width: 47.8%;
        height: auto;
    }
    .card_float {
        width: 100%;
        margin-bottom: 8px;
    }
}

@media only screen and (max-width: 576px) {
    ul.breadcrumb {
        padding: 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 500px;
        color: #fff;
        text-align: center;
    }
    .map_gm1 {
        top: 18%;
        left: 21.8%;
    }
    .business_type_col {
        width: 100%;
        padding: 12px 12px 45px 12px;
    }
    .business_type_col_2 {
        padding: 4% 4% 0% 4%;
    }
    .power_logo {
        margin: 0px auto 24px auto;
        float: none;
        max-width: unset;
    }
    .gas_logo {
        margin: 0px auto 24px auto;
        float: none;
        max-width: unset;
    }
    .solar_logo {
        margin: 0px auto 24px auto;
        float: none;
        max-width: unset;
    }
    .infa_logo {
        margin: 0px auto 24px auto;
        float: none;
        max-width: unset;
    }
}

@media only screen and (max-width: 480px) {
    .map_th8 {
        width: 19.81px;
        position: absolute;
        top: 40.5%;
        left: 41.4%;
        z-index: 2;
    }
    .map_gm1 {
        top: 17%;
        left: 21.8%;
    }
    .tab button.active {
        padding: 10px 12px 12px 12px;
        min-width: 104px;
        max-width: 104px;
    }
    .tab button {
        min-width: 104px;
        max-width: 104px;
    }
}