@font-face {
  font-family: "sarabun-bold";
  src: url(/fonts/Sarabun-Bold.ttf?b8825eaa682ec51689b349a6365eb872) format("truetype");
}
@font-face {
  font-family: "sarabun-extralight";
  src: url(/fonts/Sarabun-ExtraLight.ttf?7a51ddd00e38973c3224e62395472915) format("truetype");
}
@font-face {
  font-family: "sarabun-light";
  src: url(/fonts/Sarabun-Light.ttf?6129d74579149bbddbb770305bbc789a) format("truetype");
}
@font-face {
  font-family: "sarabun-medium";
  src: url(/fonts/Sarabun-Medium.ttf?04aaa5718df124f393b5d56d09c856b7) format("truetype");
}
@font-face {
  font-family: "sarabun-regular";
  src: url(/fonts/Sarabun-Regular.ttf?e4a771fcf9af91e34defdfae5f00cd69) format("truetype");
}
@font-face {
  font-family: "sarabun-semibold";
  src: url(/fonts/Sarabun-SemiBold.ttf?f39677f2fe7b09b9be982280cdc35f93) format("truetype");
}
@font-face {
  font-family: "sarabun-thin";
  src: url(/fonts/Sarabun-Thin.ttf?6b4531a0063ff373bdba756e16a914f8) format("truetype");
}
@font-face {
  font-family: "sarabun-italic";
  src: url(/fonts/Sarabun-Italic.ttf?fe54c878d37344930def287cfd83d1de) format("truetype");
}
@font-face {
  font-family: "sarabun-bold-italic";
  src: url(/fonts/Sarabun-BoldItalic.ttf?98b2fd442c5f6e24c9e4e1fc101a815f) format("truetype");
}
@font-face {
  font-family: "sarabun-extralight-italic";
  src: url(/fonts/Sarabun-ExtraLightItalic.ttf?81585585d2a864f7fa5d413d97cb7739) format("truetype");
}
@font-face {
  font-family: "sarabun-light-italic";
  src: url(/fonts/Sarabun-LightItalic.ttf?4a717f9668de907761665a06b84d3ecf) format("truetype");
}
@font-face {
  font-family: "sarabun-medium-italic";
  src: url(/fonts/Sarabun-MediumItalic.ttf?534aadad2ecda4d2b4d51e4e448b9776) format("truetype");
}
@font-face {
  font-family: "sarabun-semibold-italic";
  src: url(/fonts/Sarabun-SemiBoldItalic.ttf?cc897f22fb81dc5652a4e9ab30c46428) format("truetype");
}
@font-face {
  font-family: "sarabun-thin-italic";
  src: url(/fonts/Sarabun-ThinItalic.ttf?7c3ae8bbb7eb20b63b1244f317a326aa) format("truetype");
}
body {
  font-family: "sarabun-regular", sans-serif;
}

h1, h2, h3, h4, h5, h6, .readmore-btn, .widget-taber a.nav-link {
  font-family: "sarabun-bold", sans-serif;
}

p {
  font-family: "sarabun-regular", sans-serif;
}

.entry-main-content p {
  font-size: 16px;
}

.main-header .main-nav ul li a {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
  position: relative;
}

.main-header .main-nav ul li a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  bottom: 15px;
  left: 0;
  background-color: #fff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.main-header .main-nav ul li a:hover:before {
  transform: scaleX(1);
}

.bottom-left-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  padding: 4px 10px 4px 10px;
  border-radius: 30px;
  text-align: center;
  line-height: 1;
  z-index: 3;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.8px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.bottom-left-badge:hover {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.18), 0px 4px 15px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition-duration: 0.4s;
  -ms-transition: all 0.4s ease;
}

.main-header .main-nav ul li a.sub-line-animate::before {
  bottom: 0;
  background-color: #000;
  width: 95%;
}

.header-style-1 .search-button,
.header-style-2 .search-button {
  background-color: inherit;
}

.fs16 {
  font-size: 16px;
}
