body{
font-family: 'Thasadith', sans-serif;
background-color:  #f1f1cd;
background-image: url("");
}
.banner {
    height: auto;
}
html {
  scroll-behavior: smooth;
}
.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
  background-color:#805700;
 color: #805700;
}
.menu .is-active>a,.toc-block>ul .is-active>a,.toc-block ul ul .is-active>a {
    /*background: #c8972f;*/
    background: #f0e68c;
    color:  #805700;
}

ul.breadcrumbs{
    display: none;
}

#content {
    box-shadow: 0 0 3px #C9AF62; 
   background-color:   #FAFAD2;
   margin-bottom: 1rem;
padding: 3rem;

}
@media print,screen and (min-width: 40em) {
    body:not(.browse) #content {
      padding-right: 2rem;
        padding-left: 2rem;
    }
}
h1{
font-family: 'Thasadith', sans-serif;
}

h2{
font-family: 'Thasadith', sans-serif;
}

h3{

font-family: 'Thasadith', sans-serif;
}

h4{
font-family: 'Thasadith', sans-serif;
}

h5{
font-family: 'Thasadith', sans-serif;
}

h6{
font-family: 'Thasadith', sans-serif;
}

p {
  font-size: 14pt;
text-align: justify;
}
#blocks{
font-family: 'Thasadith', sans-serif;
}

.top-bar, .top-bar ul{
  background-color: #FAFAD2;
  color:	#DAA520;
font-family: 'Thasadith', sans-serif;
}

.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
  background-color: #F0E68C;
 color: #805700;
}
header a:not(.is-active) {
    color: #6f4c02;
}
.title-bar button {
    color: #805700;
}
.dropdown .is-dropdown-submenu a:hover {
   background-color: #F0E68C;
    color: #805700;
}

#responsive-menu>.dropdown.menu>li.is-active>a, .toc-block#responsive-menu>ul.dropdown>li.is-active>a, .toc-block ul #responsive-menu>ul.dropdown>li.is-active>a, #responsive-menu>.dropdown.menu>li>a:hover, .toc-block#responsive-menu>ul.dropdown>li>a:hover, .toc-block ul #responsive-menu>ul.dropdown>li>a:hover {
   color: #D4AF37;
}
.dropdown.menu>li.is-dropdown-submenu-parent>a::after{
 border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
}
.search-form button {
    background-color: #805700;
}
.button, [class^=numeric-] label.numeric-toggle-time.button, [class^=numeric-] label.numeric-toggle-time[type=submit], [class^=numeric-] label.numeric-toggle-time[type=button], [class*=numeric-] label.numeric-toggle-time.button, [class*=numeric-] label.numeric-toggle-time[type=submit], [class*=numeric-] label.numeric-toggle-time[type=button], .site-page-pagination>a, [type=submit], [type=button], .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #805700;
    color: #fefefe;
}
.menu .active>a, .toc-block>ul .active>a, .toc-block ul ul .active>a {
    background: #805700;
    color: #fefefe;
}
a {
    color: #805700;
}
footer{
width:100%;
max-width:100%;
bottom:0;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
margin-left: 0px;
  /*background-color:#88642A;*/
background: rgb(98,73,31);
background: linear-gradient(90deg, rgba(98,73,31,1) 0%, rgba(136,100,42,1) 25%, rgba(136,100,42,1) 75%, rgba(98,73,31,1) 100%);
 text-align: center;
color: rgba(255,255,255,.5);

}
.dropdown.menu>li.is-dropdown-submenu-parent.active:hover>a{
 background-color:#805700;
}

