img.logo-img {
  filter: grayscale(100%);
}




/****/
.dj-image{
    border-radius: 8px;
}
.container {
  max-width: 1440px;
}
.container.expand {
  max-width: 1600px !important;
}
.content-component {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .content-component {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 570px) {
  .content-component {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.limit-container {
  max-width: 1600px;
  margin: 0 auto;
}
/* Navbar Brand */
.navbar-brand.logo-control img.logo-img {  
  height: 60px;
  width: auto;
  max-height: none !important;
  max-width: none;
}

/* Navbar Search */
.search .nav-search-box {
  width: 100%;
}
.search .nav-search-box .input-group-text {
  background-color: #fff;
  color: #555;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-right: -1px;
  padding-right: 7px;
}
.search .nav-search-box .inputbox {
  border-left: 0 !important;
  padding-left: 0 !important;
  border-radius: 0;
  border: 0;
  outline: none !important;
  box-shadow: none !important;
}
.search .nav-search-box .inputbox:focus,
.search .nav-search-box .inputbox:active{
  outline: none !important;
  box-shadow: none !important;
}

/* Breadcrumb */
.nav-breadcrumb {
  background-color: #222222;
}
.nav-breadcrumb .breadcrumb {
  padding-top: 16px;
  padding-bottom: 16px;
}
.nav-breadcrumb .breadcrumb .divider {
  margin-left: 13px;
  margin-right: 13px;
  border: 0;
}
.nav-breadcrumb .breadcrumb li,
.nav-breadcrumb .breadcrumb li a {
  color: #fff;
}
.nav-breadcrumb .breadcrumb li.active {
  color: #eee;
  opacity: 0.8;
}

@media only screen and (max-width: 992px) {
  .t4-breadcrumb .breadcrumb {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .t4-breadcrumb .breadcrumb li * {
    font-size: 12px;
  }
}
@media only screen and (max-width: 570px) {
  .t4-breadcrumb .breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .t4-breadcrumb .breadcrumb .divider {
    margin-left: 7px;
    margin-right: 7px;
  }
}

hr.overscope {
  margin-right: -15px;
  margin-left: -15px;
}

/* Content Layout */
#t4-content .t4-section-inner,
#t4-content .item-page {
  min-height: calc(100vh - 444px);
  margin-top: 20px;
  margin-bottom: 20px;
}
#t4-content .item-page {
  background-color: #fff;
  border: 1px solid #eaeaea;
  padding: 3.2rem 2.4rem;
}
#t4-content .item-page .article-info {
  margin: 20px 0 30px 0;
}
#t4-content > .t4-section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#t4-content .page-content .page-header h2 {
  font-size: 1.6em;
  line-height: 1.6em;
  color: #b33939;
}
#t4-content .page-content p {
  line-height: 2.4em;
}

@media only screen and (max-width: 570px) {
  /* Content Detail Page */
  #t4-content .item-page {
    padding: 1.8rem 1rem;
  }
  #t4-content .item-page .article-info {
    margin: 15px 0 30px 0;
  }
  #t4-content .page-content {
    padding-left: 6px;
    padding-right: 6px;
    line-height: 2.2em;
  }
  #t4-content .page-content .page-header h2 {
    font-size: 1.4em;
  }
}

/* Top Bar */
.t4-top-bar {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}
.t4-top-bar .navbar-nav .nav-item .nav-link {
  font-size: 1em;
}
.t4-top-bar .navbar-nav .nav-item.hide-submenu .dropdown-menu,
.t4-top-bar .navbar-nav .nav-item.hide-submenu .nav-link .item-caret{
  display: none;
}
.t4-top-bar .navbar-nav .nav-item.hide-submenu .nav-link {
  color: #fff !important;
}
.t4-top-bar .list-language {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
}
.t4-top-bar .list-language li {
  padding: 0 5px;
}
.t4-top-bar .list-language .col-lang img {
  height: 26px;
}
.t4-top-bar .topbar-r {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.t4-top-bar .topbar-r > div:not(:last-child) {
  margin-right: 10px;
}
.t4-top-bar .navbar-top-right {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 570px) {
  /* Navbar Top*/
  .t4-top-bar {
    position: fixed !important;
    top: 0 !important;
    width: 100%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    z-index: 100;
  }
  .t4-top-bar .navbar-top-right {
    padding-left: 7px;
    padding-right: 7px;
    justify-content: stretch;
  }
  .t4-top-bar .search {
    width: 100%;
  }
  .t4-top-bar .search input[type="search"] {
    max-width: 100%;
    border-radius: 0;
  }
  .t4-top-bar .list-language .col-lang img {
    height: 20px;
    width: 24px;
  }
}

/* Mega Menu */
.t4-megamenu .navbar-nav .dropdown-menu .nav-item > a {
  color: #111 !important;
}

/* Off Canvas */
.t4-canvas-menu {
  position: sticky;
  top: 38px;
  z-index: 1000;
}
.t4-offcanvas {
  background-color: #fff;
}
.t4-offcanvas .t4-off-canvas-header {
  background-color: #b33939;
  color: #fff;
}
.t4-offcanvas .t4-off-canvas-header .close {
  color: #fff !important;
  text-shadow: none;
}
.t4-offcanvas .t4-off-canvas-body .navbar-nav .nav-item {
  border-bottom: 1px solid #eee;
}
.t4-offcanvas .t4-off-canvas-body .navbar-nav .nav-item > .nav-link {
  color: #212529;
  padding-top: 12px;
  padding-bottom: 12px;
}


/* Sidebar Menu */
.t4-off-canvas-body .nav-item.dropdown .dropdown-menu .nav-item:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 570px) {
  .nav-breakpoint-sm .t4-offcanvas-toggle {
    position: fixed;
    top: 30px;
    z-index: 1000;
  } 
}

