/* Extracted from index.php to keep presentation centralized without changing layout behavior. */

p,h1,h2,h3,h4,h5,h6,li,div,ul {
  font-family: 'Kanit', sans-serif;
}

.h3, h3 {
  font-size: 18px;
  font-weight: 600;
}

p {
  font-size: 18px;
}

.section-title h2 {
  font-family: 'Kanit', sans-serif;
  font-size: 30px;
}

.single-blog {
  border: 1px solid #efefef;
  overflow: hidden;
  padding-bottom: 15px;
  transition: all 0s ease 0s !important;
}

div.example2 {
  max-width: 100%;
}

@media screen and (min-width: 601px) {
  div.example2 {
    max-width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  div.example2 {
    max-width: 0%;
    max-height: 0;
    visibility: scroll;
  }
}

.t11 {
  background-image: url("../img/404-bg.jpg");
}

.big {
  text-transform: uppercase;
}

.ul2 {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: darkblue;
}

.li42 {
  float: left;
  font-size: 18px;
}

.li23 .a23 {
  display: block;
  color: white;
  text-align: center;
  padding: 16px 26px;
  text-decoration: none;
}

.mean-container .mean-bar {
  width: 100%;
  position: relative;
  background: darkblue;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container .mean-nav {
  float: none;
  width: 100%;
  background: darkblue;
}

.mean-bar::after {
  color: #fff;
  content: "à¸¡à¸¹à¸¥à¸™à¸´à¸˜à¸µà¸ªà¸¢à¸²à¸¡";
  display: block;
  font-size: 16pt;
  font-weight: bold;
  left: 0;
  position: absolute;
  text-transform: uppercase;
  top: 12px;
}

.color44 {
  color: gold !important;
}

video {
  object-fit: cover;
  position: absolute;
  top: 50;
  left: 0;
  height: 50%;
  width: 50%;
}

.video-wrapper {
  width: 100%;
  height: 50%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header {
  position: absolute;
  color: white;
}

video {
  position: static !important;
}

.demo-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.demo-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.imagebg2 {
  background: rgba(0, 0, 0, 0) url(../img/Flag-Thai.jpg) repeat fixed 0 0;
}

.imagebg232 {
  background: rgba(0, 0, 0, 0) url(../img/2938921.jpg) repeat fixed 0 0;
}

.colorpic012 {
  background-color: rgba(13, 0, 0, 0.4);
  color: gold !important;
}

.bs-example {
}

.modal-dialog iframe {
  margin: 0 auto;
  display: block;
}

.img22 {
  max-width: 1350px;
  height: auto;
  width: 100%;
}

.img234 {
  max-width: auto;
  height: auto;
}

.blog_section {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.blog_section .blog_content .blog_item {
  margin-bottom: 30px;
  box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);
  position: relative;
  border-radius: 2px;
}

.blog_section .blog_content .blog_item .blog_image {
  padding: 0;
}

.blog_section .blog_content .blog_item .blog_image span i {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  width: 38px;
  height: 45px;
  padding-top: 7px;
  text-align: center;
  right: 20px;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
  background-color: #da1212;
}

.blog_section .blog_content .blog_item .blog_details {
  padding: 25px 20px 30px 20px;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
  color: #020d26;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
  transition: all 0.3s;
  text-decoration: none;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
  color: #da1212;
}

.blog_section .blog_content .blog_item .blog_details ul {
  padding: 0 3px 10px 0;
  margin: 0;
}

.blog_section .blog_content .blog_item .blog_details ul li {
  display: inline-block;
  padding-right: 15px;
  position: relative;
  color: #7f7f7f;
}

.blog_section .blog_content .blog_item .blog_details ul li i {
  padding-right: 7px;
}

.blog_section .blog_content .blog_item .blog_details p {
  border-top: 1px solid #e5e5e5;
  margin-top: 4px;
  padding: 20px 0 4px;
}

.blog_section .blog_content .blog_item .blog_details a {
  font-size: 18px;
  color: #da1212;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.blog_section .blog_content .blog_item .blog_details a:hover {
  color: #020d26;
}

.blog_section .blog_content .blog_item .blog_details a i {
  vertical-align: middle;
  font-size: 20px;
}

.blog_section .blog_content .owl-nav {
  display: block;
}

.blog_section .blog_content .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #da1212;
  transition: all 0.3s;
  color: #fff;
}

.blog_section .blog_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #da1212;
  color: #da1212;
}

.blog_section .blog_content .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: 33%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background: #da1212;
  color: #fff;
  transition: all 0.3s;
}

.blog_section .blog_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #da1212;
  color: #da1212;
}

@media only screen and (max-width: 577px) {
  .blog_section .owl-nav .owl-prev {
    left: -17px !important;
  }

  .blog_section .owl-nav .owl-next {
    right: -17px !important;
  }
}

.blog_item {
  background: #fff;
}

.blog_image {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.blog_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog_details {
  padding: 15px;
  min-height: 120px;
}