/*--------------------------------------------------------START NOOK---------------------------------------------------*/
/*#books.resource-meta {
  text-align: center;
}*/
.button:hover,[class^=numeric-] label.numeric-toggle-time.button:hover,[class^=numeric-] label.numeric-toggle-time[type=submit]:hover,[class^=numeric-] label.numeric-toggle-time[type=button]:hover,[class*=numeric-] label.numeric-toggle-time.button:hover,[class*=numeric-] label.numeric-toggle-time[type=submit]:hover,[class*=numeric-] label.numeric-toggle-time[type=button]:hover,.site-page-pagination>a:hover,[type=submit]:hover,[type=button]:hover,.button:focus,[class^=numeric-] label.numeric-toggle-time.button:focus,[class^=numeric-] label.numeric-toggle-time[type=submit]:focus,[class^=numeric-] label.numeric-toggle-time[type=button]:focus,[class*=numeric-] label.numeric-toggle-time.button:focus,[class*=numeric-] label.numeric-toggle-time[type=submit]:focus,[class*=numeric-] label.numeric-toggle-time[type=button]:focus,.site-page-pagination>a:focus,[type=submit]:focus,[type=button]:focus {
    background-color: #805700;
    color: #fefefe
}
.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
  border: 1px solid  #f1f1cd;
  background: #fefefe
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: rgba(0,0,0,0) #805700 rgba(0,0,0,0) rgba(0,0,0,0);
    right: auto;
    left: 5px
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #DAA520; /* Set a background color */
  color: #FAFAD2; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
 /*  border-radius: 10px; Rounded corners */
  font-size: 18px; /* Increase font size */
box-shadow: 0 0 3px #805700; 
}

#myBtn:hover {
  background-color: #af851e; /* Add a dark-grey background on hover */
    color: #fefefe;
box-shadow: 0 0 3px #C9AF62; 
}
a:hover,a:focus {
    color: hsla(0,0%,13%,1)
}
.thumbnail,.resource.show .resource-link img,.media-list img,.resource .resource-link img{
transition: 1s ease;
}
.thumbnail,.resource.show .resource-link img,.media-list img,.resource .resource-link img:hover {
    box-shadow: 0 0 3px #C9AF62; 
transition: 1s ease;
transform: scale(103%);
}
hr{
    background-color: #E6E6C1;
    border: 0;
    height: 2px;
    margin-bottom: 1.5em;
}

.item-set.resource{
   /* padding:10px;*/
    border-bottom: 2px solid #ddcfb2;
transition: 1s ease;
}
/*----คลังความรู้>กฏหมายที่เกี่ยวข้อง----*/
/*#itemfiles{
height:1280px;
widtth:800px;
}*/
#itemfiles .lg-outer .lg-video-cont .lg-object {
    width: 100% !important
}
#lg-actual-size-1{
 display: none;
}
#lg-rotate-left{
display: none;
}
#lg-rotate-right{
display: none;
}
#lg-toolbar-1{
background: rgb(98,73,31);
background: linear-gradient(90deg, rgba(98,73,31,1) 0%, rgba(136,100,42,1) 25%, rgba(201,176,99,1) 50%, rgba(136,100,42,1) 75%, rgba(98,73,31,1) 100%);
}
.lg-toolbar .lg-icon {
    color: #fafad2;
}
.lg-counter {
    color: #fafad2;
}
/* ----End----คลังความรู้>กฏหมายที่เกี่ยวข้อง---- */
#line-vertical-left {
display: flex;
}
#paddingh1{
background: #3D3009;
background: linear-gradient(to right, #3D3009 0%, #6D5610 10%, #C9AF62 25%, #6D5610 50%, #3D3009 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(1px 1px #6D5610);
padding-left: 1rem;
margin-top:2px;
}
#margint5{
margin-top:20px;
}
font{
 color:#6f4818;
font-weight: bold;
}

.box {
  width: 5px;
  background: #120000;
    text-align: left;
}
#box1,#box3,#box5{
  background: #F99528;
}
#box3{
  width: 8px;
  background: #F99528;
}
#box6{
  width: 15px;
  background: #AC3520;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