/* Main Nav */
.t4-mainnav {
  top: 40px !important;
  background-color: #fff;
  border-bottom: 1px solid rgba(52, 58, 64, 0.12) !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.t4-mainnav .t4-megamenu {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}
.t4-mainnav .t4-megamenu .navbar-nav .nav-item > a {
  font-weight: 300 !important;
  font-size: 1.1em !important;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
}

@media only screen and (max-width: 1280px) {
  .t4-mainnav {
    padding: 26px 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .t4-mainnav .t4-section-inner .t4-row .t4-col {
    text-align: center;
  }
  .t4-mainnav .t4-megamenu {
    justify-content: center;
  }
  .navbar-brand.logo-control img.logo-img {
    max-height: 50px;
  }
  .t4-mainnav .t4-megamenu .navbar-nav .nav-item > a {
    font-size: 1em !important;
  }
  .t4-mainnav .t4-megamenu .nav-item.dropdown .mega-dropdown-inner {
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 570px) {
  /* Main nav */
  .t4-mainnav {
    position: fixed !important;
    top: 30px !important;
    width: 100%;
    background-color: #fff;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #efefef;
    z-index: 100;
  }
  .t4-mainnav .logo-img-sm {
    height: 22px;
  }
  .t4-mainnav .t4-section-inner .t4-row .t4-col {
    text-align: left;
  }
}

/* Footer */
.t4-footer {
  padding: 20px 0;
  color: #8d8e92;
}
.t4-footer .footer-address .footer-logo {
  height: 50px;
  margin-bottom: 15px;
}
.t4-footer .footer-address .name {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 600;
}
.t4-footer .footer-address .address {
  font-size: 14px;
}
.t4-footer .list-contact li{
  font-size: 14px;
}
.t4-footer .list-contact li .fas {
  margin-right: 5px;
}
.t4-footer .list-contact li:not(:last-child) {
  margin-bottom: 7px;
}
.t4-footer .container {
  border-top: 0;
}
.t4-footer .list-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t4-footer .list-social > li {
  display: inline-block;
  margin-top: 3px;
}
.t4-footer .list-social > li > a {
  display: block;
}
.t4-footer .footer-detail {
  margin: 0 0 0 25%;
  text-align: left;
}
.t4-footer .footer-detail .title {
  color: #fff;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 500;
}
.t4-footer .list-footer {
  list-style: none;
  padding: 0;
  margin: 0;
}
.t4-footer .list-footer > li:not(:last-child) {
  margin-bottom: 5px;
}
.t4-footer .list-footer > li a{
  font-size: 14px;
}
.t4-footer .footer-copyright {
  margin-top: 35px;
  border-top: 1px solid #303030; 
}
.t4-footer .footer-copyright .text{
  padding: 25px 0 0;
  margin-bottom: 0;
  text-align: center;
}

@media only screen and (max-width: 768px){
  .t4-footer .footer-address {
    text-align: center;
    margin-bottom: 40px;
  }  
}

@media only screen and (max-width: 570px) {
  .t4-footer {
    padding: 20px 0;
  }  
  .t4-footer .footer-detail {
    text-align: center;
    margin-left: 0;
  }
}

/* Carousel */
.t4-content .djslider-loader:first-child {
  margin-top: 30px;
}
.t4-content .newsflash:first-child {
  margin-top: 15px;
}

/* Newsflash */
.newsflash .newsflash-item-sn {
  padding: 5px 0;
  border-bottom: 1px solid #eaeaea;
}
.newsflash .newsflash-item-sn .newsflash-title-sn {
  margin-top: 0;
  margin-bottom: 0;
}
 .newsflash-item-sn .newsflash-title-sn > a {
  color: #000;
  font-size: 16px !important;
  font-weight: 300;
  letter-spacing: 0px;
}
.newsflash .newsflash-item-sn:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.newsflash .newsflash-datetime-sn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsflash .newsflash-body {
  padding-top: 15px;
}
@media only screen and (max-width: 992px) {
  .newsflash {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (max-width: 570px) {
  .newsflash {
    padding-left: 0;
    padding-right: 0;
  }
  .newsflash .newsflash-item-sn .newsflash-title-sn > a {
    font-size: 0.6em !important;
    line-height: 0.3em !important;
  }
}

/* News Information */
.news-info-container .mfp-grid > .mfp_default_item > div {
  background-color: #fff;
  min-height: 400px;
}
.news-info-container .mfp-grid > .mfp_default_item .mfp_default_title > a {
  display: block;
  color: #a91a1a;
  font-size: 16px !important;
  line-height: 1.6em;
  font-weight: 400 !important;
}
.news-info-container .mfp-grid > .mfp_default_item .mfp_date {
  box-shadow: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.news-info-container .mfp-grid > .mfp_default_item img {
  height: 240px;
  object-fit: cover;
}
@media only screen and (max-width: 570px) {  
  .news-info-container .mfp_default_item {
    margin-bottom: 10px;
  }
  .news-info-container .mfp_default_item .item-inner {
    padding: 0;
    background-color: #fff;
  }
  .news-info-container .mfp_default_item a {
    display: block;
  }
  .news-info-container .mfp_default_item .mfp_thumb_pos_top {
    margin: 0 0 0 0;
  }
  .news-info-container .mfp_default_item .mfp_default_title,
  .news-info-container .mfp_default_item .mfp_date {
    box-shadow: none;
    border: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }
}

/* Box Content */
.box-content .box-content-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-content .box-content-heading:before {
  position: relative;
  top: 38px;
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: #009cde;
  border-radius: 50%;
  display: block;
  width: 0;
  z-index: 1;
}
.box-content .box-content-heading::after {
  position: absolute;
  content: "";
  left: 32px;
  right: 0;
  height: 6px;
  background-color: #b33939;
  width: calc(100% - 46px);
  z-index: 1;
}
.box-content .box-content-heading .heading {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0px;
  padding-bottom: 5px;
}
.box-content.rainbow .box-content-heading:before {
  border-color: #009cde;
}
.box-content.rainbow .box-content-heading:after {
  background: linear-gradient(
    to right,
    #3498db 25%,
    #2ecc71 25%,
    #2ecc71 50%,
    #e67e22 50%,
    #e67e22 75%,
    #fd3f75 75%
  );
}
.box-content .box-content-body .item {
  margin-bottom: 0;
  padding: 5px 0;
}
.box-content .box-content-body .item .title {
  line-height: 1em !important;
  margin-bottom: 0;
}
.box-content .box-content-body .item .title a {
  color: #000;
  font-size: 0.7em !important;
  font-weight: 300 !important;
  line-height: 0.4em !important;
  letter-spacing: 0px;
}
.box-content .box-content-body .item .sub-title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.box-content .box-content-body .item:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.box-content .box-content-body .item:last-child {
  margin-bottom: 0;
}
/* Box Content - Lead */
.box-content.lead .box-content-heading::after{
  left:52px;
  width:calc(100% - 82px);
}
.box-content.lead .box-content-body .list-items {
  padding: 0;
  margin: 10px 0;
}
.box-content.lead .box-content-body .list-items > li {
  list-style: none;
  padding: 0;
}
.box-content.lead .box-content-body .list-items > li a{  
  display: block;
  font-size: 16px;
  color: #fff;
  padding: 3px 5px;
}
/* Box Content - All Program */
.box-content.all-program {
  margin-bottom: 30px;
}
.box-content.all-program .box-content-heading:before {
  top: 35px;
}
.box-content.all-program .box-content-heading:after {
  left: 45px;
  width: calc(100% - 74px);
}
.box-content.all-program .box-content-body {
  padding-top: 30px;
}


@media only screen and (max-width: 570px) {
  /* Box Content */
  .box-content .box-content-heading:before {
    top: 36px;
  }
  .box-content .box-content-heading::after {
    left: 32px;
    height: 6px;
    width: calc(100% - 46px);
  }
  .box-content .box-content-heading .heading {
    font-size: 1.2em;
  }
  .box-content .box-content-body .item .title a {
    font-size: 0.6em !important;
  }  
  
  /* Box Content - Lead */
  .box-content.lead .box-content-heading::before{
    top:35px;
  }
  .box-content.lead .box-content-heading::after{
    left:32px;
    width:calc(100% - 50px);
  }
  
  /* Box Conetnt Newflash - sn */
  .box-content.newsflash-sn .box-content-heading:before .heading{
	  top: 36px;
  }

  /* Box Content - All Program */
  .box-content.all-program {
    margin-bottom: 30px;
  }
  .box-content.all-program .box-content-heading:before {
    top: 34px;
  }
  .box-content.all-program .box-content-heading:after {
    left: 18px;
    width: calc(100% - 18px);
  }
}

/*****************************************
              SECTION HOME NEWS 1
******************************************/
.section-home-news-1 .box-content .box-content-heading::after {
  left: 33px;
  width: calc(100% - 48px);
}
.section-home-news-1 .box-content .box-content-heading::before {
  top: 48px;
}
.section-home-news-1 .box-content .box-content-heading .heading {
  margin-bottom: 10px;
}
.section-home-news-1 .box-content .box-content-body {
  padding: 35px 0;
}
/* Home Event */
.section-home-news-1
  .section-home-event
  .box-content
  .box-content-heading::after {
  left: 32px;
}
.section-home-news-1 .section-home-event .rme-items {
  margin-top: 28px;
}
.section-home-news-1 .section-home-event .rme-items .rme-item {
  padding: 16px;
}
/*.section-home-news-1 .section-home-event .rme-timeline {
  display: none;
}*/

/*****************************************
              SECTION HOME NEWS 2
******************************************/

/* Home News */
.section-home-news-2 .box-content:not(:last-child) {
  margin-bottom: 15px;
}
.section-home-news-2 .box-content .box-content-heading::before {
  top: 48px;
}
.section-home-news-2 .box-content .box-content-heading .heading {
  margin-bottom: 10px;
}
.section-home-news-2 .box-content .box-content-heading::after {
  left: 60px;
  width: calc(100% - 100px);
}
.section-home-news-2 .box-content .box-content-body .item:not(:last-child) {
  padding: 20px 0;
}
.section-home-news-2 .box-content .box-content-body .item .title a {
  line-height: 1.9em !important;
  letter-spacing: 0.01em;
}
.section-home-news-2 .box-content .box-content-body .item .sub-title .mfp_date {
  margin-left: 5px;
}
.section-home-news-2 .box-content .box-content-body .item img {
  display: none;
}

/* Home News Col data 1  */
.section-home-news-2 .cell:first-child,
.section-home-news-2
  .cell:first-child
  .box-content
  .box-content-body
  .item
  .title
  a,
.section-home-news-2
  .cell:first-child
  .box-content
  .box-content-body
  .item
  .sub-title
  .mfp_date {
  color: #fff;
}
.section-home-news-2 .cell:first-child .box-content .box-content-heading::after {
  background-color: #fff;
}
.section-home-news-2
  .cell:first-child
  .box-content
  .box-content-body
  .item:not(:last-child) {
  border-color: #aaa;
}

/* Home News Col data 2 */
.section-home-news-2 .cell:nth-child(2),
.section-home-news-2
  .cell:nth-child(2)
  .box-content
  .box-content-body
  .item
  .title
  a,
.section-home-news-2
  .cell:nth-child(2)
  .box-content
  .box-content-body
  .item
  .sub-title
  .mfp_date {
  color: #eee;
}
.section-home-news-2
  .cell:nth-child(2)
  .box-content
  .box-content-heading::after {
  background-color: #eee;
}
.section-home-news-2
  .cell:nth-child(2)
  .box-content
  .box-content-body
  .item:not(:last-child) {
  border-color: #444;
}

/* Home News Col data 3 */
.section-home-news-2 .cell:nth-child(3),
.section-home-news-2
  .cell:nth-child(3)
  .box-content
  .box-content-body
  .item
  .title
  a,
.section-home-news-2
  .cell:nth-child(3)
  .box-content
  .box-content-body
  .item
  .sub-title
  .mfp_date {
  color: #111;
}
.section-home-news-2
  .cell:nth-child(3)
  .box-content
  .box-content-heading::after {
  background-color: #b33939;
}
.section-home-news-2
  .cell:nth-child(3)
  .box-content
  .box-content-body
  .item:not(:last-child) {
  border-color: #444;
}

@media only screen and (max-width: 992px) {
  .section-home-news-1 .mfp-grid {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .section-home-news-1 .box-content .box-content-heading::after {
    width: calc(100% - 45px);
  }
}
@media only screen and (max-width: 570px) {
  .section-home-news-1 .box-content .box-content-heading::before,
  .section-home-news-2 .box-content .box-content-heading::before {
    top: 44px;
  }
  .section-home-news-1 .box-content .box-content-heading::after,
  .section-home-news-2 .box-content .box-content-heading::after {
    left: 32px;
    width: calc(100% - 45px);
  }
}

/* Panel Menu */
.panel-menu .box-content .box-content-heading::after {
  max-width: 280px;
  left: 48px;
}

@media only screen and (max-width: 992px) {
  .panel-menu .box-content .box-content-heading::after {
    max-width: 220px;
  }
}
@media only screen and (max-width: 570px) {
  .panel-menu .box-content .box-content-heading::after {
    max-width: calc(100% - 33px);   
    left: 33px;
  }
}

/* Jem Event 3 */
.jemmoduleteaser-homepage-event .eventset {
  padding: 0 5px !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event {
  display: flex !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .event-title {
  font-weight: bold;
  font-size: 14px;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .jem-teaser-calendar {  
  background-image: none !important;
  background-color: #fff !important;  
  border: 1px solid #eaeaea;
  padding: 0 !important;
  height: auto !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .jem-teaser-calendar .monthteaser {
  background-color: #b33939 !important;
  color: #fff !important;
  text-shadow: none !important;
  font-size: 12px !important;
  padding: 2px 0;
  height: auto !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .jem-teaser-calendar .dayteaser {
  font-size: 12px !important;
  padding-top: 2px !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .jem-teaser-calendar .daynumteaser {
  padding: 0 0 10px !important;
  text-shadow: none !important;
  font-size: 26px !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .jem-event-details-teaser .jem-teaser-datecat{
  display: flex;
  flex-direction: column !important;
  font-size: 16px !important;
  font-weight: bold;
  color: #333 !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .jem-event-details-teaser .jem-teaser-datecat .time {
  font-weight: normal !important;
  color: #7e7e7e;
  font-size: 14px !important;
}
.jemmoduleteaser-homepage-event .eventset .jem-teaser-event .jem-event-image-teaser {
  display: none;
}

/* Card Staff */
.card-staff {
  margin-bottom: 25px;
  margin-left: 15px;
  margin-right: 15px;
}
.card-staff .member-image {
  object-fit: cover;
}
.card-staff .contact-name a {
  color: #aa3a3a !important;
}
.card-staff .position {
  color: #7f8c8d;
  font-weight: 300;
  height: 40px;
}
.card-staff .contact-list-img {
  float: none;
  clear: both;  
  padding: 0 !important;
}
.card-staff .contact-list-img img {
  width: 100% !important;
  height: 350px;
  border-radius: 0 !important;  
  object-fit: cover;
}

@media only screen and (max-width: 992px) {
  .card-staff {
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* News Carousel */
.mfp_carousel_item img {
  height: 180px !important;
  margin-bottom: 5px !important;
}
.mfp_carousel_item.tns-item .mfp_carousel_title {
  margin: 0 0 5px;
  line-height: 0.9em !important;
}
.mfp_carousel_item.tns-item .mfp_carousel_title a {
  font-size: 0.75em !important;
  font-weight: 400 !important;
  color: #111 !important;
}
.mfp_carousel_item .mfp_carousel_introtext {
  font-size: 1.1em !important;
  font-weight: light;
  line-height: 1.4em !important;
}

/* Homepage Research Content Carousel */
.hp-research-carousel .slide-item .headline{  
  padding: 20px 15px;
}
.hp-research-carousel .slide-item .image img {
  height: 240px;
  object-fit: cover;
}
.hp-research-carousel .slide-item .headline {
  height: 80px;
}
.hp-research-carousel .slide-item .headline .start {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.6px;
  color: rgba(0, 0, 0, .8);
  font-weight: bold;
}

@media only screen and (max-width: 992px) {
  .hp-research-carousel .slide-item .headline{  
    padding: 10px 7px;
  }
  .hp-research-carousel .slide-item .image img {
    height: 135px;
  }
  .hp-research-carousel .slide-item .headline {
    height: 72px;
  }
  .hp-research-carousel .slide-item .headline .start {
    font-size: 12px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 570px) {
  .hp-research-carousel .slide-item .image img {
    height: 160px;
  }
  .hp-research-carousel .slide-item .headline {
    height: 60px;
  }
}

/*.bt-cs-hp .bt-row .bt-item {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.bt-cs-hp .bt-inner {
  padding-left: 35px;
  padding-right: 35px;
}
.bt-cs-hp .bt-inner .bt-title {
  font-size: 1.2em;
  letter-spacing: 0.05em;
}
.bt-cs-hp .bt-row .bt-item .bt-desc {
  padding: 15px 10px;
  min-height: 80px;
}
.bt-cs-hp .bt-row .bt-inner .bt-center .bt-image-link {
  display: block;
}
.bt-cs-hp .bt-row .bt-inner .bt-center .bt-image-link img {
  object-fit: cover;
  border: 0;
  margin: 0;
  width: 100% !important;
  max-width: 100%;
  outline: 0;
}
.bt-cs-hp .next,
.bt-cs-hp .prev {
  display: block;
  width: 60px;
}*/

/* Box Social Share */
.box-social-share .box-content-heading .heading {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.box-social-share .cw-social-mod-bookmark {
  margin-bottom: 0;
}

/* Related Articles */
.box-related-articles .mod-list .mod-articles-category-title {
  padding-left: 0;
}
.box-related-articles .mod-list .mod-articles-category-title:before {
  content: "";
}

/* Panel Menu */
.panel-menu {
  display: flex;
  flex-direction: row;
  background-color: #b33939;
}
.panel-menu .image {
  flex: 2;
}
.panel-menu .menu {
  flex: 1;
  padding: 8px 15px 0;
}
.panel-menu .menu ul {
  list-style: none;
  padding: 5px 10px 5px 0;
  margin: 0;
}
.panel-menu .menu ul > li:before {
  float: left;
  margin-top: 5px;
  margin-right: 8px;
  font-weight: bold;
  content: "\2022";
  color: #fff;
}
.panel-menu .menu ul > li > a {
  display: block;
  font-size: 1.15em;
  color: #fff;
  padding: 2px 8px;
}
.panel-menu .menu .box-content-heading .heading {
  color: #fff;
}
.panel-menu .menu .box-content-heading .heading:after {
  width: 230px !important;
}
.panel-menu .menu .box-content-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.panel-menu .image img {
  flex: 1;
  background-size: cover;
}

.list-detail > li a {
  display: block;
  text-align: left;
  padding: 5px 0;
}
.search-homepage .input-group {
  display: flex;
  flex-direction: row;
}
.search-homepage .input-group input {
  max-width: 100%;
  height: 50px;
}
.social [class*="fa fa-"],
.social [class*="fab fa-"] {
  background-color: #333;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: auto 2px;
  width: 40px;
  font-size: 15px;
  text-align: center;
}
.fa-facebook.bg {
  background-color: #4267b2;
}
.fa-youtube.bg {
  background-color: #db4437;
}
.fa-twitter.bg {
  background-color: #00acee;
}
.fa-line.bg {
  background-color: #00b900;
}
.fa-tiktok.bg {
  background-color: #010101;
}
.fa-tiktok.bg::before {
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-1px -1px 0px #4DE8F4);
}

/* Nav tabs */
.nav-tabs.custom .nav-item .nav-link.active {
  background-color: #b33939;
  color: #fff;
}

/* List detail */
.list-detail > li {
  margin-bottom: 8px;
}

/* Schedule Page */
.schedule-list {
  padding: 20px 0;
}
.schedule-list .checkbox {
  margin-bottom: 14px;
  padding-left: 0;
}
.schedule-list .checkbox label {
  margin-bottom: 0;
}
.schedule-list .checkbox .color {
  height: 16px;
  margin-right: 8px;
  border-radius: 4px;
  padding-left: 18px !important;
}
.schedule-list .checkbox .color.color-0 {
  background-color: #a32929;
}
.schedule-list .checkbox .color.color-1 {
  background-color: #4986e7;
}
.schedule-list .checkbox .color.color-2 {
  background-color: #b1365f;
}
.schedule-list .checkbox .color.color-3 {
  background-color: #060d5e;
}
.schedule-list .checkbox .color.color-4 {
  background-color: #7a367a;
}
.schedule-list .checkbox .color.color-5 {
  background-color: #b1440e;
}
.schedule-list .checkbox .color.color-6 {
  background-color: #2f6309;
}
.schedule-list .checkbox .color.color-7 {
  background-color: #691426;
}
.schedule-list .checkbox .color.color-8 {
  background-color: #ab8b00;
}
.schedule-list .checkbox .color.color-9 {
  background-color: #1b887a;
}
.schedule-list .checkbox .color.color-10 {
  background-color: #7f8c8d;
}
.schedule-list .checkbox .color.color-11 {
  background-color: #f6bf26;
}
.schedule-list .checkbox .color.color-12 {
  background-color: #ef6c00;
}
.schedule-list .checkbox .color.color-13 {
  background-color: #7cb342;
}
.schedule-list .checkbox .color.color-14 {
  background-color: #e74c3c;
}
.schedule-list .checkbox .color.color-none {
  background-color: #ececec;
}

/* Search Page */
.search .btn-toolbar {
  display: flex;
  justify-content: center;
}
.search .btn-toolbar .title {
  font-size: 2.2em;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}
.search .btn-toolbar .btn {
  margin-left: 0;
  border-radius: 0;
  font-size: 1em;
  padding-top: 10px;
  padding-bottom: 10px;
}
.search .btn-toolbar .input-group {
  width: 100%;
  justify-content: center;
}
.search .btn-toolbar .form-control {
  border-radius: 0;
  max-width: 500px !important;
}
.search .section-form-search {
  background-image: url("../../../../images/site/bg-search.png");
  background-repeat: repeat;
  padding: 4.6rem 0;
}
.search .form-search-filter {
  display: flex;
  flex-direction: row;
  padding: 15px 15px;
}
.search .form-search-filter > * {
  flex: 1;
}
.search .form-search-filter .form-limit {
  display: flex;
  justify-content: flex-end;
}
.search .form-search-filter .form-limit + .counter {
  display: none;
}
.search .form-search-filter .control-limit {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.search .form-search-filter .control-limit label {
  white-space: nowrap;
  margin-bottom: 0;
  margin-right: 5px;
}
.search .form-search-filter .control-limit .inputbox {
  height: 30px;
}
.search .form-search-filter .searchintro {
  padding-top: 7px;
}
.search .search-results .result-title {
  font-weight: 300;
}
.search .search-results .result-created {
  margin-bottom: 1rem;
  border-bottom: 0px !important;
}
.search .search-results .seperator {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .search .search-results {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 570px) {
  .search .btn-toolbar .title {
    font-size: 20px;
  }
  .search .form-search-filter {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .search .form-search-filter .searchintro,
  .search .form-search-filter .control-limit {
    font-size: 12px;
  }
  .search .form-search-filter .control-limit .inputbox {
    max-width: 60px;
  }
  .search .search-results {
    min-height: 30vh;
    padding-left: 0px;
    padding-right: 0px;
  }
  .search .search-results .result-title {
    font-size: 14px;
  }
}

/* Article Category - Blog Post */
.blog.article {
  margin: 40px 0;
}
.blog .items-row {
  padding: 20px 0;
}
.item[itemprop="blogPost"] {
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
  box-sizing: border-box;
  position: relative;
  min-height: 160px;
  background-color: #fff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.item[itemprop="blogPost"] .item-image img {
  height: 240px;
  width: 100%;
  object-fit: cover;
}
.item[itemprop="blogPost"] .detail{
  padding: 10px;
  height: 140px;
}
.item[itemprop="blogPost"] *[itemprop="headline"] {
  display: block;
  line-height: normal;
  font-size: 16px !important;
  margin: 0 0 .3em 0;
  padding: 0;
}
.item[itemprop="blogPost"] *[itemprop="headline"] *[itemprop="url"]{
  display: block;
  color: #a91a1a;
  font-size: 16px !important;
  line-height: 1.6em;
  font-weight: 400 !important;
}
.item[itemprop="blogPost"] .detail .article-info {
  position: absolute;
  bottom: 10px;
  box-shadow: none;
  border: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  font-size: 1em;
}
.blog.article .pagination {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.blog.article .pagination .counter {
  margin-right: 12px;
}

/* Sidebar Sub Page */
@media only screen and (max-width: 992px) {
  .sidebar-r {
    padding-left: 25px;
    padding-right: 25px;
  }
  .sidebar-r .box-content .box-content-heading::after {
    left: 42px;
    width: calc(100% - 62px);
  }
}

/* Course Section */
.course-section {
  padding: 20px 0;
}
.course-section .course-detail {
  padding: 10px 0;
  margin-bottom: 15px;
}
.course-section .course-detail .title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 15px;
}
.table-course-detail > tbody > tr > td:nth-child(1) {
  width: 60%;
}
.table-course-detail td .btn {
  font-size: 12px;
}
.course-title-sm {
  display: none;
}

/* Related Article */
.box-related-articles .mod-list li {
  padding: 10px 0;
}
.box-related-articles .mod-list li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}
.box-related-articles .mod-list li .mod-articles-category-date {
  color: #111;
  opacity: 0.7;
  font-size: 12px;
}

/* Social Share */
.box-social-share .box-content-body {
  padding: 15px 0;
}
.box-social-share .cw-social-mod-bookmark {
  padding: 0 !important;
}

/* Frame person search */
.frame-person-search {
  min-height: 80vh;
}
@media only screen and (max-width: 992px) {
  .frame-person-search {
    min-height: 75vh;
  }
}
@media only screen and (max-width: 570px) {
  .frame-person-search {
    min-height: 65vh;
  }
}

@media only screen and (max-width: 570px) {
  /* User page slider */
  .t4-content .t4-section .section-1 {
    padding-left: 0;
    padding-right: 0;
  }
  .t4-content .djslider-loader:first-child {
    margin-top: 0;
  }

  /* Course detail */
  .course-title-sm {
    display: block;
    position: absolute;
    bottom: 25px;
    background-color: #b33939;
    width: 90vw;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px 12px;
  }
  .course-title-sm .title {
    font-size: 1.4em;
    margin: 0 0 7px 0;
    color: #fff;
  }
  .course-title-sm .sub-title {
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 0;
  }

  /* Table Course Detail */
  .table-course-detail {
    table-layout: fixed;
  }
  .table-course-detail > tbody > tr {
    display: flex;
    flex-wrap: wrap;
  }
  .table-course-detail > tbody > tr > td:nth-child(1) {
    flex: 2;
  }
  .table-course-detail > tbody > tr > td:nth-child(2),
  .table-course-detail > tbody > tr > td:nth-child(3) {
    flex: 1;
  }
  .table-responsive {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .table-responsive tbody {
    display: table;
    width: 100%;
  }  

  /* Table course plan */
  .table-course-plan tbody tr td:first-child {
    display: block;
    width: 100%;
    clear: both;
    padding: 20px 0 10px 0;
  }
  .table-course-plan tbody tr td:not(:first-child) {
    float: left;
    width: 50%;
    border-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  .table-course-plan tbody tr td:not(:first-child) .btn {
    width: 100%;
  }
  .table-course-plan tbody tr td:nth-child(2) {
    padding-left: 0;
  }
  .table-course-plan tbody tr td:nth-child(3) {
    padding-right: 0;
  }
  .table-course-plan tbody tr:first-child td:first-child {
    border-top: 0;
  }

  /* Page Nav */
  .pagenav {
    text-align: center;
  }
}

/* Page Dept */
.page-dept {
  min-height: 40vh !important;
}
.page-dept .t4-content-inner .t4-content {
  max-width: 1440px;
  margin: 40px auto;
}
.page-dept .t4-content-inner .t4-content .page-header {
  padding: 20px 0 30px;
}
.page-dept .t4-content-inner .t4-content .page-header > *{
  color: #b33939;
  font-size: 20px !important;
}
.page-dept .menu-dept {
  width: 100%;
  padding-right: 15px;
  margin-right: 15px;
}
.page-dept .menu-dept li {
  background-color: #fff;
}
.page-dept .menu-dept li:not(:last-child) {
  border-bottom: 1px solid #eaeaea
}
.page-dept .menu-dept li > a{
  display: block;
  padding: 12px 15px;
  color: #111;
}
.page-dept .menu-dept li.active > a,
.page-dept .menu-dept li.active > a:hover,
.page-dept .menu-dept li.current > a{
  background-color: #b33939;
  color: #fff !important;
}
.page-dept .menu-dept li > a:after {
  display: none;
}
.page-dept .menu-dept li .dropdown-menu {
  display: block !important;
  border: 0;
  padding-top: 0;
  padding-bottom: 5px;
  margin-top: -5px;  
}
.page-dept .menu-dept li .dropdown-menu li {
  border-bottom: 0;
}
.page-dept .menu-dept li .dropdown-menu li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
}
.page-dept .menu-dept li .dropdown-menu li > a:before {
  content: ">";
  float: left;
  padding-right: 5px;
}
.page-dept .menu-dept li .dropdown-menu li.active > a {
  background-color: #cdcdcd;
}

/* Article Content */
*[itemprop="articleBody"] {
  font-size: 16px;
}
*[itemprop="articleBody"] ul li{
  line-height: 2em;
}

/* Mobile Menu */
.t4-offcanvas .t4-off-canvas-header .logo-img-sm {
  display: none !important;
}
.t4-offcanvas .t4-off-canvas-body .navbar .navbar-nav .nav-item .dropdown-menu .sub-menu-back {
  /*display: none;*/
}

/* Contact Form */
.contact {
  max-width: 50vw;  
  border: 1px solid #eaeaea;
  box-shadow: 1px 2px #cdcdcd;
  padding: 30px 40px;
  margin: 40px auto;
}
.contact .contact-form .form-control, 
.contact .contact-form .inputbox {
  max-width: none;
}
.contact > h1 {
  font-size: 20px;  
  margin-bottom: 20px;
}
.contact > h3 {
  display: none;
}

/* Login Form */
.page-login-staff {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  max-width: 1440px;
  margin: 0 auto;
}
.page-login-staff .box-login {  
  max-width: 600px;
  padding: 30px 40px;
  margin-top: -50px;
}
.page-login-staff .box-login form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-login-staff .box-login form .control-group .controls {
  margin-left: 0;
}
.page-login-staff .box-login form .logo {
  width: 180px;
}
.page-login-staff .box-login form .btn-submit {
  padding: 10px 17px;
  font-size: 14px;
  margin-top: 30px;
}

@media only screen and (max-width: 570px) {
  .page-login-staff .box-login {
    max-width: 100%;
 	padding: 15px 15px;
  	margin-top: -30px;
  }
  .page-login-staff .box-login form .logo {
    width: 120px;
  }
}

.list-media-link li:not(:last-child){
  margin-bottom: 15px;
}
.media-link {
  display: flex;
  color: #111 !important;
  border: 1px solid #eaeaea;  
  padding: 12px 10px;
  box-shadow: 0 2px 3px 0 rgb(0 0 0 / 20%);
  transition: 0.3s;
  background-color: #f5f6fa !important;
}
.media-link:hover {
  text-decoration: none !important;
  background-color: #bdc3c7 !important;
  border-color: #bdc3c7 !important;
}
.media-link:hover * {
  text-decoration: none !important;
}
.media-link .media-icon {
  width: 60px;
  text-align: center;
}
.media-link img.icon{
  height: 34px;
  width: 34px;
}
.media-link .fa.icon,
.media-link .fas.icon{
  font-size: 32px;
  color: #434343;
}
.media-link .name {
  color: #434343;
  font-size: 14px;
  font-weight: 600;
}

/* List Deal */
@media only screen and (max-width: 768px){
  .list-dean .t4b-faq-item .t4b-faq-media {
    padding: 15px !important;
  }
  .list-dean .t4b-faq-item .t4b-faq-content{
    padding: 15px !important;
  }  
}

@media only screen and (max-width: 570px) {
  .list-dean > .row + .row,
  .list-dean div[t4-block="item"] {
    border: 0 !important;
  }  
  .list-dean .t4b-faq-item .t4b-faq-media {
    padding: 12px 0 !important;
  }
  .list-dean .t4b-faq-item .t4b-faq-content{
    padding: 12px 0 !important;
  }
  .list-dean .t4b-faq-item .t4b-faq-content .title {
    font-size: 16px;
  }
  .list-dean .t4b-faq-item .t4b-faq-content .desc {
    font-size: 14px;
  }
  .list-dean .t4b-faq-item  .t4b-faq-media > img {
  	height: 100px;
    object-fit: cover;
  }
}
 .mod-articles-category-title {
   line-height:25px;
   font-size:16px;
}

/* Nav Menu */
.nav-menu {
  flex-direction: row !important;
}
.nav-menu > li {
  border: 2px solid #b33939;  
  border-radius: 30px;
}
.nav-menu > li:not(:last-child) {
  margin-right: 10px;
}
.nav-menu > li > a {  
  padding: 10px 18px !important;
  font-size: 16px;
  color: #333;
}
.nav-menu > li.active {
  background-color: #b33939;
}
.nav-menu > li.active > a {
  color: #eee !important;
}

@media only screen and (max-width: 992px){
  .nav-menu {  
  	margin-top: 0px !important;
    width: 100%;
    justify-content: center;
    overflow-x: scroll;
  }
  .nav-menu > li > a {
    padding: 10px 12px !important;
    font-size: 14px;    
  }
}

@media only screen and (max-width: 570px) {
  .nav-menu {  
  	margin-top: 20px !important;
  }
  .nav-menu > li > a {
    padding: 7px 10px !important;
    font-size: 12px;    
  }
  
}

