/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Color
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Footer
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* html {
  scroll-behavior: smooth;
} */
body {
  margin: 0;
  color: #343a41;
  font-family: "DBHeavent";
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  min-width: 360px;

  -webkit-font-smoothing: auto;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
pre {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  color: #212529;
  overflow: inherit;
  background: #f2f2f2;
  padding: 15px;
  margin: 15px 0;
}
a {
  /* color: #626a74; */
  color: #343a41;
  background-color: transparent;
          transition: .3s;

  -webkit-transition: .3s;
     -moz-transition: .3s;
}
a:active,
a:hover {
  color: #ff4713;
  text-decoration: none;
  outline: 0;
}
dfn {
  font-style: italic;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 2.5rem;
}
hr {
  box-sizing: content-box;
  height: 0;
}
.no-wrap{white-space: nowrap;}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;

  -webkit-appearance: button;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 400;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  clear: both;
  padding: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: .9;
}
h1,
.h1 {
  font-size: 48px;
  font-weight: 600;
}
h2,
.h2 {
  font-size: 38px;
  font-weight: 600;
}
h3,
.h3 {
  font-size: 26px;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 20px;
}
b, strong{ font-weight: 600;}
p {
  margin-bottom: 10px;
}
h1.entry-title {
  font-size: 50px;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 26px;
}

@media (max-width:1199px) {
  h1,
  .h1 {
    font-size: 42px;
  }
  h2,
  .h2 {
    font-size: 32px;
  }
  h3,
  .h3 {
    font-size: 24px;
  }
  h4,
  .h4 {
    font-size: 19px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h1.entry-title {
    font-size: 42px;
    border-bottom: 1px solid #eaecef;
  }
  h2.entry-title {
    border-bottom: 1px solid #eaecef;
  }
  h3.widget-title {
    font-size: 21px;
  }
}

@media (max-width:767px) {
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 17px;
  }
  h5,
  .h5 {
    font-size: 15px;
  }
  h1.entry-title {
    font-size: 42px;
    border-bottom: 1px solid #eaecef;
  }
  h2.entry-title {
    border-bottom: 1px solid #eaecef;
  }
  h3.widget-title {
    font-size: 21px;
  }
}
.font-bold, .bold{ font-weight: 600;}
/*--------------------------------------------------------------
# Color
--------------------------------------------------------------*/
::selection {
  background: #FA4616; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #FA4616; /* Gecko Browsers */
  color: #fff;
}
.yellow {
  color: #fd0;
}
.dark-yellow {
  color: #ffb91a;
}

.orange {
  color: #ff4713;
}
.dark-orange {
  color: #cc2d00;
}
.light-gray{
  color: #dbdbdb;
}
.mid-gray {
  color: #626a74;
}
.dark-gray {
  color: #343a41;
}
.dark-gray2 {
  color: #222;
}
.bg-light-gray{background: #f1f1f3;}
.bg-white{background: white;}
.relative{ position: relative;}
.layout-sm{ max-width: 656px; margin: 0 auto;}
.layout-md{ max-width: 740px; margin: 0 auto;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
img {
/* Make sure images are scaled correctly. */
  max-width: 100%;
  height: auto;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
table {
  width: 100%;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.header-top-wrapper {
  padding-top: 5px;
  background: #343a41;
  border-bottom: 1px solid #fa4616;
}
.header-top-body {
  height: 60px;
}
.site-header {
  min-height: 40px;
  background: #626a74;
}
.header-top-wrapper .kmutt-block-logo {
  justify-content: space-around;
}
.header-top-wrapper .kmutt-logo {
  width: auto;
  height: 50px;
  margin-right: 10px;
}
.header-top-wrapper .kmutt-name-logo {
  max-width: 300px;
  height: auto;
  vertical-align: text-top;
  margin-top: 2px;
}

.site-name{ color: #fff; position: absolute; top: 18px; left: 60px; line-height: 0.75; font-size: 23px; font-weight: 500;}
.site-name span{ display: block; font-size: 17.35px; font-weight: 300;}

@media (max-width: 1199px) {
  .site-name{top: 16px; left: 50px; font-size: 20px;}
  .site-name span{font-size: 16px;}
}
@media (max-width: 991px) {
  .site-name{display: none !important;}
}

@media (max-width: 480px) {
  .header-top-wrapper .kmutt-name-logo {
    display: none;
  }
}

.header-top-search {
  position: relative;
  overflow: hidden;
  padding-right: 120px;
}
#language_selector {
  position: absolute;
  top: 21px;
  right: 50px;
}
#language_selector ul {
  min-width: 60px;
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  list-style: none;
}
#language_selector ul li {
  display: inline-block;
  padding: 0 6px;
}
#language_selector ul li:last-child {
  height: 14px;
  line-height: .7;
  border-left: 1px solid #fff;
}
#language_selector ul li > a {
  color: #dddddd;
}
#language_selector ul li > a:hover {
  color: #fff;
}

.font_resizer {
  position: absolute;
  top: 9px;
  right: 0;
  color: #fff;
}
.font-sizer a {
  padding: 0 0;
  color: #fff;
  font: inherit;
  background: none;
  border: none;
  cursor: pointer;
}
.font-sizer a:disabled {
  border-color: transparent;
  cursor: not-allowed;
}
.font-sizer .increase {
  font-size: 36px;
}
.font-sizer .reset {
  font-size: 26px;
}
.font-sizer .decrease {
  font-size: 21px;
}

.form-control {
  font-size: 22px;
  font-weight: 300;
}
.search-form {
  display: inline-block;
  max-width: 240px;
  margin-top: 13px;
}
.search-field.form-control {
  height: calc(.9em + .75rem + 2px);
  color: #fff;
  background: #343a41;
  border-right: none;
  border-color: #626a74;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group .btn {
  padding: 0 13px;
  padding-left: 10px;
  line-height: 0;
  background: none;
  background: #343a41;
  border-left: none;
  border-color: #626a74;
  border-radius: 20px;
}

.navbar-mobile {
  position: absolute;
  top: 6px;
  right: 0;
  color: #fff;
}
.navbar-mobile-body {
  overflow: auto;
  max-height: 85vh;
  color: #fff;
  background: rgba(0, 0, 0, .8);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#showSearch.btn {
  position: relative;
  top: 1px;
  right: -5px;
  line-height: 0;
  background: none;
  border: none;
}

@media screen and (min-width: 1200px) {
  .navbar-mobile,
  .navbar-mobile-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .header-top-wrapper {
    padding-top: 0;
  }
  .header-top-body {
    height: 50px;
  }
  .header-top-body .header-top-item {
    height: 51px;
  }
  .header-top-wrapper .kmutt-logo {
    width: auto;
    height: 40px;
    margin-top: 4px;
  }
  .header-top-wrapper .kmutt-name-logo {
    max-width: 210px;
    height: auto;
    vertical-align: -webkit-baseline-middle;
    margin-top: 4px;
  }
  .main-nav-d {
    display: none !important;
  }

  .header-top-search {
    padding-right: 175px;
  }
  #language_selector {
    top: 17px;
    right: 105px;
  }
  .font_resizer {
    top: 6px;
    right: 50px;
  }
  .search-form {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .font_resizer {
    display: none !important;
  }
  #language_selector {
    position: absolute;
    top: 17px;
    right: 33px;
  }
  .header-top-search {
    padding-right: 100px;
  }

  .search-form .input-group {
    position: absolute;
    transform: translateX(-30px);
    transition: all 1s;
    opacity: 0;
  }
  .search-form .input-group.show {
    position: static;
    z-index: 1;
    display: flex;
    transform: translateX(0px);
    opacity: 1;
  }
  #showSearch.hide {
    display: none;
  }
  /* .search-form .input-group.show{ display: block; opacity: 1;} */
}
@media screen and (min-width: 768px) {
  #showSearch {
    display: none;
  }
}

@media screen and (min-width:1200px) {
  #mega-menu-wrap-primary {
    width: 100%;
    background: #626a74;
  }
  #mega-menu-wrap-primary #mega-menu-primary {
    /* max-width: 1140px; */
    margin: 0 auto;
    text-align: center;
    position: relative;
  }
  /* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    position: fixed;
    top: 106px;
  } */
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    min-height: 180px;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    color: #fff;
    font-size: 21px;
    text-transform: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 22px;
    padding-left: 24px;
    font-size: 26px;
    font-weight: 400 !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    content: "";
    position: relative;
    top: 15px;
    right: -3px;
    width: 10px;
    height: 10px;
    background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-down.png) no-repeat bottom;
  }
  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    line-height: 1.1;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #fa4616;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 10px;
    padding-left: 50px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu,
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu  {
    max-width: 1140px;
    margin: 0 auto;
  }
  /* #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, 
  #mega-menu-wrap-primary #mega-menu-primary[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{} */

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column {
    min-height: 120px;
    border-right: 1px solid rgba(255, 255, 255, .3);
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column:last-child {
    border-right: none;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-menu-flyout > a.mega-menu-link:hover {
    background: url(/wp-content/themes/kmutt/inc/assets/img/icons/nav-active.png) no-repeat bottom;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on {
    background: url(/wp-content/themes/kmutt/inc/assets/img/icons/nav-active.png) no-repeat bottom right;
  }


  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:focus,
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
    color: #fff;
    position: relative;
    padding-left: 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
    color: #fa4616;
  }
  #mega-menu-wrap-primary #mega-menu-primary ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link::before{
    content: "";
    position: absolute;
    top: 8px !important;
    left: 2px;
    display: inline-block;
    line-height: 1;
    text-rendering: auto;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
  }

}

