@font-face {
    font-family: 'MuangthaicapModern-Medium';
    src: url("/fonts/MuangthaicapModern-Medium.ttf");
}

@font-face {
    font-family: 'MuangthaicapModern-Regular';
    src: url("/fonts/MuangthaicapModern-Regular.ttf");
}

@font-face {
    font-family: 'MuangthaicapText-Regular';
    src: url("/fonts/MuangthaicapText-Regular.ttf");
}

@font-face {
    font-family: 'MuangthaicapText-Medium';
    src: url("/fonts/MuangthaicapText-Medium.ttf");
}

@font-face {
    font-family: 'MuangthaicapModern-Blod';
    src: url("/fonts/MuangthaicapModern-Bold.ttf");
}

@media (max-width:899px) {
    * {
        margin: 0;
        padding: 0;
        text-decoration: none;
        box-sizing: border-box;
    }

    html {
        scroll-behavior: smooth;
    }

    body {
        width: 100%;
    }

    #wrapper {
        overflow: hidden;
    }


    /* menu */
    .menu_bar {
        position: fixed;
        width: 100%;
        z-index: 20;
        transition: top 0.3s;
        font-size: 0.875rem;
        color: #221f20;
        font-family: 'MuangthaicapModern-Medium';
        font-weight: lighter;
        /* background-color: white; */
        /* box-shadow: 0 1px 1px #0000000d; */
    }

    #back-to-org {
        display: none;
    }

    nav {
        position: sticky;
        background: #ffffff;
        height: 60px;
        width: 100%;
        top: 0px;
        box-shadow: 0 10px 10px #0000000d;
        border-bottom: 1px solid rgb(211, 211, 211);
    }

    .box-menu-bar {
        background-color: #ffffff;
        z-index: 10;
        height: 59px;
    }

    .header-top {
        background-color: #fff;
    }

    .header-top-block1 .langg {
        float: right;
        color: #221f20;
        margin-right: 15px;
        margin-top: 15px;
    }

    .logo {
        color: rgb(255, 255, 255);
        width: 50px;
        padding: 0 60px;
    }

    .checkbtn {
        margin-top: -8px;
        color: white;
        float: right;
        line-height: 60px;
        margin-right: 15px;
        cursor: pointer;
        display: block;
        background-color: #fff;
    }

    .icon-bar {
        display: none;
        margin-top: 23px;
        display: block;
        width: 30px;
        height: 30px;

    }

    .close-menu {
        display: none;
        margin-top: 30px;
        display: block;
        margin-left: 7.5px;
        margin-right: 7.5px;
        width: 15px;
        height: 15px;
    }


    nav ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: #ffffff;
        top: -100%;
        left: 0;
        padding-left: 5vw;
        transition: all 0.5s;
        z-index: -10;
    }

    .image-resize {
        position: absolute;
        width: 190px;
        margin-top: 11px;
        margin-left: -44px;
        background-color: #fff;
    }

    nav ul li {
        display: block;
        line-height: 70px;
    }

    nav ul li a {
        font-size: 16px;
        color: #221f20;
    }

    .line-menu {
        width: 93%;
        border-bottom: 0.5px solid rgb(211, 211, 211);
    }

    .box-main-org {
        width: 15px;
        height: 10px;
        color: #221f20;
        font-size: 0.875rem;
        text-decoration: none;
        border-radius: 30px;
        background-color: #e9f5fb;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        transition: all .3s ease-out;
        min-width: 150px;
        min-height: 35px;
        outline: 5px solid white
    }

    .all {
        display: flex;
        align-items: center;
    }

    .img-go-org {
        width: 16px;
        height: 16px;
    }

    .box-main-org p {
        margin-left: 10px;
    }

    ul li a:hover {
        background: none;
        color: #0082e6;
    }

    #check:checked~ul {
        top: 60px;
        left: 0;
    }

    #check {
        display: none;
    }

    #check:checked+.checkbtn .icon-bar {
        display: none;
    }

    #check:checked+.checkbtn .close-menu {
        display: block;
    }

    /* ซ่อนรูปภาพปิดเมนู */
    #check:not(:checked)+.checkbtn .close-menu {
        display: none;
    }

    #check:checked~.menu_bar nav {
        top: 60px;
        /* ปรับค่าตามความสูงของ header-top */
    }

    #check:checked~.menu_bar .header-top {
        position: fixed;
        top: 0;
        width: 100%;
        background: #ffffff;
        box-shadow: 0 10px 10px #0000000d;
        z-index: 10;
    }

    /* content */  

    .content-box{
        width: 100%;
        padding: 0 5% 96px 5%;
    }

    .header-topp{
        padding-top: 100px;
        text-align: center;
        font-size: calc(1.5rem + 2vw);
        font-weight: 500;
        color: #221f20;
        font-family: 'MuangthaicapModern-Medium';
    }

    .line-section {
        margin-top: 20px;
        width: 100%;
        border-top: 1px solid black;
    }

    .line-box{
        display: none;
    }
    
    .content{
        width: 100%;
    }

    .content-1{
        width: 100%;
        /* padding: 0 5% 0 5%; */
    }

    .content-2{
        width: 100%;
    }

    .content-3{
        width: 100%;
        display: grid;
        grid-template-rows: auto 1fr;
        /* border: 2px solid #a4ff5e; */
        /* background-color: #EEFEE2; */
        border-radius: 10px;
        padding: 20px;
    }

    .oil-info {
        margin-top: 15px;
    }

    .oil-info-2 {
        margin-top:  15px;
    }

    .oil-info-g {
        display: grid;
        grid-template-columns: 50px auto;
        justify-items: center;
        column-gap: 15px;
    }
    
    .oil-info-g2 {
        display: grid;
        grid-template-columns: 50px auto;
        justify-items: center;
        column-gap: 15px;;
    }

    #oil-info-t{
        font-size: 0.875rem;
        font-family: 'MuangthaicapText-Regular';
        padding: 10px; 
        color: #6c6c6c;      
    }

    .oil-image {
        width: 100%;
    }

    .ps {
        font-size: 0.8rem;
        font-family: 'MuangthaicapText-Regular';
        color: #6c6c6c;  
    }

    .result-info {
        width: 100%;
        display: grid;
        /* padding: 10px 0px 0px 30px; */
        
        align-items: center;
        border-radius: 10px;
        margin-top: 30px;
        
    }

    .result-style{
        width: 100%;
        display: grid;
        grid-template-columns: 40% 1% auto;
        padding: 15px 0px;
        border-radius: 10px;
        box-shadow: 0 4px 8px #00000014;
        background-color: #d6f3d9;

    }
    
    .result-goal {
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
    }

    .line-goal-result {
        height: 100%;
        border-right: 2px solid rgb(12, 162, 17);
        padding-left: 5px;
        /* padding: 0px; */
        /* margin: 0 10px 0 10px; */
    }

    .lg-con{
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: fit-content;
    }

    .goal-head {
        width: 100%;
        font-size: 1.4735rem;
        text-align: right;
        font-family: 'MuangthaicapModern-Medium';
    }
    
    .goal-content {
        text-align: right;
        width: 100%;
        color: #6f6b6b;
        font-family: 'MuangthaicapText-Regular';
        font-size: 1rem;
    }
    
    .number-goal {
        width: 100%;
        text-align: right;
        font-size: 2.5rem;
        color: #10aa22;
        font-family: 'MuangthaicapText-Regular';
    }

    .result-goal2 {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        justify-content: center;
    }
    
    .goal-head2 {
        width: 100%;
        font-size: 1.4735rem;
        text-align: left;
        font-family: 'MuangthaicapModern-Medium';
    }

    .goal-content2 {
        text-align: left;
        color: #6f6b6b;
        font-size: 1rem;
        font-family: 'MuangthaicapText-Regular';
    }

    .line-result {
        width: 100%;
        border: 0.05vw solid rgb(12, 162, 17);
        margin-top: 0.5vw;
    }

    #unit {
        font-size: 0.8rem;
        color: #6c6c6c;
    }

    .number4 {
        font-size: 1.3rem;
        color: #10aa22;
        margin-left: 5px;
        font-family: 'MuangthaicapModern-Medium';
        
    }

    #unit2 {
        font-size: 0.8rem;
        color: #6c6c6c;
    }

    .result-flex {
        display: flex;
        align-items: center;
    }

    .high-up {
        line-height: 10px;
        font: bold;
        font-size: 1.5rem;
        color: #ff0000;
        margin-top: 5px;
        padding-right: 5px;
    }

    .high-down {
        line-height: 10px;
        font-size: 1.5rem;
        color: #0e8800;
        margin-bottom: 15px;
    }

    .content-4{
        padding: 15px 0px 0px 0px;
    }

    .con-oil-con {
        margin-left: 10px;
        font-family: 'MuangthaicapText-Regular';
        font-size: 0.875rem;
        color: #6c6c6c;
    }

    .col-info-waste {
        font-family: 'MuangthaicapText-Regular';
        color: #6c6c6c;
    }

    .col-info{
        margin-top: 15px;
    }

    .center-img{
        margin-top: 15px;
        text-align: center;
    }

    .box-waste{
        display: flex;
        flex-direction: column;
        padding: 20px 20px 96px 20px;
        align-items: center;
        justify-content: center;
        width: 100%;
        display: none;
    }

    .box-waste-2{
        display: flex;
        flex-direction: column;
        padding: 20px 20px 0 20px;
        align-items: center;
        justify-content: center;
        width: 100%;
        display: none;
    }
    
    .content-bottom{
        width: 100%;
        overflow-x: auto;
        /* padding-bottom: 96px; */
    }

    .col-content{
        display: grid;
        grid-template-rows: auto 1fr;
        width: 100%;
        padding-top: 30px;
    }

    .st-c{
        padding-left: 20px; text-indent: 10%;
    }

    .info-ht{
        width: 100%;
    }

    .img-award{
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 8px #00000014;
        /* margin-top: 30px; */
    }

    .co2-img {
        width: 50px;
     }

     .co3-img{
        width: 100%;
    }

     #co2-con {
        font-weight: bold;
        font-size: 0.875rem;
        color: #414141;
    }

    .header-content-1{
        padding-top: 30px;
        font-size: calc(1.375rem + 1.5vw);
        font-family: 'MuangthaicapModern-Medium';
        color: #221f20;
    }

    .indent {
        text-indent: 25px;
    }


    .text-content{
        width: 100%;
        font-family: 'MuangthaicapText-Regular';
        font-size: 0.875rem;
        padding-top: 20px;
        /* text-indent: 5%; */
        color: #4d4d4f;
        text-align: justify;
        /* text-indent: 10%; */
    }


    #hcon-1{
        text-align: center;
    }
    #hcon-2{
        text-align: center;
        padding-bottom: 20px;
    }
    #hcon-3{
        padding: 10px 0;
    }

    .head-content{
        width: 15%;
        font-family: 'MuangthaicapModern-Medium';
        /* border: 2px solid black; */
        padding: 15px 0px 25px 0px;
        color: #00a2e5;
        font-size: 1.2rem;
        text-align: left;
    }

    .col-content{
        display: grid;
        grid-template-columns: 15% 1fr;
        /* row-gap: 30px; */
        width: 100%;
        align-items: center;
        padding-bottom: 20px;
    }

    .text-content{
        width: 100%;
        font-family: 'MuangthaicapText-Regular';
        font-size: 0.875rem;
        padding-left: 30px;
        /* text-indent: 5%; */
        color: #4d4d4f;
        text-align: justify;
    }

    .titletext{
        width: 100%;
        text-align: justify;
        margin-top: 15px;
        font-size: 0.875rem;
        color: #6c6c6c;
        font-family: 'MuangthaicapText-Regular';
        /* text-indent: 5rem; */
    }

    .titletext-2{
        width: 100%;
        margin: 20px 0px 20px 0px;
        font-size: 1rem;
        color: #4d4d4f;
        font-family: 'MuangthaicapText-Regular';
        line-height: 35px;
        padding-left: 15px;
    }

    .box-img-top{
        display: none;
        justify-content:center;
        width: 60%;
        /* justify-items: center;
        align-items: center; */
        /* justify-items: end; */
        /* height: fit-content; */
    }
    
    

    .img-con{
        /* display: flex; */
        display: none;
        padding:10px;
        width: 100%;
        /* align-items: center; */
        /* justify-items: center; */

    }

    .img-award{
        width: 100%;
    }

    .img-content-2{
        width: 100%;
        /* align-items: center; */
        /* text-align: center; */
    }
    .img-content-3{
        width: 100%;
    }

    /* .text-content{
        font-size: 0.875rem;
        padding: 5px 0px 15px 0px;
        text-align: justify;
        font-family: 'MuangthaicapText-Regular';
        color: #4d4d4f;
    } */

    

    /* table */
    table {
        width: 100%;
        border-collapse: collapse;
        margin: 30px 0px 0px 0px;
      }

      tr:nth-child(even) {
        background-color: #ddffe1; /* สีพื้นหลังของแถวที่เป็นเลขคู่ */
    }
    
    tr:nth-child(odd) {
        background-color: #ffffff; /* สีพื้นหลังของแถวที่เป็นเลขคี่ */
    }

      .tr-top {
        font-weight: bold;
        border-bottom: solid 2px #0a9c16;
      }
  
      th, td {
        /* border: 1px solid #ddd; */
        padding: 10px;
        text-align: left;
      }
  
      th {
        background-color: #f2f2f2;
        /* width: 30%; */
      }
  
      th[colspan="2"] {
        text-align: center;
      }
  
      td.row-span {
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        width: 10px;
        text-align: center;
        background-color: #00a2e5;
      }
      
      #th-r1{
        background-color: white;
      }

      #tb1{
        border-bottom: 2px solid red;
      }

      #bdb-row{
        border-bottom: 1px solid black;
      }

      #td-htext{
        text-align: center;
        font-size: 1rem;
        font-family: 'MuangthaicapModern-Medium';
        color: white;
        background-color: #009900;
      }

      #td-htext1{
        text-align: center;
        font-size: 1rem;
        font-family: 'MuangthaicapModern-Medium';
        color: white;
        border-bottom: 1px solid black;
        background-color: #009900;
      }

      #td-ttext{
        font-size: 0.875rem;
        font-family: 'MuangthaicapText-Regular';
      }
      #td-ttext-1{
        font-size: 0.875rem;
        font-family: 'MuangthaicapText-Regular';
        text-align: center;
        border-bottom: 1px solid black;
      }

      #td-color1{
        background-color: #E2EFD9;
        font-size: 0.875rem;
        font-family: 'MuangthaicapText-Regular';
    }

      td{
        font-size: 0.875rem;
        font-family: 'MuangthaicapText-Regular';
        color: #0a9c16;
      }

      td ol {
        /* color: red; */
        padding-left: 15px;
        line-height: 40px;
      }
      td ol li{
        /* color: red; */
        list-style: disc;
      }

    /* .table-h{
        background-color: #00B050; 
    } */

    .box-img5 {
        text-align: center;
    }

    .c-pic {
        width: 100%;
    }



    




    /* footer */

    .footer {
        padding-left: 5%;
        padding-right: 5%;
        background-color: #00a2e5;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;

    }

    .top-inform {
        width: 100%;
        padding-top: 45px;
        text-align: center;
    }

    .col1 {
        font-family: 'Muangthaicaptext-Regular';
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .footer-header1 {
        text-align: center;
        font-family: 'MuangthaicapModern-Medium';
        font-size: calc(1.109375rem + .4375vw);
    }

    .member p {
        font-size: 1rem;
        margin-top: 15px;
    }

    .button-member {
        text-decoration: none;
        color: #00a2e5;
        font-size: 0.875rem;
        font-family: 'Muangthaicaptext-Medium';
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .bm-content {
        margin-top: 15px;
        border-radius: 30px;
        width: 210px;
        padding: 8px;
        display: flex;
        background-color: #fff;
        align-items: center;
        justify-content: space-around;
    }

    .arrow-right-img {
        width: 20%;
    }

    .followme {
        font-family: 'Muangthaicaptext-Medium';
        font-weight: 600;
        margin-top: 25px;
        font-size: 0.875rem;
    }

    .button-followme {
        display: flex;
        flex-direction: row;
        margin-top: 8px;
    }

    .youtube {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
    }

    .facebook {
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        margin-left: 10px;
    }

    .youtube-img {
        width: 34%;
    }

    .col2 {
        display: none;
    }

    .col2 ul {
        font-family: 'Muangthaicaptext-Regular';
        list-style: none;
        color: #fff;
        font-size: 0.875rem;
        line-height: 2.1rem;
        text-decoration: none;
    }

    .col2 ul li a:visited {
        color: white;
    }

    .col3 {
        color: #fff;
        font-family: 'Muangthaicaptext-Regular';
    }

    .col3 .footer-header1 {
        margin-top: 20px;
    }

    .col3 .address-header {
        font-family: 'Muangthaicaptext-Medium';
        margin-top: 10px;
        font-size: 0.875rem;
        font-weight: 600;
    }

    .location {
        font-size: 0.875rem;
        margin-top: 5px;
    }

    .location ul {
        list-style: none;
    }

    .location ul li a {
        text-decoration: none;
        color: white;
        font-size: 0.875rem;
    }

    .location ul li a:visited {
        color: white;
    }

    .line1 {
        margin-top: 10px;
        width: 100%;
        border-top: 1px solid yellow;
    }

    .tel-text {
        font-family: 'Muangthaicaptext-Medium';
    }

    .tel-number {
        font-size: 0.875rem;
        font-family: 'Muangthaicaptext-Regular';
        font-weight: 400;
    }

    .bottom-inform {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        font-size: 0.875rem;
        font-family: 'Muangthaicaptext-Regular';
        color: white;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .text-inform1 {
        text-align: center;
    }

    .text-inform2 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
        line-height: 30px;
    }

    .text-inform2 a {
        color: #fff;
        text-align: center;


    }

    .yellow {
        color: yellow;
        display: none;

    }

    .running-underline2 {
        position: relative;
        text-decoration: none;
    }

    .running-underline2::before {
        content: "";
        position: absolute;
        width: 0px;
        height: 1px;
        background-color: #ffffff;
        /* สีของเส้นใต้ */
        bottom: -8px;
        left: 0;
        transition: all 0.5s ease;
        /* เพิ่ม transition เพื่อให้มีการเคลื่อนไหวเนื่องจากความเร็วที่กำหนด */
    }

    .running-underline2:hover::before {
        width: 250px;
        background-color: #ffffff;
    }

    #company-info {
        color: inherit;
        text-decoration: none;
      }





}