/*
    PCCMS Theme
    Author: Sunti Hirunjaru
    Version: 0.0.1
*/
button:hover, button:focus, button:active {
  outline: none !important;
}

body.active {
  overflow: hidden;
}

@media (min-width: 769px) {
  main {
    padding-left: 60px;
    padding-right: 60px;
  }
}

p, span {
  font-family: ChulabhornLikitRegular;
}

@font-face {
  font-family: ChulabhornLikitRegular;
  src: url("assets/fonts/ChulabhornLikitText-Regular.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: ChulabhornLikitLight;
  src: url("assets/fonts/ChulabhornLikitText-Light.ttf");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: ChulabhornLikitMedium;
  src: url("assets/fonts/ChulabhornLikitDisplay-Medium.ttf");
  font-style: normal;
  font-weight: normal;
}

header {
  position: relative;
  height: 130px;
}

@media (min-width: 576px) {
  header {
    height: auto;
    margin-bottom: 90px;
  }
}

.primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-top: 45px;
  margin-bottom: 0;
  list-style: none;
}

.primary-menu li {
  margin-right: 40px;
}

.primary-menu li.current_page_item a {
  text-decoration: none;
  background-color: #F36D24;
  color: #FFFFFF;
}

.primary-menu li a {
  display: block;
  padding: 5px 15px;
  font-family: ChulabhornLikitRegular;
  color: #333333;
  border-radius: 10px;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

.primary-menu li a:hover {
  text-decoration: none;
  background-color: #F36D24;
  color: #FFFFFF;
}

.slide-menu {
  position: fixed;
  top: 0;
  right: -530px;
  height: 100vh;
  width: 100%;
  padding: 30px;
  background-color: #F36D24;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9;
  overflow: scroll;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 576px) {
  .slide-menu {
    width: 350px;
  }
}

.slide-menu::-webkit-scrollbar {
  display: none;
}

.slide-menu.active {
  right: 0;
}

.slide-menu .menu-slide-container {
  height: 70vh;
  margin-top: 220px;
}

@media (max-height: 850px) {
  .slide-menu .menu-slide-container {
    height: 65vh;
  }
}

.slide-menu .left-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 100px;
}

.slide-menu .left-menu li {
  padding: 15px 0;
  border-bottom: 1px solid #FFFFFF;
}

.slide-menu .left-menu li.current_page_item a {
  color: #092F86;
}

.slide-menu .left-menu li a {
  color: #FFFFFF;
  font-family: ChulabhornLikitRegular;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  transition: .5s;
}

.slide-menu .left-menu li a:hover {
  color: #092F86;
  text-decoration: none;
}

.slide-menu .left-menu li a:active {
  color: #333333;
}

.slide-menu .header {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
}

.slide-menu .header .close-menu {
  position: relative;
  left: 50%;
  margin-left: -25px;
  width: 50px;
  height: 50px;
  border: 3px dotted #F36D24;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #092F86;
  font-family: ChulabhornLikitRegular;
  font-size: 30px;
  text-align: center;
  line-height: 46px;
}

.slide-menu .header .close-menu:hover {
  cursor: pointer;
}