@media (max-width:1199px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item{ margin-left: 15px; margin-right: 15px;}
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 5px 10px;
    padding-left: 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0 10px;
    padding-left: 20px;
    font-size: 24px;
    font-weight: 400 !important;
    border-bottom: 1px solid rgba(98, 106, 116, .7);
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child > a.mega-menu-link{border-bottom:none}
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link{border-bottom: 1px solid rgba(98, 106, 116, .7);}

  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
    content: "\f078";
    position: absolute;
    top: 0;
    right: 1px;
    display: inline-block;
    color: #c7c7c7;
    font-family: "Font Awesome 5 Free";
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: 600;
    line-height: 1;
    text-rendering: auto;
    height: 39px;
    width: 50vw;
    text-align: right;
    padding-top: 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after{
    content: "\f077";
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{ border-color: inherit;}

  #mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link {
    line-height: 1.1;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{ 
    color: #fff; margin-left: 10px;
    padding: 5px 15px;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover{
    color: #fa4616;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover{
    color: #fa4616;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    padding: 5px 10px;
  }
}

/* navbar-mobile */
.navbar-mobile-wrapper  .nav-card-header h4 {
  font-size: 25px;
  font-weight: 400;
}
.navbar-mobile-wrapper .nav-card-link {
  position: relative;
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid rgba(98, 106, 116, .7);
  cursor: pointer;
  color: #fff;
  /* background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-down.png) no-repeat right; */
}
.navbar-mobile-wrapper .nav-card-link-one {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  margin-left: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid rgba(98, 106, 116, .7);
  cursor: pointer;
}
.navbar-mobile-wrapper .navbar-nav li {
  margin-top: -1px;
}
.navbar-mobile-wrapper .navbar-nav li.one:hover,
.navbar-mobile-wrapper .nav-card-header:hover {
  background: rgba(98, 106, 116, .7);
}
.navbar-mobile-wrapper .nav-card-body {
  padding: 10px 15px;
  padding-bottom: 5px;
}
.navbar-mobile-wrapper .nav-card-body .nav > li > a {
  padding: 4px 0;
  font-size: 21px;
}
.navbar-mobile-wrapper .nav-card-body .nav > li > a {
  padding: 8px 15px;
  color: #f2f2f2;
  font-size: 21px;
}
.navbar-mobile-wrapper .nav-card-body .nav > li > a:hover {
  background: rgba(98, 106, 116, .7);
}

.navbar-mobile-wrapper .nav-card-link {
  position: relative;
}
.navbar-mobile-wrapper .nav-card-link::before {
  content: "\f077";
  position: absolute;
  top: 15px;
  right: 1px;
  display: inline-block;
  color: #c7c7c7;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  text-rendering: auto;
}
.navbar-mobile-wrapper .nav-card-link.collapsed::before {
  content: "\f078";
}

.navbar-brand > a {
  color: rgba(0, 0, 0, .9);
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  text-decoration: none;
  outline: medium none;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  font-size: 1.25rem;
  text-align: center;
  background-size: cover !important;
}

#page-sub-header p {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}
body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}
a.page-scroller {
  display: inline-block;
  margin-top: 2rem;
  color: #333;
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-right: 0;
  padding-left: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  padding: .5rem;
  color: #cdbfe3;
  font-size: .875rem;
  font-weight: 500;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 400;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu{ font-size: 20px;}
.dropdown-menu .dropdown-toggle::after {
  border-top: .3em solid transparent;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}

.select-cat .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){ width: 245px;}
.select-cat .dropdown-item.active, .select-cat .dropdown-item:active{background: #626a74;;}
.select-cat  .bootstrap-select .dropdown-toggle .filter-option-inner-inner{ font-size: 26px; line-height: 1;}
.select-cat .dropdown-item{ font-size: 20px;}

.select-cat.showcase  .bootstrap-select .dropdown-toggle .filter-option-inner-inner{ font-size: 20px; line-height: 1;}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
          border-radius: 0 6px 6px 6px;

  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  content: " ";
  float: right;
  display: block;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
          border-radius: 6px 0 6px 6px;

  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  padding-top: .313rem;
  padding-bottom: .313rem;
  line-height: 1.2;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  top: 0;
  left: 12.250em;
  display: block;
}
/* 
.dropdown-menu .dropdown-item {
  line-height: 1.6;
  white-space: normal;
  background: transparent;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
} */


@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    top: 1.375rem;
    right: -9.875rem;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-nav .dropdown-menu {
    padding: 0;
    margin-left: 1.250rem;
    border: medium none;
  }

  /* .dropdown-menu li a {
    padding: 0;
  } */

  #masthead .navbar-nav > li > a {
    padding-top: .313rem;
    padding-bottom: .625rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  overflow: hidden;
  margin: 0 0 1.5em;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
  text-align: right;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: inline-block;
  padding: .313rem .875rem;
  text-decoration: none;
  border: 1px solid #ddd;
  border-radius: .938rem;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  top: .313rem;
  left: .313rem;
  z-index: 100000;
  display: block;
  width: auto;
  height: auto;
  padding: .938rem 1.438rem .875rem;
  clip: auto !important;
  color: #21759b;
  font-size: 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
  border-radius: 3px;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

a img.alignright {
  float: right;
  margin: .313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: .313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: .313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption.alignnone {
  margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: .313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: .313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 19px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget_search .search-form input[type="submit"] {
  display: none;
}
/* .nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
} */
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  min-height: 50vh;
  padding-top: 15px;
  padding-bottom: 30px;
}
.sticky .entry-title::before {
  content: "\f08d";
  position: absolute;
  top: .375rem;
  left: -2.5rem;
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  font-weight: 900;
}
.sticky .entry-title {
  position: relative;
}
.single .byline,
.group-blog .byline {
  display: inline;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}
.post.hentry {
  margin-bottom: 30px;
}
.posted-on,
.byline,
.comments-link {
  color: #626a74;
}
.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.comment-body .pull-left {
  padding-right: .625rem;
}
.comment-list .comment {
  display: block;
}
.comment-list {
  padding-left: 0;
}
.comments-title {
  font-size: 1.125rem;
}
.comment-list .pingback {
  padding: .563rem 0;
  border-top: 1px solid rgba(0, 0, 0, .125);
}
.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  max-width: 96%;
  padding: .313rem .313rem 0;
  text-align: center;
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
}
.wp-caption img[class*="wp-image-"] {
  width: auto;
  max-width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: 0 none;
}
.wp-caption .wp-caption-text {
  padding: .625rem;
  margin: 0;
  font-size: .688rem;
  line-height: 1.063rem;
}
.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}
.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}
.elementor-page.page-template-fullwidth #content.site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}
.vc_desktop #content.site-content {
  padding-top: 0;
  padding-bottom: 0;
}
.vc_desktop .entry-content {
  margin-top: 0;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  min-height: 300px;
  padding-top: 30px;
  color: #fff;
  background: #343a41;
}
.site-footer .nav > li > a {
  display: inline-block;
  padding: 2px 0;
  color: #969a9e;
  font-weight: 300;
}
.site-footer .nav > li > a:focus,
.site-footer .nav > li > a:hover {
  color: #fff;
  background: none;
}

.footer-Content {
  margin-bottom: 15px;
}
.footer-nav-item {
  margin-bottom: 15px;
}
.footer-nav-hd {
  height: 30px;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: bold;
}

