@font-face {
  font-family: 'Acumin Pro';
  src: url('../fonts/Acumin-Pro-Book.eot?v=4.3.0');
  src: url('../fonts/Acumin-Pro-Book.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/Acumin-Pro-Book.woff2?v=4.3.0') format('woff2'), url('../fonts/Acumin-Pro-Book.woff?v=4.3.0') format('woff'), url('../fonts/Acumin-Pro-Book.ttf?v=4.3.0') format('truetype'), url('../fonts/Acumin-Pro-Book.svg?v=4.3.0') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AcuminPro-Bold';
  src: url('../fonts/AcuminPro-Bold.eot?v=4.3.0');
  src: url('../fonts/AcuminPro-Bold.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/AcuminPro-Bold.woff2?v=4.3.0') format('woff2'), url('../fonts/AcuminPro-Bold.woff?v=4.3.0') format('woff'), url('../fonts/AcuminPro-Bold.ttf?v=4.3.0') format('truetype'), url('../fonts/AcuminPro-Bold.svg?v=4.3.0') format('svg');
  font-weight: bold;
  font-style: bold;;
}

img {
  max-width: 100%;
}

.site-header {
  position: relative;
}

.site-header .mdl-layout__header-row {
  padding: 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-description {
  display: block;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 10px;
}

.is-compact .mdl-layout__title span {
  display: none;
}

.site-logo-row {
  min-height: 150px;
}

.is-compact .site-logo-row {
  min-height: auto;
}

.site-logo {
	background: url(../img/site-logo1.png) 100% no-repeat;
	background-size: cover;
	height: 200px;
	width: 800px;
	margin: 0px auto;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}

@media screen and (max-width:800px) {
.site-logo {
	background: url(../img/site-logo.png) 100% no-repeat;
	background-size: cover;
	height: 200px;
	width: 200px;
	
}

}

.is-compact .site-logo {
	background: url(../img/site-logo2.png) 100% no-repeat;
	height: 80px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
}

.site-navigation-row {
	background-color: rgba(36, 120, 190, 0.8);
	text-transform: none;
	height: 85px;
}

.site-navigation-row .mdl-navigation {
  text-align: center;
  max-width: 1900px;
  width: 100%;
}

.site-navigation-row .mdl-navigation__link {
  
  margin:auto;
  font-size:1em;
  line-height: 18px;
  color: #fff;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
.site-navigation-row .is-active {
  position: relative;
  font-weight: bold;
  opacity: 1;
}

.site-navigation-row .mdl-navigation__link:hover {
  opacity: 1;
  color: #40c8f4;
}

.mdl-layout__header .mdl-layout__drawer-button {
  color: #fff;
}

.mdl-layout__content {
  background-color: #fefefe;
}

.site-content {
  margin: 1em auto;
  min-height: 580px;
}

.page-content {
  padding-bottom: 2em;
}

.site-max-width {
  max-width: 1280px;
  margin: auto;
}

.site-copy {
  max-width: 90%;
}

.welcome-card > .mdl-card__title {
  color: #fff;
  height: 290px;
  background: url("../img/cover.jpg") center/cover;
}

.event-card {
  background: #3E4EB8;
}

.event-card .mdl-card__actions {
  border-color: rgba(255, 255, 255, 0.2);
}

.event-card .mdl-card__title {
  -ms-flex-align: start;
      align-items: flex-start;
}

.event-card .mdl-card__title > h4 {
  margin-top: 0;
}

.event-card .mdl-card__actions {
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -ms-flex-align: center;
      align-items: center;
}

.event-card .mdl-card__actions > .material-icons {
  padding-right: 10px;
}

.event-card .mdl-card__title,
.event-card .mdl-card__actions,
.event-card .mdl-card__actions > .mdl-button {
  color: #fff;
}

.section__play-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 150px;
}

.section__play-btn .material-icons {
  font-size: 3rem;
}

.section--center {
  margin: 0 auto 2rem;
}

.homepage-portfolio .mdl-button {
  margin: 0 auto;
}

.homepage-footer {
  background: #eee;
  margin-bottom: -1em;
  padding: 2rem 0;
}

.portfolio-card .mdl-card__title {
  padding-bottom: 0;
}

img.article-image {
  width: 100%;
  height: auto;
}

.demo-card-image.mdl-card {
  width: 192px;
  height: 192px;
}

.person1 {
  background: url("../img/person1.jpg") center/cover;
}

.person2 {
  background: url("../img/person2.jpg") center/cover;
}

.demo-card-image > .mdl-card__actions {
  height: 52px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.3);
}

.demo-card-image__filename {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.form-contact .mdl-textfield {
  width: 100%;
}

#contact-button {
  position: fixed;
  display: block;
  right: 0;
  bottom: 0;
  margin-right: 40px;
  margin-bottom: 40px;
  z-index: 900;
}

footer .mdl-logo a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #aaa;
}

.footer-container {
  margin: 0 auto;
}



@media screen and (max-width:1500px) {
	
.site-navigation-row .mdl-navigation__link {
  font-size:1em;
}

}

@media screen and (min-width:1900px) {
	
.site-navigation-row .mdl-navigation__link {
  font-size:1.1em;
}

}.td1{width:90px;}
.td1Eng{width:120px;}
/*.td2Eng{min-width:130px;}*/
.td_100{width:110px;min-width:110px;}
.td_115{width:115px;min-width:115px;}
.td_m100{min-width:100px;}
.td_m110{min-width:110px;}
.td_m170{min-width:170px;}





/*Table start*/
.table-container
{
width: 100%;
overflow-y: auto;
_overflow: auto;
margin: 0 0 1em;
}
.table-container::-webkit-scrollbar
{
-webkit-appearance: none;
width: 14px;
height: 14px;
}

.table-container::-webkit-scrollbar-thumb
{
border-radius: 0px;
border: 5px solid #fff;
background-color: rgba(13, 130, 233, .3);
}




