html {
  font-size: 16px;
}
body {
  font-family: 'Kanit';
}
.logo {
  width: 100%;
}
.fas {
  padding-right: 16px;
}
.btn {
  position: absolute;
  bottom: 24px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.btn a {
  padding: 8px 24px;
  background-color: #576078;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border-radius: 4px;
}
.btn a:hover {
  background-color: #66B34E;
}
.bg_white {
  background-color: #fff;
  border-bottom: 2px solid #66B34E;
}
.nav-link.active {
  color: #66B34E !important;
}
.wrapper {
  overflow: hidden;
}
.carousel-indicators {
  bottom: -60px;
}
.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin-left: 16px;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #979797;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #66B34E;
  border: 2px solid #66B34E;
}
.content_top {
  margin-top: 150px;
  position: relative;
  display: block;
  text-align: center;
}
.content_top h1 {
  margin-bottom: 50px;
  color: #66B34E;
}
.content_top h4 {
  margin: 40px;
  color: #FF900F;
}
.tab_header {
  text-align: center;
  color: #fff;
  padding: 16px 0;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tab_header.service {
  background-color: #66B34E;
}
.tab_header.blog {
  background-color: #576078;
}
.tab_header .top {
  font-size: 0.8rem;
  letter-spacing: 8px;
  font-weight: 200;
}
.tab_header h1 {
  margin: 8px 0 0  0;
}
.content_service {
  padding: 35px 0 35px 0;
  background-image: url(../images/bg_service.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}
.content_service .group_box {
  padding: 24px;
  display: block;
  text-align: center;
}
.content_service .group_box .box {
  position: relative;
  height: 100%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  border-radius: 3px;
  margin: 16px 0;
}
.content_service .group_box .box .box_img {
  width: 100%;
}
.content_service .group_box .box .box_text {
  padding: 16px 5%;
}
.content_service .group_box .box .box_text h5 {
  padding-bottom: 8px;
}
.content_service .group_box .box .box_text p {
  font-size: 1rem;
  font-weight: 300;
  padding: 0 0 16px 0;
  line-height: 20px;
}
.content_service .group_box .box .box_btn {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 135px;
  height: 45px;
  text-align: center;
  border-radius: 8px;
  background-color: #576078;
  color: #fff;
}
.blog_content {
  position: relative;
  display: block;
  text-align: center;
  padding: 24px;
}
.blog_content p {
  padding: 0 15%;
  margin: 11px 0 35px 0;
}
.readmore_btn {
  color: #fff;
  width: 230px;
  height: 45px;
  background-color: #66B33E;
  text-align: center;
  border-radius: 8px;
  margin-top: 35px;
  font-size: 1.25rem;
}
.step_group {
  text-align: center;
  padding: 50px;
  background-image: url(../images/box_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.step_group h1 {
  color: #fff;
  text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}
.step_group .contetn_group {
  padding: 16px 0;
}
.step_group .contetn_group .box {
  padding: 10%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
  min-height: 500px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
}
.step_group .contetn_group .box.green_bg {
  background-color: #66B33E;
  color: #fff;
}
.step_group .contetn_group .box.dark_bg {
  background-color: #374660;
  color: #fff;
}
.step_group .contetn_group .box.white_bg {
  background-color: #fff;
}
.step_group .contetn_group .box .box_icon {
  width: 100px;
  height: 100px;
  padding: 30px;
  border-radius: 100%;
  margin: 0 0 32px 0;
}
.step_group .contetn_group .box .box_icon img {
  width: 100%;
}
.step_group .contetn_group .box .box_icon.green {
  background-color: #66B33E;
}
.step_group .contetn_group .box .box_icon.white {
  background-color: #fff;
}
.step_group .contetn_group .box h4 {
  font-weight: 800;
  padding-bottom: 16px;
}
.step_group .contetn_group .box p {
  font-size: 0.85rem;
}
.step_group .contetn_group .box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.step_group .contetn_group .box li {
  padding: 16px 0 0  0;
  font-size: 0.75rem;
}
.step_group .contetn_group .box li::before {
  content: url(../images/icon/icon_check.svg);
  padding-right: 8px;
}
.ser_box {
  padding: 50px 0;
  position: relative;
  display: block;
  text-align: center;
}
.ser_box .group_ser {
  padding: 24px 0;
}
.ser_box .group_ser img {
  padding: 16px 16px;
}
.off_map {
  padding: 0;
}
.map {
  margin-bottom: 24px;
  height: 375px;
  border-radius: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.19);
  background-position: center;
  background-size: cover;
  box-sizing: border-box;
}
.contact_bg {
  background-image: url(../images/bg_service.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contact_bg h1 {
  color: #66B34E;
}
footer a {
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}
.header_top a {
  padding-left: 16px;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
}
.w100 {
  width: 100%;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.mt24 {
  margin-top: 24px;
}
.fixmargin {
  margin: 24px 0 !important;
}
.fixmargin2 {
  margin: 0 16px !important;
  overflow: hidden;
}