.footer-btn-links {
  padding-top: 50px;
  padding-bottom: 15px;
}
.footer-btn-link {
  max-width: 240px;
  margin-bottom: 10px;
  margin-left: auto;
}
.footer-btn-link .btn {
  position: relative;
  width: 100%;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #fff;
  font-size: 26px;
  line-height: 1;
  border-radius: 25px;
}
.footer-btn-link .btn img {
  position: absolute;
  top: 12px;
  right: 18px;
  width: 12px;
  height: auto;
}
.footer-btn-link .btn img.arrow-icon {
  top: 13px;
  right: 20px;
  width: 6px;
  height: auto;
}
@media screen and (max-width: 991px) {
  .footer-btn-link {
    margin-right: auto;
    margin-left: auto;
  }
  .footer-btn-links {
    padding-top: 40px;
  }
}
.footer-contact {
  height: 60px;
  padding: 0 0;
  line-height: 60px;
  background: #fa4616;
}
.contact-phone {
  font-size: 41px;
  font-weight: 400;
}
.contact-phone img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.contact-phone a {
  color: #fff;
}
.contact-follow {
  text-align: right;
}
.contact-follow img {
  width: 40px;
  height: 40px;
  margin: 0 3px;
}
.contact-follow span {
  display: inline-block;
  min-width: 120px;
  text-align: left;
}
.contact-follow a:hover {
  opacity: .8;
}
.icon-circle {
  position: relative;
  top: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #707070;
  line-height: 1;
  text-align: center;
  background: #fff;
  border-radius: 100%;
}
.icon-circle .material-icons {
  position: relative;
  top: 5px;
  font-size: 26px;
}
.site-info {
  padding: 10px 0;
  color: #fff;
  font-size: 19px;
  background: #222;
}
.site-info .copyright {
  text-align: right;
}
.site-info a {
  color: #fff;
}
.site-info a:focus,
.site-info a:hover {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .site-info {
    font-size: 17px;
    text-align: center;
  }
  .site-info .copyright {
    margin-top: 5px; 
    text-align: center;
  }
  .contact-follow span {
    display: inline-block;
    min-width: 90px;
  }
  .footer-Content {
    font-size: 19px;
  }
}
@media screen and (max-width:991px) {
  .footer-contact {
    height: auto;
    padding: 5px 0;
  }
  .contact-phone {
    text-align: center;
  }
  .contact-follow {
    text-align: center;
  }
}
@media screen and (max-width:543px) {
  .contact-follow span {
    min-width: 85px;
  }
  .contact-follow img {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}

/* navbar-footer */
.footer-Content .nav-card-header h4 {
  font-size: 25px;
  font-weight: 400;
}
.footer-Content .nav-card-body {
  padding: 10px 0;
  padding-bottom: 5px;
}
.footer-Content .nav-card-body .nav > li > a {
  padding: 4px 0;
  font-size: 21px;
}
.footer-Content .nav-card-link {
  display: block;
  padding: 10px 0;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid rgba(98, 106, 116, .7);
  cursor: pointer;
  color: #fff;
  /* background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-down.png) no-repeat right; */
}
.footer-Content .nav-card-body {
  padding: 10px 15px;
  padding-bottom: 5px;
}
.footer-Content .nav-card-body .nav > li > a {
  display: block;
  padding: 8px 15px;
  color: #f2f2f2;
  font-size: 21px;
}
.footer-Content .nav-card-body .nav > li > a:hover {
  background: rgba(98, 106, 116, .7);
}

.footer-Content .nav-card-link {
  position: relative;
}
.footer-Content .nav-card-link::before {
  content: "\f077";
  position: absolute;
  top: 15px;
  right: 1px;
  display: inline-block;
  color: #c7c7c7;
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  line-height: 1;
  text-rendering: auto;
}
.footer-Content .nav-card-link.collapsed::before {
  content: "\f078";
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
@media (min-width:768px) {
  .sticky-organization {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    top: 106px;
  }
}
@media (max-width:1199px) {
  .sticky-organization {
    top: 51px;
  }
}
.search-item{ margin-bottom: 15px; border-bottom: 1px solid #707070; padding-bottom: 10px;}
.search-item .entry-meta{ padding: 5px 0;}
.page-title-md{ font-size: 40px;}

.site-breadcrumb {
  background: none;
}
.site-breadcrumb .breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
  font-size: 18px;
  background: none;
}
.site-breadcrumb .breadcrumb-item, .site-breadcrumb .breadcrumb-item-end {
  overflow: hidden;
  max-width: 240px;
  color: #626a74;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.site-breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.site-breadcrumb .breadcrumb-item + .breadcrumb-item-end {
  padding-left: 5px;
}
.site-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 5px;
}
.site-breadcrumb .breadcrumb-item + .breadcrumb-item-end::before {
  padding-right: 5px;
}

.video-section {
  position: relative;
  height: 620px;
}
.fullVideo {
  position: absolute;
  top: 0;
  right: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background-color: black;
  background-position: center center;
  background-size: 100% 100%;
  background-size: contain;

  object-fit: cover;
}

.primary_banner_link{ position: absolute; z-index: 2; display: block; top: 0; bottom: 0; width: 100%;}
.page-top-wrapper-home {
  position: relative;
  height: 619px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
@media (max-width:1599px) {
  .page-top-wrapper-home {
    height: 575px;
  }
}
@media (max-width:991px) {
  .page-top-wrapper-home {
    height: 400px;
  }
}
@media (max-width:767px) {
  .page-top-wrapper-home {
    height: 296px;
  }
  .page-top-wrapper-home .showVideo{ display: none;}
}
@media (max-width:599px) {
  .page-top-wrapper-home {
    height: 575px;
  }
}
.page-top-wrapper {
  position: relative;
  height: 395px;
  padding-top: 30px;
  color: #fff;
  background-color: #979b9f;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.page-top-wrapper.v-mobile{ display: none;}
.page-top-wrapper-home.v-mobile{ display: none;}
@media (max-width:991px) {
  .page-top-wrapper {
    height:395px;
    padding-top: 25px;
  }
  .page-top-wrapper.v-desktop{ display: none;}
  .page-top-wrapper.v-mobile{ display: block;}
    .page-top-wrapper-home.v-desktop{ display: none;}
  .page-top-wrapper-home.v-mobile{ display: block;}
}
@media (max-width:767px) {

  .page-top-wrapper {
    height: 395px;
    padding-top: 20px;
  }
}

.primary-inverse .page-top-wrapper{ color: #343A41;}
.primary-inverse .page-top-wrapper .line{ background: #343A41;}
.page-top-wrapper.activeVideo{height:600px; overflow: hidden;}
.showVideo{
	position: absolute;
	right: 0;
	bottom: 0;
	top:-100px;
	right:0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-color: black; 
	background-position: center center;
	background-size: contain;
	object-fit: cover;
  z-index:1;
  /* height: 100vh; */
  min-height: 800px;
  max-height: 1000px;
  margin-top: 50px;
}

.page-top-wrapper.activeVideo .showVideo{top:-150px;}
@media (max-width:1399px) {
  .showVideo{
    min-height: 700px;
  }
  .page-top-wrapper.activeVideo{height:500px; overflow: hidden;}
}
@media (max-width:991px) {
  .showVideo{
    height:auto;
    min-height: 540px;
    margin-top: 50px;
  }
  .page-top-wrapper.activeVideo{height:400px; overflow: hidden;}
}
@media (max-width:767px) {
  .showVideo{
    height:auto;
    min-height: 500px;
  }
  .page-top-wrapper.activeVideo{height:300px; overflow: hidden;}
}
@media (max-width:543px) {
  .showVideo{
    height:auto;
    min-height: 340px;
    margin-top: 50px;
  }
  .page-top-wrapper.activeVideo{height:250px; overflow: hidden;}
}

.top-wrapper-body {
  position: absolute;
  top: 65px;
  right: 0;
  left: 0;
  z-index:4;
}
.top-wrapper-body .top-wrapper-content {
  overflow: hidden;
  max-width: 440px;
  max-height: 300px;
}
@media (max-width:767px) {
  .top-wrapper-body {
    top: 20px;
  }
}
.top-page-title {
  position: relative;
}
.line {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 35px;
  height: 2px;
  background: #fff;
}
.line-dark {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 35px;
  height: 2px;
  background: #343A41;
}
.line-dark-w1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 108px;
  height: 1px;
  background: #343A41;
}
.line-dark-w35 {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 65px;
  height: 1px;
  background: #343A41;
}
.line-dark-w65 {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 65px;
  height: 1px;
  background: #343A41;
}
.line-dark-d {
  display: inline-block;
  width: 108px;
  height: 1px;
  background: #343A41;
  margin:0px auto;
}
.line-white-d {
  display: inline-block;
  width: 108px;
  height: 1px;
  background: #fff;
  margin:0px auto;
}

.shortcut-menu {
  min-height: 55px;
  padding: 8px 0;
  margin: 15px 0;
  background: #f1f1f3;
}
.shortcut-menu .btn.btn-light {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #626a74;
  font-size: 26px;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border-color: transparent;
}
.shortcut-menu .btn.btn-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
@media (max-width:1199px) {
  .shortcut-menu .btn.btn-light {
    font-size: 24px;
  }
}
@media (max-width:991px) {
  .shortcut-menu .btn.btn-light {
    margin: 5px 0;
    font-size: 26px;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
  }
  .shortcut-menu {
    margin-top: 0;
  }
  .shortcut-menu .btn.btn-light img {
    position: absolute;
    top: 18px;
    left: 30px;
  }
}

@media (max-width:767px) {
  .shortcut-menu .btn.btn-light {
    font-size: 24px;
  }
  .shortcut-menu .btn.btn-light img {
    top: 17px;
    left: 15px;
  }
}

@media (max-width:767px) {
  .shortcut-menu .btn.btn-light {
    padding-left: 30px;
    font-size: 21px;
  }
  .shortcut-menu .btn.btn-light img {
    top: 15px;
    left: 10px;
  }
}

@media (max-width:543px) {
  .shortcut-menu .btn.btn-light {
    padding-left: 25px;
    font-size: 19px;
    font-weight: 300;
    text-align: left;
  }
  .shortcut-menu .btn.btn-light img {
    top: 13px;
    left: 7px;
  }
}

.home-section-2 {
  margin-bottom: 15px;
}
.home-highlight-banner {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding-top: 10px;
  margin-bottom: 15px;
  color: #fff;
  background-color: #626a74;
  background-repeat: repeat;
}
@media (max-width:767px) {
  .home-highlight-banner {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-highlight-banner .media {
    display: block;
  }
  .home-highlight-banner .media-body {
    display: block;
  }
  .home-highlight-banner .media img {
    display: block;
    max-width: 280px;
    height: auto;
    margin: 0 auto;
  }
}

.btn {
  font-size: 22px;
}
.btn i {
  font-size: 16px;
}
.btn.btn-full {
  width: 100%;
}
.btn.btn-lg {
  font-size: 26px;
  font-weight: 600;
}
@media (max-width:599px) {
  .btn.btn-lg {line-height: 1;}
}
.btn.btn-sm {
  font-size: 21px;
}
.btn.w160 {
  min-width: 160px;
}
.btn.w120 {
  min-width: 120px;
}

.btn-link {
  margin-bottom: 15px;
}
.btn-link .btn {
  width: 100%;
  height: 83px;
  padding: 0 15px;
  line-height: 83px;
}
.btn-apply .btn-link .btn{ text-align: left; padding-left: 100px;}
.btn-link img.apply-icon {
  position: absolute;
  top: 18px;
  left: 40px;
  width: 50px;
  height: 50px;
}

.calendar-list .btn-link {
  position: relative;
}
.calendar-list .btn-link img {
  position: absolute;
  top: 30px;
  right: 25px;
  color: #343a41;
}

@media (max-width:1199px) {
  .btn.btn-lg {
    font-size: 24px;
    font-weight: 400;
  }
  .btn.btn-sm {
    font-size: 21px;
  }
}
@media (max-width:767px) {
  .btn.btn-lg {
    font-size: 24px;
  }
  .btn.btn-sm {
    font-size: 19px;
  }
  .btn-link .btn {
    width: 100%;
    height: 60px;
    padding: 0 10px;
    line-height: 60px;
  }
  .btn-apply .btn-link .btn{padding-left: 70px;}
  .btn-link img.apply-icon {
    top: 12px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .calendar-list .btn-link img {
    top: 19px;
  }
}
@media (max-width:543px) {
  .btn.btn-lg {
    font-size: 24px;
  }
  .btn.btn-sm {
    font-size: 19px;
  }
  .btn-link .btn {
    width: 100%;
    /* padding-left: 55px; */
    /* text-align: left; */
  }
  .btn-apply .btn-link .btn{padding-left: 54px; font-size: 21px;}
  .btn-link img.apply-icon {
    top: 12px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .calendar-list .btn-link img {
    right: 10px;
  }
}

a.btn-outline-danger,
.btn-outline-danger {
  color: #e5502a;
  border-color: #e5502a;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus {
  color: #fff;
  background-color: #e5502a;
  border-color: #e5502a;
}
.btn-secondary,
a.btn-secondary {
  background-color: #626a74;
  border-color: #626a74;
}
.btn-outline-secondary:hover .orange{ color: #fff;}

.row{
  margin-right: -10px; 
  margin-left: -10px;
}
.row [class^="col"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.lg-gutter {
  margin-right: -15px; 
  margin-left: -15px;
}
.row.lg-gutter [class^="col"] {
  padding-right: 15px;
  padding-left: 15px;
}
.row.md-gutter {
  margin-right: -10px; 
  margin-left: -10px;
}
.row.md-gutter [class^="col"] {
  padding-right: 10px;
  padding-left: 10px;
}
.row.sm-gutter {
  margin-right: -8px; 
  margin-left: -8px;
}
.row.sm-gutter [class^="col"] {
  padding-right: 8px;
  padding-left: 8px;
}
.row.no-gutter {
  margin-right: 0; 
  margin-left: 0;
}
.row.no-gutter [class^="col"] {
  padding-right: 0;
  padding-left: 0;
}

.event-title small {
  position: relative;
  top: -2px; 
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  font-size: 19px;
  font-weight: 300;
  border-left: 1px solid #bdbdbd;
}
.event-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.event-list li {
  margin-bottom: 5px;
  font-size: 19px;
  line-height: .9;
}
.event-list .preview-text {
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: pre-line wrap;
  max-width: 470px;
}
.event-list .cate-text {
  overflow: hidden;
  font-size: 16px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.readmore {
  font-size: 17px;
}
.event-list .date {
  width: 45px;
  height: 40px;
  padding-top: 3px;
  padding-bottom: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: .8;
  text-align: center;
  border-right: 1px solid #bdbdbd;
}
.event-list span {
  display: block;
  font-size: 19px;
  font-weight: 300;
}

.card-article .card-img{overflow: hidden;}
.card-article .card-img img {
  transition: transform 2s;
}
.card-article:hover .card-img img {
  transform: scale(1.2);
}
.card-article .card-body{
  background: #626A74;
  position: relative;
  height: 120px;
  padding: 20px 20px;
  color: #fff;
}
.card-article .card-body .card-preview, .card-article .card-body h3{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-article .card-body .arrow {
  position: absolute;
  right: 15px;
  bottom: 10px;
}
.alumni-left-body{ min-height: 645px; background: #F1F1F3; padding: 15px;}

.news-item {
  overflow: hidden;
  margin-bottom: 20px;
  color: #fff;
  background: #626a74;
}
.news-item a {
  color: #fff;
}
.news-img-box{max-width:500px; overflow: hidden;}
.news-item .news-img {
  height: 264px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center center;
  transition: transform 2s; /* Animation */
}
.news-img.noimg{background: url(/wp-content/uploads/assets/img/theme/no-img.jpg) no-repeat; background-size: cover;}
/* .news-item:hover .news-img {
  transform: scale(1.2);
} */
@media (max-width: 1199px) {
  .news-item .news-img {
    height: 230px;
  }
}
@media (max-width: 991px) {
  .news-item .news-img {
    height: 320px;
  }
  .news-item.news-2col .news-img {
    height: 340px;
  }
  .news-item.news-2col .news-preview {
    height: 340px;
  }
}
@media (max-width: 767px) {
  .news-item .news-img {
    height: 230px;
  }
  .news-item.news-2col .news-img {
    height: 240px;
  }
  .news-item.news-2col .news-preview {
    height: 240px;
  }
}
@media (max-width: 543px) {
  .news-item.news-2col .news-img {
    height: 380px;
  }
  .news-item.news-2col .news-preview {
    height: 190px;
    padding-bottom: 30px;
    /* height: auto; */
    /* min-height: 100px; */
  }
  .gallery .news-item.news-2col .news-preview {
    height: auto;
  }
  .about-vision .display-table .display-table-cell {
    height: 53px;
  }
}
@media (max-width: 399px) {
  .news-item.news-2col .news-img {
    height: 360px;
  }
  .news-item.news-2col .news-preview {
    height: 190px;
    padding-bottom: 30px;
    /* height: auto; */
    /* min-height: 100px; */
  }
  .gallery .news-item.news-2col .news-preview {
    height: auto;
  }
}

.news-item.news-item-inter .news-img {
  height: 300px;
}
.news-item:hover{ opacity: 0.9;}
.news-item .news-preview {
  position: relative;
  height: 264px;
  padding: 20px 20px;
}
.news-item .news-preview h3 {
  overflow: hidden;
  max-height: 125px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-item .news-small-text {
  overflow: hidden;
  max-height: 60px;
  font-size: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.news-list-home .news-item .news-small-text {
  max-height: 60px;
}
.news-item .arrow {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.news-item .news-img-block {
  position: relative;
  overflow: hidden;
}
.news-item .news-text-over {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 76px;
  padding: 10px 10px;
  color: #343a41;
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  background: rgba(255, 222, 2, .75);
}
.home .news-item .news-text-over{font-weight: 600;}
.news-item .news-text-over.preview-gray{background: rgba(98, 106, 116, .75); color: #fff;}
.news-item .preview-text.news-text-over{font-size: 20px; text-align: left;}
.news-item .preview-text span{ display: block; height: 63px; line-height: 20px; overflow: hidden;}

.highlight-news .news-item .news-img {
  height: 341px;
}
.highlight-news .news-item .news-preview{ padding-top: 50px;}
@media (max-width: 575px) {
  .highlight-news .news-item .news-preview{ padding-top: 15px;}
}
/* article */
.article-item-item{
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  height:350px;
  color: #fff;
  background: #F1F1F3;
}
.article-item-item a {
  color: #343a41;
}
.article-item-item .display-table-cell{height:350px; padding-left: 15px; padding-right: 15px; color: #fff;}
.article-item-item .display-table-cell .article-date{ color: #fff; margin-bottom: 5px;}
.article-item-text .display-table-cell .cate-text{ padding-left: 15px; padding-right: 15px; font-size: 16px;}
.article-item-item .article-img {
  height: 184px;
  overflow: hidden;
}
.article-item-item .article-img img{
  height: 184px;
  width: 100%;
  height: auto;
  max-height: inherit;
  overflow: hidden;
  transition: transform 2s; /* Animation */
}
/* .article-item-item:hover .article-img img{
  transform: scale(1.2);
} */
.article-item-item .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.article-item-text{
  height: 156px;
  padding:10px 15px;
  bottom: 10px;
}
.article-item-text .article-date{ margin-bottom:1px;}
.article-item-text .article-name{ max-height:102x; line-height:18px; overflow: hidden; font-weight: 600;}
.article-item-text .cate-text{ max-height: 102x; overflow: hidden; font-size: 16px;}
.entry-article{ background: #979B9F; color: #fff; padding: 30px 0; padding-top: 35px; min-height: 478px; margin-bottom: 40px;}
.entry-article .display-table-cell{ height: 400px;}
.entry-article .entry-big-font{
  font-size: 112px; 
  line-height: 65px;
  height: 45px;
}
/* article */

.view-all-footer{ position: relative;}
.view-all-footer hr{border-top: 1px solid rgba(0,0,0,.5);}
.view-all-footer a{ display:inline-block; padding: 5px 10px; padding-right: 0; position: absolute; right: 0; top: -14px; background: #fff; font-size: 18px;}
.entry-footer .tags-title{ font-weight: 600;}
.entry-footer .tags-links a{
  border: 1px solid #F1F1F3;
  display: inline-block;
  padding: 2px 10px;
  font-size: 18px;
  margin: 5px 0;
  font-weight: 300;
}
.entry-tags{ padding-left: 15px;}
.entry-share{text-align: left; padding-right: 15px; width:120px; margin-left: auto;}
.entry-share a{ display: inline-block; margin:3px 0; margin-right: 4px;}

.entry-meta .cat-links{ display: inline-block; margin-left: 10px; padding-left: 25px; background: url(/wp-content/uploads/assets/img/theme/icon-ionic-ios-document.png) no-repeat left;}
.entry-meta .posted-on{ display: inline-block; padding-left: 26px; background: url(/wp-content/uploads/assets/img/theme/icon-feather-calendar.png) no-repeat left;}

.about-list .news-item .news-small-text{ height: auto; max-height: 122px;}

.display-table {
  width: 100%;
  display: table; 
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.news-item  .display-table{
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}
.news-item .display-table-cell{
  height: 264px;
  width: 100%;
  /* text-align: center;
  color: #343a41;
  font-size: 26px; */
  font-weight: 300;
  padding: 0px 10px;
}
.news-item  .display-table.text_white .display-table-cell{
  text-align: left;
  color: #ffffff;
  padding: 0px 10px;
  padding-left: 15px;
}

/* **** */
.card-item {
  overflow: hidden;
  margin-bottom: 15px;
  color: #fff;
  background: #979B9F;
}
.card-item .card-item-img {
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 2s; /* Animation */
}
@media (max-width:1199px) {
  .card-item .card-item-img {
    height:214px;
  }
}
@media (max-width:991px) {
  .card-item .card-item-img {
    height:330px;
  }
}
@media (max-width: 543px) {
  .card-item .card-item-img {
    height:350px;
  }
}
.card-item:hover .card-img {
  transform: scale(1.2);
}
.card-item:hover{ opacity: 0.9;}
.card-icon{ height: 96px; text-align: center; margin-top: -64px; padding-bottom: 10px;}

.research-service-list .card-item {
  overflow: hidden;
  margin-bottom: 15px;
  color: #343A41;
  background: #F1F1F3;
  min-height: 630px;
}
.research-service-list .card-item .card-body{ padding: 15px;}
.research-service-list .card-item .card-item-img {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 2s; /* Animation */
}
@media (max-width:1199px) {
  .research-service-list .card-item{min-height: 680px;}
}
@media (max-width:991px) {
  .research-service-list .card-item{min-height: inherit;}
}

.line-service{ width: 50px; height: 1px; background-color: #343A41; margin: 15px 0;}
.service-left{ border-right: 1px solid #343A41; min-height: 300px; padding-right: 15px;}
.service-right{ padding-left: 10px;}

.nav-tab{ max-width: 800px; margin: 0 auto;}
.nav-tab.max-w9{ max-width: 900px; margin: 0 auto;}
.nav-tab .nav-link{ margin-bottom: 5px; padding:20px 15px; margin-right: 5px; color: #343A41;}
.inter-mobility-program .nav-tab .nav-link:hover { background-color: #f3f3f3; color: #343A41; }
.nav-tab .nav-link:hover{ color: #626A74;}
.nav-tab .nav-link.active{background: #F1F1F3;}
.tab-content{background: #F1F1F3; padding: 30px; min-height: 300px;}
.tab-content .media-img{ margin-right: 30px;}
.tab-content h4{ font-weight: 600; font-size: 21px;}

.research-laboratory .tab-content{padding:10px 0px; min-height: 300px;}

.mobility-program .nav-tab .nav-link.active{background: #fff; margin-bottom: 15px;}
.inter-global-partnerships .nav-tab .nav-link.active{background: #fff; margin-bottom: 15px; border-bottom: 2px solid #cc2d00;}

.education .card-body {
  min-height: 180px;
  padding: 10px;
}
@media (max-width: 991px) {
  .education .media-body{ padding: 0 15px;}
  .education .nav-tab .nav-link{padding:15px 8px; min-height:65px;}
}
.tab-content .tab-item-body > figure{ margin-top: 0;}

.nav-tab.nav-tab2{ max-width: 1040px; margin: 0 auto;}
.nav-tab.nav-tab2.max-w9{ max-width: 900px; margin: 0 auto;}
.nav-tab.nav-tab2 .nav-link{ margin-bottom: 5px; padding:15px 5px; height: 80px; margin-right: 5px; color: #343A41;}
.nav-tab.nav-tab2 .nav-link:hover{ color: #fa4616;}
.nav-tab.nav-tab2 .nav-link.active{background: #F1F1F3; color: #fa4616;}

.nav-tab.nav-tab2 .nav-link span{ display: table; width: 100%; text-align: center;}
.nav-tab.nav-tab2 .nav-link span span{ display: table-cell; vertical-align: middle; height: 50px;}

@media (max-width:399px) {
  .nav-tab.nav-tab2 .nav-link h3{ font-weight: 300; font-size: 19px;}
}

.nav-tab.nav-tab3{ max-width: 100%; margin: 0 auto;}
.nav-tab.nav-tab3 .nav-link{ margin-bottom: 5px; padding:20px 32px; text-align: center; min-width:200px; height:65px; margin-right: 5px; color: #343A41; border: 1px solid #F1F1F3;}
@media (min-width: 1024px) and (max-width: 1200px) {
  .nav-tab.nav-tab3 .nav-link {min-width: 250px;}
}
.nav-tab.nav-tab3 .nav-link:hover{ color: #fa4616;}
.nav-tab.nav-tab3 .nav-link.active{background: #F1F1F3; color: #fa4616;}

.nav-tab.nav-tab3 .nav-link span{ display: table; width: 100%; text-align: center;}
.nav-tab.nav-tab3 .nav-link span span{ display: table-cell; vertical-align: middle; height: 50px;}

@media (max-width:575px) {
  .nav-tab.nav-tab3 .nav-link{ padding:15px 10px; text-align: center; min-width:160px; height: 52px;}
  .nav-tab.nav-tab3 .nav-link h3{ padding: 0 !important;}
}

.tab-content.nobg{background: #fff; padding: 30px 0; min-height: 300px;}
.ilo-tto-left{ padding:20px; background: #fff; height: 100%;}

.navbar-nav-light{ background: #F1F1F3; padding: 15px;}
.navbar-nav-light .nav-link{ border-bottom: 1px solid #707070; padding: 12px 0px; color: #343A41; 
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-right-dark-24.png) no-repeat right;
  background-size: 10px;
}
.navbar-nav-light .nav-link.active, .navbar-nav-light .nav-link:hover{color: #fa4616;
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-right-orange-24.png) no-repeat center right;
  background-size: 10px;
}
.navbar-nav-light li:last-child .nav-link{ border: none;}

.tab-content.tab-content2{background: #fff; padding:0px; min-height: 400px;}
.border-top-dark{ border-top: 1px solid #707070;}
.border-top-light{ border-top: 2px solid #F1F1F3;}

.table .thead-darkgray th {
  color: #fff;
  background-color: #626A74;
  border-color:#fff;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  border-bottom-color: #999;
}
.table .td-3{ width: 33%;}
.table .td-6{ width: 60%;}
.table .td-7{ width: 70%;}
.td-content-3{min-width: 250px;}
.table-bordered td, .table-bordered th {
  border: 1px solid #fff;
}
.table .td-1{ padding-left: 30px;}

.job-table-body{ background: #F1F1F3; min-height:300px; overflow: auto; margin-bottom: 15px;}
.job-table th{white-space: nowrap;}
.job-table .agency{width: 190px;}
.job-table .download{width: 120px;}
.job-table .date{white-space: nowrap;}
.job-table td{ font-size: 18px;}
.download-title{ position: relative; display: inline-block; padding-left: 20px;}
.download-title img{ position: absolute; top: 0px; left: 0;}

.job2-table-body{ background: #F1F1F3; min-height:300px; overflow: auto; margin-bottom: 15px;}
.job2-table th{white-space: nowrap;}
.job2-table .agency{width: 190px;}
.job2-table .download{width: 120px;}
.job2-table .cat{width: 120px;}
.job2-table .date{white-space: nowrap;}
.job2-table td{ font-size: 18px;}
.download-title2{ position: relative; display: inline-block; padding-left: 20px;}
.download-title2 img{ position: absolute; top: 0px; left: 0;}

.meeting-table-body{ overflow: auto; margin-bottom: 15px;}
.meeting-table{ text-align: center;}
.meeting-table td, .meeting-table th{padding:10px 15px; vertical-align: middle;}
.meeting-table th{white-space: nowrap;}
.meeting-table th.no{width: 190px;}
.meeting-table th.download{width: 160px;}

#accordion-exchange .table td{ padding: 6px 10px; vertical-align: middle;}
#accordion-exchange .table .td-1{ padding-left: 30px;}
#accordion-exchange .table .top-td td{background-color: #979B9F; border-color: #979B9F; color: #fff;}

.gallery-life{background: #626A74; padding: 30px 0; color: #fff;}
.gallery-view-all{ display: table; background: #343A41; text-align: center; width: 100%; font-weight: 600; font-size: 26px;}
.gallery-view-all span{ display: table-cell; text-align: center; width: 100%; vertical-align: middle; height: 176px;}
.gallery-life a{ color: #fff; display: block; height: 176px; overflow: hidden;}
.gallery-life img.efffect-img-s{ height:auto; width: 100%;}
.gallery-life .gallery-view-all:hover{ opacity: .9;}

.gallery-short-term{background: #626A74; padding: 30px 0; color: #fff;}

.video-image{ height: 181px; background-size: cover;
  transition: transform 2s;
  background-position: center;
}
.hover-img-block:hover .video-image{
  transform: scale(1.2);
}
/* ****** */
@media (max-width:1199px) {
  .news-item .news-preview {
    height: 220px;
  }
  .event-list li {
    margin-bottom: 3px;
    line-height: .8;
  }
  .news-item .news-text-over {
    font-size: 23px;
  }
  .event-list .preview-text {
    white-space: normal;
  }
  .gallery-life a{height: 145px;}
  .gallery-view-all span, .gallery-life a{ height: 145px;}
  .video-image{ height:150px;}
}
@media (max-width:991px) {
  .tab-content .media-img{ margin-right: 30px;}
  .event-list li {
    margin-bottom: 5px;
    line-height: .9;
  }
  .news-item .news-text-over {
    font-size: 23px;
  }

  .gallery-view-all span, .gallery-life a{ height: 230px;}
  .video-image{ height: 230px;}
  .video-icon {width:64px;}
}
@media (max-width:767px) {
  .gallery-view-all span, .gallery-life a{ height: 165px;}
  .video-image{ height: 170px;}
  .video-icon {width: 64px;}
}
@media (max-width:575px) {
  .gallery-life a{ height:335px;}
  .gallery-life a.gallery-all-link, .gallery-view-all span{ height:100px;}
  .video-image{ height: 360px;}

  .news-item .news-preview {
    height: 200px;
  }
  /* .news-item.news-2col .news-img {
    height: 190px;
  } */
  /* .about-list  .news-item.news-2col .news-img {
    height:320px;
  } */
  .news-item .news-img {
    height: 180px;
  }
}
@media (max-width:499px) {
  .gallery-life a{ height:260px;}
  .gallery-life a.gallery-all-link, .gallery-view-all span{ height:60px;}
  .video-image{ height: 300px;}
  .gallery-view-all span br{ display: none;}
  .news-item .news-img {
    height: 165px;
  }
}
.box-looking {
  padding: 30px 0;
  background: #fd0;
}
.box-looking.job-box {
  padding: 25px 0;
  background:#fd0 url(/wp-content/themes/kmutt/inc/assets/img/page/jobs.jpg) no-repeat;
  background-size: cover;
}

.box-looking .btn-link {
  margin-bottom: 15px;
}
.box-looking .btn-link .btn {
  width: 100%;
  height: 83px;
  padding: 0px;
  /* padding-top: 26px; */
  padding-left: 75px;
  font-size: 26px;
  font-weight: 600;
  line-height: .9;
  text-align: left;
  background: #979b9f;
  border-color: #979b9f;
}
/* .box-looking .btn-link .btn.btn-2r{ padding-top: 15px;} */
.box-looking .display-table-cell, .looking-body{ height: 83px;}
.box-looking .btn-link img {
  position: absolute;
  top: 18px;
  left: 22px;
  width: 50px;
  height: 50px;
}
.box-looking .btn-link .btn:hover {
  background: #707070;
  border-color: #707070;
}
.box-address {
  padding: 40px 0;
}

.box-looking.job-box .btn-link .btn {
  height: 70px;
  background: #626A74;
  border-color: #626A74;
  padding-left: 10px;
  text-align: center;
}
.box-looking.job-box .display-table-cell{height: 70px;}
@media (max-width:767px) {
  .box-looking.job-box .btn-link .btn,
  .box-looking.job-box .display-table-cell {
    height: 50px;
  }
}

/* .box-looking .display-table-cell, .looking-body{ height: 70px;} */
.box-looking.job-box .btn-link .btn:hover {
  background:#585F67;
  border-color:#585F67;
}

.looking-inter-main .box-looking .btn-secondary.btn0,
.looking-inter-main .box-looking .btn-secondary.btn1,
.looking-inter-main .box-looking .btn-secondary.btn2{ background: #F1F1F3; color: #343A41; border: none;}

.looking-inter-main .box-looking .btn-secondary.btn-inter-stu,
.looking-inter-main .box-looking .btn-secondary.btn-inter-stu,
.looking-inter-main .box-looking .btn-secondary.btn-inter-stu{ background: #F1F1F3; color: #343A41; border: none;}

@media (max-width:1199px) {
    .box-looking .btn-link .btn {
        padding-left: 80px;
        font-size: 24px;
    }
    .box-looking .btn-link .btn.btn-2r{ padding-top: 22px;}
}
@media (max-width:991px) {
  .box-looking .btn-link .btn {
    width: 100%;
    height: 75px;
    padding-left: 60px;
  }
  .box-looking .btn-link img {
    top: 18px;
    left: 15px;
    width: 40px;
    height: 40px;
  }
  .box-looking .display-table-cell, .looking-body {
    height: 75px;
  }
}
@media (max-width:543px) {
  .box-looking .btn-link .btn {
    width: 100%;
    height: 54px;
    padding-left: 47px;
    font-size: 21px;
    font-weight: 400;
  }
  .box-looking .btn-link img {
    top: 10px;
    left: 15px;
    width: 35px;
    height: 35px;
  }
  .box-looking .display-table-cell, .looking-body {
    height: 54px;
  }
    .box-looking .btn-link .btn.btn-2r{ padding-top: 22px;}
}

/*research looking*/
.research-looking {
  padding: 30px 0;
  background:#707070 url(/wp-content/themes/kmutt/inc/assets/img/page/research-looking.jpg) no-repeat;
  color: #fff;
  background-size: cover;
}
.research-looking .btn-link {
  margin-bottom: 25px;
}
.research-looking .btn-link .btn {
  width: 100%;
  height: 70px;
  padding: 0px;
  padding-top: 20px;
  font-size: 26px;
  line-height: .9;
  text-align: center;
  background: #343A41;
  border-color: #343A41;
}
.research-looking .btn-link.btn-h .btn {
  height: 165px;
  padding-top: 50px;
}
.research-looking .btn-link .btn.btn-2r{ padding-top: 15px;}
.research-looking .btn-link img {
  position: absolute;
  top: 18px;
  left: 25px;
  width: 50px;
  height: 50px;
}
.research-looking .btn-link .btn:hover {
  background: #222;
  border-color: #222;
}
.research-address {
  padding: 40px 0;
}
@media (max-width:575px) {
  .research-looking .btn-link .btn {
    height: 55px;
    padding-top: 17px;
    font-size: 21px;
    line-height: .9;
    font-weight: 300;
  }
  .research-looking .btn-link {
      margin-bottom: 10px;
  }
  .research-looking .btn-link.btn-h .btn{ height: 140px;}
}
/**/

/*looking-partnership*/
.looking-partnership {
  padding: 30px 0;
  background:#707070 url(/wp-content/themes/kmutt/inc/assets/img/page/looking-partnership.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
/* .looking-partnership .btn-link {
  margin-bottom: 25px;
} */
.looking-partnership .btn-link .btn {
  width: 100%;
  height: 70px;
  padding: 0px;
  padding-top: 20px;
  font-size: 26px;
  line-height: .9;
  text-align: center;
  background: #343A41;
  border-color: #343A41;
}
.looking-partnership .btn-link .btn:hover {
  background: #222;
  border-color: #222;
}
@media (max-width: 991px) {
  .looking-partnership .btn-link .btn.btn-2r{ padding-top: 11px;}
}
@media (max-width: 575px) {
  .looking-partnership .btn-link .btn{font-size: 21px; height: 60px;}
}
/**/
/*looking-stu*/
.looking-stu {
  padding: 50px 0;
  background:rgba(98, 106, 116, 0.44);
  color: #fff;
}
.looking-stu .btn {
  color: #707070;
}
.looking-stu .btn:hover {
  color: #222;
}

/*quick-link-alumni*/
.quick-link-alumni{
  padding: 40px 0;
  background:#707070 url(/wp-content/themes/kmutt/inc/assets/img/page/quick-link-alumni.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.quick-link-alumni .btn-link {
  margin-bottom:0px;
}
.quick-link-alumni .btn-link .btn {
  width: 100%;
  height: 70px;
  padding: 0px;
  padding-top: 20px;
  font-size: 26px;
  line-height: .9;
  text-align: center;
  background: #343A41;
  border-color: #343A41;
}
.quick-link-alumni .btn-link .btn:hover {
  background: #222;
  border-color: #222;
}
/**/

/*procurement*/
.procurement-short-link {
  padding: 30px 0;
  padding-bottom: 15px;
  background:#707070 url(/wp-content/themes/kmutt/inc/assets/img/page/procurement.jpg) no-repeat;
  background-size: cover;
  color: #fff;
}
.procurement-short-link .btn-link {
  margin-bottom: 0;
}
.procurement-short-link .btn-link .btn {
  width: 100%;
  height: 70px;
  padding: 0px;
  padding-top: 20px;
  font-size: 26px;
  line-height: .9;
  text-align: center;
  background: #343A41;
  border-color: #343A41;
  overflow: hidden;
}
.procurement-short-link .btn-link .btn:hover {
  background: #222;
  border-color: #222;
}
@media (max-width: 767px) {
  .procurement-short-link .btn-link .btn {
    height:50px;
    padding-top: 15px;
    font-size: 21px;
  }
}
/**/


/*looking-global-partnership*/
.looking-global-partnership {
  padding: 40px 0;
  background:#707070 url(/wp-content/uploads/assets/img/inter/global-partnerships.png) no-repeat;
  color: #fff;
}
.looking-global-partnership .btn-link {
  margin-bottom: 0px;
}
.looking-global-partnership .btn-link .btn {
  width: 100%;
  height: 70px;
  padding: 0px;
  padding-top: 20px;
  font-size: 26px;
  line-height: .9;
  text-align: center;
  background: #343A41;
  border-color: #343A41;
}
.looking-global-partnership .btn-link .btn:hover {
  background: #222;
  border-color: #222;
}
/**/

.pdfobject-container { height: 800px;}
@media (max-width:1199px) {
  .pdfobject-container { height: 600px;}
}

.hover-img-block {
  position: relative;
  overflow: hidden;
}
/* .tab-item a img.efffect-img-s{width: 100%;} */
img.efffect-img-s {
  transition: transform 2s; /* Animation */
}
.hover-img-block:hover img.efffect-img-s  {
  transform: scale(1.2);
}
.video-icon{ position: absolute; top: 38%; left: 38%; opacity: 0.6; z-index: 1;}
.hover-img-block:hover .video-icon{ opacity: 0.7;}
/* navbar-faq */
#accordion-faq .nav-card{ margin-bottom: 3px;}
#accordion-faq .nav-card-header h4 {
  font-size: 20px;
  font-weight: 400;
  background: #8e939a;
  color: #fff;
}
#accordion-faq .nav-card-link {
  display: block;
  padding: 13px 0;
  padding-right: 20px;
  margin-right: 15px;
  margin-left: 15px;
  border-bottom: 1px solid rgba(98, 106, 116, .7);
  cursor: pointer;
  color: #fff;
}
#accordion-faq .nav-card-body {
  padding: 15px 20px;
  background: #f2f2f2;
  color: #343a41;
}
#accordion-faq .nav-card-link {
  position: relative;
}
#accordion-faq .nav-card-link::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-down24.png) no-repeat right;
}
#accordion-faq .nav-card-link.collapsed::before {
  content: "";
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-right24.png) no-repeat right;
}

/* accordion-exchange */
#accordion-exchange .nav-card{ margin-bottom: 3px;}
#accordion-exchange .nav-card-header h4 {
  font-size: 26px;
  font-weight: 600;
  background: #343A41;
  color: #fff;
  text-transform: uppercase;
}
#accordion-exchange .nav-card-link {
  display: block;
  padding: 25px 0;
  margin-right: 20px;
  margin-left: 30px;
  border-bottom: 1px solid rgba(98, 106, 116, .7);
  color: #fff;
  cursor: pointer;
}
#accordion-exchange .nav-card-body {
  padding:0;
  background: #f2f2f2;
  color: #343a41;
  min-height: 200px;
}
#accordion-exchange .nav-card-link {
  position: relative;
}
#accordion-exchange .nav-card-link::before {
  content: "";
  position: absolute;
  top: 25px;
  right: 0px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-down24.png) no-repeat right;
}
#accordion-exchange .nav-card-link.collapsed::before {
  content: "";
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-right24.png) no-repeat right;
}

/* accordion -contact */
.accordion-content{background: #F1F1F3; padding: 15px; padding-bottom: 30px;}
.accordion-content .nav-card-header h4 {
  font-size: 20px;
  font-weight: 400;
}
.accordion-content .nav-card-link {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid rgba(98, 106, 116, .7);
  cursor: pointer;
}
.accordion-content .nav-card-body {
  padding: 15px 20px;
  background: #f2f2f2;
  color: #343a41;
}
.accordion-content .nav-card-link {
  position: relative;
}
.accordion-content .nav-card-link::before {
  content: "";
  position: absolute;
  top: 12px;
  right: -5px;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-down-dark-24.png) no-repeat right;
}
.accordion-content .nav-card-link.collapsed::before {
  content: "";
  background: url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-right-dark-24.png) no-repeat right;
}

.uppercase{text-transform: uppercase;}

.about-footer{
  background: url(/wp-content/uploads/assets/img/about-kmutt/about-kmutt-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 560px;
  color: #fff;
  padding: 30px 0;
}
.text-number{ font-size: 70px; font-weight: 600;}
.text-bxl{ font-size: 26px; font-weight: 600;}
.about-footer-item{ max-width: 264px; margin: 0px auto;}
.about-item-body{ min-height:108px;}
.vision-mission-box{ max-width: 540px; padding: 20px 50px; margin: 10px auto;}
.vision-left{ position: absolute; left: 0px; top: 0;}
.vision-right{ position: absolute; right: 0px; bottom: 0;}

.list-border{ border-top: 1px solid #fff; border-bottom: 1px solid #fff; margin: 20px 0; padding:0;}
.list-border .about-col-list{ padding-top: 15px; padding-bottom: 15px;}
.border-x{border-left: 1px solid #fff; border-right: 1px solid #fff;}

/* organization */
.shortcut-organization {
  list-style: none;
  min-height: 45px;
  padding: 5px;
  margin: 0;
  margin-bottom: 30px;
  background: #f1f1f3;
  text-align: center;
}

.shortcut-organization  li{
  border-right: 1px solid #fff;
}
.shortcut-organization  li:last-child{
  border-right:none;
}
.shortcut-organization .btn.btn-light {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #626a74;
  font-size: 20px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border-color: transparent;
}
.shortcut-organization .btn.btn-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.shortcut-organization .organization-item{ display: inline-block; margin: 0 3px;}
@media (max-width: 1199px) {
  .shortcut-organization .btn.btn-light{font-size: 18px; padding: 10px 6px;}
}

.executive-team-main{ background: #626A74; color: #fff; margin-bottom: 30px;}
.executive-team-main-item{ padding: 30px;}
.executive-team-main-body{ min-height: 200px; padding-bottom: 15px;}
.executive-team-main-name{ position: absolute; top: 140px; left: 50px; color: #343A41;}

@media (max-width: 1199px) {
  .executive-team-main-body{ min-height: 148px;}
}
@media (max-width: 991px) {
  .executive-team-main-body{ min-height: 90px;}
}
@media (max-width:767px) {
  .executive-team-main-name{ position: absolute; top: inherit; bottom: 50px; left: 30px;}
  .shortcut-organization  li{
    border-right: 0px solid #fff;
  }
}
@media (max-width:543px) {
  .executive-team-main-item{ padding:15px 10px;}
  .executive-team-main-footer .btn{ font-size: 19px;}
}
.executive-team{ max-width: 1060px; margin: 0 auto; margin-bottom: 30px;}
.executive-team-item{background: #979B9F; max-width: 264px;}
.executive-team-name{background: #979B9F; color: #fff; min-height: 100px; padding:10px 15px;}
.executive-team-name a{ color: #fff;}
.annual-report{
  background: url(/wp-content/uploads/assets/img/about-kmutt/annual-report-bg.jpg) no-repeat;
  background-size: cover;
  /* min-height: 350px; */
  color: #fff;
  padding: 25px 0;
}
.annual-report-item{ max-width: 1060px; margin: 0 auto;}
.annual-report-img{ margin-right: 30px;}
.annual-report-item .media-body{ padding-top: 15px;}
@media (max-width: 991px) {
  .annual-report-img{ margin-right: 15px;}
  .annual-report-img img{ width: 230px;}
}
@media (max-width: 767px) {
  .annual-report-img{ margin-right: 15px;}
  .annual-report-img img{ width: 200px;}
}
@media (max-width: 543px) {
  .annual-report-img img{ width: 150px;}
  .annual-report-item .mb-5{ margin-bottom: 15px !important;}
}
@media (max-width: 399px) {
  .annual-report-img img{ width: 120px;}
}
.contact-body{background: #F1F1F3; min-height: 470px; padding: 30px; margin-bottom:30px;}
.contact-item{min-height: 200px; margin-bottom:10px;}

.about-quick-link{
  background: url(/wp-content/uploads/assets/img/about-kmutt/annual-report-bg.jpg) no-repeat top;
  background-size: cover;
  min-height: 40px;
  padding: 40px 0;
}

.campus-top{ margin: 30px 0;}
.campus-top .campus-top-img{ margin-right: 30px;}
.campus-top .media-body{ max-width: 500px;}
.kmutt-plan-h{ background: #626A74; color: #fff; padding: 8px 0; text-align: center; font-weight: 600; font-size: 26px;}
.kmutt-map-body{background: #F1F1F3; min-height:600px; padding:25px; margin-bottom:30px;}
.kmutt-map-body p{ margin: 0;}
.kmutt-map-body .nav-link{background: #fff; border: 1px solid #fff; margin-right: 1px; min-width: 100px;}
.kmutt-map-body .nav-link.active, .kmutt-map-body .nav-link:hover{background: #fff; border: 1px solid #FF5012;}
.kmutt-plan-list > li{ position: relative; padding-left: 30px; overflow: hidden; line-height:1; font-size: 19px;}
.kmutt-plan-list span.h-plan{ position: absolute; left: 0; top: 0px;}
.kmutt-plan-list > li ul{ list-style: disc; padding-left: 22px;}

.governance-item{background: #F1F1F3;}
.governance-item .media-img{ margin-right: 20px;}
.governance-item .media-img img{ max-width: 277px; height: auto;}
.governance-item .media-body{ padding-right: 10px; padding-top: 30px;}
@media (max-width:1199px){
  .governance-item .media-body{ padding-right: 10px; padding-top: 20px;}
  .governance-item .media-img img{ max-width:150px; height: auto;}
  .governance-item .media-img{ margin-right: 15px;}
}
@media (max-width: 991px){
  .governance-item .media-body{ padding-right: 10px; padding-top: 15px;}
  .governance-item .media-img img{ max-width:100px; height: auto;}
  .governance-item .media-img{ margin-right: 15px;}
  .kmutt-map-body{background: #F1F1F3; min-height:300px; padding:15px; margin-bottom:20px;}
  .kmutt-map-body iframe{height:400px;}
}
@media (max-width: 767px){
  .campus-top .campus-top-img{ margin-right: 0px; width: 100%; display: block;}
  .kmutt-map-body .nav-link{ padding: 5px; min-width: 50px;}
}
@media (max-width: 399px){
  .kmutt-map-body .nav-link{ padding: 3px; min-width: 10px;}
}
.sustainability-section{
  background: url(/wp-content/uploads/assets/img/about-kmutt/sustainability-section.jpg) no-repeat;
  background-size: cover;
  height: 304px;
  margin-bottom:30px;
}

.history-list{ margin-bottom: 40px; position: relative;}
/* .history-item{} */
.history-list .card-header{ cursor: pointer; border: none; background: none; position: relative; padding-left: 40px; }
.history-list .card-body{ max-width: 920px; margin: 0 auto; margin-bottom: 30px;}
@media (max-width: 1200px) { .history-list .card-body{ max-width: 750px; padding-right: 0;} }
@media (max-width: 992px) { .history-list .card-body{ max-width: 500px; padding-right: 0;} }
@media (max-width: 767px) { .history-list .card-body{ max-width: 450px; padding-right: 0;} }
@media (max-width: 480px) { .history-list .card-body{ max-width: 300px; padding-right: 0;} }
.nav-history-icon{ background: #626A74; width: 18px; height: 18px; position: absolute; left: 15px; top: 15px; border-radius: 100%;}
.history-line{background: #626A74; width: 1px; position: absolute; top:24px; bottom:24px; left: 24px;}

.publications-list{ margin-bottom: 40px;}
.publications-item{ margin-bottom: 20px; position: relative;}
.publications-item,
.publications-item .publications-img-box {
  overflow: hidden;
  max-width: 264px;
}
.publications-item .publications-img {
  height: 400px;
  transition: transform 2s; /* Animation */
  background-color: #F1F1F3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.publications-item:hover .publications-img {
  transform: scale(1.2);
}
.publications-name{ position: absolute; background: rgba(151, 155, 159, 0.9); height: 57px;line-height: 57px; padding-left: 10px; color: #fff; bottom: 0; width: 100%;}
.publications-name .arrow {
  position: absolute;
  right: 15px;
  bottom: 1px;
  z-index: 1;
}
@media (max-width: 1199px){
  .publications-item .publications-img {
    height: 330px;
  }
}
@media (max-width: 767px){
  .publications-item .publications-img {
    height: 400px;
  }
}
@media (max-width: 543px){
  .publications-item .publications-img {
    height: 280px;
  }
}
@media (max-width: 399px){
  .publications-item .publications-img {
    height: 240px;
  }
}
.entrepreneurship-list .card-body{ min-height: 210px;}

.kx-innovation-top{ margin: 30px 0; margin-bottom: 40px;}
.kx-innovation-top .kx-innovation-img{ margin-right: 30px;}

.technology-list{ margin-bottom: 30px;}
.technology-item{ margin-bottom: 20px; max-width: 300px;}
.technology-item .technology-img-box {
  overflow: hidden;
  max-width: 300px;
}
.technology-item .technology-img {
  height: 150px;
  transition: transform 2s; /* Animation */
  background-color: #F1F1F3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
.technology-item:hover .technology-img {
  transform: scale(1.2);
}
.technology-name{ position: relative; background: #979B9F; height: 68px; overflow: hidden; padding: 10px; padding-right: 30px; color: #fff;}
.technology-name p{height: 43px; overflow: hidden;}
.technology-name .arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.partnerships-table{ background: #F1F1F3;}
.type-title{ position: relative; display: inline-block; padding-left: 20px;}
.type-title img{ position: absolute; top: 0px; left: 0;}
.agency{ width: 260px;}
.table .thead-dark th {
  color: #fff;
  background-color:#626A74;
  border-color: #fff;
}
.partnerships-table .thead-dark th{white-space: nowrap;}

.current-student-bg{background: #f1f1f3;}
.current-student-shortlink .display-table-cell{ height: 100px;}
.current-student-shortlink .btn-link .btn{ height: 100px; line-height: 1;}

@media (max-width: 1199px) {
  .current-student-shortlink .display-table-cell{ height: 80px;}
  .current-student-shortlink .btn-link .btn{ height: 80px; line-height: 1;}
}
@media (max-width: 767px) {
  .current-student-shortlink .display-table-cell{ height: 60px;}
  .current-student-shortlink .btn-link .btn{ height: 60px; line-height: 1;}
}
.current-student-shortlink .btn-secondary, .current-student-shortlink a.btn-secondary {
  background-color: #979B9F;
  border-color: #979B9F;
}
.current-student-shortlink .btn-secondary:hover, .current-student-shortlink a.btn-secondary:hover{
  background-color: #626a74;
  border-color: #626a74;
}
.student-support-item{ height: 153px; margin-bottom: 15px; background: #fff; position: relative; color: #343a41;}
.student-support-item h3{ height:26px; overflow: hidden; margin-bottom: 5px;}
.student-support-item .text-preview{height:60px; overflow: hidden;}
.student-support-item .arrow {
  position: absolute;
  right: 15px;
  bottom: 8px;
}
.student-support-item.bg-lightdark{background: #979B9F; color: #fff;}
.student-support-item.bg-lightdark a{ color: #fff;}

.student-support-item a{ color: #343a41; display:block; padding: 15px; }
.student-support-item:hover{background: #E4E4E4;}
.student-support-item:hover a{color: #343a41;}
.student-support-item.bg-lightdark:hover{background: #626a74; color: #fff;}
.student-support-item.bg-lightdark:hover a{color: #fff;}

.partner-support-box{background: #fff; min-height: 320px;}

.relative .owl-dots{ position: absolute; bottom: 10px; left: 0; right: 0;}

.nav-arrow li a{ position: relative; padding-left: 30px; background:url(/wp-content/themes/kmutt/inc/assets/img/icons/arrow-right-dark-24.png) no-repeat 5px 9px;}
@media (min-width: 576px) {
.highlight-news .relative .owl-dots{left: 100px;}
}
.highlight-event .relative .owl-dots{left: 0;}
.highlight-event .highlight-event-body {max-height: 315px;height: 315px;}

.inside-life-item {
  max-width: 400px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 15px;
  color: #fff;
  background: #626a74;
}
.inside-life-item.inside-life-lg{max-width:800px;}
.inside-life-body{
  position: relative;
  overflow: hidden;
}
.inside-life-item .inside-life-img {
  height: 360px;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 2s; /* Animation */
}
.inside-life-item:hover .inside-life-img {
  transform: scale(1.2);
}
.inside-life-item .inside-life-text-over {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 120px;
  padding: 20px 15px;
  color: #343a41;
  font-size: 20px;
  font-weight: 300;
  background:rgba(241, 241, 243, 0.7);
}
.inside-life-item .arrow {
  position: absolute;
  right: 15px;
  bottom: 8px;
}

.inside-life-item.inside-life-lg .inside-life-body{
    max-width: 600px;
    margin: 0 auto;
}
.inside-life-item.inside-life-lg .inside-life-img {
  height: 553px;
  background-size: cover;
}
.inside-life-item.inside-life-lg .inside-life-text-over {  
  background:rgba(98, 106, 116, 0.7);
  color: #fff;
}
.inside-life-item .inside-life-img.noimg{background: url(/wp-content/uploads/assets/img/theme/no-img.jpg) no-repeat; background-size: cover; background-position: center;}

@media (max-width:1199px) {
  .inside-life-item .inside-life-img {
    height: 300px;
  }
  .inside-life-item .inside-life-text-over{
    min-height: 100px;
  }
  .inside-life-item.inside-life-lg .inside-life-img {
    height: 485px;
    background-size: cover;
  }
}
@media (max-width:991px) {
  .inside-life-item.inside-life-lg .inside-life-img {
    height: 600px;
    background-size: cover;
  }
  .inside-life-item.inside-life-lg .inside-life-body{
    max-width: 700px;
    margin: 0 auto;
  }
  .inside-life-item .inside-life-img {
    height: 215px;
  }
  .inside-life-item .inside-life-text-over{
    min-height: 85px;
    padding: 10px 10px;
    padding-bottom: 30px;
  }
}
@media (max-width:767px) {

  .inside-life-item .inside-life-img {
    height: 245px;
  }
  .inside-life-item .inside-life-text-over{
    min-height: 85px;
    padding: 6px 6px;
    padding-bottom: 30px;
  }
}
@media (max-width:543px) {
  .inside-life-item.inside-life-lg .inside-life-img {
    height: 380px;
  }
  .inside-life-item .inside-life-img {
    height: 330px;
  }
}
@media (max-width:543px) {
  .inside-life-item.inside-life-lg .inside-life-img {
    height: 380px;
  }
  .inside-life-item .inside-life-img {
    height: 330px;
  }
}

.page-numbers{ display:inline-block; min-width:30px; padding:3px; border:1px solid #FFF; text-align:center; font-size:18px; color:#888;}
.page-numbers .fa{ font-size:24px; position:relative; line-height:0; top:3px;}
.page-numbers.current, .page-numbers:hover{border:1px solid #ccc; color:#666;}

/* subscribe-form */
.subscribe-form{ max-width: 531px; margin: 0 auto;}
.nf-form-fields-required, .nf-field-label{ display: none;}
.list-radio-wrap .nf-field-label, .textarea-wrap .nf-field-label{ display: block;}
.subscribe-body{ padding: 15px 0;}
.subscribe-header{ height: 95px; background: #979B9F; color: #fff; text-align: center; padding-top: 22px;}
.subscribe-form .nf-form-content button, 
.subscribe-form .nf-form-content input[type="button"], 
.subscribe-form .nf-form-content input[type="submit"]{ width: 100%; background: #fa4616; color: #fff; font-size: 26px; text-transform: uppercase;}
.subscribe-form .nf-form-content button:hover, 
.subscribe-form .nf-form-content input[type="button"]:hover, 
.subscribe-form .nf-form-content input[type="submit"]:hover{background: #F8400A; color: #fff;}
.subscribe-form .nf-form-content label{ font-size: 20px; font-weight: 400;}

.subscribe-form .nf-form-content textarea {
  background: #fff;
  border: 1px solid #707070;
}
.subscribe-form .listradio-wrap .nf-field-element label::after {
  background: #fff;
  border: 1px solid #707070;
  transition: all .5s;
}

.subscribe-form  .nf-form-content input:not([type="button"]), .subscribe-form  .nf-form-content textarea {
  background: #fff;
  border: 1px solid #707070;
}
.subscribe-form .nf-form-content .ninja-forms-field{ font-size: 20px; color: #343A41;}
.subscribe-form nf-field{ margin-bottom: 0;}

.nav-menu-sitemap .menu > ul > li{width: 50%; display: flex;}

.back-to-top {
  position: fixed;
  bottom: 47px;
  right: 5%;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  background-color: rgba(255, 74, 19, 0.8);
  font-size: 21px;
  font-weight: 400;
  padding: 10px;
  -webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
  display: none;
}
.back-to-top:hover {    
  background-color: rgba(255, 74, 19, 1);
  color: #FFF;
}

.fancybox-caption{ font-size: 20px;}

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

.kmutt-life-m{ display: none;}
@media (max-width: 575px) {
  .kmutt-life-d{ display: none;}
  .kmutt-life-m{ display: block;}
}

@media (max-width: 992px) {
  .education .media {
      display: block;
  }
  .education .media .media-img {
      display: block;
      margin: 0 auto 30px auto;
  }
  .kmutt-life .tab-content .image {
      text-align: center;
  }
  .kmutt-life .content {
      margin-top: 2rem;
  }
  img.efffect-img-s {
      width: 100%;
  }
  .why-kmutt .apply-icon {
      width: 100%;
      margin-bottom: 15px;
  }
  .research-page .tab-content img.image {
      margin-top: 0;
      margin-bottom: 15px;
      margin-left: auto;
      margin-right: auto;
      display: block;
  }
  .tab-content {
      padding: 15px 0;
  }
  .research-page .tab-pane h3 {
      text-align: center;
  }
  .service-left {
      min-height: auto;
  }
  .service-right {
      padding-left: 0;
  }
  .current-student-shortlink {
      margin-top: 2rem;
  }
  .inter-mobility-program .tab-content {
      padding: 30px;
  }
  .inter-mobility-program .tab-content .tab-pane img {
      display: block;
      margin: 0 auto;
      margin-bottom: 15px;
  }
  .inter-mobility-program .nav-tab .nav-link {
      padding: 20px 0;
  }
  
  .inter-exchange .media {
      display: block;
  }
  .inter-exchange .media .media-img {
      display: block;
      margin: 0 auto 30px auto;
  }
  .intership .image-intership {
      margin-bottom: 15px;
  }
  .short-term .image-short-term {
      display: block;
      margin: 0 auto 30px auto;
  }
  .knowledge-xchange .media {
      display: block;
  }
  .knowledge-xchange .kx-innovation-img img{
      display: block;
      margin: 0 auto 30px auto;
  }
  .kx-innovation-top .kx-innovation-img {
      margin-right: 0;
  }
  .ilo-tto .tab-content {
      padding: 15px;
  }
  .ilo-tto .content {
      margin-top: 2rem;
  }
  .about-kmutt-campus .news-img-box {
      max-width: 100%;
  }
  .procurement .tab-content {
      margin-top: 2rem;
  }
  .nav-menu-sitemap .nav {
      margin-top: 15px;
  }
  .student-entrepreneurship .entrepreneurship-our-services .block {
      margin: 0 auto;
  }
  .student-entrepreneurship .entrepreneurship-our-services .card-body {
      min-height: 285px;
  }
  .student-entrepreneurship .entrepreneurship-our-services .content {
      min-height: 150px;
  }
  .student-entrepreneurship .entrepreneurship-our-services .card {
      margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .service-left {
      border: 0;
      min-height: auto;
  }
  .research-journal .left-content {
      margin-bottom: 15px;
  }
  .inter-mobility-program .apply-icon {
      display: block;
      margin: 0 auto;
  }
  .inter-student-services .content {
      margin-top: 2rem;
  }
  .corporate-identity .content {
      margin-top: 2rem;
  }
  .about-history .content {
      margin-top: 2rem;
  }
  .about-sustainability .content {
      margin-top: 2rem;
  }
  .about-kmutt-campus .media {
      display: block;
  }
  .about-kmutt-campus .campus-top .campus-top-img {
      margin-right: 0;
  }
  .about-kmutt-campus .campus-top .campus-top-img img {
      width: 100%;
  }
  .about-kmutt-campus .campus-top .media-body {
      margin-top: 2rem;
      max-width: 100%;
  }
  .about-kmutt-campus .kmutt-plan-h {
      margin-top: 2rem;
  }
  .procurement .tab-content .tab-item h3 {
      padding-left: 15px;
  }
}

@media (max-width: 480px) {
  .about-kmutt-campus .kmutt-map-body .nav-item {
      width: 50%;
  }
  .map-direction .nav-item {
      width: 50%;
  }

  .student-entrepreneurship .entrepreneurship-our-services .card-body {
      min-height: 175px;
  }
  .student-entrepreneurship .entrepreneurship-our-services .content {
      min-height: 100px;
  }
}

.cc-window.cc-banner {
  font-family: "DBHeavent";
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
}
.cc-banner.cc-bottom{ padding: 15px 19.8%; }
.cc-banner.cc-theme-edgeless .cc-btn {
	white-space: nowrap;
	padding: 6px 30px;
  width: 130px;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1600px) {
	.cc-banner.cc-bottom{ padding: 10px 14%;}
}
@media (max-width: 1440px) {
	.cc-banner.cc-bottom{ padding: 10px 10%;}
}
@media (max-width: 1366px) {
	.cc-banner.cc-bottom{ padding: 10px 9%;}
}
@media (max-width: 1200px) {
	.cc-banner.cc-bottom{ padding: 10px 9%; padding-left: 2%;}
}
@media (max-width: 1024px) {
	.cc-banner.cc-bottom{ padding: 10px 9%;}
}
@media (max-width: 991px) {
	.cc-banner.cc-bottom{ padding: 10px 12%; padding-left: 3%;}
}
@media (max-width: 767px) {
.cc-banner.cc-theme-edgeless .cc-message{ margin-left: 0;}
}
.tab-item table.dataTable > thead .sorting_desc::after,
.tab-item table.dataTable > thead .sorting_desc::before,
.tab-item table.dataTable > thead .sorting::after,
.tab-item table.dataTable > thead .sorting::before,
.tab-item table.dataTable > thead .sorting_asc::after,
.tab-item table.dataTable > thead .sorting_asc::before{ bottom: 12px;}
.submit-search-filter{min-width: 45px;}
@media (max-width: 543px) {
  .selectCat{width: 150px !important;}
}