table{
border-collapse: revert;
}
#tableb {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25%;
    padding-right: 25%;
    margin: auto;
}
tbody{
background-color: transparent;
}
tbody tr:nth-child(even) {
background-color: transparent;
}

.carousel-block-Rama6Bridge{
    padding-left: 60px;
    padding-right: 60px;
}

.color img{
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-webkit-transition: all 1s ease;
}

.color img:hover{
filter: grayscale(0%);
filter: gray;
-webkit-filter: grayscale(0%);
filter: none;
transition: 1s ease;
transform: scale(1.1);
}
.button-chairman {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
background-color: #943726;
  /*background-color: #ac3520;*/
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 10pt;
transition: 1s ease;
}
.card:hover .button-chairman:hover {
/* background-color: #d27f24;*/
background-color:#fbf8ed;
transition: 1s ease;
color: #4a5a6f;
}
.card:hover .button-chairman {
  color: #010408;
  /*background-color:#F99528;*/
background-color:#ECE6CF;
  font-size: 10pt;
transition: 1s ease;
}
/*--------------------------------------------------------END NOOK---------------------------------------------------*/

/*--------------------------------------------------------START TONG---------------------------------------------------*/
.timeline {
  flex-direction: column;
  margin:  auto;
  position: relative;
}
.timeline__event {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  margin: 169px 0;
  border-radius: 6px;
  align-self: center;
}
.timeline__event:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.timeline__event:nth-child(2n+1) .timeline__event__date {
  border-radius: 0 6px 6px 0;
}
.timeline__event:nth-child(2n+1) .timeline__event__content {
  border-radius: 6px 0 0 6px;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:before {
  content: "";
  width: 2px;
  height: 419px;
  background: #f5c60b;
  position: absolute;
  top: 0%;
  left: 50%;
  right: auto;
  z-index: -1;
  transform: translateX(-50%);
  -webkit-animation: fillTop 1s forwards 2s ease-in-out;
          animation: fillTop 1s forwards 2s ease-in-out;
}
.timeline__event:nth-child(2n+1) .timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 350px;
  background: #fae048;
  position: absolute;
  right: 0;
  z-index: -1;
  top: 50%;
  left: auto;
  transform: translateY(-50%);
  -webkit-animation: fillLeft 1s forwards 2s ease-in-out;
          animation: fillLeft 1s forwards 2s ease-in-out;
}
.timeline__event__title {
   font-size: 20pt;
    line-height: 1.5;
    text-transform: uppercase;
    color: rgb(149 110 34);
    letter-spacing: 1px;
}
.timeline__event__content {
  padding: 53px;
  box-shadow: 0 20px 10px -12px rgba(50, 50, 93, 0.25), 0 8px 10px -18px rgba(0, 0, 0, 0.3), 0 1px 18px -8px rgba(0, 0, 0, 0.025);
  background: #f3f3ee;
  width: calc(60vw - 84px);
  border-radius: 0 6px 6px 0;
}
.timeline__event__date {
  color: #c88d17;
  font-size: 1.5rem;
  font-weight: 600;
  background: #d7b21d;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 0 20px;
  border-radius: 6px 0 0 6px;
}
.timeline__event__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #67251a;
  padding: 20px;
  align-self: center;
  margin: 0 20px;
  background: #eac84f;
  border-radius: 100%;
  width: 40px;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
  padding: 60px;
  height: 40px;
  position: relative;
}
.timeline__event__icon i {
  font-size: 32px;
}
.timeline__event__icon:before {
  content: "";
  width: 2px;
  height:318px;
  background: #f0bd02;
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  -webkit-animation: fillTop 1s forwards 2s ease-in-out;
          animation: fillTop 1s forwards 2s ease-in-out;
}
.timeline__event__icon:after {
  content: "";
  width: 100%;
  height: 418px;
  background: #e6bd05;
  position: absolute;
  left: 0%;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: fillLeftOdd 1s forwards 2s ease-in-out;
          animation: fillLeftOdd 1s forwards 2s ease-in-out;
}
.timeline__event__description {
  flex-basis: 100%;
}
.timeline__event--type2:after {
  background: #a45e03;
}
.timeline__event--type2 .timeline__event__date {
  color: #e4ab2f;
  background: #9c6620;
}
.timeline__event--type2:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n+1) .timeline__event__icon:after {
  background: #d9bb45;
}
.timeline__event--type2 .timeline__event__icon {
  background: #ca7e0c;
  color: #e3c52f;
}
.timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
  background: #dcaa37;
}
.timeline__event--type2 .timeline__event__title {
  color: rgb(149 110 34);
}
.timeline__event--type3:after {
  background: #ecc86d;
}
.timeline__event--type3 .timeline__event__date {
  color:#99732a;
  background-color: rgb(156 102 32);
}
.timeline__event--type3:nth-child(2n+1) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n+1) .timeline__event__icon:after {
  background: #dcaa37;
}
.timeline__event--type3 .timeline__event__icon {
  background: #8c6910;
  color: #d1c051;
}
.timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
  background: #d4a324;
}
.timeline__event--type3 .timeline__event__title {
  color: rgb(149 110 34);
}
.timeline__event:last-child .timeline__event__icon:before {
  content: none;
}

