@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Thai:wght@100..900&display=swap");
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

html {
  background-color: rgb(45.9, 45.9, 45.9);
}

body {
  background-color: white;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.padding-content {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.padding-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media only screen and (min-width: 576px) {
  .padding-section {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }
}
.rounded {
  border-radius: 0px !important;
}

a {
  color: #283891;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:focus {
  color: rgb(80.2162162162, 99.5027027027, 206.7837837838);
  text-decoration: none;
}

.color--primary {
  color: #283891 !important;
}

.color--secondary {
  color: #2ab3f2 !important;
}

.color--tertiary {
  color: #375AAC !important;
}

.color--gray {
  color: rgb(140.25, 140.25, 140.25) !important;
}

.color--black {
  color: #000 !important;
}

.bg--primary {
  background-image: none !important;
  background-color: #283891 !important;
}

.bg--secondary {
  background-image: none !important;
  background-color: #2ab3f2 !important;
}

.bg--tertiary {
  background-image: none !important;
  background-color: #375AAC !important;
}

.bg--darkgray {
  background-image: none !important;
  background-color: rgb(76.5, 76.5, 76.5) !important;
}

.bg--gray {
  background-image: none !important;
  background-color: rgb(178.5, 178.5, 178.5) !important;
}

.bd--primary {
  border: 1px solid #93b5cc !important;
  border-radius: 0px;
}

.bd--secondary {
  border: 1px solid #2ab3f2 !important;
  border-radius: 0px;
}

.bd--tertiary {
  border: 1px solid #375AAC !important;
  border-radius: 0px;
}

.bd--darkgray {
  border: 1px solid rgb(76.5, 76.5, 76.5) !important;
  border-radius: 0px;
}

.bd--gray {
  border: 1px solid rgb(178.5, 178.5, 178.5) !important;
  border-radius: 0px;
}

.line1 {
  height: 1px;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}

.line-dashed {
  width: 100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dashed rgb(216.75, 216.75, 216.75);
}

.img-wrap {
  position: relative;
}
.img-wrap .text {
  position: relative;
  float: right;
  margin-top: -45px;
  padding: 35px;
  width: 85%;
  z-index: 2;
  background-color: #fff;
}

.pagination {
  margin-bottom: 20px;
}

.page-link {
  color: rgb(127.5, 127.5, 127.5);
}
.page-link:hover, .page-link:focus {
  color: #fff;
  background-color: rgb(60.2297297297, 81.7216216216, 201.2702702703);
  border-color: #283891;
  box-shadow: none;
}

.page-item.active .page-link {
  background-color: #283891;
  border-color: #283891;
}

@media only screen and (min-width: 992px) {
  .pagination {
    margin-bottom: 0;
  }
}
.modal {
  background-color: rgba(0, 0, 0, 0.3);
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

@media only screen and (min-width: 576px) {
  .modal_size1 .modal-dialog {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 10px;
  }
}
.modal_size2 .modal-dialog {
  max-width: 700px;
}
.modal_size2 .modal-dialog .modal-header {
  padding: 0.5rem;
  padding-bottom: 0;
}
.modal_size2 .modal-dialog .modal-body {
  padding: 0.5rem 0;
}
.modal_size2 .modal-dialog .slick-dots {
  margin-top: 0;
}

.modal_size3 .modal-dialog {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 60px;
  padding: 0 10px;
}

@media only screen and (min-width: 576px) {
  .modal_size3 .modal-dialog {
    max-width: 650px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 10px;
  }
}
.modal_size4 .modal-dialog {
  max-width: 460px;
}
.modal_size4 .modal-dialog .modal-header {
  padding: 0.5rem;
  padding-bottom: 0;
}
.modal_size4 .modal-dialog .modal-body {
  padding: 0.5rem;
}

@media only screen and (min-width: 576px) {
  .modal_size4 .modal-dialog {
    max-width: 460px;
  }
}
.modal_size_vdo .modal-content {
  border-radius: 0;
  border: none;
  background-color: transparent;
}
.modal_size_vdo .modal-header {
  padding: 20px;
  border-bottom: none;
}
.modal_size_vdo .modal-body {
  padding: 15px;
}
.modal_size_vdo .btn-close {
  --bs-btn-close-opacity: 0.7;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1.5em auto no-repeat;
}
.modal_size_vdo button:focus {
  box-shadow: none;
}

@media only screen and (min-width: 576px) {
  .modal_size_vdo .modal-dialog {
    max-width: 1140px;
    margin: 1rem auto;
  }
}
.maxwidth1 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 1200px) {
  .maxwidth1 {
    max-width: 800px;
  }
}
.maxwidth2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth3 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.press .press-list {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.press .press-list .btn-img {
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .press .card {
    flex: unset;
    width: 31%;
  }
  .press .press-list .btn-img {
    margin-bottom: 0px;
  }
}
.profile_pic {
  max-width: 140px;
  max-height: 140px;
  margin-bottom: 2rem;
}
.profile_pic img {
  border-radius: 50%;
  border: 2px solid #d2d2d2;
}

.slide_size img {
  max-height: 280px;
  border-radius: 0px;
}

ul.slide_margin {
  margin-left: 0;
  padding-left: 0;
}

body {
  font-family: "Noto Sans Thai", serif;
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #283891;
}

h1,
h2,
h3 {
  position: relative;
}

h1 {
  font-size: calc(1.8rem + 1.5vw);
}

h2 {
  font-size: calc(1.6rem + 0.9vw);
}

h3 {
  font-size: calc(1.4rem + 0.6vw);
}

h4 {
  font-size: calc(1.2rem + 0.3vw);
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.75rem;
  }
}
strong {
  font-weight: 600;
}

.emphasis1 {
  color: rgb(17.9668141593, 170.4247787611, 240.5331858407);
}

.dim {
  color: #cccccc;
  text-decoration: line-through;
}

.text-small {
  font-size: 0.9rem;
}

.icon1 {
  font-size: 2.2rem;
  color: white;
}

.icon2 {
  font-size: 2rem;
  color: rgb(13.4026548673, 154.6460176991, 219.5973451327);
  margin-right: 10px;
  margin-top: 0;
}

ul.fa-ul li {
  margin-bottom: 10px;
}
ul.fa-ul li svg, ul.fa-ul li i {
  color: #283891;
  margin-top: 3px;
}

.qa li {
  border-bottom: 1px dashed rgb(178.5, 178.5, 178.5);
  margin-bottom: 20px;
}
.qa li .question, .qa li .answer {
  position: relative;
}
.qa li .question span, .qa li .answer span {
  position: absolute;
  left: 5px;
  font-weight: 600;
}
.qa li .question > div, .qa li .answer > div {
  padding-left: 30px;
}
.qa li .question p {
  font-weight: 600;
}
.qa li .answer {
  color: rgb(51.027027027, 71.4378378378, 184.972972973);
}

.heading {
  background-color: #3068bb;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6 {
  color: #fff !important;
  margin-bottom: 0;
  text-align: center;
}

.btn, .btn:link, .btn:visited {
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 0px;
  transition: all 0.3s;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.btn:active, .btn:focus {
  outline: none;
  box-shadow: none;
}
.btn i {
  margin-right: 5px;
}
.btn:not(:last-child) {
  margin-right: 8px;
}
.btn--bg-white {
  background-color: #fff;
  color: #283891;
}
.btn--bg-white:hover, .btn--bg-white:active, .btn--bg-white:focus {
  background-color: #283891 !important;
  color: #fff !important;
}
.btn--bd-white {
  border: 1px solid #fff !important;
  color: #fff;
}
.btn--bd-white:hover, .btn--bd-white:active, .btn--bd-white:focus {
  color: #fff !important;
  background-color: #283891 !important;
}
.btn--primary {
  border: none !important;
  color: #fff;
  background-color: #283891 !important;
}
.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
  background-color: rgb(80.2162162162, 99.5027027027, 206.7837837838) !important;
  color: #fff !important;
}
.btn--secondary {
  background-color: rgb(198.9, 198.9, 198.9);
  color: #fff;
}
.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
  background-color: #283891 !important;
  color: #2ab3f2 !important;
}
.btn--tertiary {
  background-color: #375aac;
  color: #fff;
}
.btn--tertiary:hover, .btn--tertiary:active, .btn--tertiary:focus {
  background-color: white !important;
  color: #375AAC !important;
}
.btn--four {
  background-color: #ed1c24;
  color: #fff;
}
.btn--four:hover, .btn--four:active, .btn--four:focus {
  background-color: white !important;
  color: #ed1c24 !important;
}

.btn-img, .btn-img-zoom, .btn-img-play, .btn-img-text-hover, .btn-img-text-hover2, .btn-img-text-subject, .btn-img-icon-text-hover {
  border-radius: 0px !important;
  border: 1px solid #dbdbdb;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.btn-img img, .btn-img-zoom img, .btn-img-play img, .btn-img-text-hover img, .btn-img-text-hover2 img, .btn-img-text-subject img, .btn-img-icon-text-hover img {
  transition: all 0.3s ease-in;
}
.btn-img .text-hover, .btn-img-zoom .text-hover, .btn-img-play .text-hover, .btn-img-text-hover .text-hover, .btn-img-text-hover2 .text-hover, .btn-img-text-subject .text-hover, .btn-img-icon-text-hover .text-hover {
  position: absolute;
  padding: 20px;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.btn-img .text-hover h3, .btn-img .text-hover h4, .btn-img .text-hover h5, .btn-img .text-hover h6, .btn-img-zoom .text-hover h3, .btn-img-zoom .text-hover h4, .btn-img-zoom .text-hover h5, .btn-img-zoom .text-hover h6, .btn-img-play .text-hover h3, .btn-img-play .text-hover h4, .btn-img-play .text-hover h5, .btn-img-play .text-hover h6, .btn-img-text-hover .text-hover h3, .btn-img-text-hover .text-hover h4, .btn-img-text-hover .text-hover h5, .btn-img-text-hover .text-hover h6, .btn-img-text-hover2 .text-hover h3, .btn-img-text-hover2 .text-hover h4, .btn-img-text-hover2 .text-hover h5, .btn-img-text-hover2 .text-hover h6, .btn-img-text-subject .text-hover h3, .btn-img-text-subject .text-hover h4, .btn-img-text-subject .text-hover h5, .btn-img-text-subject .text-hover h6, .btn-img-icon-text-hover .text-hover h3, .btn-img-icon-text-hover .text-hover h4, .btn-img-icon-text-hover .text-hover h5, .btn-img-icon-text-hover .text-hover h6 {
  color: #fff;
}
.btn-img .text-hover p, .btn-img-zoom .text-hover p, .btn-img-play .text-hover p, .btn-img-text-hover .text-hover p, .btn-img-text-hover2 .text-hover p, .btn-img-text-subject .text-hover p, .btn-img-icon-text-hover .text-hover p {
  color: #fff;
  margin-bottom: 0;
}
.btn-img:hover img, .btn-img:active img, .btn-img:focus img, .btn-img-zoom:hover img, .btn-img-zoom:active img, .btn-img-zoom:focus img, .btn-img-play:hover img, .btn-img-play:active img, .btn-img-play:focus img, .btn-img-text-hover:hover img, .btn-img-text-hover:active img, .btn-img-text-hover:focus img, .btn-img-text-hover2:hover img, .btn-img-text-hover2:active img, .btn-img-text-hover2:focus img, .btn-img-text-subject:hover img, .btn-img-text-subject:active img, .btn-img-text-subject:focus img, .btn-img-icon-text-hover:hover img, .btn-img-icon-text-hover:active img, .btn-img-icon-text-hover:focus img {
  transform: scale(1.05);
}
.btn-img:hover .text-hover, .btn-img:active .text-hover, .btn-img:focus .text-hover, .btn-img-zoom:hover .text-hover, .btn-img-zoom:active .text-hover, .btn-img-zoom:focus .text-hover, .btn-img-play:hover .text-hover, .btn-img-play:active .text-hover, .btn-img-play:focus .text-hover, .btn-img-text-hover:hover .text-hover, .btn-img-text-hover:active .text-hover, .btn-img-text-hover:focus .text-hover, .btn-img-text-hover2:hover .text-hover, .btn-img-text-hover2:active .text-hover, .btn-img-text-hover2:focus .text-hover, .btn-img-text-subject:hover .text-hover, .btn-img-text-subject:active .text-hover, .btn-img-text-subject:focus .text-hover, .btn-img-icon-text-hover:hover .text-hover, .btn-img-icon-text-hover:active .text-hover, .btn-img-icon-text-hover:focus .text-hover {
  opacity: 1;
}
.btn-img-zoom::before, .btn-img-play::before, .btn-img-text-hover::before, .btn-img-text-hover2::before, .btn-img-text-subject::before, .btn-img-icon-text-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 1;
  transition: all 0.2s ease-in;
  pointer-events: none;
  mask-image: -webkit-linear-gradient(white, black);
}
.btn-img-zoom::after, .btn-img-play::after, .btn-img-text-hover::after, .btn-img-text-hover2::after, .btn-img-text-subject::after, .btn-img-icon-text-hover::after {
  pointer-events: none;
  font: normal normal normal 16px/1 LineAwesome;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0%);
  z-index: 2;
  opacity: 1;
  transition: all 0.3s ease-in;
}
.btn-img-zoom:hover::before, .btn-img-zoom:active::before, .btn-img-zoom:focus::before, .btn-img-play:hover::before, .btn-img-play:active::before, .btn-img-play:focus::before, .btn-img-text-hover:hover::before, .btn-img-text-hover:active::before, .btn-img-text-hover:focus::before, .btn-img-text-hover2:hover::before, .btn-img-text-hover2:active::before, .btn-img-text-hover2:focus::before, .btn-img-text-subject:hover::before, .btn-img-text-subject:active::before, .btn-img-text-subject:focus::before, .btn-img-icon-text-hover:hover::before, .btn-img-icon-text-hover:active::before, .btn-img-icon-text-hover:focus::before {
  opacity: 1;
}
.btn-img-zoom:hover::after, .btn-img-zoom:active::after, .btn-img-zoom:focus::after, .btn-img-play:hover::after, .btn-img-play:active::after, .btn-img-play:focus::after, .btn-img-text-hover:hover::after, .btn-img-text-hover:active::after, .btn-img-text-hover:focus::after, .btn-img-text-hover2:hover::after, .btn-img-text-hover2:active::after, .btn-img-text-hover2:focus::after, .btn-img-text-subject:hover::after, .btn-img-text-subject:active::after, .btn-img-text-subject:focus::after, .btn-img-icon-text-hover:hover::after, .btn-img-icon-text-hover:active::after, .btn-img-icon-text-hover:focus::after {
  transform: translate(-50%, -50%) scale(130%);
  opacity: 1;
}
.btn-img-zoom:hover .text-hover, .btn-img-zoom:active .text-hover, .btn-img-zoom:focus .text-hover, .btn-img-play:hover .text-hover, .btn-img-play:active .text-hover, .btn-img-play:focus .text-hover, .btn-img-text-hover:hover .text-hover, .btn-img-text-hover:active .text-hover, .btn-img-text-hover:focus .text-hover, .btn-img-text-hover2:hover .text-hover, .btn-img-text-hover2:active .text-hover, .btn-img-text-hover2:focus .text-hover, .btn-img-text-subject:hover .text-hover, .btn-img-text-subject:active .text-hover, .btn-img-text-subject:focus .text-hover, .btn-img-icon-text-hover:hover .text-hover, .btn-img-icon-text-hover:active .text-hover, .btn-img-icon-text-hover:focus .text-hover {
  opacity: 1;
}
.btn-img-zoom::after {
  font-size: 34px;
  content: "\f2c3";
}
.btn-img-play::after {
  font-size: 36px;
  content: "\f2bf";
}
.btn-img-text-hover .icon, .btn-img-icon-text-hover .icon {
  max-height: 40px;
  margin-bottom: 15px;
}
.btn-img-text-hover2 .text-top {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2ab3f2;
  padding: 5px 10px;
}
.btn-img-text-hover2 .text-top h1, .btn-img-text-hover2 .text-top h2, .btn-img-text-hover2 .text-top h3, .btn-img-text-hover2 .text-top h4, .btn-img-text-hover2 .text-top h5, .btn-img-text-hover2 .text-top h6 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.btn-img-text-hover2 .text-hover {
  text-align: center;
  justify-content: center;
}
.btn-img-text-hover2 .text-hover h1, .btn-img-text-hover2 .text-hover h2, .btn-img-text-hover2 .text-hover h3, .btn-img-text-hover2 .text-hover h4, .btn-img-text-hover2 .text-hover h5, .btn-img-text-hover2 .text-hover h6 {
  text-align: center;
}
.btn-img-text-hover2 .text-hover i {
  font-size: 36px;
  margin-bottom: 60px;
  transition: all 0.3s ease-in;
}
.btn-img-text-hover2::before {
  background-color: black;
  width: 100%;
  height: 0;
  top: 50%;
}
.btn-img-text-hover2:hover::before, .btn-img-text-hover2:active::before, .btn-img-text-hover2:focus::before {
  opacity: 1;
  height: 100%;
  top: 0;
}
.btn-img-text-hover2:hover .text-hover, .btn-img-text-hover2:active .text-hover, .btn-img-text-hover2:focus .text-hover {
  width: 100%;
  opacity: 1;
}
.btn-img-text-hover2:hover .text-hover i, .btn-img-text-hover2:active .text-hover i, .btn-img-text-hover2:focus .text-hover i {
  font-size: 36px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in;
}
.btn-img-text-hover2:hover img, .btn-img-text-hover2:active img, .btn-img-text-hover2:focus img {
  transform: scale(1);
}
.btn-img-text-hover2:hover::after, .btn-img-text-hover2:active::after, .btn-img-text-hover2:focus::after {
  transform: translate(-50%, -50%) scale(130%);
  opacity: 1;
}
.btn-img-text-subject .text-top {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2ab3f2;
  padding: 5px 10px;
}
.btn-img-text-subject .text-top h1, .btn-img-text-subject .text-top h2, .btn-img-text-subject .text-top h3, .btn-img-text-subject .text-top h4, .btn-img-text-subject .text-top h5, .btn-img-text-subject .text-top h6 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.btn-img-text-subject::before {
  content: none;
}
.btn-img-text-subject:hover .text-top, .btn-img-text-subject:active .text-top, .btn-img-text-subject:focus .text-top {
  background-color: #283891;
}
.btn-img-icon-text-hover::before {
  background-color: black;
  width: 0;
  height: 0;
}
.btn-img-icon-text-hover .text-top {
  position: absolute;
  bottom: 12px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 62px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.btn-img-icon-text-hover .text-top img {
  max-height: 40px;
  margin-right: 10px;
}
.btn-img-icon-text-hover .text-top h3, .btn-img-icon-text-hover .text-top h4, .btn-img-icon-text-hover .text-top h5, .btn-img-icon-text-hover .text-top h6 {
  color: #fff;
  margin-bottom: 3px;
}
.btn-img-icon-text-hover .text-top .item {
  padding-left: 28px;
  height: 74px;
  display: flex;
  align-items: center;
}
.btn-img-icon-text-hover .text-top .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(90.0663716814, 196.1504424779, 244.9336283186);
  width: 12px;
  height: 74px;
}
.btn-img-icon-text-hover:hover::before, .btn-img-icon-text-hover:active::before, .btn-img-icon-text-hover:focus::before {
  opacity: 1;
  height: 100%;
  width: 100%;
}
.btn-img-icon-text-hover:hover .text-hover, .btn-img-icon-text-hover:active .text-hover, .btn-img-icon-text-hover:focus .text-hover {
  width: 100%;
  opacity: 1;
}

