body {
  font-family: 'Noto Sans Thai', sans-serif;
  background: #EEF2FF;

  padding-top: 0px;
}

.jusify{
  text-align: justify;
  text-indent: 5%;
}

.jusify2{
  text-align: justify;
}

.jusify3{
  text-indent: 5%;
}

.img-add{
  background-image: url('../img/bg.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.text-shadow{
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.8); 

}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}
.h-custom {
  height: calc(100% - 73px);
}

.i-rounded{
  border-radius: 20px;;
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }
}

.btn{
  text-transform: none;
}

.color1 {
  background-color: #E7305B;
}

.txt_color1 {
  color: #cb2a50;
}

.color2 {
  background-color: #CDDEFF;
}

.color3{
  background-color: #676FA3;
}

.txt_color3{
  color: #676FA3;
}


.sidebarcolor:hover{
  background-color: #F5C3BC !important;
  color:#000  !important;
}

.menu_sel{
  background-color: #CDDEFF !important;
  color: #000 !important;
}