@media (max-width: 786px) {
  .timeline__event {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event__content {
    width: 100%;
  }
  .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    width: 100%;
    margin: 0;
    box-shadow: none;
  }
  .timeline__event__icon:before, .timeline__event__icon:after {
    display: none;
  }
  .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) {
    flex-direction: column;
    align-self: center;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__date {
    border-radius: 0;
    padding: 20px;
  }
  .timeline__event:nth-child(2n+1) .timeline__event__icon {
    border-radius: 6px 6px 0 0;
    margin: 0;
  }
}
@-webkit-keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@keyframes fillLeft {
  100% {
    right: 100%;
  }
}
@-webkit-keyframes fillTop {
  100% {
    top: 100%;
  }
}
@keyframes fillTop {
  100% {
    top: 100%;
  }
}
@-webkit-keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}
@keyframes fillLeftOdd {
  100% {
    left: 100%;
  }
}




/*
LINKS:
Typetura docs: https://docs.typetura.com/creating-with-typetura/creating-your-own-typographic-system
Cubic Bezier: https://cubic-bezier.com/
Fraunces: https://fraunces.undercase.xyz/
Google variable fonts: https://css-tricks.com/getting-the-most-out-of-variable-fonts-on-google-fonts/
Grid system: https://gist.github.com/scottkellum/bb46ea68c23e630842ee80c37513a3e6
*/

/* Import our variable font Fraunces */
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,100..900,0..100,0..1&family=Fraunces:ital,opsz,wght,SOFT,WONK@1,9..144,100..900,0..100,0..1&display=swap");


html {
	
	color: #676665;
	background: #fcfbfb;
	
	--max-width: 1200px;
	--columns: 6;
	--gutter: 1.5rem;

	--primary: #f4663a;
	--background: #efeded;
	--background-alt: #ffffff;
	--text: #31355b;
}
	
@keyframes html {
	0% {
		font-size: 0%;
	}

	100% {
		font-size: 125%;
	}
}
* {
	--grid: minmax(var(--gutter), 1fr)
		repeat(
			var(--columns),
			minmax(
				0,
				calc(
					(var(--max-width) - (var(--gutter) * (var(--columns) - 1))) /
						var(--columns)
				)
			)
		)
		minmax(var(--gutter), 1fr);
}

/* Element styles */

/* Typography */

.masthead {
	color:  #6f4818;
	mix-blend-mode: multiply;
	text-align: center;

}
@keyframes masthead {
	0% {
		font-size: 1rem;
		margin-bottom: -0.45em;
		font-weight: 600;
	}
	100% {
		font-size: 3rem;
		margin-bottom: -0.375em;
		font-weight: 500;
	}
}