.btn-img2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  -webkit-mask-image: -webkit-linear-gradient(white, black);
}
.btn-img2 img {
  max-height: 230px;
  transition: all 0.3s ease-in;
}
.btn-img2:hover img, .btn-img2:active img, .btn-img2:focus img {
  transform: scale(1.03);
}
.btn-img2:hover h4, .btn-img2:active h4, .btn-img2:focus h4 {
  color: rgb(80.2162162162, 99.5027027027, 206.7837837838);
}

.btn-img-left-bg, .btn-img-right-bg {
  border-radius: 0px !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  max-height: 380px;
  display: flex;
  align-items: center;
}
.btn-img-left-bg img, .btn-img-right-bg img {
  width: 100%;
  transition: all 0.3s ease-in;
}
.btn-img-left-bg .text-hover, .btn-img-right-bg .text-hover {
  position: absolute;
  padding: 10px 25px 10px 10px;
  top: 10%;
  bottom: 10%;
  opacity: 1;
  z-index: 3;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 0.3s ease-in;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.btn-img-left-bg .text-hover h3, .btn-img-left-bg .text-hover h4, .btn-img-left-bg .text-hover h5, .btn-img-left-bg .text-hover h6, .btn-img-right-bg .text-hover h3, .btn-img-right-bg .text-hover h4, .btn-img-right-bg .text-hover h5, .btn-img-right-bg .text-hover h6 {
  color: #fff;
  margin-bottom: 5px;
}
.btn-img-left-bg .text-hover p, .btn-img-right-bg .text-hover p {
  color: #fff;
  font-size: 14px;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.btn-img-left-bg .text-hover .link, .btn-img-right-bg .text-hover .link {
  display: flex;
  align-items: center;
  margin-top: 10px;
  transition: all 0.3s ease-in;
}
.btn-img-left-bg .text-hover .link i, .btn-img-right-bg .text-hover .link i {
  font-size: 26px;
  margin-left: 10px;
}
.btn-img-left-bg .text-hover .link a, .btn-img-right-bg .text-hover .link a {
  color: #fff;
}
.btn-img-left-bg:hover img, .btn-img-left-bg:active img, .btn-img-left-bg:focus img, .btn-img-right-bg:hover img, .btn-img-right-bg:active img, .btn-img-right-bg:focus img {
  transform: scale(1.1);
}
.btn-img-left-bg:hover .text-hover, .btn-img-left-bg:active .text-hover, .btn-img-left-bg:focus .text-hover, .btn-img-right-bg:hover .text-hover, .btn-img-right-bg:active .text-hover, .btn-img-right-bg:focus .text-hover {
  opacity: 1;
}
.btn-img-left-bg .text-hover {
  background-image: url(blue-arrow-left.png);
  padding: 10px 25px 10px 10px;
  left: 0;
  right: 25%;
}
.btn-img-left-bg .text-hover .link i {
  margin-left: 10px;
}
.btn-img-left-bg:hover .text-hover .link, .btn-img-left-bg:active .text-hover .link, .btn-img-left-bg:focus .text-hover .link {
  transform: translateX(30px);
}
.btn-img-right-bg .text-hover {
  background-image: url(blue-arrow-right.png);
  padding: 10px 10px 10px 25px;
  left: 25%;
  right: 0;
}
.btn-img-right-bg .text-hover .link {
  transform: translateX(30px);
}
.btn-img-right-bg .text-hover .link i {
  margin-right: 10px;
}
.btn-img-right-bg:hover .text-hover .link, .btn-img-right-bg:active .text-hover .link, .btn-img-right-bg:focus .text-hover .link {
  transform: translateX(0px);
}

@media only screen and (min-width: 576px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 280px;
  }
  .btn-img-left-bg .text-hover, .btn-img-right-bg .text-hover {
    padding: 20px 35px;
    top: 20%;
    bottom: 20%;
  }
  .btn-img-left-bg .text-hover {
    right: 40%;
  }
  .btn-img-right-bg .text-hover {
    left: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 230px;
  }
  .btn-img-left-bg .text-hover {
    right: 50%;
  }
  .btn-img-right-bg .text-hover {
    left: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 300px;
  }
  .btn-img-left-bg .text-hover {
    right: 40%;
  }
  .btn-img-right-bg .text-hover {
    left: 40%;
  }
}
@media only screen and (min-width: 1200px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 350px;
  }
  .btn-img-left-bg .text-hover, .btn-img-right-bg .text-hover {
    top: 25%;
    bottom: 25%;
  }
}
@media only screen and (min-width: 1500px) {
  .btn-img-left-bg, .btn-img-right-bg {
    max-height: 380px;
  }
  .btn-img-left-bg .text-hover {
    right: 50%;
    padding: 20px 60px 20px 100px;
  }
  .btn-img-right-bg .text-hover {
    left: 50%;
    padding: 20px 100px 20px 60px;
  }
}
.btn-img-flip {
  position: relative;
  cursor: default;
  height: 350px;
  perspective: 150rem;
}
.btn-img-flip .heading {
  color: #fff;
  margin-bottom: 0;
}
.btn-img-flip .front-item, .btn-img-flip .back-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: end;
  backface-visibility: hidden;
  transition: all 0.8s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.btn-img-flip .front-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.btn-img-flip .front-item .text-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  background-image: linear-gradient(to right, #283891, #375AAC);
}
.btn-img-flip .front-item .text-top h4, .btn-img-flip .front-item .text-top h5 {
  text-align: center;
}
.btn-img-flip .back-item {
  background-color: #283891;
  transform: rotateY(180deg);
  align-items: center;
}
.btn-img-flip .back-item .text-hover {
  padding: 15px;
  color: #fff;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}
.btn-img-flip .back-item .text-hover h4 {
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.btn-img-flip .back-item .text-hover p {
  color: #fff;
  text-align: center;
}
.btn-img-flip .back-item .text-hover img {
  max-height: 60px;
  margin-bottom: 15px;
}
.btn-img-flip:hover .front-item, .btn-img-flip:active .front-item, .btn-img-flip:focus .front-item {
  transform: rotateY(-180deg);
}
.btn-img-flip:hover .back-item, .btn-img-flip:active .back-item, .btn-img-flip:focus .back-item {
  transform: rotateY(0);
}

.btn-up {
  color: #fff !important;
  background-color: rgba(42, 179, 242, 0.65);
  opacity: 0.65;
}
.btn-up:hover, .btn-up:focus {
  background-color: #2ab3f2;
}

.scrollToTop {
  width: 52px;
  height: 52px;
  padding: 15px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.scrollToTop i {
  margin-top: -6px;
  font-size: 2rem;
}

.showScrollTop {
  opacity: 1 !important;
}

.btn-coin-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: 0;
}
.btn-coin-wrap .btn-coin {
  min-width: 284px;
  padding: 15px;
  position: relative;
  border: 1px solid #bec3de;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.btn-coin-wrap .btn-coin p {
  color: #828282;
  margin-bottom: 10px;
}
.btn-coin-wrap .btn-coin a {
  font-weight: 600;
}
.btn-coin-wrap .btn-coin .img-wrap {
  margin-top: 10px;
}
.btn-coin-wrap .btn-coin .img-wrap img {
  max-height: 30px;
}
.btn-coin-wrap .btn-coin .img-wrap img:not(:last-child) {
  margin-right: 6px;
}
.btn-coin-wrap .btn-coin:hover, .btn-coin-wrap .btn-coin:active, .btn-coin-wrap .btn-coin:focus {
  background-color: #2ab3f2;
}
.btn-coin-wrap .btn-coin:hover a, .btn-coin-wrap .btn-coin:hover p, .btn-coin-wrap .btn-coin:active a, .btn-coin-wrap .btn-coin:active p, .btn-coin-wrap .btn-coin:focus a, .btn-coin-wrap .btn-coin:focus p {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .btn-coin-wrap {
    flex-direction: column;
    margin-right: 15px;
  }
  .btn-coin-wrap .btn-coin {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.btn-coin-wrap2 {
  margin-right: 0;
}
.btn-coin-wrap2 .btn-coin {
  width: 100%;
  padding: 15px;
  position: relative;
  border: 1px solid #bec3de;
  transition: all 0.3s ease-in-out;
}
.btn-coin-wrap2 .btn-coin p {
  color: #828282;
  margin-bottom: 10px;
}
.btn-coin-wrap2 .btn-coin a {
  font-weight: 600;
}
.btn-coin-wrap2 .btn-coin .img-wrap {
  margin-top: 10px;
}
.btn-coin-wrap2 .btn-coin .img-wrap img {
  max-height: 30px;
}
.btn-coin-wrap2 .btn-coin .img-wrap img:not(:last-child) {
  margin-right: 6px;
}
.btn-coin-wrap2 .btn-coin:hover, .btn-coin-wrap2 .btn-coin:active, .btn-coin-wrap2 .btn-coin:focus {
  background-color: #2ab3f2;
}
.btn-coin-wrap2 .btn-coin:hover a, .btn-coin-wrap2 .btn-coin:hover p, .btn-coin-wrap2 .btn-coin:active a, .btn-coin-wrap2 .btn-coin:active p, .btn-coin-wrap2 .btn-coin:focus a, .btn-coin-wrap2 .btn-coin:focus p {
  color: #fff;
}

.card-img-link-primary .card, .card-img-cnt-primary .card {
  position: relative;
  border: 1px solid rgb(216.75, 216.75, 216.75);
  background-color: transparent;
  border-radius: 0px !important;
  overflow: hidden;
  transition: all 0.5s;
}
.card-img-link-primary .card .img-card, .card-img-cnt-primary .card .img-card {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgb(216.75, 216.75, 216.75);
}
.card-img-link-primary .card .img-card img.card-img-top, .card-img-cnt-primary .card .img-card img.card-img-top {
  transition: all 0.5s;
}
.card-img-link-primary .card .img-card .card-img-top, .card-img-cnt-primary .card .img-card .card-img-top {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.card-img-link-primary .card .img-card .card-label, .card-img-cnt-primary .card .img-card .card-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1c24;
  color: #fff;
  font-weight: 700;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.card-img-link-primary .card .img-card .card-label p, .card-img-cnt-primary .card .img-card .card-label p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 8px;
}
.card-img-link-primary .card .img-card .card-label:has(> p:empty), .card-img-cnt-primary .card .img-card .card-label:has(> p:empty) {
  background-color: transparent !important;
  color: transparent !important;
}
.card-img-link-primary .card .card-body, .card-img-cnt-primary .card .card-body {
  display: flex;
  flex-direction: column;
}
.card-img-link-primary .card .card-body .card-title, .card-img-cnt-primary .card .card-body .card-title {
  margin-bottom: 3px;
}
.card-img-link-primary .card .card-body .card-text-small, .card-img-cnt-primary .card .card-body .card-text-small {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.card-img-link-primary .card .card-body .card-text-small::before, .card-img-cnt-primary .card .card-body .card-text-small::before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(178.5, 178.5, 178.5);
  margin-right: 10px;
}
.card-img-link-primary .card .card-body .card-text-em, .card-img-cnt-primary .card .card-body .card-text-em {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
}
.card-img-link-primary .card .card-footer, .card-img-cnt-primary .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding-top: 0;
}

.card-img-link-primary .card:hover .img-card img.card-img-top, .card-img-link-primary .card:active .img-card img.card-img-top, .card-img-link-primary .card:focus .img-card img.card-img-top {
  transform: scale(1.05);
}

.card-img-link-secondary, .card-img-cnt-secondary {
  display: flex;
  flex-wrap: wrap;
}
.card-img-link-secondary .col-md-6, .card-img-link-secondary .col-lg-12, .card-img-link-secondary .col-xl-6, .card-img-cnt-secondary .col-md-6, .card-img-cnt-secondary .col-lg-12, .card-img-cnt-secondary .col-xl-6 {
  display: flex;
}
.card-img-link-secondary .col-md-6 .card, .card-img-link-secondary .col-lg-12 .card, .card-img-link-secondary .col-xl-6 .card, .card-img-cnt-secondary .col-md-6 .card, .card-img-cnt-secondary .col-lg-12 .card, .card-img-cnt-secondary .col-xl-6 .card {
  flex: 0 0 100%;
}
.card-img-link-secondary .card, .card-img-cnt-secondary .card {
  border: none;
  border-radius: 0px !important;
  background-color: transparent;
  overflow: hidden;
  flex-direction: column;
  flex: 0 0 100%;
  transition: all 0.5s;
  position: relative;
}
.card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
  position: relative;
  overflow: hidden;
  flex-basis: 28%;
  min-height: 270px;
}
.card-img-link-secondary .card .img-card .bg-img, .card-img-cnt-secondary .card .img-card .bg-img {
  height: 100%;
  transition: all 0.5s;
  background-size: cover;
  background-position: center;
}
.card-img-link-secondary .card .img-card .card-img-top, .card-img-cnt-secondary .card .img-card .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card-img-link-secondary .card .img-card .card-label, .card-img-cnt-secondary .card .img-card .card-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1c24;
  color: #fff;
  font-weight: 700;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.card-img-link-secondary .card .img-card .card-label p, .card-img-cnt-secondary .card .img-card .card-label p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 8px;
}
.card-img-link-secondary .card .img-card .card-label:has(> p:empty), .card-img-cnt-secondary .card .img-card .card-label:has(> p:empty) {
  background-color: transparent !important;
  color: transparent !important;
}
.card-img-link-secondary .card .card-body, .card-img-cnt-secondary .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-basis: 72%;
}
.card-img-link-secondary .card .card-body .card-title, .card-img-cnt-secondary .card .card-body .card-title {
  margin-bottom: 3px;
}
.card-img-link-secondary .card .card-body .card-text-small, .card-img-cnt-secondary .card .card-body .card-text-small {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.card-img-link-secondary .card .card-body .card-text-small::before, .card-img-cnt-secondary .card .card-body .card-text-small::before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(178.5, 178.5, 178.5);
  margin-right: 10px;
}
.card-img-link-secondary .card .card-body .card-text-em, .card-img-cnt-secondary .card .card-body .card-text-em {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
}
.card-img-link-secondary .card .card-footer, .card-img-cnt-secondary .card .card-footer {
  background-color: transparent;
  border-top: none;
  padding-top: 0;
}

