<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: mitr, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 140%;
  font-weight: 400;
}

a {
  color: #333;
  text-decoration: none;
}

.nav-top {
  height: 36px;
  background-color: #941114;
  font-family: mitr, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 36px;
  font-weight: 300;
}

.nav-top-text {
  display: inline-block;
  margin-right: 30px;
}

.nav-top-text.icon {
  font-family: icon-engineering, sans-serif;
  font-size: 14px;
}

.nav-top-text.icon.last {
  margin-right: 0px;
}

.nav-top-right {
  float: right;
}

.nav-bottom {
  position: relative;
  z-index: 9;
  height: 90px;
  background-color: #fff;
}

.nav-logo {
  max-width: 260px;
  margin-top: 30px;
  float: left;
}

.nav-box {
  font-family: mitr, sans-serif;
  font-size: 18px;
  line-height: 90px;
  font-weight: 400;
  text-align: right;
}

.text {
  display: inline;
}

.text.aws-icon {
  margin-right: 8px;
  margin-left: 8px;
  font-family: icon-fontawesome, sans-serif;
}

.text.aws-icon.red {
  color: #941114;
}

.text.aws-icon.red.contact {
  position: relative;
  top: 2px;
  line-height: 27px;
}

.text.icon {
  position: relative;
  top: 1px;
  font-family: icon-engineering, sans-serif;
}

.text.icon.red {
  color: #941114;
}

.text.icon.red.contact {
  top: 6px;
  line-height: 23px;
}

.text.s-12 {
  font-size: 12px;
}

.text.red {
  color: #941114;
}

.text.right {
  float: right;
}

.text.link:hover {
  text-decoration: underline;
}

.text.link-red:hover {
  color: #941114;
}

.nav-link {
  margin-right: 25px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 700;
}

.nav-link:hover {
  color: #941114;
}

.nav-link.last {
  margin-right: 0px;
}

.banner-home {
  position: relative;
  width: 100%;
  height: 70vh;
  background-color: #eee;
  text-align: center;
}