.primary-headline {
	--tt-key: primary-headline;
	--tt-ease: cubic-bezier(1, 0, 1, 1);
	--tt-max: 585;
	line-height: 1.2;
	margin: 0.5rem 0;
}
@keyframes primary-headline {
	0% {
		font-size: 1rem;
		font-weight: 500;
	}
	100% {
		font-size: 4rem;
		font-weight: 300;
	}
}

.meta {
	font-style: italic;
	margin: 0.25rem 0;
	/*font-size: 0.89rem;*/
}

.entry-summary {
	margin: 0.25rem 0;
}

/* Layout */

.main {
	column-gap: var(--gutter);
	grid-template-columns: var(--grid);
	padding: var(--gutter);
}

.entry {
	margin-bottom: var(--gutter);
}

.entry,
.entry-content {
	display: flex;
	flex-direction: column;
}

.entry-img {
	aspect-ratio: 5 / 3;
	object-fit: cover;
         width: 100%;
}

.entry-date {
	order: -1;
}

/* Module overrides */

.entry-lede time {
	margin-bottom: 1rem;
}

.entry-lede time::after {
	content: "";
	display: block;
	width: calc(100% + (var(--gutter) * 2));
	height: 3px;
	margin-left: calc(var(--gutter) * -2);
	background: rgb(138 88 9);
	mix-blend-mode: multiply;
	margin-top: 0.67rem;
}

/* Breakpoints */

@media (min-width: 30em) {
	html {
		--columns: 12;
	}
	.main,
	.entry-lede {
		padding: 0;
		display: grid;
	}

	.entry,
	.trending {
		grid-column-start: 3;
		grid-column-end: span 10;
	}

	.entry-lede {
		column-gap: var(--gutter);
		grid-template-columns: var(--grid);
		grid-column-start: 1;
		grid-column-end: span 14;
		margin-bottom: 4rem;
	}

	.entry-lede > .entry-img {
		aspect-ratio: auto;
		grid-column-start: 1;
		grid-column-end: span 10;
	}

	.entry-lede .entry-content {
		grid-column-start: 3;
		grid-column-end: span 11;
		margin: -2.5rem calc(var(--gutter) * -1) 0;
		background: var(--background-alt);
		padding: 0.5rem var(--gutter) 1rem;
	}
}
@media (min-width: 50em) {
	html {
		--columns: 24;
	}
	.main::before,
	.main::after {
		content: "";
		display: block;
		grid-column-start: 8;
		grid-column-end: 26;
		grid-row-start: 2;
		grid-row-end: 3;
		background: var(--background-alt);
		margin: 0 calc(var(--gutter) * -1);
		z-index: -1;
	}
	.main::after {
		grid-column-start: 2;
		background-color: var(--primary);
		height: 1px;
		mix-blend-mode: multiply;
	}

	.entry {
		grid-column-end: span 9;
		margin-bottom: var(--gutter);
	}
	.entry:nth-child(n + 2) {
		margin-top: -2rem;
		grid-row-start: 2;
	}
	.entry:nth-child(2) {
		grid-column-start: 8;
	}
	.entry:nth-child(3) {
		grid-column-start: 17;
	}

	.entry-lede {
		column-gap: var(--gutter);
		grid-template-columns: var(--grid);
		grid-column-start: 1;
		grid-column-end: span 26;
		margin-bottom: 4rem;
	}

	.entry-lede > .entry-img {
		aspect-ratio: auto;
		grid-column-start: 1;
		grid-column-end: span 13;
	}

	.entry-lede .entry-content {
		grid-column-start: 14;
		grid-column-end: span 12;
		margin: 0.5rem 0;
		padding: 4rem 0 0;
		background: none;
	}

	.trending {
		grid-row-start: 2;
		grid-column-start: 2;
		grid-column-end: span 6;
		margin-top: var(--gutter);
		transform: translatex(calc(var(--gutter) * -1));
	}
}