.slide-menu .header .text {
  padding-top: 60px;
  padding-bottom: 46px;
  text-align: center;
  font-family: ChulabhornLikitRegular;
  font-size: 25px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.btn-menu {
  position: absolute;
  top: 30px;
  right: 0;
  width: 80px;
  height: 43px;
  padding: 0;
  z-index: 8;
  color: #092F86;
  font-family: ChulabhornLikitRegular;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 5px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 576px) {
  .btn-menu {
    top: 40px;
  }
}

.btn-menu:focus {
  outline: none;
}

.btn-menu:hover .line-top, .btn-menu:hover .line-bottom {
  width: 100%;
}

.btn-menu.animated .line-top {
  -webkit-animation-name: btn-top-line;
          animation-name: btn-top-line;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.btn-menu.animated .line-bottom {
  -webkit-animation-name: btn-bottom-line;
          animation-name: btn-bottom-line;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.btn-menu .line-top, .btn-menu .line-bottom {
  position: absolute;
  border-top: 2px solid #F36D24;
  display: block;
  -webkit-transition: width .5s, border .5s;
  transition: width .5s, border .5s;
}

.btn-menu .line-top {
  top: 0;
  width: 85%;
}

.btn-menu .line-bottom {
  bottom: 0;
  width: 55%;
}

.btn-menu span:nth-child(2), .btn-menu span:nth-child(4) {
  position: absolute;
  top: 50%;
  margin-top: -13.5px;
  display: block;
  -webkit-transition: .7s;
  transition: .7s;
  font-family: ChulabhornLikitRegular;
}

@-webkit-keyframes btn-top-line {
  0% {
    top: 0;
    width: 100%;
  }
  50% {
    top: 50%;
    width: 100%;
  }
  80% {
    top: 0;
    width: 100%;
  }
  100% {
    top: 0;
    width: 85%;
  }
}

@keyframes btn-top-line {
  0% {
    top: 0;
    width: 100%;
  }
  50% {
    top: 50%;
    width: 100%;
  }
  80% {
    top: 0;
    width: 100%;
  }
  100% {
    top: 0;
    width: 85%;
  }
}

@-webkit-keyframes btn-bottom-line {
  0% {
    bottom: 0;
    width: 100%;
  }
  50% {
    bottom: 50%;
    width: 100%;
  }
  80% {
    bottom: 0;
    width: 100%;
  }
  100% {
    bottom: 0;
    width: 55%;
  }
}

@keyframes btn-bottom-line {
  0% {
    bottom: 0;
    width: 100%;
  }
  50% {
    bottom: 50%;
    width: 100%;
  }
  80% {
    bottom: 0;
    width: 100%;
  }
  100% {
    bottom: 0;
    width: 55%;
  }
}

.menu-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: .5s;
  transition: .5s;
  z-index: -1;
}

.menu-background.active {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 4;
}

.background-line {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  z-index: -2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tag {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 350px;
  margin-left: 10px;
  background-color: #092F86;
  border-radius: 0 0 10px 10px;
}

@media (min-width: 769px) {
  .tag {
    position: fixed;
    top: 50%;
    width: 60px;
    height: 410px;
    margin-left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    border-radius: 0 10px 10px 0;
  }
}

@media (min-width: 1200px) {
  .tag {
    height: 410px;
  }
}

.tag ul {
  padding: 0;
  margin: 0;
}

.tag ul a {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 40px;
  padding-top: 10px;
  font-size: 16px;
  font-family: ChulabhornLikitRegular;
  color: #FFFFFF;
  text-decoration: none;
  letter-spacing: 2.5px;
  text-align: left;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  white-space: nowrap;
}

@media (min-width: 769px) {
  .tag ul a {
    bottom: 0;
    left: 0;
    font-size: 20px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}

@media (min-width: 1200px) {
  .tag ul a {
    font-size: 20px;
  }
}

footer {
  position: relative;
  padding-top: 50px;
  margin-top: 150px;
  overflow: hidden;
}

@media (min-width: 769px) {
  footer {
    padding-left: 60px;
    padding-right: 60px;
  }
}

footer .bottom-line {
  position: relative;
  bottom: 0;
  margin-bottom: 50px;
  display: block;
  width: 100%;
  border-bottom: 2px solid #F36D24;
}

.school-name-footer {
  position: relative;
  margin-bottom: 110px;
  font-family: ChulabhornLikitRegular;
}

.school-name-footer ul {
  padding: 0;
  list-style: none;
}

.school-name-footer ul li:first-child {
  margin-bottom: 40px;
}

.school-name-footer ul li:first-child p {
  font-family: ChulabhornLikitRegular;
  font-size: 23px;
  color: #092F86;
}

.school-name-footer ul li:first-child p a {
  font-family: ChulabhornLikitRegular;
  font-size: 23px;
  color: #F36D24;
}

.school-name-footer ul li:first-child p a:hover {
  text-decoration: none;
}

.copyright ul {
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.copyright ul li {
  font-size: 14px;
}

.copyright ul li p {
  margin: 0;
}

.btn-contact {
  position: absolute;
  top: -80px;
  right: 0;
  width: 320px;
  height: 60px;
  font-family: ChulabhornLikitRegular;
  font-size: 23px;
  color: #092F86;
  background-color: #FFFFFF;
  border-width: 3px;
  border-style: dotted;
  border-color: #F36D24;
  -webkit-box-shadow: 0px 0px 0px 0px #F36D24;
          box-shadow: 0px 0px 0px 0px #F36D24;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 769px) {
  .btn-contact {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
}

.btn-contact:hover {
  border-width: 0px;
  -webkit-box-shadow: 0px 0px 0px 3px #F36D24;
          box-shadow: 0px 0px 0px 3px #F36D24;
}

.contact-graphic {
  position: absolute;
  bottom: 68px;
  right: 55px;
  width: 152.14px;
  height: 158.07px;
  margin-right: -76.07px;
  background-image: url(assets/images/square-graphic-color.svg);
  background-size: 152.14px 158.07px;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
  .contact-graphic {
    bottom: -110px;
    right: -110px;
    width: 369.14px;
    height: 386.07px;
    background-size: 369.14px 386.07px;
    z-index: -1;
    display: block;
  }
}

.header {
  margin-bottom: 150px;
}

.header li {
  list-style: none;
}

.header h1 p {
  position: relative;
  padding-left: 0;
  margin-top: 0;
  font-family: ChulabhornLikitRegular;
  font-size: 40px;
  color: #092F86;
  letter-spacing: 2px;
  line-height: 60px;
}

@media (min-width: 576px) {
  .header h1 p {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (min-width: 769px) {
  .header h1 p {
    font-size: 60px;
    line-height: 80px;
  }
}

@media (min-width: 1200px) {
  .header h1 p {
    font-size: 70px;
  }
}

.header h1 p::before {
  display: none;
}

.header h4 p {
  position: relative;
  padding: 0;
  margin-top: 0;
  font-family: ChulabhornLikitRegular;
  font-size: 26px;
  color: #F36D24;
  letter-spacing: 2.5px;
}

@media (min-width: 992px) {
  .header h4 p {
    font-size: 30px;
  }
}

.header h4 p::before {
  display: none;
}

.header .description p {
  position: relative;
  margin-top: 100px;
  font-family: ChulabhornLikitRegular;
  font-size: 20px;
  color: #333333;
  letter-spacing: 2.8px;
}

@media (max-width: 576px) {
  .header .description p {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .header .description p {
    margin-top: -80px;
  }
}

.header .description p span {
  font-family: ChulabhornLikitRegular;
}

.header .btn-signup {
  margin: 50px auto 0;
  width: 100%;
  height: 60px;
  font-family: ChulabhornLikitRegular;
  font-size: 23px;
  color: #092F86;
  background-color: #FFFFFF;
  border-width: 3px;
  border-style: dotted;
  border-color: #F36D24;
  -webkit-box-shadow: 0px 0px 0px 0px #F36D24;
          box-shadow: 0px 0px 0px 0px #F36D24;
  cursor: pointer;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 992px) {
  .header .btn-signup {
    width: 320px;
    margin-top: 110px;
    margin-left: 120px;
  }
}

.header .btn-signup:hover {
  border-width: 0px;
  -webkit-box-shadow: 0px 0px 0px 3px #F36D24;
          box-shadow: 0px 0px 0px 3px #F36D24;
}

.header .background-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 25%;
  height: 962px;
  z-index: -1;
}

.header .background-image .widget_media_image:nth-child(1) {
  opacity: 0;
  float: right;
  position: relative;
  width: 50%;
  height: 240px;
  margin-left: 10px;
  text-align: center;
  overflow: hidden;
  -webkit-filter: grayscale(100%) contrast(85%);
          filter: grayscale(100%) contrast(85%);
}

.header .background-image .widget_media_image:nth-child(1) img {
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  max-height: 240px;
}

@media (min-width: 769px) {
  .header .background-image .widget_media_image:nth-child(1) {
    height: 240px;
  }
}

.header .background-image .widget_media_image:nth-child(2) {
  float: left;
  position: relative;
  width: 50%;
  height: 240px;
  text-align: center;
  overflow: hidden;
  -webkit-filter: grayscale(100%) contrast(85%);
          filter: grayscale(100%) contrast(85%);
}

.header .background-image .widget_media_image:nth-child(2) img {
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  max-height: 240px;
}

.header .background-image .widget_media_image:nth-child(3) {
  float: left;
  position: relative;
  width: 100%;
  height: 480px;
  text-align: center;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.header .background-image .widget_media_image:nth-child(3) img {
  width: auto !important;
  max-width: none !important;
  height: 100% !important;
  max-height: 480px;
}

.header .background-image .widget_media_image:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 120px;
  background-color: #FFFFFF;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

@media (min-width: 769px) {
  .header .background-image .widget_media_image:nth-child(3)::before {
    height: 240px;
  }
}

.header .owl-carousel.owl-theme {
  width: 100%;
  max-width: 480px;
  height: 480px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .header .owl-carousel.owl-theme {
    margin: 0;
  }
}

@media (min-width: 769px) {
  .header .owl-carousel.owl-theme {
    height: 660px;
  }
}

.header .owl-carousel.owl-theme .item {
  height: 480px;
  overflow: hidden;
}

@media (min-width: 769px) {
  .header .owl-carousel.owl-theme .item {
    height: 660px;
  }
}

.header .owl-carousel.owl-theme .item img {
  width: auto;
  height: 100%;
  max-height: 480px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .header .owl-carousel.owl-theme .item img {
    max-height: 660px;
  }
}

.header .owl-carousel.owl-theme .owl-stage-outer {
  margin-bottom: 45px;
}

.header .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  margin-top: 0;
  line-height: .6;
}

@media (min-width: 769px) {
  .header .owl-carousel.owl-theme .owl-nav {
    right: 20%;
  }
}

.header .owl-carousel.owl-theme .owl-nav button.owl-prev {
  font-size: 30px;
  color: #092F86;
}

.header .owl-carousel.owl-theme .owl-nav button.owl-prev:hover {
  background: none;
  color: #F36D24;
}

.header .owl-carousel.owl-theme .owl-nav button.owl-next {
  font-size: 30px;
  color: #092F86;
}

.header .owl-carousel.owl-theme .owl-nav button.owl-next:hover {
  background: none;
  color: #F36D24;
}

.header .owl-carousel.owl-theme .owl-dots {
  position: absolute;
  left: 35px;
  width: 230px;
  line-height: 1.2;
}

.header .owl-carousel.owl-theme .owl-dot span {
  width: 45px;
  margin: 0;
  height: 3px;
  border-radius: 0;
}

.header .owl-carousel.owl-theme .owl-dot.active {
  outline: none;
}

.header .owl-carousel.owl-theme .owl-dot.active span {
  background-color: #F36D24;
}

.header .owl-carousel.owl-theme .owl-dot:focus {
  outline: none;
}

.header .slide-number {
  position: absolute;
  margin-top: 45px;
  width: 300px;
}

.header .slide-number span {
  font-family: ChulabhornLikitMedium;
  font-size: 20px;
}

.header .slide-number .index-slide {
  position: absolute;
  left: 0;
}

.header .slide-number .count-slide {
  position: absolute;
  right: 0;
}

.body {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .body {
    margin-top: 100px;
  }
}

.body .heading {
  position: relative;
  margin-bottom: 50px;
}

.body .heading a {
  text-decoration: none;
}

.body .heading a h2 {
  padding-left: 40px;
  margin: 0;
  font-family: ChulabhornLikitMedium;
  font-size: 25px;
  color: #092F86;
}

.body .heading::before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8.5px;
  left: 15px;
  width: 17px;
  height: 17px;
  background-color: #F36D24;
}

@media (max-width: 992px) {
  .body .block {
    margin-bottom: 50px;
  }
}

.body .block .image {
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: table;
  vertical-align: middle;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .body .block .image {
    display: block;
    height: 220px;
  }
}

.body .block .image img {
  width: auto;
  height: 100%;
  max-height: 332px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.body .block .image img:hover {
  margin-left: 50%;
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}

.body .block .title {
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 769px) {
  .body .block .title {
    margin-top: 50px;
  }
}

.body .block .title a {
  font-family: ChulabhornLikitMedium;
  font-size: 23px;
  text-decoration: none;
  color: #092F86;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.body .block .title a:hover {
  color: #F36D24;
}

.body .block .title a h3 {
  font-size: 23px;
}

.body .block p {
  font-family: ChulabhornLikitRegular;
  color: #333333;
}

.body .block .time {
  font-family: ChulabhornLikitRegular;
  color: #F36D24;
}

.body .bottom-line {
  display: block;
  width: 100%;
  border-bottom: 1px solid #989898;
}

.body .footer {
  margin-top: 30px;
  padding-bottom: 60px;
}

@media (min-width: 769px) {
  .body .footer {
    margin-top: 80px;
  }
}

.body button {
  position: relative;
  right: 0;
  width: 180px;
  height: 45px;
  border: 1px solid #989898;
  border-radius: 30px;
  background-color: #FFFFFF;
  font-family: ChulabhornLikitMedium;
  font-size: 18px;
  color: #F36D24;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

@media (max-width: 769px) {
  .body button {
    width: 100%;
  }
}

.body button:hover {
  background-color: #F36D24;
  color: #FFFFFF;
  border-color: #F36D24;
}

.archive .subtitle h3 {
  font-family: ChulabhornLikitRegular;
  font-size: 16px;
  color: #F36D24;
}

@media (min-width: 992px) {
  .archive .subtitle h3 {
    font-size: 23px;
  }
}

.archive .heading {
  position: relative;
  margin: 110px 0;
  text-align: center;
}

.archive .heading h1 {
  margin: 0;
  font-family: ChulabhornLikitMedium;
  font-size: 30px;
  color: #092F86;
}

@media (min-width: 769px) {
  .archive .heading h1 {
    font-size: 40px;
  }
}

@media (min-width: 1200px) {
  .archive .heading h1 {
    font-size: 60px;
  }
}

.archive .block {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .archive .block {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .archive .block {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .archive .block {
    margin-bottom: 100px;
  }
}

.archive .block .image {
  width: 100%;
  overflow: hidden;
}

.archive .block .image img {
  position: relative;
  left: 50%;
  width: auto;
  -webkit-transition: .5s;
  transition: .5s;
  max-width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}

.archive .block .image img:hover {
  left: 50%;
  -webkit-transform: translate(-50%, 0) scale(1.1);
          transform: translate(-50%, 0) scale(1.1);
}

.archive .block .title {
  width: 100%;
  margin-top: 50px;
}

.archive .block .title a {
  font-family: ChulabhornLikitMedium;
  font-size: 23px;
  text-decoration: none;
  color: #092F86;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.archive .block .title a h3 {
  font-size: 23px;
}

.archive .block .title a:hover {
  color: #F36D24;
}

.archive .block .time {
  color: #F36D24;
}

.archive .next, .archive .prev {
  position: absolute;
  top: -50%;
  padding: 0;
}

.archive .next span, .archive .prev span {
  display: block;
}

.archive .next {
  right: 15px;
}

.archive .next span {
  width: 60px;
  height: 62px;
  background: url(assets/images/next.png);
  background-size: 60px;
}

.archive .prev {
  right: 85px;
}

.archive .prev span {
  width: 60px;
  height: 62px;
  background: url(assets/images/prev.png);
  background-size: 60px;
}

.archive .page-numbers {
  padding: 5px;
  color: #F36D24;
  font-size: 23px;
}

.archive .page-numbers.current {
  color: #092F86;
}

.single .title {
  margin-top: 30px;
}

.single .title h1 {
  width: 100%;
  margin: 0;
  font-family: ChulabhornLikitMedium;
  font-size: 30px;
  color: #092F86;
}

@media (min-width: 1200px) {
  .single .title h1 {
    font-size: 40px;
  }
}

.single .time {
  display: block;
  margin-bottom: 50px;
  color: #F36D24;
  font-family: ChulabhornLikitRegularht;
}

.single .pagination {
  position: relative;
  z-index: 1;
}

.single .pagination .next, .single .pagination .prev {
  display: block;
  position: absolute;
  padding: 0;
}

.single .pagination .next {
  right: 15px;
  width: 60px;
  height: 62px;
  background: url(assets/images/next.png);
  background-size: 60px;
}

.single .pagination .prev {
  right: 85px;
  width: 60px;
  height: 62px;
  background: url(assets/images/prev.png);
  background-size: 60px;
}

.gallery-icon {
  position: relative;
  padding-top: 100% !important;
}

.elementor .gallery-icon > a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.elementor-toggle-icon.elementor-toggle-icon-right {
  position: relative;
  top: -20px;
  right: 50px;
}

@media (max-width: 992px) {
  .student .block {
    margin-bottom: 30px;
  }
}

.student .block .image {
  width: 100%;
  overflow: hidden;
}

.student .block .image img {
  width: auto;
  height: 100%;
  max-height: 332px;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

.student .block .image img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.student .block .title {
  width: 100%;
  margin-top: 50px;
}

.student .block .title a {
  font-family: ChulabhornLikitMedium;
  font-size: 23px;
  text-decoration: none;
  color: #092F86;
  -webkit-transition: color .5s;
  transition: color .5s;
}

.student .block .title a:hover {
  color: #F36D24;
}

.student .block .time {
  color: #F36D24;
}

.student .ui-accordion .ui-accordion-header {
  margin-top: 60px;
  padding: 20px 30px;
  font-family: ChulabhornLikitRegular;
  font-size: 16px;
  color: #333333;
  border: 0;
  border-radius: 10px;
  outline: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px 0.2px #c5c5c5;
          box-shadow: 0px 3px 6px 0.2px #c5c5c5;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 769px) {
  .student .ui-accordion .ui-accordion-header {
    font-size: 20px;
    padding: 40px 50px;
  }
}

@media (min-width: 1200px) {
  .student .ui-accordion .ui-accordion-header {
    font-size: 25px;
    padding: 50px 60px;
  }
}

.student .ui-accordion .ui-accordion-header.ui-state-active {
  color: #FFFFFF;
  background-color: #092F86;
}

.student .ui-accordion .ui-accordion-header.ui-state-active .ui-icon {
  background-image: url(assets/images/icon-toggle-active.svg);
}

.student .ui-accordion .ui-accordion-content {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  border: 0;
}

.student .ui-accordion .ui-icon {
  position: relative;
  top: -6px;
  float: right;
  width: 40px;
  height: 40px;
  background-image: url(assets/images/icon-toggle.svg);
  background-size: 40px 40px;
  background-position: 0 0;
}

@media (min-width: 992px) {
  .student .ui-accordion .ui-icon {
    top: -10px;
    width: 62px;
    height: 63px;
    background-size: 62px 63px;
  }
}

.student .professor-block {
  margin: 20px 0;
  padding: 10px 50px;
  border: 1px solid #333333;
  border-radius: 10px;
  font-family: ChulabhornLikitRegular;
  font-size: 16px;
}

@media (min-width: 769px) {
  .student .professor-block {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .student .professor-block {
    font-size: 25px;
  }
}

.student .professor-block .name, .student .professor-block .email, .student .professor-block .tel {
  margin: 10px;
  text-align: center;
}

@media (min-width: 769px) {
  .student .professor-block .name, .student .professor-block .email, .student .professor-block .tel {
    margin: 0;
    text-align: left;
  }
}

.student .professor-block .name {
  color: #F36D24;
}

.student .professor-block .email a {
  color: #092F86;
}

.student .professor-block .tel {
  color: #333333;
}

.student .calendar {
  margin-bottom: 80px;
  font-family: ChulabhornLikitRegular;
  font-size: 16px;
  color: #333333;
}

@media (min-width: 769px) {
  .student .calendar {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .student .calendar {
    font-size: 25px;
  }
}

.student .calendar .date {
  position: relative;
}

.student .calendar .date .icon-clock {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  background-color: #FFFFFF;
  background-image: url(assets/images/clock.svg);
  background-size: 48px 48px;
}

.student .calendar .date .icon-clock::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -50px;
  height: 40px;
  border-left: 1px solid #333333;
}

.student .calendar .name {
  padding-right: 50px;
}

@media (min-width: 769px) {
  .student .calendar .name {
    padding-right: 0;
  }
}

.student .calendar:last-child .icon-clock::before {
  display: none;
}

.student .footer {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .student .footer {
    margin-top: 80px;
  }
}

.student .footer .btn-all {
  position: relative;
  right: 0;
  width: 180px;
  height: 45px;
  border: 1px solid #989898;
  border-radius: 30px;
  background-color: #FFFFFF;
  font-family: ChulabhornLikitMedium;
  font-size: 18px;
  color: #F36D24;
  -webkit-transition: background-color .5s, color .5s;
  transition: background-color .5s, color .5s;
}

@media (max-width: 769px) {
  .student .footer .btn-all {
    width: 100%;
  }
}

.student .footer .btn-all:hover {
  background-color: #F36D24;
  color: #FFFFFF;
  border-color: #F36D24;
}

.academic {
  padding-left: 15px;
  padding-right: 15px;
}

.academic .accordion .ui-accordion-header {
  margin-top: 60px;
  padding: 30px 20px;
  font-family: ChulabhornLikitRegular;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  border: 0;
  border-radius: 10px;
  outline: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 3px 6px 0.2px #c5c5c5;
          box-shadow: 0px 3px 6px 0.2px #c5c5c5;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 769px) {
  .academic .accordion .ui-accordion-header {
    font-size: 18px;
    padding: 30px;
  }
}

@media (min-width: 992px) {
  .academic .accordion .ui-accordion-header {
    font-size: 24px;
    padding: 40px 60px;
  }
}

.academic .accordion .ui-accordion-header.ui-state-active {
  color: #FFFFFF;
  background-color: #092F86;
}

.academic .accordion .ui-accordion-header.ui-state-active .ui-icon {
  background-image: url(assets/images/icon-toggle-active.svg);
}

.academic .accordion .ui-accordion-content {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: transparent;
  border: 0;
}

.academic .accordion .ui-icon {
  position: relative;
  top: -6px;
  float: right;
  width: 50px;
  height: 50px;
  background-image: url(assets/images/icon-toggle.svg);
  background-size: 50px 50px;
  background-position: 0 0;
}

@media (min-width: 769px) {
  .academic .accordion .ui-icon {
    top: -10px;
    width: 62px;
    height: 63px;
    background-size: 62px 63px;
  }
}

.academic .trainning-block {
  margin: 20px 0;
  padding: 10px 50px;
  border: 1px solid #333333;
  border-radius: 10px;
  font-family: ChulabhornLikitRegular;
  font-size: 16px;
}

@media (min-width: 769px) {
  .academic .trainning-block {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .academic .trainning-block {
    font-size: 25px;
  }
}

.academic .trainning-block .name, .academic .trainning-block .date {
  margin: 10px;
  text-align: center;
}

@media (min-width: 769px) {
  .academic .trainning-block .name, .academic .trainning-block .date {
    margin: 0;
    text-align: left;
  }
}

.academic .trainning-block .name {
  color: #092F86;
}

.academic .trainning-block .date {
  color: #F36D24;
}

.background-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  z-index: -3;
}

.background-form.active {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.wpcf7 {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

.wpcf7 .btn-close {
  float: right;
  margin-top: 50px;
  font-size: 45px;
  font-weight: 700;
  color: #FFFFFF;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.wpcf7 .btn-close:hover {
  color: #092F86;
}

.wpcf7 .wpcf7-form {
  position: absolute;
  right: -660px;
  top: 0;
  width: 100%;
  height: 100vh;
  padding: 0 60px;
  background-color: #F36D24;
  -webkit-transition: .5s;
  transition: .5s;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
}

@media (min-width: 680px) {
  .wpcf7 .wpcf7-form {
    width: 660px;
  }
}

.wpcf7 .wpcf7-form.active {
  right: 0;
}

.wpcf7 .wpcf7-form h1 {
  width: 100%;
  margin-top: 120px;
  font-size: 80px;
  color: #FFFFFF;
}

.wpcf7 .wpcf7-form label {
  width: 100%;
  margin-bottom: 10px;
  font-size: 25px;
  color: #FFFFFF;
  display: block;
}

.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form textarea {
  width: 100%;
  border-radius: 13px;
  background-color: #F36D24;
  color: #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.wpcf7 .wpcf7-form input {
  height: 60px;
  border: 1px solid #FFFFFF;
  padding: 0 20px;
  font-size: 25px;
  -webkit-transition: .5;
  transition: .5;
}

.wpcf7 .wpcf7-form textarea {
  padding: 20px;
  font-size: 25px;
  border: 1px solid #FFFFFF;
  -webkit-transition: .5;
  transition: .5;
}

.wpcf7 .wpcf7-form input:hover, .wpcf7 .wpcf7-form textarea:hover, .wpcf7 .wpcf7-form input:focus, .wpcf7 .wpcf7-form textarea:focus {
  border: 1px solid #092F86;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
  margin-top: 20px;
  -webkit-transition: .5s;
  transition: .5s;
}

.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  border: 1px solid #F36D24;
}

.wpcf7 .title {
  margin-top: 50px;
}
/*# sourceMappingURL=style.css.map */