
@font-face {
	font-family: 'line-seed-sans-th';
	src: url('../../fonts/line-seed-sans-th/WOFF/LINESeedSansTH_W_Rg.woff') format('woff');
	font-weight: normal;
	font-style: normal;
  }

  @font-face {
	font-family: 'line-seed-sans-thin';
	src: url('../../fonts/line-seed-sans-th/WOFF/LINESeedSansTH_W_Th.woff') format('woff');
	font-weight: normal;
	font-style: normal;
  }
  
  @font-face {
	font-family: 'line-seed-sans-th-Bd';
	src: url('../../fonts/line-seed-sans-th/WOFF/LINESeedSansTH_W_Bd.woff') format('woff');
	font-weight: bold;
	font-style: normal;
  }

body{
    font-family: 'line-seed-sans-th', 'line-seed-sans-thin', 'line-seed-sans-th-Bd' , sans-serif !important;
}
.fw-bold {  
    font-family: 'line-seed-sans-th', 'line-seed-sans-thin', 'line-seed-sans-th-Bd' , sans-serif !important;
    font-weight: 700 !important;
}
.fw-medium{
    font-family: 'line-seed-sans-th', 'line-seed-sans-thin', 'line-seed-sans-th-Bd' , sans-serif !important;
    font-weight: 700 !important;

}
b, strong{
    font-family: 'line-seed-sans-th', 'line-seed-sans-thin', 'line-seed-sans-th-Bd' , sans-serif !important;
    font-weight: 700 !important;

}
input{
    font-family: 'line-seed-sans-th', 'line-seed-sans-thin', 'line-seed-sans-th-Bd' , sans-serif !important;

}
textarea{
    font-family: 'line-seed-sans-th', 'line-seed-sans-thin', 'line-seed-sans-th-Bd' , sans-serif !important;

}

h1,
a,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
span,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
	font-family: 'line-seed-sans-th', 'line-seed-sans-thin', 'line-seed-sans-th-Bd' , sans-serif !important;

}

.title-event{
    color:#337ab7;
}
.title-event-new{
    color:#ffffff;
}
.sub-title-event{
    color:#ffffff;
}


.header-container {
    position: relative;
}

.container-bg-banner {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.bg-bander {
    -webkit-filter: blur(10px) brightness(55%);
    filter: blur(10px) brightness(55%);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 110%;
    height: 110%;
    margin: -15px;
}

.main-container-register {
    max-width: 1000px;
    margin-left: 8px;
    margin-right: 8px;
}

.container-img-bander {
    overflow: hidden;
    min-height: 180px;
    border-radius: 10px;
}

.container-img-bander .imgcover {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
}

.box-card-shadow {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35);
}

.rounder {
    border-radius: 12px !important;
}

.fr-box,
.fr-element {
    font-family: 'line-seed-sans-th', 'line-seed-sans-th-Bd', sans-serif;
}

.fr-box .fr-element-line-seed {
    font-family: 'line-seed-sans-th', sans-serif;
}

.fr-box .fr-element-line-seed-bold {
    font-family: 'line-seed-sans-th-Bd', sans-serif;
}
/* สีของ input */
.form-check-input.is-valid {
    border-color: #198754 !important;
  }
  .form-check-input.is-invalid {
    border-color: #dc3545 !important;
  }
  
  /* สีของ label */
  .form-check-input.is-valid ~ .form-check-label {
    color: #198754 !important;
  }
  .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545 !important;
  }

  .select2-container {
    max-width: 100% !important;
    width: 100% !important;
}
