hr{
	margin-top:7px !important;
	margin-bottom:7px !important;
	color: #EFEFEF !important;
	border-top: 0.5px solid rgba(0,0,0,.1) !important;
}

@font-face {
    font-family: font_Roboto;
    src: url('asset/font/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: font_Roboto_Medium;
    src: url('asset/font/Roboto/Roboto-Medium.ttf');
}
@font-face {
    font-family: font_Roboto_Bold;
    src: url('asset/font/Roboto/Roboto-Bold.ttf');
}
@font-face {
    font-family: font_Roboto-Light;
    src: url('asset/font/Roboto/Roboto-Light.ttf');
}
@font-face {
    font-family: font_Roboto_Regular;
    src: url('asset/font/Roboto/Roboto-Regular.ttf');
}
@font-face {
    font-family: font_THSarabunNew;
    src: url('asset/font/THSarabunNew/THSarabunNew Bold.ttf');
}
@font-face {
    font-family: font_sarabun_regular;
    src: url('asset/font/Sarabun/Sarabun-Regular.ttf');
}
@font-face {
    font-family: font_sarabun_Medium;
    src: url('asset/font/Sarabun/Sarabun-Medium.ttf');
}
@font-face {
    font-family: font_sarabun_light;
    src: url('asset/font/Sarabun/Sarabun-ExtraLight.ttf');
}
@font-face {
    font-family: font_sarabun_SemiBold;
    src: url('asset/font/Sarabun/Sarabun-SemiBold.ttf');
}
@font-face {
    font-family: font_SukhumvitSet_Medium;
    src: url('asset/font/SukhumvitSet/SukhumvitSet-Medium.ttf');
}
@font-face {
    font-family: font_SukhumvitSet_SemiBold;
    src: url('asset/font/SukhumvitSet/SukhumvitSet-SemiBold.ttf');
}
@font-face {
    font-family: font_SukhumvitSet_Bold;
    src: url('asset/font/SukhumvitSet/SukhumvitSet-Bold.ttf');
}
@font-face {
    font-family: Prompt-SemiBold;
    src: url('asset/font/prompt/Prompt-SemiBold.ttf');
}
@font-face {
    font-family: Prompt-Medium;
    src: url('asset/font/prompt/Prompt-Medium.ttf');
}
@font-face {
    font-family: Prompt-Light;
    src: url('asset/font/prompt/Prompt-Light.ttf');
}
@font-face {
    font-family: Kanit-SemiBold;
    src: url('asset/font/Kanit/Kanit-SemiBold.ttf');
}
@font-face {
    font-family: Kanit-Regular;
    src: url('asset/font/Kanit/Kanit-Regular.ttf');
}
@font-face {
    font-family: Kanit-Light;
    src: url('asset/font/Kanit/Kanit-Light.ttf');
}
@font-face {
    font-family: font_SukhumvitSet_SemiBold;
    src: url('asset/font/SukhumvitSet/SukhumvitSet-SemiBold.ttf');
}
@font-face {
    font-family: font_SukhumvitSet_Medium;
    src: url('asset/font/SukhumvitSet/SukhumvitSet-Medium.ttf');
}
@font-face {
    font-family: font_SukhumvitSet_Text;
    src: url('asset/font/SukhumvitSet/SukhumvitSet-Text.ttf');
}

.underline{
  text-underline-offset: 0.2em;
  text-decoration: underline;
  text-decoration-color: #FE5F55;
}
.button {
  display: inline-block;
  font-family: font_sarabun_regular;
    padding: 5px 20px;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-image: linear-gradient(#FB5E59 55% , #FFC289);
    border: none;
    border-radius: 45px;
    box-shadow: 0 5px #ffb3ae;
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #FB5E59;
  transform: translateY(4px);
}
.module-border-wrap {
  max-width: 180px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right,#566AF6 2% , #FE5F55);
  padding: 1.5px;
  border-radius: 20px;
}

.module {
  background: #f9f9ff;
  color: #6D36EC;
  padding: 0.5rem;
  border-radius: 3px;
  font-family: font_Roboto_Medium;
  font-size: 17px;
}
.module-border-wrap1 {
  width: 140px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right,#566AF6 2% , #FE5F55);
  padding: 1.8px;
  border-radius: 40px;
}
.module-border-wrap2 {
  width: 150px;
  padding: 1rem;
  position: relative;
  background: linear-gradient(to right,#566AF6 2% , #FE5F55);
  padding: 1.8px;
  border-radius: 5px;
}

.module1 {
  background: white;
  color: #6D36EC;
  padding: 0.5rem;
  border-radius: 20px;
  font-family: font_Roboto_Medium;
  font-size: 17px;
}
.module2 {
  background: white;
  color: #6D36EC;
  padding: 5px;
  border-radius: 5px;
}

.text{
	background: linear-gradient(to right,#566AF6 2% , #FE5F55);
	/*background: -webkit-linear-gradient(#eee, #333);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text2{
	background: #494D77;background: #6E36EB;

	/*background: -webkit-linear-gradient(#eee, #333);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text3{
	background: #6E36EB;

	/*background: -webkit-linear-gradient(#eee, #333);*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gmap_canvas{
    width:100%;
    height:250px;   
}
.leg{
  display:none;
}
.yai{
  display:block;
}
#navbar {
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  transition: top 0.3s;
}

#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px;
  text-decoration: none;
  font-size: 17px;
}
.nav-link:hover{
  color: #566AF6;
}
.nav-item .active{
  color: #FE5F55 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff !important;
}
.button_contact{
  height: 40px;
  background-color: #FF766D; /* For browsers that do not support gradients */
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px #0000002b;
}
/*#navbar a:hover {
  background-color: #ddd;
  color: black;
}*/
#myBtn {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 30px;
  z-index: 99;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  background-image: url(asset/img/totop.svg);
  cursor: pointer;

}
.with-linear-gradient {
  border-style: solid;
  background-color: #ffffff;
  border-radius: 50px;
  border-width: 3px;
  border-image: linear-gradient(55deg, #6D36EC, #FE5F55) 1;
}
.button_cancel{
  height: 40px;
  background-color:  #EDEDED; /* For browsers that do not support gradients */
  border-radius: 5px;
  box-shadow: 0px 1px 1px 0px #0000002b;
}
/*-------------------------------homenew-------------------------------------*/
.features-ban{
/*  position: absolute;margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: 35px;*/
}
.h-features{
   font-family: font_sarabun_medium;;
  color: #000000;
  font-size: 20px;
}
.c-features{
  font-family: font_sarabun_regular;
  color: #000000;
  font-size: 15px;
}

.m-features{
  font-family: font_sarabun_medium;
  color: #6D36EC;
  font-size: 15px;
}

/*------------------------------------------------------------------------*/


/*-------------------------------news-------------------------------------*/
.h-news{
  font-family: Kanit-SemiBold;
  color: #6D36EC;
  font-size: 24px;
}
.content{
  font-family: font_sarabun_regular;
  color: #43454E;
  font-size: 16px;
}
.date{
  font-family: font_sarabun_medium;
  font-size: 14px;
  color: #6D6D6D;
}
/*--------------------------------------------------------------------*/


/*-------------------------------feature-------------------------------------*/

.h-feature{
  font-family: font_sarabun_regular;
  color: #43454E;
}
.c-h-feature{
  font-family: font_sarabun_medium;
  color: #43454E;
}
.c-feature{
  font-family: font_sarabun_regular;
  color: #43454E;
  font-size: 14px;
}
.c-semibold{
  font-family: font_sarabun_SemiBold;
  font-size: 18px;
  color: #43454E;
}
.c-light{
  font-family: font_sarabun_light;
  font-size: 15px;
  color: #43454E;
}
/*--------------------------------------------------------------------*/
/*-------------------------------table-price-------------------------------------*/

.text-price{
   font-family: Prompt-SemiBold;
   font-size: 22px;
   color : #43454E;
}
.text-price-2{
   font-family: Prompt-Light;
   font-size: 14px;
   color : #43454E;
}
.text-basic{
  font-size: 20px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  color: #5E71B5;
}
.text-standard{
  font-size: 20px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  color: #6D36EC;
}
.text-professional{
  font-size: 20px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  color: #FE6057;
}
.text-gradient{
  font-size: 20px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  background-image: linear-gradient(to right,#6E37ED 4% , #FF6056);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.button-price{
  color: #6D36EC;
  font-size: 18px;
   font-family: Kanit-SemiBold;
  border: 2px solid #6D36EC;
  background-color: white;
  padding: 5px 18px 5px 18px;
  border-radius: 8px;
}
.button-price-2{
  color: #FE6057;
  font-size: 18px;
   font-family: Kanit-SemiBold;
  border: 2px solid #FE6057;
  background-color: white;
  padding: 5px 18px 5px 18px;
  border-radius: 8px;
}
.button-price-4{
  color: #c060fc;
  font-size: 18px;
   font-family: Kanit-SemiBold;
  border: 2px solid #c060fc;
  background-color: white;
  padding: 5px 18px 5px 18px;
  border-radius: 8px;
}
.button-price-3{
 font-size: 18px;
  font-family: Kanit-SemiBold;
  letter-spacing: 0.01em;
  background-image: linear-gradient(to right,#6E37ED 4% , #FF6056);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-table-gray{
  --bs-table-bg: #F9F9F9;
}
.bg-table-or{
  --bs-table-bg: rgba(255, 243, 239, 0.8);
}
.bg-table-blue{
  --bs-table-bg: rgba(246, 247, 255, 0.8);
}
/*--------------------------------------------------------------------*/
.map{
    width:100%;
    height:250px;   
}
  .leg-nev{
    display: none;
  }
  .seemore{
    margin-top: 27%;
  }
@media only screen and (max-width: 992px){
  .leg-nev{
    display: block;
  }
  .yai-nev{
  display:none;
  }
  .seemore{
    margin-top: 43%;
  }
  .text-center-med{
    text-align: center;
  }
}

@media only screen and (max-width: 768px){
  .yai{
  display:none;
}
  .leg{
    display: block;
  }
  .text-price{
   font-family: Prompt-SemiBold;
   font-size: 16px;
   color : #43454E;
}
.text-price-2{
   font-family: Prompt-Light;
   font-size: 12px;
   color : #43454E;
}
.text-standard{
  font-size: 16px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  color: #6D36EC;
}
.text-professional{
  font-size: 16px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  color: #FE6057;
}
.text-gradient{
  font-size: 16px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  background-image: linear-gradient(to right,#6E37ED 4% , #FF6056);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*.text-price-2{
   font-family: Prompt-Light;
   font-size: 12px;
   color : #43454E;
}
.text-standard{
  font-size: 14px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  color: #6D36EC;
}
.text-professional{
  font-size: 14px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  color: #FE6057;
}
.text-gradient{
  font-size: 14px;
  font-family: font_sarabun_SemiBold;
  letter-spacing: 0.01em;
  background-image: linear-gradient(to right,#6E37ED 4% , #FF6056);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}*/
}