.card-img-link-secondary .card:hover .img-card .bg-img, .card-img-link-secondary .card:active .img-card .bg-img, .card-img-link-secondary .card:focus .img-card .bg-img {
  transform: scale(1.08);
}

@media only screen and (min-width: 576px) {
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    min-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .card-img-link-secondary .card, .card-img-cnt-secondary .card {
    flex-direction: column;
    flex: 0 0 48.4%;
  }
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    min-height: 330px;
  }
}
@media only screen and (min-width: 992px) {
  .card-img-link-secondary .card, .card-img-cnt-secondary .card {
    flex-direction: row;
    flex: 0 0 100%;
  }
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    flex-basis: 40%;
  }
  .card-img-link-secondary .card .card-body, .card-img-cnt-secondary .card .card-body {
    flex-basis: 60%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-img-link-secondary .card .img-card, .card-img-cnt-secondary .card .img-card {
    flex-basis: 40%;
  }
  .card-img-link-secondary .card .card-body, .card-img-cnt-secondary .card .card-body {
    flex-basis: 60%;
  }
}
.card-ic-link-primary .card, .card-ic-cnt-primary .card {
  position: relative;
  border: none;
  border-radius: 0px !important;
  overflow: hidden;
  width: 100%;
  align-items: center;
  transition: all 0.4s;
}
.card-ic-link-primary .card .img-card, .card-ic-cnt-primary .card .img-card {
  margin: 15px;
  margin-bottom: 0;
  background-color: rgb(80.2162162162, 99.5027027027, 206.7837837838);
  border-radius: 50%;
  padding: 10px;
  width: 80px;
  height: 80px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-ic-link-primary .card .img-card img, .card-ic-cnt-primary .card .img-card img {
  max-height: 24px;
  transition: all 0.5s;
  width: auto;
}
.card-ic-link-primary .card .img-card .card-label, .card-ic-cnt-primary .card .img-card .card-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1c24;
  color: #fff;
  font-weight: 700;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.card-ic-link-primary .card .img-card .card-label p, .card-ic-cnt-primary .card .img-card .card-label p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 8px;
}
.card-ic-link-primary .card .img-card .card-label:has(> p:empty), .card-ic-cnt-primary .card .img-card .card-label:has(> p:empty) {
  background-color: transparent !important;
  color: transparent !important;
}
.card-ic-link-primary .card .card-body, .card-ic-cnt-primary .card .card-body {
  width: 100%;
}
.card-ic-link-primary .card .card-body .card-title, .card-ic-cnt-primary .card .card-body .card-title {
  margin-bottom: 3px;
  text-align: center;
}
.card-ic-link-primary .card .card-body .card-text, .card-ic-cnt-primary .card .card-body .card-text {
  text-align: center;
}
.card-ic-link-primary .card .card-body .card-text-small, .card-ic-cnt-primary .card .card-body .card-text-small {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
}
.card-ic-link-primary .card .card-body .card-text-small::before, .card-ic-cnt-primary .card .card-body .card-text-small::before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(178.5, 178.5, 178.5);
  margin-right: 10px;
}
.card-ic-link-primary .card .card-body .card-text-em, .card-ic-cnt-primary .card .card-body .card-text-em {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.card-ic-link-primary .card .card-body a, .card-ic-cnt-primary .card .card-body a {
  color: #999999;
  text-align: center;
}
.card-ic-link-primary .card .card-body p, .card-ic-cnt-primary .card .card-body p {
  margin-bottom: 0;
}

.card-ic-link-primary .card:hover, .card-ic-link-primary .card:active, .card-ic-link-primary .card:focus {
  z-index: 2;
  background-color: rgb(234.2654867257, 247.6017699115, 253.7345132743);
  cursor: pointer;
}
.card-ic-link-primary .card:hover .img-card, .card-ic-link-primary .card:active .img-card, .card-ic-link-primary .card:focus .img-card {
  background-color: #283891;
}
.card-group.card-ic-link-secondary, .card-group.card-ic-cnt-secondary {
  flex-direction: column;
}

.card-ic-link-secondary .card, .card-ic-cnt-secondary .card {
  border: none;
  border-radius: 0px !important;
  overflow: hidden;
  flex-direction: column;
  transition: all 0.5s;
}
.card-ic-link-secondary .card .img-card, .card-ic-cnt-secondary .card .img-card {
  margin: 15px;
  margin-right: 0;
  background-color: rgb(80.2162162162, 99.5027027027, 206.7837837838);
  border-radius: 50%;
  padding: 10px;
  width: 70px;
  height: 70px;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-ic-link-secondary .card .img-card img, .card-ic-cnt-secondary .card .img-card img {
  max-height: 30px;
  width: auto;
}
.card-ic-link-secondary .card .img-card .card-label, .card-ic-cnt-secondary .card .img-card .card-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ed1c24;
  color: #fff;
  font-weight: 700;
  width: 80px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.card-ic-link-secondary .card .img-card .card-label p, .card-ic-cnt-secondary .card .img-card .card-label p {
  font-size: 12px;
  text-transform: uppercase;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 25px;
  margin-left: 8px;
}
.card-ic-link-secondary .card .img-card .card-label:has(> p:empty), .card-ic-cnt-secondary .card .img-card .card-label:has(> p:empty) {
  background-color: transparent !important;
  color: transparent !important;
}
.card-ic-link-secondary .card .card-body, .card-ic-cnt-secondary .card .card-body {
  position: relative;
  flex-basis: 80%;
}
.card-ic-link-secondary .card .card-body .card-title, .card-ic-cnt-secondary .card .card-body .card-title {
  margin-bottom: 3px;
}
.card-ic-link-secondary .card .card-body .card-text-small, .card-ic-cnt-secondary .card .card-body .card-text-small {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.card-ic-link-secondary .card .card-body .card-text-small::before, .card-ic-cnt-secondary .card .card-body .card-text-small::before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgb(178.5, 178.5, 178.5);
  margin-right: 10px;
}
.card-ic-link-secondary .card .card-body .card-text-em, .card-ic-cnt-secondary .card .card-body .card-text-em {
  color: #283891;
  font-size: 18px;
  font-weight: 600;
}
.card-ic-link-secondary .card .card-body a, .card-ic-cnt-secondary .card .card-body a {
  color: #333333;
}
.card-ic-link-secondary .card .card-body p, .card-ic-cnt-secondary .card .card-body p {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .card-ic-link-secondary .card, .card-ic-cnt-secondary .card {
    flex-direction: row;
  }
}
.card-ic-link-secondary .card:hover, .card-ic-link-secondary .card:active, .card-ic-link-secondary .card:focus {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
  transform: scale(1.02);
  background-color: rgb(234.2654867257, 247.6017699115, 253.7345132743);
}
.card-ic-link-secondary .card:hover .img-card, .card-ic-link-secondary .card:active .img-card, .card-ic-link-secondary .card:focus .img-card {
  background-color: #283891;
}

.card-body, .card-footer {
  padding: 15px;
}

.card-5cols .card {
  flex: 1 0 0%;
}

@media only screen and (min-width: 576px) {
  .card-5cols .card {
    flex: 1 0 100%;
  }
}
@media only screen and (min-width: 768px) {
  .card-5cols .card {
    flex: 0 0 48.4%;
  }
}
@media only screen and (min-width: 992px) {
  .card-5cols .card {
    flex: 0 0 32.1%;
  }
}
@media only screen and (min-width: 1200px) {
  .card-5cols .card {
    flex: 0 0 18.8%;
  }
}
@media only screen and (min-width: 1400px) {
  .card-5cols .card {
    flex: 0 0 19%;
  }
}
.header {
  z-index: 100;
}
.header .navbar-toggler-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.30%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header .navbar {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.2);
}
.header .navbar .navbar-toggler {
  border: none;
}
.header .navbar .navbar-toggler:focus {
  box-shadow: none;
}
.header .navbar .navbar-brand {
  margin: 10px;
  padding-bottom: 0;
  padding-top: 0;
}
.header .navbar .navbar-brand img.logo {
  max-height: 35px;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: #283891;
  padding: 0.8rem 1.2rem;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}
.header .navbar .navbar-nav .nav-item .nav-link::before {
  opacity: 0;
  background-color: rgb(90.0663716814, 196.1504424779, 244.9336283186);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.4s;
  z-index: -1;
}
.header .navbar .navbar-nav .nav-item .nav-link::before {
  width: 100%;
  height: 0px;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link:active {
  color: #fff;
  outline: none;
  background-color: #283891;
}
.header .navbar .navbar-nav .nav-item .nav-link:hover::before, .header .navbar .navbar-nav .nav-item .nav-link:active::before {
  width: 100%;
  height: 76%;
  opacity: 1;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: rgb(13.989380531, 161.4159292035, 229.210619469);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu.show {
  margin-top: 0;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  position: relative;
  color: #fff;
  margin-bottom: 2px;
  z-index: 1;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
  opacity: 0;
  background-color: rgb(90.0663716814, 196.1504424779, 244.9336283186);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.4s;
  z-index: -1;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item::before {
  width: 100% !important;
  height: 0 !important;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background-color: #2ab3f2;
  color: #fff;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover::before, .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus::before {
  height: 100% !important;
  opacity: 1 !important;
}
.header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header.sticky .navbar .navbar-brand img.logo, .header.sticky .top .navbar-brand img.logo {
  max-height: 35px;
}

@media only screen and (min-width: 992px) {
  .header .navbar .navbar-brand {
    margin: 10px 26px;
  }
  .header .navbar .navbar-brand img.logo {
    max-height: 44px;
  }
}
.manage-menu button {
  color: #283891;
}
.manage-menu button i {
  color: #283891;
}
.manage-menu button:hover {
  color: rgb(80.2162162162, 99.5027027027, 206.7837837838);
}
.manage-menu button:hover i {
  color: rgb(80.2162162162, 99.5027027027, 206.7837837838);
}
.manage-menu .dropdown-menu {
  background-color: rgb(13.989380531, 161.4159292035, 229.210619469);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
  border: none;
  border-radius: 0;
  margin-top: 0px;
  display: none;
  position: absolute;
  inset: 0px 0px auto auto;
  margin-right: 0px;
  margin-left: 0px;
  transform: translate3d(-8.5px, 26.5px, 0px);
}
.manage-menu .dropdown-menu .dropdown-item {
  position: relative;
  color: #fff;
  font-weight: 400;
  margin-bottom: 2px;
  margin-right: 0;
  z-index: 1;
}
.manage-menu .dropdown-menu .dropdown-item::before {
  opacity: 0;
  background-color: rgb(90.0663716814, 196.1504424779, 244.9336283186);
  position: absolute;
  top: 0px;
  left: 0px;
  transition: all 0.4s;
  z-index: -1;
}
.manage-menu .dropdown-menu .dropdown-item::before {
  width: 100% !important;
  height: 0 !important;
}
.manage-menu .dropdown-menu .dropdown-item:hover, .manage-menu .dropdown-menu .dropdown-item:focus {
  background-color: #2ab3f2;
  color: #fff;
}
.manage-menu .dropdown-menu .dropdown-item:hover::before, .manage-menu .dropdown-menu .dropdown-item:focus::before {
  height: 100% !important;
  opacity: 1 !important;
}
.manage-menu .btn {
  padding: 0;
}

#side-menu .dropdown-menu {
  background-color: rgba(40, 56, 145, 0.85);
  border: none;
  border-radius: 0;
}
#side-menu .dropdown-menu .dropdown-item {
  position: relative;
}
#side-menu .dropdown-menu .dropdown-item::before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 6px;
  left: 0;
  color: #fff;
}
#side-menu .dropdown-menu .dropdown-item:hover {
  background-color: #2ab3f2;
}

