@import url("https://fonts.googleapis.com/css2?family=Prompt:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");

body{
    background-color:#eaeff9;
    background-size: 100% 100vh;
    font-size:24px;
    font-family: 'thaisanslite';
    color:#0d4e9c;
    margin: 0;
    padding: 0;
}
a{
    color: #0d4e9c;
    text-decoration: none;
}

p{font-size:20px; color:#0d4e9c; }
    @font-face {
        font-family: 'supermarket';
        src: url('../fonts/supermarket.eot');
        src: local('☺'), url('../fonts/supermarket.woff') format('woff'), url('../fonts/supermarket.ttf') format('truetype'), url('../fonts/supermarket.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'CSChatThai';
        src: url('../fonts/CSChatThai.eot');
        src: local('☺'), url('../fonts/CSChatThai.woff') format('woff'), url('../fonts/CSChatThai.ttf') format('truetype'), url('../fonts/CSChatThai.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'thaisanslite';
        src: url('../fonts/thaisanslite.eot');
        src: local('☺'), url('../fonts/thaisanslite.woff') format('woff'), url('../fonts/thaisanslite.ttf') format('truetype'), url('../fonts/thaisanslite.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'EDSense';
        src: url('../fonts/EDSense.eot');
        src: local('☺'), url('../fonts/EDSense.woff') format('woff'), url('../fonts/EDSense.ttf') format('truetype'), url('../fonts/EDSense.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    @font-face {
        font-family: 'SarunThangLuang';
        src: url('../fonts/SarunThangLuang.eot');
        src: local('☺'), url('../fonts/SarunThangLuang.woff') format('woff'), url('../fonts/SarunThangLuang.ttf') format('truetype'), url('../fonts/SarunThangLuang.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
/******************************* #cookiealert *******************************/ 
.cookiealert a {
    color: #d3d3d3;
}
 /******************************* #backgroud *******************************/   
 .bg-bluecard{
    background-color: #a6c9ed!important;
    border-top: 3px solid #64a3e2;
 }
 .spacenews{
    height: 65px !important;
 }
 .btn-info{
    font-size: 22px;
    color: #fff;
    background-color: #0d4e9c;
    border-color: #0d4e9c;
 }
  .btn-info:hover{
     background-color: #0d4e9c;
    border-color: #0d4e9c;
 }
/******************************* #text *******************************/
.txtgold-1{
    color: #C49430;
}
.txtcream-1{
    color: #FFFBCC;
}

/******************************* #header *******************************/
.bg-top{ 
    /* background-image: linear-gradient(180deg, rgba(19, 84, 162, 1) 0%, rgba(100, 163, 226, 1) 100%); */
    /* background: #02123e ; */
    background: #0D4E9C;
    background-image:url('../images/header/H_220.png') !important; 
    background-repeat:repeat-x; 
    /*background-image:
     linear-gradient(to bottom,  rgba(19,84,162,1),rgba(245, 246, 252, 0.52)),
    url('../images/H_3.png'); */
    background-position:center top;  
    background-size: cover;
    height: 130px;
    margin: 0;
    padding: 14px;
}
.icon-top{
    margin-top: -0.5rem;
}
.text-top{
    color: white;
    font-family: 'thaisanslite';
    font-size: 25px;
}
.mission-mobile{
    color: white;
    font-family: 'thaisanslite';
    font-size: 15px;
    align-items: left;
    padding-bottom: 1rem;
}
.img-top{
    float:left;
    text-align:center;
    margin-right:5px;
    margin-bottom: 5px;
}
.text-name{
    width: auto;
    text-align: left;
    color: #f2eaac;
    font-family: 'thaisanslite'; 
    font-size:40px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6e5216;
    margin-top: -1rem;
}
.text-name-eng{
    color: #ffffff;
    font-family: 'thaisanslite'; 
    font-size:25px;
    text-transform: uppercase;
    margin-top: -1rem;
}
.circle-blue-white-txt {
    border: solid 3px #ffffff;
    width: 200px;
    height: 200px;
    padding: 50px;
    border-radius: 100px;
    background: #0D4E9C;
    color: #ffffff;
    margin: 5px 5px;
    font-size: 25px;
  }
.circle-blue-white-xl {
    border: solid 3px #ffffff;
    width: 200px;
    height: 200px;
    padding: 20px;
    border-radius: 100px;
    background: #0D4E9C;
    color: #ffffff;
    margin: 5px 5px;
    font-size: 100px;
  }
  .circle-blue-white-xl:hover {
    border: solid 3px #0D4E9C;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    background: #ffffff;
    color: #0D4E9C;
    margin: 5px 5px;
    padding: 5px;
    font-size: 100px;
  }
.circle-blue-white {
    border: solid 3px #ffffff;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 25px;
    background: #0D4E9C;
    color: #ffffff;
    margin: 5px 5px;
    font-size: 25px;
  }
  .circle-blue-white:hover {
    border: solid 3px #0D4E9C;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #ffffff;
    color: #0D4E9C;
    margin: 5px 5px;
    padding: 5px;
    font-size: 25px;
  }
.circle-white-blue {
    border: solid 3px #0D4E9C;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #ffffff;
    color: #0D4E9C;
    margin: 5px 5px;
    padding: 5px;
    font-size: 25px;
  }
  .circle-white-blue:hover {
    border: solid 3px #ffffff;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 25px;
    background: #0D4E9C;
    color: #ffffff;
    margin: 5px 5px;
    font-size: 25px;
  }
  .btn-outline-light{
    border: solid 3px #0D4E9C;
    border-radius: 25px;
    background-color: #FFF;
    color: #0D4E9C;
  }
  .btn-outline-light:hover{
    border: solid 3px #fff;
    border-radius: 20px;
    background-color: #0D4E9C;
    color: #fff;
  }
/******************************* #back to top *******************************/
#btn-back-to-top {
    position: fixed;
    bottom: 85px;
    right: 100px;
    display: none;
  }
  .fab-containerl{
    position: fixed;
    bottom: 95px;
    /* left: 50px; */
    z-index: 2;
    right:35px;
    cursor: pointer;
  }
  /* .button{
      width: 60px;
      height: 60px;
      background:#A11692;
  } */
  .txtwhite{
    color: white;
  }
  .iconbutton{
    Width:60px;
    height:60px;
    border-radius: 100%;
    background:#0D4E9C;
    box-shadow: -4px 6px 8px #aaaaaa;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 30px;
  }
  .iconbutton i{
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      color: white;
    }
.btn-label{
    padding: 2px 5px;
    margin-right: 10px;
    align-self: center;
    user-select: none;
    background: #02123e;
    color:white;
    border-radius: 3px;
    box-shadow: 5px 3px 5px #aaaaaa;
    font-size: medium;
}
  .options{
      list-style-type: none;
      position: absolute;
      bottom: 70px;
      right: -5px;
      opacity: 0;
      transition: all 0.3s;
      transform: scale(0);
      transform-origin: 80% bottom;
  }
  .options li{
      display: flex;
      justify-content: flex-end;
      padding: 5px;
  }
  .button:hover+.options, .options:hover{
      opacity: 1;
      transform: scale(1);
  }
  
/******************************* #glider *******************************/
.glider-slide img {
    max-width: 80%;
}
/******************************* #menu *******************************/
.navbar {
    padding: 1rem;
    margin: 0;
    z-index: 3;
}
.bgcolor{
    background-color: #0D4E9C;
    /* height: 80px !important; */
}
.bg-head{
    height: 90px;
    background: linear-gradient(90deg, rgba(255,251,204,1) 0%, rgba(168,232,249,1) 35%, rgba(19,84,162,1) 100%);
}
.divider-separator{
    border-top: 5px solid #6e5216;
}
.bg-stand{
    height: 130px;
    background-image: url('../images/stand.png') !important;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-head1{
    height: 130px;
    background-image: url('../images/l001_0.png') !important;
    background-repeat: no-repeat;
}
.bg-head2{
    height: 130px;
    background-image: url('../images/l002_0.png') !important;
    background-repeat: no-repeat;
}
/* change the brand and text color */
.navbar .navbar-brand,
.navbar .navbar-text {
    color: #f2eaac;
}
/* change the link color */
.navbar-nav .nav-item .nav-link {
    color: #ffffff;
}
/* change the color of active or hovered links */
.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-item:hover .nav-link {
    color: #f2eaac;
}
.nav-header {
    color: #fff;
    font-family: 'thaisanslite';
    font-size: 22px;
    background: transparent;
    text-align: center;
    margin-top: -1.75rem;
    margin-right: 0.5rem;
    margin-left: -15rem;
    padding-left: 2rem;
    float: right;
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(242,234,172, 0.5)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  
  .custom-toggler.navbar-toggler {
    border: solid 2.5px #d8ce80de;
    background-color: #0D4E9C;
  } 
/* .navbar{
    background-color: transparent !important;
    padding: 20px 0px;
} */
.navbar-nav .dropdown-menu{
    background-color: #0D4E9C;
    color: #fff;
    font-family: 'thaisanslite';
    font-size: 20px;
}
.navbar-nav li:hover>ul.dropdown-menu{
    display: block;
}
.navbar-nav .dropdown-item{ 
    color: #ffffff;
    width: 280px;
}
.navbar-nav .dropdown-submenu{
    position: relative;
    color: #ffffff;
}
.navbar-nav .dropdown-submenu>.dropdown-menu{
    top: 0;
    margin: -5px;
    right: 100%;
}
/* .navbar-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-image:none !important;
} */
.navbar-nav .dropdown-toggle::after{
    content: url('data:image/svg+xml; utf8, <svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    color: #ffffff;
    border: none;
    width: 10px;
    height: auto;
    margin-left: 0.4rem;
    vertical-align: middle;
  }
  .navbar-nav .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color:#0D4E9C;
    border-radius: 25px;
    color: #f2eaac;
}
.navbar-nav .dropdown-menu>li>a:hover::after{
    text-decoration: underline;
    transform: rotate(90deg);
}

.bg-bidding li:hover>ul.dropdown-menu{
    display: block;
}
.bg-bidding .dropdown-submenu{
    position: relative;
    color: #ffffff;
}
.bg-bidding .dropdown-submenu>.dropdown-menu{
    /* top: 0; */
    /* left: 100%; */
    margin-top:-6px;
}

.bg-bidding .dropdown-menu>li>a:hover:after{
    text-decoration: underline;
    transform: rotate(0deg);
}


/******************************* #highlight *******************************/
.highlight .carousel-indicators{
    margin-left: 0%;
    margin-right: 80%;
}
.highlight .carousel-indicators [data-bs-target]{ 
    width: 8px; 
    height: 8px; 
    border-radius: 100%; 
    border: solid 3px #02123e;
}
.highlight .carousel-control-prev{
    left: -2rem;
}
.highlight .carousel-control-next{
    left: 7rem;
}
.highlight .carousel-control-prev,
.highlight .carousel-control-next{
      bottom: -60%;
      /* width: 50px; */
      color: #02123e;
}
.border-blue-blue{
    width: 40px;
    height: 40px;
    background-color: #02123e;
    border: solid 2px #fff;
    border-radius: 100%;
    color: #02123e;
}
/* .color-overlay{
    min-width: 10vh;
    padding-left: 10px;
    background-color: rgba(119, 118, 118, 0.5);
} */
.carousel-caption{
    bottom: 1rem;
    right: 5rem;
    left: 20rem;
}
/******************************* #search *******************************/
.bg-search{
    height: 90px;
    /* background: linear-gradient(90deg, rgba(255,251,204,1) 0%, rgba(168,232,249,1) 35%, rgba(19,84,162,1) 100%); */
}
.search-bar{
    width: 100%;
    height: 60px;
    max-width: 600px;
    background: rgba(149, 139, 146, 0.2);
    border: solid 2px #6e5216;
    display: flex;
    align-items: center;
    border-radius: 60px;
    padding: 10px 20px; 
    backdrop-filter: blur(4px) saturate(180%);
}
.search-bar input{
    background: transparent;
    flex: 1;
    border: 0;
    outline: none;
    padding: 14px 10px;
    font-family: 'thaisanslite';
    font-size: 26px;
    font-weight: bold;
    color: #02123e;
}
::placeholder{
    color: #02123e;
}
.search-bar button{
    width: 50px;
    height: 50px;
    color: #FFF;
    background: #02123e;
    cursor: pointer;
    border: 0;
    border-radius: 50%;
}
/******************************* #content *******************************/
#myTab {
    background-color: #eaeff9;
    border-color: transparent;
}
#myTab .nav-link.active {
    background-color: #eaeff9;
    border-color: transparent;
}   
.img-news{
    display: block;
    opacity: 1;
    max-width: 100%;
    width: 100%;
    height: 240px; 
    border-radius: 15px;
    transition: transform .5s ease; 
    /* object-fit: cover;
    object-position: top; */
}
.img-info{
    display: inherit;
    opacity: 1;
    max-width: 350px;
    /* width: 100%; */
    /* height: 240px;  */
    border-radius: 15px;
    transition: transform .5s ease; 
    /* object-fit: cover;
    object-position: top; */
}
.img-content{
    display: block;
    opacity: 1;
    /* max-width: 100%; */
    width: 100%;
    max-height: fit-content;
}
.border-blue{
    width: 30px;
    height: 30px;
    background-color: transparent;
    border: solid 3px #02123e;
    border-radius: 100%;
    color: #02123e;
}
.btn-gold{
    background-image: radial-gradient(circle, rgba(255,251,204,1) 0%, rgba(196,148,48,1) 100%);
    border: transparent;
    color: #02123e;
    text-decoration: none;
    text-overflow: ellipsis; /* เพิ่ม ... จุดจุดจุดท้ายสุด */ 
    display: block; overflow: hidden; 
    white-space: nowrap;
    font-weight: bold;
    border-radius: 15px;
    height: 80px;
    padding-top: 3rem;
    margin-top: -3rem;
    z-index: -1;
}
.btn-gold-book{
    background-image: radial-gradient(circle, rgba(255,251,204,1) 0%, rgba(196,148,48,1) 100%);
    border: transparent;
    color: #02123e;
    text-decoration: none;
    text-overflow: ellipsis; /* เพิ่ม ... จุดจุดจุดท้ายสุด */ 
    display: block; overflow: hidden; 
    white-space: nowrap;
    font-weight: bold;
    border-radius: 15px;
    max-width: 312px;
    height: 80px;
    padding-top: 3rem;
    margin-top: -3rem;
    z-index: -1;
}
.text-head-content{
    font-weight: bold;
    color: #0D4E9C;
    font-size: 60px;
}
.text-links{
    color: #0D4E9C;
    text-decoration: none;
    text-overflow: ellipsis; /* เพิ่ม ... จุดจุดจุดท้ายสุด */ 
    display: block; overflow: hidden; 
    white-space: nowrap;
    font-weight: bold;
}
.sys-banner {
    width: 200px;
    height: 100%;
}
.links-banner {
    /* width: 110px; */
    max-height: 60px;
}
.circle-rss{
    width: 20px;
    height: 20px;
    padding: 7px 7px;
    border-radius: 10px;
    background-color: orangered;
    color: #fff;
}
.circle-news {
    width: 40px;
    height: 40px;
    padding: 7px 7px;
    border-radius: 100px;
    background: #0D4E9C;
    /* background-image: linear-gradient(180deg, rgba(19, 84, 162, 1) 0%, rgba(100, 163, 226, 1) 100%); */
    color: #ffffff;
    /* margin: 5px 5px; */
    font-size: 8px;
  }
.btn-primary {
    /* width: 200px;
    height: 50px;
    padding: 10px; */
    border-radius: 25px;
    background-image: linear-gradient(180deg, rgba(19, 84, 162, 1) 0%, rgba(100, 163, 226, 1) 100%);
    color: #ffffff;
    margin-left: -1rem;
}
.btn-blue.btn-lg {
    width: 200px;
    height: 50px;
    padding: 0;
    border-radius: 25px;
    background-image: linear-gradient(180deg, rgba(19, 84, 162, 1) 0%, rgba(100, 163, 226, 1) 100%);
    color: #ffffff;
    margin: 10px 10px;
    font-size: 25px;
}
.bg-bidding{
    background-image:url('../images/body/pic_bid.png'); 
    height: 100%;
    background-position:center top;  
    background-size: cover;
    border-radius: 15px;
}
.btn-bidding{
    width: 300px;
    height: 60px;
    background: #0D4E9C;
    border-radius: 25px;
    opacity: 0.9;
    border: transparent;
    color: #fff;
    text-decoration: none;
    margin: 10px 10px;
    font-size: 30px;
    font-weight: bold;
}
.bg-bidding .dropdown-menu{
    background-color: #0D4E9C;
    color: #fff;
    font-size: 22px;
}
.bg-bidding .dropdown-item{
    color: #ffffff;
    background-color: #0D4E9C;
    width: 300px;
}
.bg-bidding .dropdown-item-text{
    color: #ffffff;
    background-color: #0D4E9C;
    width: 300px;
}
.bg-jobs{
    background-image:url('../images/body/pic_jobs.png'); 
    height: 100%;
    background-position:center top;  
    background-size: cover;
    border-radius: 15px;
}
.btn-jobs{
    width: 300px;
    height: 60px;
    background:#FFF ;
    border-radius: 25px;
    opacity: 0.7;
    border: transparent;
    color: #0D4E9C;
    text-decoration: none;
    margin: 1rem;
    margin: 5px 5px;
    font-size: 30px;
    font-weight: bold;
}
.bg-jobs .dropdown-menu{
    background-color: #fff;
    color: #0D4E9C;
    font-size: 22px;
}
.bg-jobs .dropdown-item{
    color: #0D4E9C;
    background-color: #ffffff;
    width: 300px;
}
.bg-jobs .dropdown-item-text{
    color: #0D4E9C;
    background-color: #ffffff;
    width: 300px;
}
/*PAGE*/
.title-page {font-family: 'thaisanslite'; font-size:24px; color:#0d4e9c; background-image:url("../images/line-title-pages.png"); background-repeat:repeat-x; background-position:bottom; margin-bottom:30px;}

/*breadcrumb*/
.breadcrumb_{font-size:17px; margin-top:6px;}
.breadcrumb_text {color:#0D4E9C;}
.curent {color:#191970;}

.bg-page{background-color:#eaeff9; background-position: center;  background-size:cover;  background-repeat: no-repeat;  height:auto;}
 /******************************* #human *******************************/
.tree a {
    font-weight: bolder;
    }
   .tree .title-page {
      font-family: "thaisanslite";
      font-size: 24px;
      color: #1762a5;
      background-image: url("../images/line-title-page.png");
      background-repeat: repeat-x;
      background-position: bottom;
      margin-bottom: 30px;
    }
    .subtitle-page {
      background-image: url("../images/human/frame_sub.png");
      background-repeat: no-repeat;
      background-position: left;
      min-height: 50px;
      margin: 0.5rem;
    }
    .subtitle_span{
        padding-left: 4rem;
        font-weight: bold;
    }
    .tree .subtitle-text {
      font-family: "supermarket";
      font-size: 24px;
      color: #1762a5;
      padding-left: 4rem;
    }
   
    
    /* .bg-page{background-image:url("../images/bg-page.jpg"); background-position: center;  background-size:cover;  background-repeat: no-repeat;  height:auto;} */
   .bg-human {
      background-image: url(../images/human/bg_human.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: top;
      margin-bottom: 2rem;
      padding: 0.5rem;
    }
    .tree
     {
      margin: 0;
      padding: 0;
      list-style: none;
      background-color: rgba(17, 123, 251, 0.15) !important ;
      border-radius: 13px;
    }
    .tree ul {
      margin-left: -1rem;
      position: relative;
      list-style: none;
    }
    .tree ul ul {
      margin-left: 0.5em;
    }
    /* .tree ul:before {
        content:"";
        display:block;
        width:0;
        position:absolute;
        top:0;
        bottom:0;
        left:0;
        border-left:1px solid
    } */
    .tree li {
      margin: 0;
      padding: 0 0.5rem;
      line-height: 1.5em;
      color: #369;
      /* font-weight:700; */
      position: relative;
    }
    /* .tree ul li:before {
        content:"";
        display:block;
        width:10px;
        height:0;
        border-top:1px solid;
        margin-top:-1px;
        position:absolute;
        top:1em;
        left:0
    } */
    .tree ul li:last-child:before {
      background: #fff;
      height: auto;
      top: 1em;
      bottom: 0;
    }
    .indicator {
      margin-right: 5px;
      color: #c49430;
      font-size: large;
    }
    .tree li a {
      text-decoration: none;
      color: #369;
    }
    .tree li button,
    .tree li button:active,
    .tree li button:focus {
      text-decoration: none;
      color: #369;
      border: none;
      background: transparent;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px;
      outline: 0;
    }
    #leaf img {
      min-width: auto !important;
      border-width: 3px 6px 3px 6px;
      border-style: solid;
      border-color: #8cc8fa;
      border-radius: 0 50px 0 50px;
      -moz-border-radius: 0 50px 0 50px;
      -webkit-border-radius: 0 50px 0 50px;
      margin-top: 25px; 
      margin-bottom: 25px;
    }
    .title-banner {
      height: 30px;
      border-radius: 0px 0px 0px 45px;
      margin-left: 6px;
      position: absolute;
      font-size: 20px;
      padding: 4px;
      color: white;
      background-color: rgba(0, 0, 0, 0.16);
      bottom: 3px;
      width: 87%;
      text-align: center;
    }
    
/******************************* #footer *******************************/
#bg-footer{
    background: linear-gradient(180deg, #64A3E2 0%,  #0D4E9C 100%);
    border-top: 8px solid #E4CD89;
}
.title-footer{
    font-size: 30px;
    font-family: "thaisanslite";
    color: #fff;
    margin: 0.75rem;
}
.text-footer{
    color: #FFFBCC;
    font-family: "thaisanslite";
    display: inline-flex;
    align-items: center;
    font-size: 22px;
}
.text-footer-white{
    color: #FFF;
    font-family: "thaisanslite";
}
.btn-circle-white.btn-lg {
    /* border: solid 3px #0D4E9C; */
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 25px;
    background: #ffffff;
    color: #0D4E9C;
    margin: 10px 10px;
    font-size: 25px;
  }
  .btn-circle-white.btn-lg:hover {
    border: solid 3px #fff;
    background: #0D4E9C;
    color: #ffffff;
    width: 50px;
    height: 50px;
    padding: 5px;
    border-radius: 25px;
  }
.circle-blue {
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50px;
    background: #0D4E9C;
    color: #ffffff;
    margin: 10px 10px;
    font-size: 15px;
  }
/******************************* #copyright *******************************/
#copyright {

    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    /* margin-top: 10px; */
}

#bg-copyright {
    background-color: #48494A;
    color: #fff;
    padding-bottom: 20px;
    padding-top: 20px;
    /* margin-top: 10px; */
}
.policy ul {
    padding: 0;
    margin: 0;
}

.policy ul li {
    color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.policy ul li a {
    color: white;
}
/******************************* #REPONSIVE MOBILE (GALAXY NOTE4 480x853) *******************************/
@media only screen and (max-width: 1400px) {
    /* change the link color */
    .nav-header {
        margin-left: -12rem;
        margin-right: -6.5rem;        
        font-size: 20px;
     }
     .bg-top{ 
        height: 130px;
     }
     .text-head-content{
        font-weight: bold;
        color: #0D4E9C;
        font-size: 40px;
    }
    }

@media only screen and (max-width: 1200px) {
    /* change the link color */
    .bg-top{ 
        background-color: #02123e;
        /* background-image:url('../images/header/H_220_1.png');  */
         height: 180px;
     }
    .nav-header {
        margin: 6rem -5rem 0 -4rem;
        position: absolute;
     }
        .bgcolor{
            background-color: transparent;
        }
        .btn-bidding{
            font-size: 22px;
            height: 50px;
            width: 180px;
        }
        .btn-jobs{
            font-size: 19px;
            height: 50px;
            width: 165px;
        }
    }
    @media only screen and (max-width: 960px) {
        .img-news{
            height: 240px; 
        }
        .nav-header {
            margin: 5.5rem -2rem 0 -2rem;
            padding-top: 7px;
            font-size: 18px;
         }
        .text-top{
            color: white;
            font-family: 'thaisanslite';
            font-size: 22px;
        }
        .text-name{
            font-size:30px;
        }
        .text-name-eng{
            font-size:20px;
        }
        .sys-banner {
            width: 100px;
        }
        .btn-outline-light{
            padding: 5px 6px 5px 6px;
          }
          .border-blue-blue {
            width: 20px;
            height: 20px;
            font-size: smaller;
          }
    }
    @media only screen and (max-width: 768px) {
        .navbar-nav .nav-item .nav-link {
            background-color: #0D4E9C;
        }
        .nav-header {
            margin-left: -5rem;
            margin-top: 6rem;
            position: absolute;
            padding: 0;
         }
         .icon-top{
            margin-right: 10rem;
        }
        .iconbutton{
            font-size: 25px;
          }
        }
        @media only screen and (max-width:576px) {
            .icon-top{
                margin-left: 5rem;
                padding: 0;
            }
            .flex-row-reverse{
                flex-direction: row !important;
            }
            .nav-header {
                margin-top: 7.5rem;
             }
             .outline {
                 display: none;
             }
             .sitemap{
                display: none;
            }
            .hidetxt{
                display: none;
            }
            .bg-search{
                height: 60px;
            }
            .search-bar{
                height: 40px;
                max-width: 500px;
            }
            .search-bar input{
                font-size: 20px;
            }
            ::placeholder{
                color: #02123e;
            }
            .search-bar button{
                width: 35px;
                height: 35px;
            }
        }
/* START structure chart, ผู้บริหาร */
#ogan{ background-color:#efefef; border-radius:4px; padding:0; text-align:center; margin-top:85px; }
#ogan img{margin-top:-90px;}
.position{background-color:#dadbdb; border-bottom-left-radius: 4px;  border-bottom-right-radius: 4px; line-height: 19px;  padding: 7px;}
.title_name{color:#4b6cb7; font-size:24px; font-family: 'supermarket';}
.title_name_eng{font-family: 'thaisanslite'; font-style: italic; font-size:20px; color:#555555;}
.clearfix-ogan{clear:both; margin-top:5px;margin-bottom:15px;}
.col-centered{float: none;margin: 0 auto;}
.col-centered2{ display: -webkit-box;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-box-pack: center;
-webkit-justify-content: center;    -ms-flex-pack: center;    justify-content: center;    -webkit-box-align: center;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;}


/*หน้าจอต่างๆ*/
@media screen and (min-width: 0px) and (max-width: 990px) {
.col-centered2  {display: block;}
}
/* END structure chart, ผู้บริหาร */

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
  }
  .pagination > li {
    display: inline;
  }
  .pagination > li > a,
  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0D4E9C;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
  }
  .pagination > li:first-child > a,
  .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagination > li:last-child > a,
  .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagination > li > a:hover,
  .pagination > li > span:hover,
  .pagination > li > a:focus,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
  }
  .pagination > .active > a,
  .pagination > .active > span,
  .pagination > .active > a:hover,
  .pagination > .active > span:hover,
  .pagination > .active > a:focus,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #0D4E9C;
    border-color: #0D4E9C;
  }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
  }
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
  }
  .pagination-lg > li:first-child > a,
  .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .pagination-lg > li:last-child > a,
  .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
  }
  .pagination-sm > li > a,
  .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .pagination-sm > li:first-child > a,
  .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
  }
  .pagination-sm > li:last-child > a,
  .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }