main .breadcrumb {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin: 0;
}
main .breadcrumb-item + .breadcrumb-item::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    display: flex;
    font-style: normal;
    font-variant: normal;
    content: "\f105";
    font-size: .7rem;
    height: 100%;
    vertical-align: middle;
    object-position: center;
    align-items: center;
}
.item-news a,
.item-news a:hover{
  text-decoration: unset;
  color: inherit;
}
.item-news .bnt-readmore{
      color: #007bff;
}
.item-news .card-title,
.item-news .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.list-wrapper .pagination
{ 
  justify-content: center;
}
.list-wrapper .pagination li{
    padding: 5px;
    width: 30px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #184392;
}
.list-wrapper .pagination li a{
  color: #184392;
}
.list-wrapper .pagination li.active{
      background-color: #184392;
    border: 1px solid #184392;
    
}
.list-wrapper .pagination li.active a{
  color: #fff;
}
.content-view{
  padding-top: 2rem;
      min-height: 40vh;
}
.thumbnail-news{
  border: 1px solid #afafaf;
  height: 200px;
  display: flex;
}
.thumbnail-news img{
    object-fit: contain;
}
.list-wrapper .item-news .card {
 border: 0;
}
.list-wrapper .item-news .card .card-body{
  padding: 0;
}
.list-wrapper .item-news .card .card-body .card-title{
  margin: 1rem 0;
  height: 72px;
}
.list-wrapper .item-news .card .card-body .card-text {
  margin: 0;
}

::-webkit-scrollbar {
  width: 7.5px;
  height: 5px;
}
/* Track */
::-webkit-scrollbar-track {
  border: 1px solid #e2e2e2;
  background-color: #f6f6f6;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1f8ff2; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d82db; 
}

/* Track */
.color-dark ::-webkit-scrollbar-track {
  border: 1px solid #20202080;
  background-color: #4d4d4d;
}
 
/* Handle */
.color-dark ::-webkit-scrollbar-thumb {
  background: #171717; 
  border-radius: 10px;
}
.color-dark ::-webkit-scrollbar-thumb:hover {
  background: #000000; 
  border-radius: 10px;
}
.video-block{
    max-height: 500px;
    max-width: 800px;
    height: 100vh;
    width: 100vw;
}
.youtube-block{
    max-height: 315px;
    max-width: 560px;
    height: 100vh;
    width: 100vw;
}
.overlay{
  position: fixed;
  z-index: 9998;
  width: 100%;
  bottom: 0;
  display: flex;
}
.scorll-up {
  position: absolute;
  bottom: 5%;
  z-index: 999;
  right: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  opacity: 1;
  transform: unset;
  pointer-events: unset;
  transition: all 500ms;  
}
@media (max-width:720px) {
  .scorll-up {
    right: 0 !important;  
  }
}
.btn-toTop{
  width: 50px;
  height: 50px;
  background-color: #F2710F;
  color: #ffffff;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  font-size: 2rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
@media (max-width:720px) {
  .btn-toTop{
    margin-bottom: 0rem !important;
  }
}
.pdpa-description {
  font-family: sarabun;
}
.pdpa-description p{
  text-indent: 2rem;
  font-size: 1.15rem;
  text-align: justify;
}
.pdpa-description span{
  font-size: 1.15rem;
}
.pdpa-description li p{
  text-indent: 0;
}


.sitemap_menu .sub-menu{
  padding: 0;
}
.sitemap_menu .sub-menu .sitemap_menu--subitem{
  list-style: none;
}

.sub-menu .sitemap_menu--subitem a{
  color: #545454;
  display: block;
  padding: 5px;
  border-bottom: 1px #ccc solid;
}
.sitemap_menu li.sitemap_menu--thirditem {
  display: block;
  width: 100%;
  border-bottom: 1px solid #aaa;
}
.sitemap_menu .sitemap_menu--subitem .sub-menu {
  display: block;
  padding: 0;
  background-color: aliceblue;
}
.sitemap_menu .sitemap-title a.title{
  color: #fff;
  background: #184392;
  width: 100%;
  display: block;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}

.video-thumbnail-block {
    max-width: 255px;
    max-height: 255px;
    height: 200px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dedede;
}

.video-thumbnail-block img.video-thumbnail{
    width: 100%;
    display: block;
    height: 120px;
    object-fit: cover;
    background-color: #f6f6f6;
}