#side-menu {
  background-color: #283891;
  width: 330px;
}
#side-menu .close {
  background-color: transparent;
  border: none;
  color: #fff;
  line-height: 2rem;
  font-size: 50px;
  font-weight: lighter;
}
#side-menu .nav-link {
  color: #fff;
  font-weight: 400;
}
#side-menu .dropdown-item {
  color: #fff;
}

.navtab-style1 {
  margin-top: 70px;
  z-index: 2;
  position: relative;
}
.navtab-style1 > .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-top: 1px;
}
.navtab-style1 > .nav-tabs .nav-item {
  width: unset;
  flex: 1 1 auto !important;
  text-align: center;
  margin: 0 1px;
  display: flex;
  min-height: 90px;
  min-width: 200px;
}
.navtab-style1 > .nav-tabs .nav-link {
  color: #283891;
  border: none;
  background-color: rgba(226, 237, 254, 0.8);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom: 3px solid #fff;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
}
.navtab-style1 > .nav-tabs .nav-link span {
  font-size: 14px;
  max-width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.navtab-style1 > .nav-tabs .nav-link img {
  height: 16px;
  margin-right: 10px;
}
.navtab-style1 > .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #283891;
}
.navtab-style1 > .nav-tabs .nav-link.active, .navtab-style1 > .nav-tabs .nav-link:focus {
  color: #fff;
  background-color: #2ab3f2;
}