.banner-title {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: mitr, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.banner-subtitle {
  display: block;
  max-width: 70%;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  font-family: mitr, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 200;
}

.banner-nav-dot {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 40px;
  text-align: center;
}

.banner-dot {
  display: inline-block;
  width: 32px;
  height: 5px;
  margin-right: 4px;
  margin-left: 4px;
  background-color: #fff;
}

.banner-dot.active {
  background-color: #941114;
}

.bg-section-after-banner {
  position: relative;
  width: 100%;
  background-color: #ededed;
}

.home-section {
  position: relative;
  padding-bottom: 30px;
}

.button {
  min-height: 20px;
  border: 1px solid #ededed;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: mitr, sans-serif;
  line-height: 200%;
  font-weight: 300;
  text-align: center;
}

.button.see-more {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  border-style: none;
  background-color: transparent;
  font-family: Cschatthai, sans-serif;
  color: #706d6e;
  font-size: 17px;
  line-height: 190%;
  font-weight: 400;
}

.button.see-more:hover {
  text-decoration: underline;
}

.button.contact-us {
  height: 36px;
  margin-top: 10px;
  padding: 2px 30px;
  float: left;
  border-style: none;
  background-color: #941114;
  color: #fff;
}

.section-nav-item {
  width: 25%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  float: left;
  background-color: #333;
  background-image: -webkit-linear-gradient(270deg, rgba(35, 31, 32, .8), rgba(35, 31, 32, .8)), url('../images/03.png');
  background-image: linear-gradient(180deg, rgba(35, 31, 32, .8), rgba(35, 31, 32, .8)), url('../images/03.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-align: left;
}

.section-nav-item:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(35, 31, 32, .72), rgba(35, 31, 32, .72)), url('../images/03.png');
  background-image: linear-gradient(180deg, rgba(35, 31, 32, .72), rgba(35, 31, 32, .72)), url('../images/03.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.section-nav-item.gray {
  background-color: #a7a9ac;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 42%, .65), hsla(0, 0%, 42%, .65)), url('../images/02.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 42%, .65), hsla(0, 0%, 42%, .65)), url('../images/02.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-nav-item.gray:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 42%, .72), hsla(0, 0%, 42%, .72)), url('../images/02.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 42%, .72), hsla(0, 0%, 42%, .72)), url('../images/02.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.section-nav-item.white-gray {
  background-color: #ededed;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 87%, .4), hsla(0, 0%, 87%, .4)), url('../images/01.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 87%, .4), hsla(0, 0%, 87%, .4)), url('../images/01.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #231f20;
}

.section-nav-item.white-gray:hover {
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 87%, .72), hsla(0, 0%, 87%, .72)), url('../images/01.png');
  background-image: linear-gradient(180deg, hsla(0, 0%, 87%, .72), hsla(0, 0%, 87%, .72)), url('../images/01.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.section-nav-item.red {
  background-color: #941114;
  background-image: -webkit-linear-gradient(270deg, rgba(148, 17, 20, .8), rgba(148, 17, 20, .8)), url('../images/04.png');
  background-image: linear-gradient(180deg, rgba(148, 17, 20, .8), rgba(148, 17, 20, .8)), url('../images/04.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.section-nav-item.red:hover {
  background-image: -webkit-linear-gradient(270deg, rgba(148, 17, 20, .72), rgba(148, 17, 20, .72)), url('../images/04.png');
  background-image: linear-gradient(180deg, rgba(148, 17, 20, .72), rgba(148, 17, 20, .72)), url('../images/04.png');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, cover;
}

.section-nav-title {
  font-family: gothic, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-nav-title.red {
  color: #941114;
}

.section-nav-subtitle {
  font-size: 14px;
  font-weight: 200;
}

.home-head-title {
  display: inline-block;
  width: 100%;
  height: 50px;
  margin-bottom: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
  color: #000;
  font-size: 22px;
  line-height: 31px;
  font-weight: 700;
}

.home-head-title.red {
  color: #941114;
}

.home-head-title.with-calendar {
  width: 50%;
  float: left;
}

.home-head-title.tab {
  padding-bottom: 0px;
  border-bottom-color: #941114;
}

.news-feed {
  width: 50%;
  padding: 20px 10px 15px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-feed.people {
  width: 20%;
}

.news-feed.full {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #efefef;
}

.news-feed.full.last {
  border-bottom-style: none;
}

.news-feed.col-3 {
  width: 33.33333%;
}

.news-feed-box {
  position: relative;
  display: block;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.news-feed-box.people {
  display: block;
}

.news-feed-box.no-margin {
  margin-right: 0px;
  margin-left: 0px;
}

.news-feed-box.no-margin.social {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
}

.news-feed-img {
  width: 100%;
  height: 140px;
  background-color: #eee;
}

.news-feed-img.right {
  width: 30%;
  height: 150px;
  margin-left: 30px;
  float: right;
}

.news-feed-img.right.profile {
  width: 110px;
  height: 150px;
}

.news-feed-category {
  margin-top: 15px;
  font-family: Cschatthai, sans-serif;
  color: #941114;
  font-size: 20px;
  font-weight: 400;
}

.news-feed-category:hover {
  text-decoration: underline;
}

.news-feed-category.no-margin {
  margin-top: 0px;
}

.news-feed-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 144%;
}

.news-feed-title.title {
  font-size: 22px;
}

.news-feed-title.title:hover {
  text-decoration: none;
}

.news-feed-content {
  font-family: Cschatthai, sans-serif;
  color: #727070;
  font-size: 17px;
  line-height: 115%;
}

.news-feed-content.date {
  margin-top: 10px;
}

.news-feed-border {
  position: relative;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #efefef;
}

.news-feed-border.last {
  border-bottom-style: none;
}

.news-feed-border-title {
  margin-bottom: 10px;
  padding-left: 34px;
  font-size: 15px;
  line-height: 130%;
  font-weight: 400;
}

.news-feed-border-title:hover {
  text-decoration: underline;
}

.news-feed-border-date {
  display: inline-block;
  padding-left: 30px;
  font-family: Cschatthai, sans-serif;
  font-size: 17px;
}

.news-feed-border-date.border {
  display: inline;
  padding-right: 8px;
  padding-left: 8px;
  color: #cac9ca;
}

.news-feed-border-date.no-padding-left {
  padding-left: 0px;
}

.news-feed-border-category {
  display: inline;
  font-family: Cschatthai, sans-serif;
  color: #941114;
  font-size: 17px;
  font-weight: 400;
}

.news-feed-border-category:hover {
  text-decoration: underline;
}

.news-feed-border-arrow {
  position: absolute;
  left: 0px;
  top: 0px;
  margin-top: 14px;
  margin-left: 2px;
  font-family: icon-fontawesome, sans-serif;
  color: #941114;
  font-size: 16px;
}

.news-feed-border-arrow.connect {
  margin-top: 0px;
}

.home-section-box {
  margin-top: 24px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.calendar-feed-item {
  display: inline-block;
  width: 50%;
  margin-bottom: 16px;
  float: left;
}

.calendar-feed-item.full {
  width: 100%;
}

.calendar-feed-item._3-col {
  width: 33.3333333%;
}

.calendar-feed-box {
  padding-top: 20px;
  padding-bottom: 10px;
}

.calendar-feed-box.in-slide-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.calendar-feed-day--box {
  width: 50px;
  height: 50px;
  padding-top: 7px;
  float: left;
  border: 1px solid #d1d3d4;
  border-radius: 4px;
  text-align: center;
}

.calendar-feed-day--box.active {
  border-color: #941114;
  background-color: #941114;
  color: #fff;
}

.calendar-feed-day {
  font-family: gothic, Arial, sans-serif;
  font-size: 22px;
}

.calendar-feed-day.month {
  font-family: mitr, sans-serif;
  font-size: 10px;
  line-height: 10px;
  font-weight: 200;
}

.calendar-feed-day.red {
  color: #941114;
}

.calendar-feed-title {
  padding-right: 30px;
  padding-left: 74px;
  font-size: 15px;
  line-height: 120%;
  font-weight: 400;
}

.calendar-feed-title.date {
  font-family: Cschatthai, sans-serif;
  color: #727070;
  font-size: 17px;
  font-weight: 400;
}

.nav {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eee;
}

.nav.mobile {
  display: none;
}

.charity-feed-item {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: left;
  background-color: #f5f5f5;
  font-family: Cschatthai, sans-serif;
  color: #727070;
  font-size: 20px;
  text-align: center;
}

.charity-price {
  display: inline;
  padding-right: 10px;
  font-family: gothic, Arial, sans-serif;
  color: #941114;
  font-size: 24px;
}

.charity-dot-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 20px;
  text-align: center;
}

.charity-box {
  position: relative;
  padding-top: 20px;
}

.charity-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
  background-color: #eae6e3;
}

.charity-dot.active {
  background-color: #941114;
}

.social-footer {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: #ededed;
}

.input {
  position: relative;
  overflow: hidden;
  border: 1px solid #c5c5c5;
  border-radius: 10px;
  background-color: #fff;
}

.input.reg-email {
  padding: 8px 160px 8px 25px;
  font-family: Cschatthai, sans-serif;
}

.reg-email-bb {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 25px;
  float: right;
  background-color: #92141a;
  font-family: mitr, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

.reg-email-bb:hover {
  background-color: #7a1016;
}

.reg-input {
  height: 22px;
  margin: 0px;
  padding: 0px;
  float: left;
  border-style: none;
  font-size: 20px;
}

.form-reg-email {
  margin-bottom: 0px;
}

.social-share-box {
  font-family: mitr, sans-serif;
  font-size: 18px;
  line-height: 45px;
  font-weight: 300;
  text-align: right;
}

.footer-box {
  padding-top: 20px;
  background-color: #941114;
  color: #fff;
  font-size: 15px;
}

.footer-title {
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 18px;
}

.footer-title:hover {
  text-decoration: underline;
}

.footer-title.no-link:hover {
  text-decoration: none;
}

.footer-link {
  margin-bottom: 8px;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.gray {
  color: #6f6c6d;
  font-size: 12px;
  line-height: 18px;
}

.footer-link.no-margin {
  margin-bottom: 0px;
}

.footer-link.no-link:hover {
  text-decoration: none;
}

.footer-contact-box {
  text-align: left;
}

.footer-creadit {
  display: block;
  margin-top: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(213, 164, 167, .35);
  color: #c68386;
  text-align: center;
}

.banner-title-box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 90px;
  width: 100%;
}

.banner-bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 70vh;
  background-image: url('../images/bg-banner-home.jpg'), -webkit-linear-gradient(90deg, rgba(0, 0, 0, .3) 23%, #fff);
  background-image: url('../images/bg-banner-home.jpg'), linear-gradient(0deg, rgba(0, 0, 0, .3) 23%, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
}

.connect-list {
  position: relative;
  margin-top: 10px;
  font-size: 14px;
}

.connect-list:hover {
  text-decoration: underline;
}

.connect-list-box {
  margin-top: 15px;
}

.page-banner {
  position: relative;
  height: 80px;
  background-color: #eee;
}

.page-banner.departments {
  background-image: url('../images/dapartments.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.page-banner.news {
  background-image: url('../images/news-center.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner.admission {
  background-image: url('../images/admission.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #333;
}

.page-banner.faculty {
  background-image: url('../images/faculty.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner.contact {
  background-image: url('../images/contact.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner.research {
  background-image: url('../images/research.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner.search {
  background-image: url('../images/search.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner.about {
  background-image: url('../images/about.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner.academics {
  background-image: url('../images/academics.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner.calendar {
  background-image: url('../images/calendar.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.page-banner-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -4px;
}

.page-banner-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: gothic, Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.page-nav {
  position: relative;
  z-index: 1;
  height: 44px;
  border-bottom: 1px solid #dadada;
}

.page-nav-item {
  display: inline;
  margin-right: 5px;
  margin-bottom: -2px;
  padding: 10px;
  float: left;
  color: #716f6f;
  font-weight: 300;
}

.page-nav-item:hover {
  color: #941114;
}

.page-nav-item.select {
  height: 44px;
  border-bottom: 3px solid #941114;
  color: #941114;
}

.page-section {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.page-path {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #a5a4a4;
  font-size: 14px;
  font-weight: 300;
}

.page-path-item {
  margin-right: 5px;
  margin-left: 5px;
  float: left;
}

.page-section-box {
  padding-top: 0px;
  padding-bottom: 20px;
}

.page-section-box.faculty {
  padding-bottom: 40px;
}

.page-section-box.about {
  padding-bottom: 40px;
}

.page-section-box.content-box {
  display: block;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.page-section-box.no-margin {
  padding-bottom: 0px;
}

.page-slide {
  position: relative;
  margin-bottom: 10px;
  background-color: #eee;
}

.page-slide-title {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  padding-right: 16px;
  padding-left: 16px;
  -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;
  background-color: rgba(85, 85, 85, .8);
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.page-slide-img {
  height: 300px;
  margin-top: 20px;
}

.page-slide-dot {
  position: absolute;
  left: 0px;
  top: 185px;
  right: 0px;
  width: 100%;
  text-align: center;
}

.max-width-550 {
  max-width: 550px;
}

.page-nav-item-box {
  width: 950px;
  height: 43px;
}

.contact-page-content {
  font-size: 14px;
  font-weight: 300;
}

.page-content-box {
  padding-top: 10px;
  padding-bottom: 30px;
}

.page-footer-banner {
  margin-bottom: 4px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ededed;
  font-family: gothic, Arial, sans-serif;
  color: #941114;
  font-size: 30px;
}

.bg-gradiun {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, .5), transparent);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent);
}

.page-footer-banner-title {
  display: inline;
  color: #231f20;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.page-footer-banner-title.red {
  color: #941114;
}

.page-footer-banner-link {
  display: inline;
  font-family: mitr, sans-serif;
  color: #231f20;
  font-size: 14px;
  font-weight: 300;
}

.page-footer-banner-item {
  margin-bottom: 20px;
}

.page-footer-banner-item-detail {
  font-family: mitr, sans-serif;
  color: #818080;
  font-size: 14px;
  font-weight: 200;
}

.search-people {
  margin-bottom: 24px;
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #941114;
  color: #fff;
  font-size: 22px;
}

.search-people-input {
  padding: 20px 30px 25px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #b87a7d;
  background-color: transparent;
  font-size: 30px;
  line-height: 50px;
  font-weight: 200;
}

.search-people-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  font-family: icon-engineering, sans-serif;
  line-height: 50px;
  text-align: center;
}

.search-people-box {
  position: relative;
  margin-top: 25px;
}

.download-box {
  margin-bottom: 20px;
  font-family: Cschatthai, sans-serif;
  color: #7d7b7b;
  font-size: 20px;
}

.download-section {
  margin-bottom: 100px;
}

.download-table-head {
  position: relative;
  margin-top: -5px;
  padding-top: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid #e2e2e2;
  background-color: #f9f9f9;
}

.download-table-text {
  padding-right: 15px;
  padding-left: 15px;
}

.download-table-text.center {
  text-align: center;
}

.download-table-text.mobile {
  display: none;
}

.download-table-text.no-margin {
  padding-left: 0px;
}

.download-table-list {
  padding-top: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  font-size: 18px;
}

.download-number {
  display: inline-block;
  width: 10%;
  padding-left: 20px;
  float: left;
  text-align: left;
}

.download-file-name {
  width: 58%;
  float: left;
  line-height: 115%;
}

.download-button-box {
  width: 16%;
  float: left;
  color: #000;
  text-align: center;
}

.download-link {
  width: 16%;
  float: left;
  text-align: center;
}

.download-link.mobile {
  display: none;
}

.download-link.align-left {
  width: 16%;
  text-align: left;
}

.download-head-text {
  display: block;
}

.table-text-title {
  width: 26%;
  float: left;
}

.table-address {
  width: 24%;
  float: left;
}

.category-box-in-feed {
  margin-top: 15px;
}

.banner-page {
  width: 100%;
  height: 300px;
  background-color: #eee;
}

.feed-people-img {
  position: relative;
  width: 100%;
  background-color: #eee;
}

.feed-people-scale {
  padding-top: 140%;
}

.page-people-title {
  font-family: mitr, sans-serif;
  color: #1c1819;
  font-size: 20px;
  font-weight: 300;
}

.page-people-subtitle {
  font-family: Cschatthai, sans-serif;
  font-size: 20px;
}

.page-people-subtitle.gray {
  color: #6c696a;
}

.content-head {
  display: block;
  max-width: 80%;
  margin: 40px auto 5px;
  font-size: 30px;
  line-height: 140%;
  font-weight: 700;
}

.content-category {
  display: block;
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Cschatthai, sans-serif;
  color: #941114;
  font-size: 22px;
}

.content-main-img {
  width: 100%;
  height: 380px;
  margin-top: 20px;
  background-color: #eee;
}

.content-main-img.profile {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  max-width: 235px;
  margin-right: auto;
  margin-left: auto;
}

.addthis-share-box {
  min-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-main {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cschatthai, sans-serif;
  color: #727071;
  font-size: 24px;
  line-height: 140%;
}

.content-main.profile {
  margin-top: 10px;
  margin-bottom: 40px;
}

.content-tab-box {
  margin-bottom: 30px;
  font-family: Cschatthai, sans-serif;
  color: #6e6c6d;
  font-size: 24px;
  line-height: 34px;
}

.content-tab-head {
  padding: 15px 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  background-color: #f9f9f9;
  font-family: mitr, sans-serif;
  color: #262223;
  font-size: 20px;
}

.content-tab-head:hover {
  background-color: #eaeaea;
}

.content-tab-head.active {
  border-bottom-style: none;
  background-color: transparent;
}

.content-tab-icon {
  display: inline-block;
  float: right;
  font-family: icon-fontawesome, sans-serif;
  color: #941114;
  font-size: 28px;
}

.content-tab-detail {
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.nav-sub-menu {
  position: absolute;
  left: 0px;
  top: 78px;
  right: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f9f9f9;
  line-height: 27px;
}

.nav-sub-menu-title {
  margin-bottom: 5px;
  padding-left: 10px;
  font-family: gothic, Arial, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.nav-sub-menu-title:hover {
  color: #000;
}

.nav-sub-menu-link {
  padding-left: 10px;
  color: #941114;
  text-align: left;
}

.nav-sub-menu-item {
  width: 50%;
  height: 28px;
  padding-top: 3px;
  padding-bottom: 3px;
  float: left;
  color: #231f20;
  font-size: 15px;
  line-height: 150%;
  text-align: left;
}

.nav-sub-menu-item:hover {
  color: #941114;
}

.calendar-action-box {
  width: 50%;
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-bottom: 1px solid #d1d3d4;
  text-align: right;
}

.calendar-button {
  display: inline-block;
  width: 25%;
  padding: 5px 10px 3px;
  float: right;
  border: 1px solid #efefef;
  border-radius: 5px;
  background-color: #f9f9f9;
  font-family: Cschatthai, sans-serif;
  color: #941114;
  text-align: center;
}

.calendar-button:hover {
  background-color: #f5f5f5;
  color: #781015;
}

.calendar-button.content {
  width: auto;
  margin-top: 20px;
  padding-top: 3px;
  padding-right: 20px;
  padding-left: 20px;
  float: none;
}

.nav-sub-menu-container {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.select-dropdown {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #231f20;
  border-radius: 0px;
  background-image: url('../images/dropdown-bg.png');
  background-position: 94% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
}

.select-calendar-box {
  position: relative;
  top: 1px;
  width: 75%;
  padding-right: 10px;
  float: left;
}

.calendar-select-tool {
  display: inline-block;
  width: 100%;
  clear: both;
}

.calendar-item {
  margin-top: 20px;
  margin-bottom: 20px;
}

.calendar-item-date {
  width: 18%;
  float: left;
}

.calendar-item-detail {
  position: relative;
  width: 82%;
  padding-top: 10px;
  padding-bottom: 10px;
  float: left;
  border-bottom: 1px solid #efefef;
}

.calendar-item-detail.no-border {
  padding-top: 0px;
  padding-bottom: 0px;
  border-bottom-style: none;
}

.calendar-date-box {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  padding-top: 20px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  color: #941114;
}

.calendar-date-box.current {
  border-style: none;
  background-color: #941114;
  color: #fff;
}

.calendar-date-box-day {
  font-family: gothic, Arial, sans-serif;
  font-size: 40px;
  text-align: center;
}

.calendar-date-box-month {
  font-size: 14px;
  font-weight: 200;
  text-align: center;
}

.calendar-date-box-month.black {
  color: #000;
}

.calendar-date-border {
  position: absolute;
  width: 4px;
  height: 20px;
  margin-bottom: 20px;
  margin-left: -32px;
  background-color: #eee;
}

.calendar-date-border.red {
  background-color: #e95b4b;
}

.calendar-date-border.blue {
  background-color: #127abc;
}

.calendar-date-border.yellow {
  background-color: #f1d42f;
}

.calendar-date-border.green {
  background-color: #64bb55;
}

.calendar-item-category {
  font-family: Cschatthai, sans-serif;
  color: #941114;
  font-size: 20px;
}

.calendar-item-title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 300;
}

.calendar-item-sub-detail {
  font-family: Cschatthai, sans-serif;
  color: #767474;
  font-size: 17px;
}

.calendar-item-sub-detail.content {
  overflow: hidden;
  font-size: 20px;
  line-height: 141%;
  text-align: center;
}

.calendar-page-nav {
  display: inline-block;
  width: 100%;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.calendar-page-nav.no-margin {
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.calendar-item-pre {
  position: relative;
  width: 50%;
  margin-right: -0.5px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  border: 1px solid #efefef;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #f9f9f9;
  font-family: Cschatthai, sans-serif;
  color: #941114;
  font-size: 20px;
  text-align: center;
}

.calendar-item-pre:hover {
  background-color: #ededed;
}

.calendar-item-pre.disable {
  position: static;
  border-color: #efefef;
  background-color: #f9f9f9;
  color: #bbb;
  cursor: not-allowed;
}

.item-calendar-next {
  position: relative;
  width: 50%;
  margin-left: -0.5px;
  padding-top: 4px;
  padding-bottom: 4px;
  float: left;
  border: 1px solid #efefef;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #f9f9f9;
  font-family: Cschatthai, sans-serif;
  color: #941114;
  font-size: 18px;
  text-align: center;
}

.item-calendar-next:hover {
  background-color: #efefef;
}

.item-calendar-next.disable {
  border-color: #efefef;
  background-color: #f9f9f9;
  color: #bbb;
  cursor: not-allowed;
}

.content-calendar-box {
  margin-bottom: 50px;
}

.content-text-right-calendar {
  padding-right: 40px;
  text-align: right;
}

.content-calendar-date {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.content-calendar-detail {
  text-align: left;
}

.tab-item {
  padding: 5px 20px;
  float: left;
  color: #727070;
  font-size: 18px;
  font-weight: 200;
}

.tab-item.active {
  background-color: #941114;
  color: #fff;
  font-weight: 300;
}

.news-number {
  display: inline-block;
  float: left;
  font-family: gothic, Arial, sans-serif;
  color: #941114;
  font-size: 24px;
}

.fm-box {
  padding: 10px 20px;
  border: 1px solid #941114;
}

.live-text {
  padding-right: 10px;
  padding-left: 10px;
  float: left;
  background-color: #941114;
  font-family: gothic, Arial, sans-serif;
  color: #fff;
  letter-spacing: 1.6px;
}

.live-detail {
  padding-left: 80px;
}

.fm-title {
  font-family: gothic, Arial, sans-serif;
  color: #941114;
}

.fm-sub-detail {
  color: #ce9598;
  font-size: 14px;
  font-weight: 200;
}

.news-thumbnail {
  height: 180px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #eee;
}

.social-banner {
  width: 33.333333%;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #941114;
  background-image: url('../images/social-bg-mail.png');
  background-position: 0px 100%;
  background-size: auto 40px;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

.social-banner.line {
  background-color: #1dc222;
  background-image: url('../images/social-bg-line.png');
  background-position: 0px 100%;
  background-size: auto 40px;
}

.social-banner.facebook {
  background-color: #3c5b96;
  background-image: -webkit-linear-gradient(270deg, rgba(60, 91, 150, .7), rgba(60, 91, 150, .7)), url('../images/facebook-bg-facebook.png');
  background-image: linear-gradient(180deg, rgba(60, 91, 150, .7), rgba(60, 91, 150, .7)), url('../images/facebook-bg-facebook.png');
  background-position: 0px 0px, 13px 172%;
  background-size: auto, 32px;
}

.social-text {
  display: inline-block;
  text-align: center;
}

.social-title {
  display: block;
  font-family: gothic, Arial, sans-serif;
  text-align: left;
  text-transform: uppercase;
}

.social-title.detail {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 200;
}

.research-filter-box {
  margin-top: 20px;
  margin-bottom: 30px;
}

.link-with-arrow {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 300;
}

.research-link-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

.map-box {
  height: 300px;
  margin-top: 20px;
}

.form-input {
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px none #000;
  border-right: 1px none #000;
  border-left: 1px none #000;
}

.form-input.textarea {
  min-height: 100px;
}

.footer-map {
  margin-top: 10px;
  font-family: Cschatthai, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.img-profile-plasholder {
  padding-top: 141.1%;
}

.content-underline {
  padding-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #efefef;
}

.content-underline-head {
  width: 30%;
  padding-right: 40px;
  float: left;
  text-align: right;
}

.content-underline-detail {
  width: 70%;
  padding-left: 40px;
  float: left;
  text-align: left;
}

.profile-detail-section {
  padding-bottom: 50px;
}

.calendar-tags-box {
  position: relative;
  top: 2px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
  background-color: #888;
}

.calendar-tags-box.yellow {
  background-color: #f1d42f;
}

.calendar-tags-box.red {
  background-color: #e95b4b;
}

.calendar-tags-box.blue {
  background-color: #127abc;
}

.calendar-tags-box.green {
  background-color: #64bb55;
}

@media (max-width: 991px) {
  .nav-top.mobile {
    height: 5px;
  }
  .nav-logo.mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .text.aws-icon.menu-icon {
    color: #941114;
    font-size: 24px;
  }
  .text.icon.hover-red:hover {
    color: #941114;
  }
  .banner-home {
    height: auto;
  }
  .banner-title {
    width: auto;
    font-size: 28px;
    line-height: 130%;
  }
  .banner-subtitle {
    max-width: 100%;
    margin-top: 15px;
    color: #b0aeaf;
    font-size: 16px;
  }
  .banner-nav-dot {
    left: 0px;
    top: 220px;
    right: 0px;
    bottom: auto;
  }
  .home-head-title.with-calendar {
    width: 40%;
  }
  .news-feed.people {
    width: 25%;
  }
  .news-feed-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .news-feed-border {
    margin-right: -10px;
    padding-right: 0px;
  }
  .calendar-feed-item._3-col {
    width: 50%;
  }
  .nav {
    display: none;
  }
  .nav.mobile {
    display: block;
    width: 100%;
  }
  .footer-creadit {
    padding-bottom: 70px;
  }
  .banner-title-box {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #231f20;
    text-align: left;
  }
  .banner-bg {
    position: relative;
    height: 270px;
  }
  .page-banner-title {
    bottom: -8px;
  }
  .page-banner-title-text {
    font-size: 36px;
  }
  .page-slide-title {
    position: relative;
  }
  .page-slide-img {
    height: 220px;
  }
  .banner-page {
    height: 225px;
  }
  .content-tab-box {
    border-top: 1px solid #eaeaea;
  }
  .nav-mobile {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 9999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    background-color: #f9f9f9;
    font-size: 20px;
  }
  .nav-sub-menu-mobile {
    position: fixed;
    top: 0px;
    z-index: 9;
    display: block;
    overflow: scroll;
    width: 100%;
    height: 100vh;
    padding-bottom: 50px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background-color: #fff;
  }
  .nav-menu-mobile {
    display: block;
    padding-left: 20px;
    color: #727070;
  }
  .nav-menu-footer {
    padding: 25px 25px 50px;
    background-color: #941114;
    font-family: mitr, sans-serif;
    color: #fff;
    font-size: 14px;
  }
  .nav-menu-footer-link {
    width: 50%;
    color: #fff;
  }
  .icon-flag {
    margin-right: 10px;
    float: left;
  }
  .calendar-action-box {
    width: 60%;
  }
  .calendar-date-border {
    margin-left: -20px;
  }
  .calendar-page-nav {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .tab-item {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
  }
  .profile-detail-section {
    padding-right: 4%;
    padding-left: 4%;
  }
}

@media (max-width: 767px) {
  .text.icon.red.contact {
    top: 5px;
  }
  .banner-title {
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 22px;
  }
  .banner-subtitle {
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner-nav-dot {
    top: 140px;
  }
  .section-nav-item {
    width: 100%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .section-nav-title {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-nav-subtitle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .home-head-title {
    display: block;
    width: auto;
    height: auto;
    margin-left: 0%;
  }
  .home-head-title.with-calendar {
    width: auto;
    float: none;
  }
  .home-head-title.tab {
    margin-left: 0px;
  }
  .home-head-title._w-row {
    display: block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .news-feed {
    margin-bottom: 0px;
  }
  .news-feed.people {
    width: 33.33333%;
  }
  .news-feed.col-3 {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
  }
  .news-feed-box {
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .news-feed-box.people {
    display: inline-block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .news-feed-box.no-margin {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-feed-box.no-margin.social {
    display: block;
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .news-feed-img.right {
    width: auto;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .news-feed-img.right.profile {
    margin-left: 20px;
    float: right;
  }
  .news-feed-title {
    line-height: 130%;
  }
  .news-feed-border {
    margin-right: 0px;
  }
  .home-section-box {
    margin-bottom: 0px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .home-section-box.no-margin-top {
    margin-top: 0px;
  }
  .calendar-feed-item {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .calendar-feed-title {
    padding-right: 0px;
  }
  .calendar-feed-title.date {
    margin-top: 0px;
  }
  .social-footer {
    padding-right: 4%;
    padding-left: 4%;
  }
  .social-share-box {
    margin-top: 20px;
    text-align: center;
  }
  .footer-box {
    padding-right: 4%;
    padding-left: 4%;
    text-align: left;
  }
  .footer-title {
    margin-bottom: 20px;
  }
  .footer-link {
    margin-bottom: 5px;
  }
  .banner-bg {
    height: 180px;
  }
  .connect-list-box {
    margin-right: 0%;
    margin-left: 0%;
  }
  .page-banner {
    height: 56px;
  }
  .page-banner.news {
    height: 56px;
  }
  .page-banner-title {
    bottom: -10px;
  }
  .page-banner-title-text {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 32px;
  }
  .page-path {
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-section-box {
    padding-right: 4%;
    padding-left: 4%;
  }
  .page-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-slide-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .page-slide-img {
    height: 180px;
  }
  .page-slide-dot {
    top: 145px;
  }
  .page-nav-item-box {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .page-content-box {
    padding-left: 0px;
  }
  .page-footer-banner {
    padding-right: 4%;
    padding-left: 4%;
  }
  .page-footer-banner-item {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .search-people {
    padding-right: 4%;
    padding-left: 4%;
  }
  .search-people-input {
    margin-top: -8px;
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
  }
  .search-people-box {
    padding-right: 4%;
  }
  .download-box.no-margin {
    padding-left: 0px;
  }
  .download-section {
    margin-right: 4%;
    margin-left: 4%;
  }
  .download-table-text.mobile {
    display: block;
    padding-left: 20px;
  }
  .download-table-list {
    position: relative;
    padding-left: 55px;
    font-size: 20px;
    line-height: 140%;
  }
  .download-number {
    position: absolute;
    left: 0px;
    width: 15%;
  }
  .download-file-name {
    width: auto;
    float: none;
  }
  .download-button-box {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .download-link {
    width: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .download-link.mobile {
    position: relative;
    display: block;
    height: 30px;
    padding-left: 0px;
  }
  .download-link.mobile.no-margin {
    margin-left: 10px;
  }
  .download-link.align-left {
    width: 75%;
  }
  .download-head-text {
    display: none;
  }
  .table-text-title {
    width: 85%;
  }
  .table-address {
    width: 85%;
    margin-left: 15%;
  }
  .banner-page {
    width: auto;
    height: 180px;
  }
  .page-people-title {
    margin-top: 20px;
  }
  .content-head {
    max-width: none;
    margin-top: 25px;
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-category {
    max-width: none;
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .content-main-img {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
  }
  .content-main {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 32px;
  }
  .content-tab-head {
    position: relative;
    padding-right: 40px;
  }
  .content-tab-icon {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .calendar-action-box {
    display: block;
    width: auto;
    height: auto;
    float: none;
    border-bottom-style: none;
  }
  .calendar-button {
    display: block;
    width: auto;
    margin-top: -10px;
    float: none;
  }
  .calendar-button.content {
    margin-right: -10px;
    margin-left: -90px;
  }
  .select-calendar-box {
    width: auto;
    margin-right: -10px;
    margin-left: -10px;
    padding-right: 0px;
    float: none;
  }
  .calendar-select-tool.margin-row {
    display: block;
    width: auto;
  }
  .calendar-item {
    margin-bottom: 0px;
  }
  .calendar-item-date {
    position: absolute;
    width: 20%;
  }
  .calendar-item-detail {
    width: auto;
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 110px;
  }
  .calendar-item-detail.no-border {
    width: auto;
    float: none;
  }
  .calendar-date-box {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    padding-top: 10px;
  }
  .calendar-date-box.current {
    width: 50px;
    height: 50px;
  }
  .calendar-date-box-day {
    font-size: 22px;
  }
  .calendar-date-box-month {
    font-size: 10px;
    line-height: 10px;
  }
  .calendar-item-sub-detail.content {
    overflow: visible;
    width: 100%;
    padding-right: 10px;
    padding-left: 90px;
    float: left;
  }
  .calendar-page-nav {
    display: block;
    width: auto;
    margin-right: 4%;
    margin-bottom: 30px;
    margin-left: 4%;
    padding: 20px 10px;
  }
  .calendar-page-nav.no-margin {
    padding-right: 0px;
    padding-left: 0px;
  }
  .calendar-page-nav.no-margin.margin-row {
    display: block;
    width: auto;
  }
  .calendar-item-pre {
    height: 38px;
  }
  .item-calendar-next {
    height: 38px;
  }
  .content-calendar-box {
    margin-bottom: 30px;
  }
  .content-text-right-calendar {
    padding-right: 0px;
    text-align: left;
  }
  .social-banner {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .content-underline {
    font-size: 20px;
    line-height: 22px;
  }
  .content-underline-head {
    padding-right: 20px;
  }
  .content-underline-detail {
    padding-left: 20px;
  }
  .margin-row {
    margin-right: 10px;
    margin-left: 10px;
  }
  .news-section-box {
    margin-right: 4%;
    margin-left: 4%;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  .text.icon.red.contact {
    top: 4px;
    font-size: 18px;
    line-height: 20px;
  }
  .banner-subtitle {
    margin-top: 10px;
    font-size: 14px;
    line-height: 120%;
  }
  .home-section {
    margin-top: 0px;
  }
  .home-head-title._w-row {
    margin-right: 10px;
    margin-left: 10px;
  }
  .news-feed {
    width: 100%;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .news-feed.people {
    width: 50%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-feed.col-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .news-feed-box {
    margin-right: 0px;
    margin-left: 0px;
  }
  .news-feed-box.people {
    margin-right: -10px;
    margin-left: -10px;
  }
  .news-feed-box.no-margin.social {
    margin-bottom: 30px;
  }
  .news-feed-img.right.profile {
    width: 80px;
    height: 120px;
  }
  .home-section-box._w-row {
    margin-right: 10px;
    margin-left: 10px;
  }
  .calendar-feed-item {
    padding-right: 0px;
    padding-left: 0px;
  }
  .calendar-feed-item._3-col {
    width: 100%;
  }
  .calendar-feed-box {
    margin-right: 10px;
    margin-left: 10px;
  }
  .footer-box {
    text-align: center;
  }
  .footer-title {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .page-path {
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-slide {
    margin-right: 10px;
    margin-left: 10px;
  }
  .page-slide-title {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 18px;
    line-height: 22px;
  }
  .page-content-box {
    padding-left: 0px;
  }
  .search-people-input {
    display: block;
  }
  .search-people-box {
    margin-right: 10px;
  }
  .download-table-list {
    padding-left: 40px;
  }
  .download-number {
    padding-left: 10px;
  }
  .download-button-box {
    padding-right: 5px;
    padding-left: 5px;
  }
  .download-link.mobile {
    padding-right: 5px;
  }
  .download-link.mobile.no-margin {
    margin-left: 5px;
    padding-right: 5px;
  }
  .content-main {
    margin-bottom: 30px;
  }
  .content-tab-head {
    padding-left: 15px;
    font-size: 20px;
  }
  .content-tab-detail {
    padding-right: 30px;
    padding-left: 15px;
  }
  .calendar-button.content {
    margin-left: -90px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .calendar-item-date {
    width: 90px;
  }
  .calendar-item-detail {
    width: auto;
    padding-left: 100px;
    float: none;
  }
  .calendar-item-detail.no-border {
    padding-left: 0px;
  }
  .calendar-item-sub-detail.content {
    overflow: visible;
  }
  .calendar-page-nav.no-margin.margin-row {
    display: block;
    width: auto;
  }
  .content-underline {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .content-underline-head {
    padding-right: 10px;
  }
  .content-underline-detail {
    padding-left: 10px;
  }
}

@font-face {
  font-family: 'gothic';
  src: url('../fonts/CenturyGothicBold.ttf') format('undefined');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'gothic';
  src: url('../fonts/CenturyGothicBoldItalic.ttf') format('undefined');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'gothic';
  src: url('../fonts/CenturyGothicItalic.ttf') format('undefined');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'icon-fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Cschatthai';
  src: url('../fonts/CSChatThaiUI.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Cschatthai';
  src: url('../fonts/CSChatThai.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'icon-engineering';
  src: url('../fonts/icon-engineering.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'mitr';
  src: url('../fonts/Kanit-Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'mitr';
  src: url('../fonts/Kanit-LightItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'mitr';
  src: url('../fonts/Kanit-Light.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'mitr';
  src: url('../fonts/Kanit-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'gothic';
  src: url('../fonts/CenturyGothicRegular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}</pre></body></html>