@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%;
        display: grid;
        grid-template-rows: auto 1fr;
    }

    .content-3{
        width: 100%;
        display: grid;
        grid-template-rows: auto 1fr;
        /* border: 2px solid #a4ff5e; */
        /* background-color: #EEFEE2; */
        border-radius: 10px;
        padding: 15px 0 0 0;
    }

    .content-bottom{
        width: 100%;
        overflow-x: auto;
        /* padding-bottom: 96px; */
    }


    .col-content{
        display: grid;
        grid-template-rows: auto 1fr;
        width: 100%;
        padding-top: 30px;
    }

    .info-ht{
        width: 100%;
    }

    .img-award{
        width: 100%;
        border-radius: 10px;
        box-shadow: 0 4px 8px #00000014;
        /* margin-top: 30px; */
    }

    .header-content-1{
        font-size: calc(1.375rem + 1.5vw);
        font-family: 'MuangthaicapModern-Medium';
        color: #221f20;
        margin-top: 30px;
    }

    .header-content-1 span{
        font-size: 1rem;
        color: #4d4d4f;
    }

    .indent {
        text-indent: 25px;
    }

    .header4 {
        font-size: 1rem;
        color: #221f20;
        font-family: 'MuangthaicapText-Regular';
        
    }

    .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: 20px 0px 20px 0px; */
        font-size: 0.875rem;
        color: #6c6c6c;
        font-family: 'MuangthaicapText-Regular';
        /* text-indent: 5rem; */
        margin-top: 15px;
    }

    .titletext-2{
        width: 100%;
        margin: 0px 0px 20px 0px;
        font-size: 0.875rem;
        color: #6c6c6c;
        font-family: 'MuangthaicapText-Regular';
        padding-left: 15px;
    }


    
    

    .img-con{
        /* display: flex; */
        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: 200%;
        border-collapse: collapse;
        margin: 30px 0px 0px 0px;
      }
  
      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;
        border-bottom: 2px solid #0a9c16;
      }
      
      
      #tb1{
        border-bottom: 2px solid red;
      }

      #bdb-row{
        border-bottom: 2px solid #0a9c16;
      }

      #td-htext{
        text-align: center;
        font-size: 1rem;
        font-family: 'MuangthaicapText-Medium';
        color: #221f20;
        background-color: #ecfae9;
        border: solid 2px #0a9c16;
      }

      #td-htext1{
        text-align: center;
        font-size: 1rem;
        font-family: 'MuangthaicapText-Medium';
        color: #221f20;
        border-bottom: 2px solid #0a9c16;
        background-color: #ecfae9;
        border: solid 2px #0a9c16;
      }

      #td-htext2{
        text-align: center;
        font-size: 1rem;
        font-family: 'MuangthaicapText-Medium';
        color:#221f20;
        border-bottom: 2px solid #0a9c16;
        background-color: #ecfae9;
        border: solid 2px #0a9c16;
      }
      


      #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: 2px solid #0a9c16;
      }

      #td-color1{
        background-color: #E2EFD9;
        font-size: 0.875rem;
        font-family: 'MuangthaicapText-Regular';
    }

      td{
        font-size: 0.875rem;
        font-family: 'MuangthaicapText-Regular';
        color: #4d4d4f;
      }

      td ol {
        /* color: red; */
        padding-left: 15px;
        line-height: 40px;
      }
      td ol li{
        /* color: red; */
        list-style: disc;
      }

      .color-e {
        color: #0a9c16;
        font-weight: bold;
    }

    .color-3{
        width: 100%;
        background-color: #ecfae9;
        border-radius: 10px;
        padding: 10px 20px 10px 20px;
        border: dashed 3px #0a9c16;
    }

    /* .table-h{
        background-color: #00B050; 
    } */

    




    /* 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;
      }

    .content-box .grid-control {
        display: block;
        width: 90%;
        margin: 16px 0 32px 0;
        box-sizing: border-box;
    }

    .content-box .grid-control .content-ap {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
        box-sizing: border-box;
    }

    .content-box .grid-control .content-1 {
        position: relative;
        box-sizing: border-box;
        min-width: 0;
        text-align: left;
        padding: 20px 18px 18px 20px;
        border: 1px solid #dcefe1;
        border-left: 6px solid #39a36a;
        border-radius: 8px;
        background: linear-gradient(180deg, #fbfffc 0%, #f4fbf5 100%);
        box-shadow: 0 8px 18px rgba(21, 82, 45, 0.08);
        color: #221f20;
        font-family: 'MuangthaicapText-Regular';
        font-size: 0.875rem;
        line-height: 1.58;
        overflow-wrap: break-word;
    }

    .content-box .grid-control .content-1:nth-child(2) {
        border-left-color: #72c55c;
        background: linear-gradient(180deg, #fcfffa 0%, #f5fbef 100%);
    }

    .content-box .grid-control .content-1:nth-child(3) {
        border-left-color: #b8e738;
        background: linear-gradient(180deg, #fefff8 0%, #f7fce9 100%);
    }

    .content-box .grid-control .content-1::before {
        content: "01";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        margin-bottom: 12px;
        border-radius: 50%;
        background-color: #39a36a;
        color: #ffffff;
        font-family: 'MuangthaicapModern-Medium';
        font-size: 0.9rem;
        line-height: 1;
    }

    .content-box .grid-control .content-1:nth-child(2)::before {
        content: "02";
        background-color: #72c55c;
    }

    .content-box .grid-control .content-1:nth-child(3)::before {
        content: "03";
        background-color: #b8e738;
        color: #31520b;
    }

    .content-box .grid-control .content-1 p {
        margin: 0;
    }

    .content-box .grid-control .content-1 p:first-child {
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(57, 163, 106, 0.18);
        line-height: 1.35;
    }

    .content-box .grid-control .content-1 ol,
    .content-box .grid-control .content-1 ul {
        margin: 10px 0 0 0;
        padding-left: 18px;
    }

    .content-box .grid-control .content-1 li {
        margin: 4px 0;
        font-family: 'MuangthaicapText-Medium';
        color: #221f20;
    }

    .content-box .grid-control .content-1 li::marker {
        color: #39a36a;
        font-family: 'MuangthaicapModern-Medium';
    }

    .content-box .grid-control .indent {
        text-indent: 0;
    }

    .content-box .grid-control + .titletext {
        margin-top: 8px;
    }

    .content-box .grid-control + .titletext + .content-1 {
        width: 90%;
        box-sizing: border-box;
        padding: 18px 18px;
        border-radius: 8px;
        background-color: #f8fbf8;
        border: 1px solid #e1f0e2;
        color: #4d4d4f;
        text-align: left;
        line-height: 1.75;
    }

    .content-box .grid-control + .titletext + .content-1 p {
        margin: 0;
    }



}