@media only screen and (min-width: 1100px) {
  .navtab-style1 {
    margin-top: -91px;
  }
  .navtab-style1 .nav-tabs .nav-link {
    border: none;
  }
  .navtab-style1 .nav-tabs .nav-link.active, .navtab-style1 .nav-tabs .nav-link:focus {
    color: #283891;
    background-color: #fff;
  }
}
.navtab-style2 {
  margin-top: 3rem;
}
.navtab-style2 .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: start;
  position: relative;
  flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: auto;
}
.navtab-style2 .nav-tabs::after {
  content: "";
  background-color: #dcdcdc;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.navtab-style2 .nav-tabs .nav-item {
  text-align: center;
  margin: 0 2px;
  min-height: unset;
  flex: unset !important;
  white-space: nowrap;
}
.navtab-style2 .nav-tabs .nav-link {
  color: #283891;
  border: none;
  background-color: #fff;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: unset;
  border-bottom: 6px solid #fff;
  font-size: 20px;
  font-weight: 600;
}
.navtab-style2 .nav-tabs .nav-link img {
  height: 16px;
  margin-right: 10px;
}
.navtab-style2 .nav-tabs .nav-link:hover {
  color: #283891;
  background-color: #fff;
  border-bottom: 6px solid #283891;
}
.navtab-style2 .nav-tabs .nav-link.active, .navtab-style2 .nav-tabs .nav-link:focus {
  color: #283891;
  background-color: transparent;
  border-bottom: 6px solid #2ab3f2;
}
.navtab-style2 .tab-content .tab-pane {
  padding-top: 2rem;
}

