html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
div {
  font-family: 'Kanit', sans-serif !important;
  font-weight: 400;
}

.bold-text {
  font-size: 20px;
  font-weight: bold;
  font-family: 'Kanit', sans-serif !important;
}

.blog-button.inner-blog a {
  text-align: center;
  display: inline-block;
  color: #0b70e1;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  font-family: 'Kanit', sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  transition: all 0.3s;
}

.sec-title2 .sub-text {
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Kanit', sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  color: #03228F;
  text-transform: uppercase;
}

.rs-cta.style1 span {
  font-weight: 500;
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Kanit', sans-serif !important;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.full-width-header .rs-header .topbar-area.style2 {
  background-image: linear-gradient(90deg, #003b55 40%, #04a49c 70%);
  padding-top: 0px;
  padding-bottom: 0px;
}

.full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
  color: #ffffff;
  font-size: 14px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #ffffff;
}


.full-width-header .rs-header .topbar-area.style2 .toolbar-sl-share ul .opening em {
  border-right: 1px solid #ffffff;
  margin-right: 5px;
  padding-right: 20px;
  font-style: normal;
}

.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #0a7677;
}


.loader .loader-container {
  width: 50px;
  height: 50px;
  background-color: #0a7677;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/* menu */
.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn {

  background-image: linear-gradient(90deg, #003b55 0%, #01a49c 100%);

}

.full-width-header .rs-header.style2 .expand-btn-inner ul li .quote-btn:hover {
  color: #ffffff;
  background-image: linear-gradient(90deg, #01a49c 0%, #003b55 100%);
}

.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li .quote-btn {
  background-image: linear-gradient(90deg, #003b55 0%, #01a49c 100%);
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: #00a79d;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.current-menu-item>a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.active>a {
  color: #00a79d !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.mega-menu .mega-menu-container .single-megamenu:hover .sub-menu .menu-title {
  color: #00a79d;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #00a79d;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #00a79d;
}

.clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;   /* จำนวนบรรทัดสูงสุด */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;   /* จำนวนบรรทัดสูงสุด */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}