.container {

  padding: 0 6em 3em;
}
blockquote {
  border-left: 3px solid #643907;
  color: #1a1a1a;
 font-size: 1.25em;
  font-style: italic;
  padding: 1em 2em;
  position: relative;
  transition: 0.2s border ease-in-out;
  z-index: 0;
}
blockquote:before {
 content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 2em;
    background-color: #FAFAD2;
    width: 5px;
    margin-top: -1em;
}
blockquote:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.5em;
  color: #8a4e09;
  font-family: "Ionicons";
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

blockquote:active:after {
  transform: rotateY(360deg);
}
blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}

@media (max-width: 1200px) {
  body, html {
    font-size: 18px;
  }
}
@media (max-width: 980px) {
  body, html {
    font-size: 16px;
	margin-left: 0;
    margin-top: 0;	  
  }

  .container {
    
    padding: 0 3em 3em;
  }

  blockquote {
    font-size: 1.1em;
    margin: 1.1em -2em;
  }
}
@media (max-width: 767px) {
  body, html {
    font-size: 16px;
	margin-left: 0;
    margin-top: 0;
  }
/*  blockquote {
    border-top: 2px solid #FAFAD2;
    border-bottom: 2px solid #FAFAD2;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }*/
blockquote {
    border-top: 2px solid #805700;
    border-bottom: 2px solid #805700;
    border-left: none;
    margin: 1.5em 0;
    padding: 1.5em 1em;
  }
  blockquote:before {
    left: 50%;
    top: 0;
    height: 4px;
    margin-top: -3px;
    margin-left: -1em;
    width: 2em;
  }
  blockquote:after {
    font-size: 0.75em;
    left: 50%;
    top: 0;
    margin-top: -0.5em;
    margin-left: -0.5em;
  }
  blockquote cite {
    text-align: right;
  }
}



.imageMap__container {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(11, 1fr);
	grid-template-rows: repeat(11, 1fr);
  position: relative;
}
.imageMap__container img {
  width: 100%;
  height: auto;
  grid-column: 1/-1;
  grid-row: 1/-1;
  pointer-events: none;
  overflow: hidden;
}

.markers {
    background: rgba(231, 151, 13, 0.7);
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
    border-color: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    align-self: center;
    justify-self: center;
    cursor: pointer;
    animation: ownpulse 1.5s cubic-bezier(.19,1,.22,1) infinite both;
  position: relative;
}