.navtab-style3 .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: start;
  position: relative;
}
.navtab-style3 .nav-tabs .nav-item {
  text-align: center;
  margin: 0 2px;
  min-height: unset;
  flex: unset !important;
}
.navtab-style3 .nav-tabs .nav-link {
  color: #fff;
  border: none;
  background-color: #4e4b4b;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: unset;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 30px;
}
.navtab-style3 .nav-tabs .nav-link img {
  height: 16px;
  margin-right: 10px;
}
.navtab-style3 .nav-tabs .nav-link:hover {
  color: #283891;
  background-color: #fff;
}
.navtab-style3 .nav-tabs .nav-link.active, .navtab-style3 .nav-tabs .nav-link:focus {
  color: #fff;
  background-color: #2ab3f2;
}
.navtab-style3 .tab-content .tab-pane {
  padding-top: 2rem;
}

.navtab-style4 > .nav-tabs {
  border-bottom: none;
  display: flex;
  justify-content: start;
  border-bottom: 3px solid #dcdcdc;
  position: relative;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
.navtab-style4 > .nav-tabs .nav-item {
  text-align: center;
  margin: 0 2px;
  min-height: unset;
  flex: unset !important;
}
.navtab-style4 > .nav-tabs .nav-link {
  color: #fff;
  border: none;
  background-color: transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: unset;
  border-bottom: 6px solid transparent;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.navtab-style4 > .nav-tabs .nav-link img {
  height: 16px;
  margin-right: 10px;
}
.navtab-style4 > .nav-tabs .nav-link:hover {
  color: #2ab3f2;
  background-color: transparent;
  border-bottom: 6px solid transparent;
}
.navtab-style4 > .nav-tabs .nav-link.active, .navtab-style4 > .nav-tabs .nav-link:focus {
  color: #fff;
  background-color: transparent;
  border-bottom: 6px solid #2ab3f2;
}
.navtab-style4 .tab-content .tab-pane {
  padding-top: 2rem;
}

.accordion .accordion-header::after {
  content: none !important;
}
.accordion .accordion-button {
  background-color: rgb(242.25, 242.25, 242.25);
  border-radius: calc(0.25rem - 1px) !important;
  margin-bottom: 10px;
}
.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-button:focus {
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: rgb(10.4690265487, 120.796460177, 171.5309734513);
  box-shadow: none;
}
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion .accordion-item {
  border: none;
  border-radius: calc(0.25rem - 1px) !important;
  margin-bottom: 10px;
}

.pmain {
  position: relative;
}
.pmain .carousel-inner img {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.pmain .carousel-indicators li {
  background-color: #cccccc;
  opacity: 1;
}
.pmain .carousel-indicators .active {
  background-color: #283891;
}
.pmain .carousel-caption {
  display: flex;
  flex-direction: column;
  justify-content: center;
  right: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.pmain .carousel-caption .bg-caption {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 2rem 1.25rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
}
.pmain .carousel-caption .bg-caption h1 {
  font-weight: 500 !important;
  color: white;
  margin-bottom: 1rem;
  padding-bottom: 0;
}
.pmain .carousel-caption .bg-caption h1::after {
  width: 60px;
  height: 4px;
  background-color: #283891;
  position: absolute;
  left: 0;
  bottom: -30px;
}
.pmain .carousel-caption .bg-caption p {
  color: #fff;
  padding: 0;
  font-weight: 500;
}

@media only screen and (min-width: 1200px) {
  .pmain .carousel-caption .bg-caption {
    padding: 1.25rem;
  }
}
.vdo1 {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 350px;
  color: #fff;
}
.vdo1 .content {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  min-height: 350px;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vdo1 .content h3 {
  color: #fff;
}
.vdo1 .content h3::after {
  content: none;
}
.vdo1 .content i {
  font-size: 90px;
}
.vdo1 .content a {
  color: rgba(255, 255, 255, 0.55);
}
.vdo1 .content a:hover, .vdo1 .content a:focus {
  color: white;
}

.vdo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

.vdo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vdo-wrap {
  padding: 0px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.vdo-modal .modal {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.vdo-modal .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 15px auto;
}
.vdo-modal .modal-content {
  background-color: transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.vdo-modal .modal-header {
  padding: 0 15px;
  border-bottom: none;
}
.vdo-modal .modal-body {
  padding: 15px;
}
.vdo-modal .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
.vdo-modal button:focus {
  outline: none;
}

.table-style1 .table {
  min-width: 600px;
}
.table-style1 .table thead th {
  vertical-align: middle;
  border-bottom: none;
  background-color: #ececec;
  text-align: center;
  color: rgb(28.972972973, 40.5621621622, 105.027027027);
  font-weight: 600;
}
.table-style1 .table td, .table-style1 .table th {
  border: 1px solid #dadada;
}
.table-style1 .table .btn--primary {
  font-size: 14px;
}
.table-style1 img {
  max-height: 35px;
  max-width: 87px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

ul.divide-li li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #b2b2b2;
}
ul.divide-li li:last-child {
  margin-bottom: 30px;
}

.news-image-wrap {
  max-height: 636px;
  overflow: hidden;
  overflow-y: scroll;
}

.top {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c0c0;
  position: relative;
}
.top .logo {
  max-height: 30px;
}
.top a {
  color: #283891;
  font-size: 14px;
  font-weight: 600;
}
.top a i {
  margin-right: 5px;
}
.top a:not(:last-child) {
  margin-right: 1rem;
}
.top a:hover {
  color: rgb(80.2162162162, 99.5027027027, 206.7837837838);
}
.top .ic-toggle {
  position: absolute;
  top: 5px;
  right: 10px;
}

@media only screen and (min-width: 992px) {
  .top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .top .logo {
    max-height: 50px;
  }
  .top a {
    font-size: 16px;
  }
}
.footer {
  color: #fff;
  background-color: rgb(76.5, 76.5, 76.5);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer h5, .footer h6 {
  color: #fff;
  margin-bottom: 5px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: rgb(90.0663716814, 196.1504424779, 244.9336283186);
}
.footer .text-small {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0;
  text-align: left;
}

.social {
  display: flex;
  align-items: center;
  justify-content: end;
}
.social i {
  font-size: 1.25rem;
  padding: 0.55rem;
  color: #fff;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  text-align: center;
  transition: all 0.3s;
}
.social i:hover {
  color: #fff;
  background-color: #283891;
}
.social a:not(:last-child) {
  margin-right: 0.3rem;
}
.social .ic-line {
  display: inline-block;
  background-image: url(../../assets/img/ic_line.svg);
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  vertical-align: bottom;
  transition: all 0.3s;
}
.social .ic-line:hover, .social .ic-line:focus {
  background-color: #283891;
}

.top .social {
  align-items: center;
}
.top .social i {
  font-size: 18px;
  width: 30px;
  height: 30px;
  padding: 6px;
  border: none;
}
.top .social a:not(:last-child) {
  margin-right: 3px;
}
.top .social .ic-line {
  width: 30px;
  height: 30px;
  border: none;
}

.copyr {
  color: #fff;
  background-color: rgb(45.9, 45.9, 45.9);
  padding-top: 10px;
  padding-bottom: 10px;
}

.lg-wrap {
  max-width: 280px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
}

.lg-pad {
  width: 120px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}
.lg-pad img {
  max-width: 120px;
  max-height: 50px;
  width: auto;
}

@media only screen and (min-width: 576px) {
  .lg-wrap {
    max-width: 420px;
  }
}
@media only screen and (min-width: 768px) {
  .lg-wrap {
    max-width: 630px;
  }
  .lg-pad {
    width: 190px;
    height: 100px;
  }
  .lg-pad img {
    max-width: 140px;
    max-height: 65px;
  }
}
@media only screen and (min-width: 992px) {
  .lg-wrap {
    max-width: 880px;
  }
}
@media only screen and (min-width: 1200px) {
  .lg-wrap {
    max-width: 1290px;
  }
  .lg-wrap .lg-pad {
    width: 190px;
    height: 100px;
  }
  .lg-wrap .lg-pad img {
    max-width: 150px;
    max-height: 70px;
  }
}
.h_pagein {
  position: relative;
  background-image: url(../../assets/img/bg_header.jpg);
  background-size: cover;
  background-position: left top;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.h_pagein > div > div {
  display: flex;
  flex-direction: column;
}
.h_pagein h1, .h_pagein h2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-shadow: 3px 3px 5px #000;
}

.bg-heading {
  background-color: #3068bb;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.bg-heading h1, .bg-heading h2, .bg-heading h3, .bg-heading h4, .bg-heading h5, .bg-heading h6, .bg-heading p {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}

.subhead1 {
  position: relative;
  color: #283891;
  padding-bottom: 8px;
  margin-bottom: 30px;
}
.subhead1::after {
  content: "";
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #2ab3f2;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 10px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 42%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.8;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 50px;
  line-height: 1;
  color: #999999;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f104";
}
[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f105";
}
[dir=rtl] .slick-next:before {
  content: "\f104";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #283891;
  opacity: 0.8;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 10px;
  line-height: 1;
  content: "\f111";
  width: 20px;
  height: 20px;
  text-align: center;
  color: #b7b7b7;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #ed1c24;
  opacity: 1;
}

.slider3-2-1 .slick-list, .slider4-2-1 .slick-list {
  display: flex;
}
.slider3-2-1 .slick-list .slick-track, .slider4-2-1 .slick-list .slick-track {
  display: flex;
}
.slider3-2-1 .slick-list .slick-track .slick-slide > div, .slider4-2-1 .slick-list .slick-track .slick-slide > div {
  display: flex;
  height: 100%;
}
.slider3-2-1 .slick-list .slick-track .slick-slide .card, .slider4-2-1 .slick-list .slick-track .slick-slide .card {
  height: 100%;
}
.slider3-2-1 .shadow, .slider4-2-1 .shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15) !important;
}

.autoplay .lg-pad {
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  padding-bottom: 15px;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition-delay: 50ms;
}

.slick-slider {
  margin: 0 40px;
}

.calendar-wrapper {
  max-width: fit-content;
  min-height: 426px;
  border: 1px solid #dbdbdb;
  background: #fff;
  position: relative;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.09);
}
.calendar-wrapper table {
  clear: both;
  width: 296px;
  border: none;
  border-radius: 3px;
  border-collapse: collapse;
  color: #444;
}
.calendar-wrapper td {
  height: 45px;
  text-align: center;
  vertical-align: middle;
  width: 100%/7;
  font-size: 14px;
  font-weight: 600;
}
.calendar-wrapper td a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar-wrapper td a:hover {
  color: #2ab3f2;
}
.calendar-wrapper td:has(a:focus) {
  background-color: #f1f1f1;
}
.calendar-wrapper td.not-current {
  color: #c0c0c0;
}
.calendar-wrapper td.today {
  font-weight: 700;
  color: rgb(40, 40, 59);
  font-size: 1.1em;
}
.calendar-wrapper td.holiday {
  color: #fff;
  background-color: #bd1f1f;
  border: 1px solid #fff;
}
.calendar-wrapper thead td {
  border: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 600;
  background-color: rgb(26.7675675676, 37.4745945946, 97.0324324324);
}
.calendar-wrapper .btnPrev, .calendar-wrapper .btnPrev2 {
  /* float:left; */
  margin-bottom: 20px;
  left: 10px;
}
.calendar-wrapper .btnPrev:before, .calendar-wrapper .btnPrev2:before {
  content: "\f104";
  font-family: FontAwesome;
  padding-right: 4px;
}
.calendar-wrapper .btnNext, .calendar-wrapper .btnNext2 {
  /* float:right; */
  margin-bottom: 20px;
  right: 10px;
}
.calendar-wrapper .btnNext:after, .calendar-wrapper .btnNext2:after {
  content: "\f105";
  font-family: FontAwesome;
  padding-left: 4px;
}
.calendar-wrapper .btnPrev, .calendar-wrapper .btnNext, .calendar-wrapper .btnPrev2, .calendar-wrapper .btnNext2 {
  position: absolute;
  top: 6px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 1.3em;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.calendar-wrapper .btnPrev:hover, .calendar-wrapper .btnNext:hover, .calendar-wrapper .btnPrev2:hover, .calendar-wrapper .btnNext2:hover {
  color: #2ab3f2;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .calendar-wrapper table {
    width: 330px;
  }
}
.day-cell {
  position: relative;
}

.event-calendar {
  position: absolute;
  bottom: 4px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}
.event-calendar .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-flex;
  margin: 0 2px;
}

.event-legend, .event-list {
  padding-left: 15px;
  margin-left: 15px;
  list-style-type: none;
  margin-bottom: 10px;
  margin-top: 15px;
}
.event-legend li, .event-list li {
  position: relative;
  font-size: 13px;
  margin-bottom: 0px;
}
.event-legend li .dot, .event-list li .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-flex;
  margin: 0 2px;
  position: absolute;
  top: 6px;
  left: -20px;
}

.event-list {
  margin-left: 0px;
}
.event-list li {
  font-size: 1rem;
  margin-bottom: 10px;
}
.event-list li .dot {
  width: 8px;
  height: 8px;
  top: 9px;
}

.event-action1 .event1 {
  background-color: #2ab3f2;
}
.event-action1 .event2 {
  background-color: #1d4698;
}
.event-action1 .event3 {
  background-color: #7b7b7b;
}
.event-action1 .textcolor1 {
  color: rgb(13.4026548673, 154.6460176991, 219.5973451327);
  font-weight: 600;
}
.event-action1 .textcolor1:hover, .event-action1 .textcolor1:focus {
  color: rgb(66.0331858407, 187.5752212389, 243.4668141593);
  text-decoration: none;
}
.event-action1 .textcolor2 {
  color: #1d4698;
  font-weight: 600;
}
.event-action1 .textcolor2:hover, .event-action1 .textcolor2:focus {
  color: rgb(42.955801105, 100.1519337017, 214.544198895);
  text-decoration: none;
}
.event-action1 .textcolor3 {
  color: #7b7b7b;
  font-weight: 600;
}
.event-action1 .textcolor3:hover, .event-action1 .textcolor3:focus {
  color: rgb(161.25, 161.25, 161.25);
  text-decoration: none;
}

.event-action2 .event1 {
  background-color: #ff8400;
}
.event-action2 .event2 {
  background-color: #0da101;
}
.event-action2 .textcolor1 {
  color: #ff8400;
  font-weight: 600;
}
.event-action2 .textcolor2 {
  color: #0da101;
  font-weight: 600;
}

.event-holiday {
  background-color: #bd1f1f;
}

.textcolor-holiday {
  color: #bd1f1f;
  font-weight: 600;
}

.event-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.event-wrap .eventpop, .event-wrap .listpop, .event-wrap .detailpop, .event-wrap .coinpop, .event-wrap .content {
  display: none;
  border: 1px solid #dbdbdb;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.09);
  width: 100%;
  position: relative;
  min-height: 426px;
  max-height: 426px;
  overflow: hidden;
  overflow-y: auto;
  margin-left: 0px;
  margin-top: 15px;
}
.event-wrap .eventpop .close, .event-wrap .listpop .close, .event-wrap .detailpop .close, .event-wrap .coinpop .close, .event-wrap .content .close {
  position: absolute;
  top: 10px;
  right: 7px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
  width: 23px;
  height: 23px;
  text-align: center;
  border-radius: 50%;
}
.event-wrap .eventpop .close a, .event-wrap .listpop .close a, .event-wrap .detailpop .close a, .event-wrap .coinpop .close a, .event-wrap .content .close a {
  color: #717171;
  padding: 6px;
}
.event-wrap .eventpop .heading, .event-wrap .listpop .heading, .event-wrap .detailpop .heading, .event-wrap .coinpop .heading, .event-wrap .content .heading {
  background-color: #3068bb;
  padding: 10px 15px;
}
.event-wrap .eventpop .heading h5, .event-wrap .listpop .heading h5, .event-wrap .detailpop .heading h5, .event-wrap .coinpop .heading h5, .event-wrap .content .heading h5 {
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}
.event-wrap .eventpop .body, .event-wrap .listpop .body, .event-wrap .detailpop .body, .event-wrap .coinpop .body, .event-wrap .content .body {
  padding: 15px;
}
.event-wrap .eventpop .body .date, .event-wrap .listpop .body .date, .event-wrap .detailpop .body .date, .event-wrap .coinpop .body .date, .event-wrap .content .body .date {
  max-width: 200px;
  border-radius: 20px;
  border: 1px solid #cccccc;
  padding: 5px;
}
.event-wrap .eventpop .body .date p, .event-wrap .listpop .body .date p, .event-wrap .detailpop .body .date p, .event-wrap .coinpop .body .date p, .event-wrap .content .body .date p {
  color: #283891;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}
.event-wrap .eventpop .body .company-list a, .event-wrap .listpop .body .company-list a, .event-wrap .detailpop .body .company-list a, .event-wrap .coinpop .body .company-list a, .event-wrap .content .body .company-list a {
  font-size: 12px;
  color: #000;
  display: block;
}
.event-wrap .eventpop .body .company-list a:hover, .event-wrap .listpop .body .company-list a:hover, .event-wrap .detailpop .body .company-list a:hover, .event-wrap .coinpop .body .company-list a:hover, .event-wrap .content .body .company-list a:hover {
  color: #2ab3f2;
}
.event-wrap .eventpop .body .company-list a:focus, .event-wrap .listpop .body .company-list a:focus, .event-wrap .detailpop .body .company-list a:focus, .event-wrap .coinpop .body .company-list a:focus, .event-wrap .content .body .company-list a:focus {
  background-color: #eeeeee;
}
.event-wrap .eventpop .body .company-name, .event-wrap .listpop .body .company-name, .event-wrap .detailpop .body .company-name, .event-wrap .coinpop .body .company-name, .event-wrap .content .body .company-name {
  background-color: #eeeeee;
  padding: 10px 15px;
}
.event-wrap .eventpop .body .company-name p, .event-wrap .listpop .body .company-name p, .event-wrap .detailpop .body .company-name p, .event-wrap .coinpop .body .company-name p, .event-wrap .content .body .company-name p {
  font-weight: 600;
  margin-bottom: 0;
}
.event-wrap .content {
  display: block;
  margin-top: 0;
}

.meeting-detail {
  padding-bottom: 5px;
  margin-top: 5px;
}
.meeting-detail p {
  margin-bottom: 0;
}
.meeting-detail:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.layout1 {
  max-width: 750px;
}

.layout2 {
  max-width: unset;
}
.layout2 .detail-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: absolute;
}
.layout2 .listpop, .layout2 .detailpop {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.layout2 .listpop .body .date, .layout2 .detailpop .body .date {
  margin-left: auto;
}
.layout2 .detailpop {
  max-width: unset;
  background-color: #fff;
  margin-top: 0;
  min-height: 450px;
  max-height: 450px;
}

.layout3 {
  max-width: unset;
}
.layout3 .coinpop {
  max-width: unset;
  margin-left: 0;
  margin-top: 15px;
  min-height: 446px;
  max-height: 446px;
}

@media only screen and (min-width: 576px) {
  .layout1 {
    flex-direction: row;
    align-items: start;
  }
  .layout1 .eventpop {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout2 .detail-wrap {
    flex-direction: row;
  }
  .layout2 .listpop {
    max-width: 48%;
    margin-left: 0;
  }
  .layout3 {
    flex-direction: row;
    align-items: start;
  }
  .layout3 .coinpop {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .layout2 {
    flex-direction: row;
    max-width: unset;
  }
  .layout2 .detail-wrap {
    position: relative;
  }
  .layout2 .listpop {
    margin-left: 15px;
    margin-top: 0;
  }
  .layout2 .detailpop {
    margin-left: 15px;
    margin-top: 0;
    min-height: 426px;
    max-height: 426px;
  }
}