.markers:focus-within .marker__card,
.markers:focus .marker__card,
.markers:focus-within .marker__card1,
.markers:focus .marker__card1,
.markers:focus-within .marker__card2,
.markers:focus .marker__card2 {
  display: block;
}
.marker__card {
    background-color: #ffffff;
    padding: 1.5rem;
    display: none;
    margin-top: -5%;
    min-height: 100px;
    position: absolute;
    bottom: -219px;
    right: -580px;
    width: auto;
    z-index: 50;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: .5s;
    animation-fill-mode: both;
}
.marker__card1 {
     background-color: #ffffff;
    padding: 1.5rem;
      display: none;
    margin-top: -5%; 
    min-height: 100px;
    position: absolute;
    bottom: -213px;
    right: -310px;
    width: auto;
    z-index: 50;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: .5s;
    animation-fill-mode: both;
}
.marker__card2{
    background-color: #ffffff;
    padding: 1.5rem;
    display: none;
     margin-top: -5%; 
    min-height: 100px;
    position: absolute;
        bottom: -362px;
    right: 30px;
    width: auto;
    z-index: 50;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    min-width: 220px;
    max-width: 300px;
    animation: fadeInUp;
    animation-duration: .5s;
    animation-fill-mode: both;
}
.markers:hover .marker__card {
  display: block;
}
.markers:hover .marker__card1 {
  display: block;
}
.markers:hover .marker__card2 {
  display: block;
}
.marker__card__title {
  font:  'Thasadith', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
.marker__card1__title {
  font:  'Thasadith', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
.marker__card2__title {
  font:  'Thasadith', sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
/* animations */
@keyframes ownpulse {
	0% {
	    -webkit-box-shadow: 0 0 0 0 #f9a60a;
	    box-shadow: 0 0 0 0 #db8608;
	}
	50% {
	    -webkit-box-shadow: 0 0 0 40px rgba(92,112,214,0);
	    box-shadow: 0 0 0 40px rgba(92,112,214,0);
	}
	0% {
	    -webkit-box-shadow: 0 0 0 0 #f7af06;
	    box-shadow: 0 0 0 0 #b78916;
	}
	50% {
	    -webkit-box-shadow: 0 0 0 40px rgba(92,112,214,0);
	    box-shadow: 0 0 0 40px rgba(92,112,214,0);
	}
}
@keyframes zoomIn {
	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3);
		-webkit-transform: scale3d(.3,.3,.3);
	}
	50% {
		opacity: 1;
	}
}
@keyframes fadeInUp {
	0% {
    opacity: 0;
	transform: scale3d(.3,.3,.3) translate3d(0,100%,0);
	-webkit-transform: scale3d(.3,.3,.3);
    -webkit-transform: translate3d(0,100%,0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0,100%,0);
    transform: scale3d(.3,.3,.3) translate3d(0,100%,0);
}
100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.resource-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -1rem;
}


/* Table Styles */



.fl-table {
    border-radius: 5px;
    font-size: 14pt;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;

    background-color: white;
}

.fl-table td {
    padding: 14pt;
}
.fl-table th {
    text-align: center;
    padding: 14pt;
}
.fl-table td {
    border-right: 1px solid #f8f8f8;
    font-size: 14pt;
}

.fl-table thead th {
    color: #ffffff;
    background: #c18503;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #7b4a09;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */

@media (max-width: 767px) {
    .fl-table {
        display: block;
        width: 100%;
    }
    .table-wrapper:before{
        content: "Scroll horizontally >";
        display: block;
        text-align: right;
        font-size: 11px;
        color: white;
        padding: 0 0 10px;
    }
    .fl-table thead, .fl-table tbody, .fl-table thead th {
        display: block;
    }
    .fl-table thead th:last-child{
        border-bottom: none;
    }
    .fl-table thead {
        float: left;
    }
    .fl-table tbody {
        width: auto;
        position: relative;
        overflow-x: auto;
    }
    .fl-table td, .fl-table th {
        padding: 20px .625em .625em .625em;
        height: 60px;
        vertical-align: middle;
        box-sizing: border-box;
        overflow-x: hidden;
        overflow-y: auto;
        width: 120px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .fl-table thead th {
        text-align: left;
        border-bottom: 1px solid #f7f7f9;
    }
    .fl-table tbody tr {
        display: table-cell;
    }
    .fl-table tbody tr:nth-child(odd) {
        background: none;
    }
    .fl-table tr:nth-child(even) {
        background: transparent;
    }
    .fl-table tr td:nth-child(odd) {
        background: #F8F8F8;
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tr td:nth-child(even) {
        border-right: 1px solid #E6E4E4;
    }
    .fl-table tbody td {
        display: block;
        text-align: center;
    }
}
/*--------------------------------------------------------END TONG---------------------------------------------------*/

.block item-showcase{
display: inline-block;
}
.item-set-items>h3,#content>h3{
display:none;
}
.item-set-items{
margin-top: 20px;
}
#paddingh1{
  font-size:2vw;
}
/*Q Added*/
.description {
 display:none;
}
.label{
display:none;
}
.media-embeds {
  align-items: center;
  display: flex;
  height: 90%;
  justify-content: center;
  margin: 5%;
  width: 90%;
}
#itemfiles{
height:1280;
widtth:800;
}
.tl-headline a:hover{
  color: #DAA520;
}